@charset "utf-8";
/* CSS Document */

body {
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	margin-top: 20px;
	background-image: url(images/BG_gradient.jpg);
	background-repeat: repeat-x;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #6B89A5;
}

/* Sets all margins and padding to zero*/

* {
margin: 0;
padding:0;
}
#sidebarLeftWrap {
	width: 125px;
	position: absolute;
	left: 20px;
	top: 208px;
}
#logoLinkBox {
	height: 100px;
	width: 100px;
	position: absolute;
	left: 30px;
	top: 27px;
}



/* Main Wrapper*/
#wrapper {
	text-align:left;
	width:1000px;
	position:relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size: 1.15em;
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
	background-color: #EBF0F4;
}
#colLeftWrap {
	width: 167px;
	background-image: url(images/logo_fill.jpg);
	background-repeat: repeat-y;
}
#colLeftWrapInner {
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 167px;
}
#colLeftBottom {
	background-image: url(images/logo_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 167px;
}



#wrapperHome {
	text-align:left;
	width:1000px;
	position:relative;
	height: 619px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size: 1.15em;
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
	background-image: url(images/background_home.jpg);
}
#textArea {
	position: absolute;
	left: 182px;
	top: 315px;
	width: 800px;
	height: 251px;
}
#sidebarRight {
	float: right;
	width: 175px;
	margin-left: 10px;
	height: 223px;
	padding-top: 8px;
}
#sidebarRight_V2 {
	float: right;
	width: 150px;
	margin-left: 10px;
	height: 150px;
	padding-top: 8px;
	margin-top: 0px;
}


.sidebarList li {
	margin-left: 15px;

}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2.8em;
	color: #7E97AF;
	font-style: italic;
	font-weight: bold;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #084478;
	margin-bottom: 8px;
}

.ListLeftSidebar li {
	color: #084478;
	margin-left: 15px;
	padding-bottom: 3px;
	font-size: 0.9em;
	font-weight: bold;

}

#sidebarLeftWrap a:link {
	text-decoration: none;
	color: #084478;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
}

#sidebarLeftWrap  a:visited {
	text-decoration: none;
	color: #084478;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
}



#sidebarLeftWrap  a:hover {
	text-decoration: underline;
	color: #084478;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
}

#sidebarLeftWrap  a:active {
	text-decoration: none;
	color: #084478;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
}

#photoWrapper {
	height: 212px;
	width: 833px;
	position: absolute;
	left: 167px;
	top: 45px;
}
#taglineTop {
	height: 30px;
	width: 696px;
	position: absolute;
	left: 257px;
	top: 13px;
	color: #FFFFFF;
	font-size: 1.5em;
	text-transform: uppercase;
	letter-spacing: .1em;
}
#taglineBottom {
	height: 30px;
	width: 546px;
	position: absolute;
	left: 352px;
	top: 586px;
	color: #FFFFFF;
	font-size: 1.5em;
	text-transform: uppercase;
	letter-spacing: .1em;
}
#navWrapper {
	width: 834px;
	position: absolute;
	left: 167px;
	top: 257px;
	background-color: #A0C0CF;
	z-index: 5000;
}
#footer_left {
	height: 30px;
	width: 200px;
	position: absolute;
	left: 183px;
	top: 590px;
	z-index: 5001;
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 1em;
}
#footer_right {
	height: 30px;
	width: 141px;
	position: absolute;
	left: 862px;
	top: 590px;
	z-index: 5001;
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 1em;
}
#enterBox {
	height: 54px;
	width: 161px;
	position: absolute;
	left: 862px;
	top: 575px;
	z-index: 6000;
}
#photoWrapper {
	width: 833px;
	position: absolute;
	left: 167px;
	top: 45px;
	height: 212px;
	z-index: 8000;
}

.whyList li {
	margin-left: 15px;
	margin-bottom: 5px;

}
.subhead {
	color: #084478;
	font-weight: bold;
}
#wrapperQuotes {
	height: 183px;
	width: 833px;
	position: absolute;
	left: 167px;
	top: 437px;
	background-color: #333333;
}
#quoteBox {
	height: auto;
	width: 340px;
	margin-right: auto;
	margin-left: auto;
	border: 3px solid #084478;
	padding: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

a.horizBarLink:link {
	color: #FFFFFF;
	text-decoration: none;
}

a.horizBarLink:visited {
	color: #FFFFFF;
	text-decoration: none;
}


a.horizBarLink:hover {
	color: #FFFFFF;
	text-decoration: none;
}


a.horizBarLink:active {
	color: #FFFFFF;
	text-decoration: none;
}

.bodyBullets li {
	margin-left: 20px;
	margin-bottom: 5px;

}
#quote_leading {
	line-height: 1.5em;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #084478;
}
.projectH1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2.8em;
	color: #7E97AF;
	font-style: italic;
	font-weight: bold;
}
.projectH2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em;
	color: #526A83;
	font-style: italic;
	font-weight: bold;
}
#wrapper_quote_pop_up {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	text-align: left;
	font-style: italic;
	font-size: 10pt;
	height: 350px;
	overflow: auto;
	margin-top: 0px;
}
