/* CSS Document */


/* The CSS that's required to position the footer */

html {
	height: 100%;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height:19px;
	color:#999999;
}

a {
	color:#2889bd;
	text-decoration:underline;
}

a:hover {
	color:#999999;
	text-decoration:underline;
}

body {
	height: 100%;
}

h1 {
	font-size:170%;
	margin:13px 0px;
}

h2 {
	font-size:120%;
	margin:10px 0px;
}

#nonFooter {
	position: relative;
	min-height: 100%;
}

* html #nonFooter {
	height: 100%;
}

#footer {
	position: relative;
	margin: -80px auto 0 auto;
}

/* A CSS hack that only applies to IE -- specifies a different offset for the footer */
* html #footer {
	margin-top: -80px;
}


/* Page styling */

* {
	margin: 0;
	padding: 0;
}


#page {
	width: 795px;
	margin: 0 auto;
	min-height: 100%;
	text-align: left;
}

* html #page {
	height: 100%;
}

.clearer {
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}


#content {
	padding-bottom: 100px;
}

#homecontent {
	margin:0px;
	background:url(../images/home_content_mainphoto.jpg) no-repeat;
	height:295px;
	color:#FFFFFF;
}

#homecontent a{
	color:#fff;
}

#homecontenttext{
	position:absolute; top:295px; left:27px;
	width:300px;
}

#homecontent a:hover{
	color:#FF0000;
}

#quote {
	position:absolute; top:135px; left:675px;
	width:200px;
}

#pointer {
	position:absolute; top:388px; left:530px;
	width:45px;
	height:35px;
}

#featurenav {
	font-size:95%;
}

#featurenav a {
	color:#ff0000;
}

#featurenav a:hover {
	color:#CCCCCC;
}

#featurenav1 {
	height:90px;
	width:115px;
	padding:45px 8px 32px 142px;
	background:url(../images/home_featurenav_process.jpg) no-repeat;
	float:left;

}

#featurenav1.hover {
	background:url(../images/home_featurenav_process_roll.jpg) no-repeat;
	cursor:pointer;
}

#featurenav2 {
	height:90px;
	width:115px;
	padding:45px 8px 32px 142px;
	background:url(../images/home_featurenav_survey.jpg) no-repeat;
	float:left;
}

#featurenav2.hover {
	background:url(../images/home_featurenav_survey_roll.jpg) no-repeat;
	cursor:pointer;
}

#featurenav3 {
	height:90px;
	width:115px;
	padding:45px 8px 32px 142px;
	background:url(../images/home_featurenav_start.jpg) no-repeat;
	float:left;
}

#featurenav3.hover {
	background:url(../images/home_featurenav_start_roll.jpg) no-repeat;
	cursor:pointer;
}

#footer {
	width: 100%;
	height:80px;
	background:url(../images/bg_footer.gif) repeat-x;
	text-align: center;
	vertical-align:top;
	font-size:80%;
}




/*subpage styles*/


#leftnav {
	width:167px;
	padding:0px;
	margin:93px 0px 0px 10px;
	font-size:110%;
	font-weight:bold;
	float:left;

}

#leftnav ul {
	list-style-type:none;
}

#leftnav li {
	margin-bottom:15px;
}

#leftnav li a:hover {
	color:#ff0000;
	}

#leftnav li a#current {
	color:#8ccdf0;
}

#leftnav li a#current:hover {
	color:#ff0000;
}

#subpointer {
	position:absolute; top:184px; left:172px;
	width:45px;
	height:35px;
}

#subcontent {
	width:608px;
	float:right;
	margin-top:50px;
}

#subcontent p {
	margin-bottom:15px;
}

#subcontenttext {
	width:410px;
	float:left;
}


#subcontenttextwide {
	float:left;
}

#sidebar {
	width:171px;
	height:300px;
	background:url(../images/sub_sidebar_quotebubble.gif) no-repeat;
	float:right;
	vertical-align:top;
}

#sidebartext {
	height:104px;
	font-size:90%;
	line-height:18px;
	margin:57px 16px 40px 21px;
	text-align:center;
}

#sidebarphoto {
	text-align:left;
	}
