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


/*Main Area Background*/
body {
	font-family:Verdana, Helvetica, Arial;
	color:#5D6063;
	background-color: #C2C8CA;
}
html, body {
	margin:0; padding:0;
	height:100%;
}
#floater {
	position:relative; float:left;
	height:50%;	margin-bottom:-310px; /* Set Margin Bottom to 1/2 of the height in #centered */
	width:1px;
}
 
#centerthis {
	position:relative; clear:left;
	height:620px; width:900px; /*max-width:800px; min-width:400px;*/  /*ALTERNATIVE: USE % and/or MIN MAX FOR WIDTH TO SIZE AS PERCENT OF BROWSER WIDTH*/
	margin:0 auto;
}

#header {
	position:relative;
	width:900px;
	height:94px;
	margin:0;padding:0;
	background-image:url(../images/bg-header.gif);
	background-repeat:no-repeat;
}

#home_btn {
	position:absolute;
	width:296px;
	height:77px;
	top:5px;
	left:18px;
}

h1{
	font-size:10px; color:#fff; line-height:18px;margin:0;padding:0;font-weight:normal;
}

h2{
	font-size:10px; color:#fff; line-height:16px;margin:0 0 10px 0;padding:0;font-weight:normal;
}

p {
	margin:0;
}

#footer {
	width:900px;
	height:60px;
	padding:0;
	margin:0;
	text-align:center;
	font-size:11px;
	line-height:60px;
	background-color:#fff;
	color:#606164;
	border-top:1px solid #666;
}
#credits {
	clear:left;
	width:900px;
	height:25px;
	padding:10px 0 0 0;
	text-align:right;
	font-size:10px;
	line-height:15px;
}

/* HOME PAGE */
#home #contentArea {
	width:900px;
	height:466px;
	margin:0;
	pading:0;
	background-color:#fff;
	background-image:url(../images/bg-home.jpg);
	background-repeat:no-repeat;
}

#home #rightArea {
	position:absolute;
	top:130px;
	right:6px;
	width:215px;
	height: 162px;
}

/* ABOUT PAGE */
#about #nav {
	position:absolute;
	z-index:1;
	font-size: 10px;
	width: 170px;
	height: 111px;
	top:35px;
	left:33px;
}

#about #floater {
	position:relative; float:left;
	height:50%;	margin-bottom:-384px; /* Set Margin Bottom to 1/2 of the height in #centered */
	width:1px;
}
#about #centerthis {
	position:relative; clear:left;
	height:768px; width:900px; /*max-width:800px; min-width:400px;*/  /*ALTERNATIVE: USE % and/or MIN MAX FOR WIDTH TO SIZE AS PERCENT OF BROWSER WIDTH*/
	margin:0 auto;
}

#about #contentArea {
	width:900px;
	margin:0;
	pading:0;
	background-color:#fff;
	background-image:url(../images/bg-stretch.gif);
	background-repeat:repeat-y;
	overflow:hidden;
}

#about #leftArea {
	position:relative;
	width:259px;
	min-height:466px;
	background-image:url(../images/bg-about.jpg);
	background-repeat:no-repeat;
	float:left;
}

#about #rightArea {
	float:left;
	width:540px;
	font-size:10px;
	color:#333;
	line-height:15px;
	margin:0 0 0 65px;
	padding:35px 0 25px 0;
}

/* SERVICES PAGE */
#services #floater {
	position:relative; float:left;
	height:50%;	margin-bottom:-384px; /* Set Margin Bottom to 1/2 of the height in #centered */
	width:1px;
}
#services #centerthis {
	position:relative; clear:left;
	height:768px; width:900px; /*max-width:800px; min-width:400px;*/  /*ALTERNATIVE: USE % and/or MIN MAX FOR WIDTH TO SIZE AS PERCENT OF BROWSER WIDTH*/
	margin:0 auto;
}

#services #contentArea {
	width:900px;
	margin:0;
	pading:0;
	background-color:#fff;
	background-image:url(../images/bg-stretch.gif);
	background-repeat:repeat-y;
	overflow:hidden;
}

#services #leftArea {
	position:relative;
	width:259px;
	min-height:466px;
	background-image:url(../images/bg-services.jpg);
	background-repeat:no-repeat;
	float:left;
}

#services #rightArea {
	float:left;
	width:540px;
	font-size:10px;
	color:#333;
	line-height:15px;
	margin:0 0 0 65px;
	padding:35px 0 25px 0;
}

/* REPORTS PAGE */
#reports #floater {
	position:relative; float:left;
	height:50%;	margin-bottom:-384px; /* Set Margin Bottom to 1/2 of the height in #centered */
	width:1px;
}
#reports #centerthis {
	position:relative; clear:left;
	height:768px; width:900px; /*max-width:800px; min-width:400px;*/  /*ALTERNATIVE: USE % and/or MIN MAX FOR WIDTH TO SIZE AS PERCENT OF BROWSER WIDTH*/
	margin:0 auto;
}

#reports #contentArea {
	width:900px;
	margin:0;
	pading:0;
	background-color:#fff;
	background-image:url(../images/bg-stretch.gif);
	background-repeat:repeat-y;
	overflow:hidden;
}

#reports #leftArea {
	position:relative;
	width:259px;
	min-height:466px;
	background-image:url(../images/bg-reports.jpg);
	background-repeat:no-repeat;
	float:left;
}

#reports #rightArea {
	float:left;
	width:540px;
	font-size:10px;
	color:#333;
	line-height:15px;
	margin:0 0 0 65px;
	padding:35px 0 25px 0;
}

/* CONTACT PAGE */

#contact #contentArea {
	width:900px;
	height:466px;
	margin:0;
	pading:0;
	background-color:#fff;
	background-image:url(../images/bg-contact.jpg);
	background-repeat:no-repeat;
}

#contact #rightArea {
	position:absolute;
	top:178px;
	right:23px;
	width:284px;
	font-size:10px;
	color:#333;
	line-height:18px;
	margin:0;
	padding:0;
}

/* NAV AREA */
#nav {
	position:absolute;
	z-index:1;
	font-size: 10px;
	width: 170px;
	height: 100px;
	top:126px;
	left:33px;
	color:#fff;
}
#nav ul {
	margin:0 auto;
	padding:0;
	list-style:none;
}

#nav li{
	text-decoration:none;
	height:26px;
	line-height:25px;
	margin:0;
	padding:0;
	border-bottom:1px dashed #fff;
}

/* Nav Positioned differently on content pages */
#nav2 {
	position:absolute;
	z-index:1;
	font-size: 10px;
	width: 170px;
	height: 111px;
	top:35px;
	left:33px;
	color:#fff;
}
#nav2 ul {
	margin:0 auto;
	padding:0;
	list-style:none;
}

#nav2 li{
	text-decoration:none;
	height:26px;
	line-height:25px;
	margin:0;
	padding:0;
	border-bottom:1px dashed #fff;
}

a.nav:link {
	color:#fff;
	text-decoration:none;
}
a.nav:visited {
	color:#fff;
	text-decoration:none;
}
a.nav:hover {
	color: #ccc;
	text-decoration:none;
}
a.nav:active {
	color: #ccc;
	text-decoration:none;
}

a.footer:link {
	color:#606164;
	text-decoration:none;
}
a.footer:visited {
	color:#606164;
	text-decoration:none;
}
a.footer:hover {
	color: #333;
	text-decoration:none;
}
a.footer:active {
	color: #333;
	text-decoration:none;
}

a.graylink:link {
	color: #333;
	text-decoration: none;
}
a.graylink:visited {
	text-decoration: none;
	color: #333;
}
a.graylink:hover {
	text-decoration: none;
	color: #666;
}
a.graylink:active {
	text-decoration: none;
	color: #666;
}

a.orangelink:link {
	color: #df5700;
	text-decoration: none;
}
a.orangelink:visited {
	text-decoration: none;
	color: #df5700v;
}
a.orangelink:hover {
	text-decoration: none;
	color: #666;
}
a.orangelink:active {
	text-decoration: none;
	color: #666;
}
