img, div, a, input { !behavior: url('iepngfix.htc') }

html { width: 100%; }
 
body { 
	min-width: 980px; 
	padding: 0;
	margin: 0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #26273c;
}

img {border: none;}

p  { margin-bottom: 1em; font-size: 100%; }
h1 { margin-bottom: 1em; font-size: 110%; }
h2 { margin-bottom: 1em; font-size: 120%; }
h3 { margin-bottom: 1em; font-size: 130%; }

.center { text-align:center; }
.red { color: #ff0000; }	
.right { float: right; }
.left {	float: left; }
.clear  { clear:both;}
.medium {font-size: 14px; line-height: 20px;}
.ns { display:hidden; }

.quote {
	margin-top: 5px;
	background: url(images/quotes.png) no-repeat; 
	width: 300px; 
	height: 144px;
	padding-top: 15px;
}

#header {
	height: 450px;
	margin: 0 auto;
	background: url(images/header_bg.jpg) repeat-x;
}

#inside_header {
	padding-top: 13px;
	width: 980px;
	margin: 0 auto;
}

#logo {
	padding-top: 5px;
}

#menu {
	clear: both;
	overflow: hidden;
	display: block;
	text-align: center;
	font-size: 16px;
	padding-top: 10px;
	color: #fff;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-bottom: 7px;
}

#menu ul li {
	float: left;
	margin: 0;
}

#menu ul li a {
	color: #fff;
	text-decoration: none;
	background-image: url(images/nav_divider.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 18px;
	padding-left: 18px;
	display: block;
}

#menu a:hover {
	color: #9897a6;
}

.active {
	background: url(images/nav_arrow.png) bottom center no-repeat;
	padding-bottom: 16px;
}

#feature {
	clear: both;
	width: 980px;
	height: 247px;
	padding: 0;
	text-align: left;
}

#main {
	text-align: left;
	margin: 0 auto;
	width: 980px;
}

#main a {
	color: #4d7498;
	text-decoration: none;
	font-weight: bold;
}

#sidebar {
	float: right;
	width: 346px;
	padding-left: 40px;
	padding-bottom: 50px;
}

#sidebar p {
	padding-left: 15px;
}

table {
	text-align: center;
}

th p {
	font-size: 10px;
	line-height: 14px;
}

#footer {
	clear:both;
	margin: 0 auto;
	background: url(images/footer_bg.jpg) repeat-x;
	height: 513px;
} 

#footer a {
	color: #4d7498;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover {color:#fff;}

#inside_footer {
	text-align: left;
	width: 980px;
	margin: 0 auto;
}

.services {
	margin-top: 15px;
	background: #f0f0f0;
	border: 5px solid #9897a6;
	height: 90px;
	padding: 10px 15px;
}

.services p {
	font-size: 12px; 
	line-height: 14px;
	text-align:center;
}

.services a {text-decoration: none;}

.services td {width: 10%; padding-top: 0;}

#downloadables {
	text-align: center;
}

#downloadables p {
	font-size: 10px;
	line-height: 14px;
}


/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


