@charset "UTF-8";
/* CSS Document */



body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-image: url(images/LGA_BG.jpg);
	background-repeat:repeat-x;
	
}

h1 {
	font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
	font-weight:normal;
	color:#79ad2a;
	font-size:1em;
}

p {
font-family:Georgia, "Times New Roman", Times, serif;
color: #024344;
margin-right: 40px;
margin-top: 10px;
}
.twoColFixLtHdr #container {
	width: 778px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #fbfaca;
	background-image: url(images/content_BG.jpg);
	background-position:bottom left;
	margin: 40px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000; /* this overrides the text-align: center on the body element. */
	background-repeat: repeat-y;
	position: relative;
} 
.twoColFixLtHdr #header {
	background: #DDDDDD;
	padding: 0 10px 0 0px;
	background: url(images/banner_top.jpg);
	height: 173px;
	position: relative;
} 
/*This is the Header CSS*/

#mainNavcont {
	float:right;
	padding-top: 80px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0;
}


ul#mainNav {
	list-style: none;
	float: left;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#mainNav li {
	float: right;
}

#mainNav a {
	font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
	text-decoration: none;
	font-size: 0.8em;
	color:#ffffff;
	text-transform: uppercase;
	text-align:center;
	display: block;
	padding: 3px 3px 3px 3px;
	width: 5em;	
}

#mainNav a:hover {
	font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
	text-decoration: none;
	color:#024344;
	text-transform: uppercase;
	text-align:center;
	display: block;
	padding: 3px 3px 3px 3px;
	width: 5em;
	background-image: url(images/horz_nav_animated.gif);
	background-repeat: repeat-x;
}

#logohotspot {
position:absolute;
top: 0 px;
left: 0px;
}
.headerFlash {

	position: absolute;
	left: 188px;
	top: 3px;
	z-index: 2000;
}

/*This is the sidebar CSS*/

.twoColFixLtHdr #sidebar1 {
	float: left; 
	width: 150px;
	background: url(images/banner_bottom.jpg);
	background-repeat:no-repeat;
	width: 167px;
	margin: 0;
	padding-bottom:170px;
	font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
	font-size: 0.8em;
	clear:both;
	position: relative;
}
#sideNav{
	text-align:left;
	padding: 0px;
	list-style: none;
	font-size: 1.1em;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
	
	
#sideNav a {
	text-decoration: none;
	display: block;
	width: 108px;
	padding: 5px;
	color: #ffffff;
	line-height: 100%;
	margin: 4px 25px 0 10px;
	padding-left: 20px
}
#sideNav a:hover {
	background-image:url(images/virt_name_hi_animated.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	display: block;
	padding: 5px;
	clear:both;
	color: #024344;
	line-height: 100%;
	padding-left: 20px
}

/*This is the Main content Area CSS*/

.twoColFixLtHdr #mainContent {
	margin-top: -55px;
	margin-right: 0;
	margin-left: 175px;	/*padding: 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	min-height: 550px;
	position:relative;
} 

.twoColFixLtHdr #mainContent2 {
	margin-top: -30px;
	margin-right: 0;
	margin-left: 175px;	/*padding: 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	min-height: 550px;
	position:relative;
} 

.bodyText {
	font-family:"Times New Roman", Times, serif;
	text-align:left;
	line-height:150%;
	color: #024344;
	margin-top: -5px;
	font-size: 1em;
}
.bodyText a{
color:#4d6921;
}


#sectionHeader {
	padding-top: 50px;
	padding-right: 15px;
	padding-left: 0px;
	margin-bottom: 0px;
}
#pageTitle{
	position:absolute;
	top:52px;
	left:0px;
}
.introText {
	color:#4d6921;
	font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	text-align: left;
	line-height: 125%;
	padding-top:30px;
}
.introtext_rt {
color:#4d6921;
	font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	text-align: right;
	line-height: 125%;
	padding-top:30px;
	}
.introText_sml {
	color:#4d6921;
	font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
	font-size: 1em;
	font-weight: normal;
	text-align: left;
	line-height: 125%;
	padding-top:30px;
}

.introtextLink{
	color: #658d27;
	}

#faded_image {
	position:absolute;
	bottom: 30px;
	left: 0px;
	padding-top: 0px;
	z-index: 5;
}

.Image_box {
	background-image:url(images/green_box.png);
	background-repeat:no-repeat;
	padding-bottom: 20px;
	padding-top: 20px;
	position: relative;
	width: 560px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	margin-top:10px;
}


/*Stuff at the bottom*/

.twoColFixLtHdr #footer {
	background-image:url(images/footer_bg.png);
	height: 31px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #cdf690;
	font-size: .7em;
	text-align:center;
	padding-top: 15px;
}

#bottomLinks {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	width: 783px;
	text-align:center;
	clear: both;
	color: #557721;
	margin-bottom: 0px;
	bottom: 0px;
	padding-top: 25px;
}

#bottomLinks a {
color: #557721;
text-decoration:none;
}

#footer {
	clear:both;
	position: relative;
}

#footer a {
color:#cdf690;
}

#footer a:visited {
color:#cdf690;
}
/*This is CSS for Tables*/

.class_tablehead {
	color: white;
	font-weight: normal;
	background-color: #749540;
	text-align: center;
	padding: 5px;
}

.class_table {
	background-color: white;
	width: 95%;
	border-style: solid;
	border-width: 1px;
	margin-top: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
 }

.class_tr.alt { background-color: #e4e4cf; }

.class_td {
	text-align: left;
	padding: 6px 5px 5px;
	border-bottom: 1px solid gray;
	font-weight: bold;
}

