/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #464646;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	line-height: 1.5em;
}
h2 {
	padding-top: 1em;
	font-size: 1.2em;
	text-transform: uppercase;
	color: #666;
}
#container {
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	width: 980px;
	padding-bottom: 60px;
}
#header {
	/*position:absolute;
	left:110px;
	top:15px;*/
	width:980px;
	height:106px;
	z-index:1;
}
#logo {
	position:relative;
	top: 26px;
	left: 36px;
	/*width: 556px;*/
	float: left;
}
#topnav {
	position:relative;
	/*float: right;*/
	width: 600px;
	left:344px;
	z-index:2;
}
#topnav img {
	padding-right: 1px;
}
#hero {	width:980px;}
#content {
	width: 980px;
	background-image: url(../images/footer_bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	z-index:1;

}
#left_sidebar {}
#main {padding-right:15px;}
#right_sidebar {padding-left:15px;}
#features {
	width:980px;
	height:153px;
	margin-top: 1px;
}
#features_1 {
	background: transparent url(../images/features_1.jpg) no-repeat scroll top left;
	width:244px;
	height:152px;
	float: left;
}
#features_2 {
	background: transparent url(../images/features_2.jpg) no-repeat scroll top left;
	width:245px;
	height:152px;
	float: left;
	margin-left: 1px;
}
#features_3 {
	background: transparent url(../images/features_3.jpg) no-repeat scroll top left;
	width:244px;
	height:152px;
	float: left;
	margin-left: 1px;
}
#features_4 {
	background: transparent url(../images/features_4b.jpg) no-repeat scroll top left;
	width:244px;
	height:152px;
	float: right;
	margin-left: 1px;
}
#footer {
	background: transparent url(../images/footer_top.gif) no-repeat scroll top;
	width:980px;
	color: #666;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 20px;
	display: table;
}
#footer_1 {
	float: left;
	padding-left: 20px;
	width: 100px;
}
#footer_2 {
	float: left;
	padding-left: 20px;
	width: 195px;
}
#footer_3 {
	float: left;
	padding-left: 20px;
	width: 195px;
}
#footer_4 {
	float: left;
	padding-left: 20px;
	width: 195px;
}
#footer_5 {
	float: right;
	padding-left: 20px;
	width: 195px;
}
a.link {	
	text-decoration:none; 
	color: #0082c8;
	font-weight: bold;
}
a:hover.link {color:#5a4099;}
a {text-decoration:none;color:#666;}