@charset "utf-8";
/* CSS Document */

* {margin:0; padding:0;}

html {
	/* Always show a scrollbar for short pages. non-ie browsers */
    height: 100%;
	margin-bottom: 1px;
	/* IE hack */
	font-size: 100%;
}
body {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background: #FFFFFF;
	height: 100%;
}

form {display: inline;}
fieldset {border:0}
img {border:0}
strong {font-weight: bold;}

.left {float:left;}
.right {float: right;}

.container {
	width:990px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 10px;
}
.container2 {
	width:990px;
	background-image: url(../images/template/infastructure/site-background.gif);
	background-repeat: repeat-y;
	float: left;
	margin-top: 10px;
}.page-header {
	background-image: url(../images/template/infastructure/site-top-curve.gif);
	background-repeat: no-repeat;
	float: left;
	width: 930px;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 30px;
	padding-bottom: 20px;
	background-position: top;
}
.page-header .left .site-logo {
	background-image: url(../images/template/infastructure/site-logo.gif);
	background-repeat: no-repeat;
	float: left;
	height: 50px;
	width: 270px;
	margin-top: 3px;
}
.page-header .right .contact-link {
	font-size: 1.1em;
	color: #999999;
	text-decoration: none;
	float: right;
	height: 20px;
	padding-right: 5px;
}
.page-header .right .contact-link:hover {
	color: #666666;
	text-decoration: underline;
}
.page-header .right .site-strap {
	float: right;
}

.page-footer {
	float: left;
	width: 930px;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	background-image: url(../images/template/infastructure/site-bottom-curve.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.page-footer p {
	font-size: 1.1em;
	color: #999999;
	float: left;
	width: 930px;
	overflow: hidden;
	text-align: center;
}
.page-footer a {
	color: #999999;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
.page-footer a:hover {
	color: #666666;
	text-decoration: underline;
}
.page-content-gen {
	float: left;
	width: 930px;
	padding-right: 30px;
	padding-left: 30px;
}
.page-content-wide {
	float: left;
	width: 970px;
	padding-right: 10px;
	padding-left: 10px;
}
.master-nav {
	float: left;
	width: 930px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 30px;
	height: 37px;
	background-image: url(../images/template/master-nav/bk.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	display: inline;
}
.master-nav li {
	float: left;
	height: 37px;
	padding-left: 1px;
	background-image: url(../images/template/master-nav/divider.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.master-nav .first {
	padding-left: 0px;
	background-image: none;
}
.master-nav a {
	font-size: 1.2em;
	color: #333333;
	float: left;
	height: 28px;
	padding-top: 11px;
	padding-right: 12px;
	padding-left: 12px;
	text-decoration: none;
}
.master-nav a:hover {
	color: #666666;
	text-decoration: none;
}
.master-nav .selected {
	font-size: 1.2em;
	color: #CC0000;
	float: left;
	height: 28px;
	padding-top: 11px;
	padding-right: 15px;
	padding-left: 15px;
	text-decoration: none;
}




.lists-holder {
	float: left;
	width: 930px;
	padding-bottom: 15px;
}

.lists-holder #list-benefits h2 {
	background-image: url(../images/content/common/bottom/heading-benefits.gif);
	background-repeat: no-repeat;
	float: left;
	height: 31px;
	width: 300px;
	padding-top: 9px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 1.8em;
	color: #FFFFFF;
	margin-bottom: 10px;
}
.lists-holder #list-benefits ul {
	float: left;
	width: 300px;
	list-style-type: disc;
	list-style-position: inside;
	padding-right: 10px;
	padding-left: 10px;
	color: #173066;
}


.lists-holder #list-featured h2 {
	background-image: url(../images/content/common/bottom/heading-featured.gif);
	background-repeat: no-repeat;
	float: left;
	height: 31px;
	width: 580px;
	padding-top: 9px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 1.8em;
	color: #FFFFFF;
	margin-bottom: 10px;
}
.lists-holder #list-featured ul {
	float: left;
	width: 180px;
	list-style-type: disc;
	list-style-position: inside;
	padding-right: 10px;
	padding-left: 10px;
	color: #173066;
}

.lists-holder #list-featured li, .lists-holder #list-benefits li {
	font-size: 1.2em;
	padding-bottom: 3px;
}
.lists-holder #list-featured a, .lists-holder #list-benefits a {
	color: #173066;
	text-decoration: none;
}
.lists-holder #list-featured a:hover, .lists-holder #list-benefits a:hover {
	color: #173066;
	text-decoration: underline;
}


.logos-bottom {
	float: left;
	width: 930px;
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	padding-bottom: 10px;
}
