/* CSS Document */

/********************************** ALL PAGES STYLES*/
body{
  	background-color:#A0CF67;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	height:100%;
  }
/*Centers the content on the page; Edit only width, height and margin-left*/
#wrapper
	{
	width: 1024px;
	height: 750px;
	margin-left: -512px;
	position: absolute;
	left: 50%;
	visibility: visible;
	top: 0px;
	}
/*This is the vertical white bar that appears on all pages*/
.whiteBar {
	position:absolute;
	left:127px;
	top:0px;
	width:212px;
	height:100%;
	z-index:2;
	background-color: #FFFFFF;
}
/*The logo is positioned absolutely. Z-index needs to be higher than whiteBar Z-index.*/
.logo {
	position:absolute;
	left:127px;
	z-index:2;
	top:0px;
	text-decoration:none;
}
/********************************** FLASH MOVIE HOME PAGE*/
.movie {
	position:absolute;
	left:77px;
	top:118px;
	z-index:3;
	border:none;
	border-color:#;
}
/********************************** SIDEBAR IMAGE ON WHO WE ARE PAGE*/
#blueImage {
	position:absolute;
	left:77px;;
	top:126px;
	z-index:4;
}
/********************************** ALL PAGES WITH BLUE BAR*/
#blueBar {
	position:absolute;
	left:77px;
	top:126px;
	width:212px;
	height:569px;
	z-index:3;
	background-color:#023746;
	padding:10px;
	padding-top:15px;
	padding-right:15px;
	margin:0;
}
/********************************** BLUE BAR LIST STYLES*/
#blueBar ul {
	list-style-type:none;
	margin:0;
	padding:0;
	color:#FFFFFF;
	font-size:10px;
}

#blueBar li {
	width: 182px;
	display:block;
	padding:0px;
	margin-left:5px;
	margin-bottom:3px;
	text-transform:none;
}

#blueBar li a:link, #blueBar li a:visited  {
	color:#FFFFFF;
	text-decoration:none;
	}

#blueBar li a:hover, #blueBar li a:active  {
	color:#A0CF67;
	text-decoration:none;
	}

#blueBar li.Title {
	color: #A0CF67;
	font-size:11px;
	text-transform:uppercase;
	letter-spacing: 1.5px;
}

/********************************** MAIN CONTAINER AREA STYLES*/

#mainContainer{
	position:absolute; 
	height:auto; 
	width:auto; 
	float:left; 
	top:92px; 
	left:289px; 
	clear:both; 
	z-index:500;
}

/*IE-6 cannot read the mainContainer styles below. For the sake of IE-6, these parameters are defined within the templates.*/

/********************************** MAIN CONTAINER AREA White Background*/
#mainContainer.white{
	background-color:#FFFFFF;
	width:625px;
	#width:625px;
	height:500px;
	#height:500px;
}

/********************************** MAIN CONTAINER AREA Blue Background*/
#mainContainer.blue{
	background-color:#385962;
	padding:32px 25px;
	width:575px;
	#width:575px;
	height:436px;
	#height:436px;
}

/********************************** MAIN CONTAINER AREA Left Container*/
#left{
	position:relative;
	float:left;
	left:0;
	top:0;
}

/********************************** MAIN CONTAINER AREA Right Container*/
#right{
	position: absolute;
	left:325px;
	width:250px;
	top:0px;
	overflow:hidden;
}
/*Position for Contact Page - Top value is different*/
#right.contact{
	left:350px;
	top:32px;
}

/********************************** MAIN CONTAINER AREA Bottom Container*/
#whiteStripe {
	position: absolute;
	left:0px;
	bottom: 0px;
	/*Internet Explorer Styles*/
	#bottom:3px;
	_bottom:3px;
	/*End Internet Explorer Styles*/
	/*Width should equal horizontal image width. If images are resized, the width value needs to be edited to reflect the new measurement.*/
	width:625px;
	z-index:2000;
	clear:left;
	background-color:#FFFFFF;
}
/*Award whiteStripe height is different than project*/	
#whiteStripe.award {
	height:60px;
}
/*Project whiteStripe is transparent. Opacity works in non-IE browsers. Filter affects only IE.*/
#whiteStripe.project {
	height:53px;
	_height:200px;
	opacity:.65;
	filter:alpha(opacity=65);
}
/********************************** MAIN CONTAINER AREA List Styles - Type*/
#left ul, #right ul{
	margin:0;
	list-style-type:none;
}

#left li, #right li{
	margin-bottom:10px;
	#margin-left: 50px;
	#margin-right:0;
}


/********************************** MAIN CONTAINER AREA - Use Bold on White Background*/
.Title {
	color: #A0CF67;
	font-size:11px;
	text-transform:uppercase;
	letter-spacing: 1.5px;
}

.TitleBold {
	color: #A0CF67;
	font-size:11px;
	text-transform:uppercase;
	letter-spacing: 1.5px;
	font-weight:bold;
}

.whiteItalic {
	color: #FFFFFF;
	font-size:11px;
	text-transform:none;
	letter-spacing: none;
	font-weight:normal;
	font-style:italic;
}

.whiteRegular {
	color: #FFFFFF;
	font-size:11px;
	font-style:normal;
}

.blueItalic {
	color:#02242E;
	font-size:11px;
	text-transform:none;
	letter-spacing: none;
	font-weight:normal;
	font-style:italic;
}

.blueRegular{
	color:#02242E;
	font-style:normal;
	font-size:11px;
	font-style:normal;
	line-height:15px;
}

.blueBold{
	color:#02242E;
	font-style:normal;
	font-size:11px;
	font-style:normal;
	line-height:15px;
	font-weight:700;
}
/********************************** SEARCH STYLES*/
#search {
	position:absolute;
	left:140px;
	top:20px;
}
/********************************** FOOTER STYLES*/
/*Footer width should equal wrapper width*/
#footer {
	width: 1024px;
	font-size: 9px;
	position:absolute;
	left:0;
	top:730px;
}
/*Sets padding from left for entire footer line*/
#footer ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 125px;
}
/*Sets padding-left for each footer item*/
#footer li {
	float: left;
	padding-right: 10px;
	padding-left: 25px;
}
#footer a:link, #footer a:visited {
	color: #FFF;
	text-decoration:none;
}
/********************************** MISCELLANEOUS STYLES*/
/*Sets tracking for ICON wherever it appears*/
.icon {
	letter-spacing:1px;
	}
/*If an image is also a link, this style disables the blue border that would appear around it otherwise.*/
img {
	border:none;
	}

