@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 805px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #000; 
	text-align: left;
	margin: 0;
	padding: 50px 0px 10px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #000000;
	color: #FFFFFF;
	/*border: 1px solid #333333;*/
}

.oneColFixCtrHdr #mainContentContacts {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: url(images/contacts_bg.jpg) top no-repeat;
	color: #FFFFFF;
	/*border: 1px solid #333333;*/
}

.oneColFixCtrHdr #footer {
	padding: 10px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;
	font-size: 9px;
	color: #666666;
}
.oneColFixCtrHdr #footer p {
	margin-left: -30; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

img
{
	border: none;
}


/**********NAVBAR**************/

#navContainer
{
	float: right;
	width: 400px;
	margin-top: 20px;
}
/*****************NAV BAR STUFF*************************/
/***NEW STUFF****/

ul#navlist { /*font-family: sans-serif;*/ }

ul#navlist a
{
font-weight: bold;
font-size: 12px;
text-decoration: none;
}

ul#navlist, ul#navlist ul, ul#navlist li
{
margin: 0px;
padding: 7px;
list-style-type: none;
}

ul#navlist li { float: left; }

ul#navlist li a
{
color: #ffffff;
padding: 3px 0px 3px 0px;
margin: 0px 5px 0px 5px;
}

ul#navlist li a:hover
{
color: #99cc33;

}

ul#navlist li a:active
{
color: #0CF;
}

ul#subnavlist { display: none; }
ul#subnavlist li { float: none; }

ul#subnavlist li a
{
padding: 0px;
margin: 0px;
}

ul#navlist li:hover ul#subnavlist
{
display: block;
background: #78C628;
position: absolute;
font-size: 14pt;
padding-top: 13px;
padding-left: 0px;
padding-bottom: 10px;
margin-left: 0px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

ul#navlist li:hover ul#subnavlist li a
{
display: block;
width: 200px;
border: none;
padding: 0px 0px 0px 20px;
text-align: left;
font-weight: lighter;
color: #333;
}

ul#navlist li:hover ul#subnavlist li a:hover
{
	color: #CF9;
}

#current a
{
	border-top: 3px solid #99cc33;
}

/*ul#navlist li:hover ul#subnavlist li a:before { content: " >> "; }*/

/***NEW STUFF END****/



/*****************NAV BAR STUFF ENDS*************************/




/*****CONTENT STYLIST*****/

#copyOnblack
{
	margin-top: 15px;
	font-size: 11px;
	color: #FFFFFF;
	width: 400px;
}

a.inlineLink
{
	color: #ffffff;
	font-weight:bold;
	text-decoration: none;
}

a.inlineLink:hover
{
	text-decoration: underline;
}

h3
{
	color: #99cc33;
}

#titleBar
{
	border-top: 1px solid #333333;
}

.greenHighlight
{
	color: 99cc33;
}

/***********LIGHTBOX*************/

#lightboxFrame 
{
	width: 800px;
	height: 400px;
}
.thumbnail
{
	width: 100px;
	height: 100px;
	margin: 15px;
	float: left;
}

#lightboxFrame a
{
	width: 100px;
	height: 100px;
	display: block;
}


#lightboxFrame a:hover
{
	border: 3px solid #99cc33;
}
