/* 
	venturepemberton.com
		Custom Fit Online Solutions
		Date: February 2010
	
	Swatches:
		dark blue: #0F2F51
		light blue: #5593DA
		dark grey: #32383B
		light grey: #656565
		white: #FFFFFF		
*/

/*-------------------------------------------    
	general selectors
-------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}
body {
	background: #FFF url('/media/111/bg_body.gif') repeat-x top;
	color: #656565; 
	font-style: normal; 
	font-variant: normal; 
	font-weight: normal; 
	line-height: 21px; 
	font-size: 15px; 
	font-family: Georgia, 'Times New Roman', serif;		
}
h1 {
	font: bold 21px/22px Tahoma, Arial, Helvetica, sans-serif;
	color: #026288;
	margin: 10px 0 30px 0;
}
h2 {
	font: bold 16px/18px Tahoma, Arial, Helvetica, sans-serif;
	color: #026288;
	margin: 25px 0 10px 0;
}
h3 {
	font: bold 14px/16px Tahoma, Arial, Helvetica, sans-serif;
	color: #026288;
	margin: 12px 0 10px 0;
}
h4 {
	background: #026288;
	height: 21px;
	font-weight: 500;
	font-size: 13px;	
	padding: 9px 30px 0px 0;
	margin-bottom: 2px;
	color: #FFF;	
}
.feature {
	font: bold 13px/15px Tahoma, Arial, Helvetica, sans-serif;
	color: #0f2f51;
	font-style: italic;
	margin: 12px 0 10px 0;
}
p {
	margin: 20px 0;
}
a {
	color: #026288;
	outline: none;
}
a:hover {
	color: #000;
        text-decoration: none;
}
#primary ul {
        margin: 20px 0;
}
#primary ul li {
	margin: 0 0 4px 40px;
}
#secondary p {
	font: lighter italic 16px/20px Georgia, 'Times New Roman', serif;
	margin: 8px 25px 60px 0;
	text-transform: none;	
}
#footer p {
	float: left;
	width: 330px;
	margin-bottom: 0px;
}
#primary img {
	padding: 10px;
	border: 1px solid #C0C0C0;
}
#primary .image-no-border {
	border: none;
}
.image-right {
	margin: 2px 0 20px 30px;
	float: right;
	display: block;
}
#primary img.image-right-nb {
	margin: 2px 0 10px 20px;
	float: right;
	display: block;
        border: 0;
}
#primary img.image-left-nb {
	margin: 0 20px 10px 0;
	float: left;
	display: block;
        border: 0;
        vertical-align: middle;
}
.image-left {
	margin: 2px 20px 10px 0;
	float: left;
	display: block;
}
#primary .fs {
	padding: 0;
	margin: 35px 0 0 0 ;
	display: block;
	border: none;
}
#sponsors {
	margin-top: 15px;
	padding-top: 25px;
}
#sponsors p {
	margin: 0 0 10px 0;
	font-size: 9pt;
	color: #666666;
}
#sponsors img {
	margin-right: 30px;
	border: none;
}
#grid {
	border-top: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;
	font-size: 11px;
}
#grid td {
	border-right: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	padding: 0 2px;
	text-align: center;
	color: #333333;
}
#grid td.aqua {
	background-color: #B0D4EC;
}
#grid td.purple {
	background-color: #F1F1F1;
}
#primary .crumbs {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}
#primary .crumbs li {
	display: inline;
	margin: 0;
	padding: 0;
	padding-right: 10px;
}
#primary .crumbs a {
	text-decoration: underline;
	color: #333;
}
#primary .crumbs a:hover {
	text-decoration: none;
	color: #333;
}
#primary table td ul {
	margin-top: 0;
	margin-bottom: 0;
}
#sitemap ul ul ul {
	margin-top: 0;
}
#gateway td {
	padding-bottom: 20px;
}
#gateway img {
	margin-top: 5px;
	display: block;
}
#primary img.pdf {
	padding: 0;
	border: none;
	margin: 0 20px 0 0;
	vertical-align: middle;
}

/*-------------------------------------------    
	navigation baseline
-------------------------------------------*/

#logo {
	position: absolute;
	top: 70px;
	left: 0px;
	overflow: hidden;
	height: 121px;	
	z-index: 99;
}
#logo a {
	background: url('/media/370/logo.png') no-repeat top left;
	width: 220px;
	height: 121px;	
	display: block;
	text-indent: -9999px
}
#secondary ul,
#footer ul {
	list-style-type: none;	
}
#footer ul li {
	float: left;	
	text-align: center;
	overflow: hidden;
}

/*-------------------------------------------    
	navigation
-------------------------------------------*/

#secondary ul {
	margin-bottom: 60px;
}
#secondary ul li {
	border-bottom: 1px solid #DCDCDC;
	border-top: 1px solid #FFFFFF;
	margin-bottom: 1px;
	width: 250px;
	height: 32px;
}
#secondary ul li a,
#secondary ul li span {
	display: block;
	width: 220px;
	height: 20px;
	padding: 10px 30px 0 0;	
	text-decoration: none;
	color: #656565;
}
#secondary ul li.sub a,
#secondary ul li.sub span {
	display: block;
	width: 210px;
	height: 20px;
	padding: 10px 40px 0 0;	
	text-decoration: none;
	color: #656565;
}
#secondary ul li span,
#secondary ul li.sub span {
	color: #5593DA;
}
#secondary ul li a:hover {
	background: #F1F1F1;	
	color: #32383B;
}
#footer ul li a {
	color: #FFFFFF;	
	padding: 0 10px 0 10px;
	border-left: 1px solid #FFFFFF;
}
#footer ul li a:hover {
	color: #FFFFFF;
        text-decoration: underline;
}	
#footer ul li a.first {
	border: none;
	float: left;
	padding-left: 0;
}

/*-------------------------------------------    
	layout
-------------------------------------------*/

div.wrapper {
	position: relative;
	width: 930px;
	margin: 0 auto;	
}
#masthead {
	float: right;
}
#content {
	background: url('/media/126/bg_wrapper.gif') no-repeat top left;
	float: left;	
	width: 100%;
	z-index: 0;
}
#primary {
	float: left;
	width: 540px;
	margin-left: 80px;
	overflow: hidden;
}
#secondary {
	float: left;
	width: 250px;
	font: bold 11px/11px Tahoma, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: right;
}
#secondaryAlt {
	float: left;
	width: 250px;
	font: bold Tahoma, Arial, Helvetica, sans-serif;
	text-align: left;
}
#secondaryAlt h4 {
	text-transform: uppercase;
	text-align: right;
	font: 13px/13px Tahoma, Arial, Helvetica, sans-serif;
	margin-top: 10px;
}
#secondaryAlt ul {
	list-style-type: disc;
}
#secondaryAlt ul li {
	margin-left: 15px;
}
#footer {
	background: #026288 url('/media/186/bg_footer.gif') repeat-x top;
	float: left;
	width: 100%;
	height: 75px;
	margin-top: 60px;	
	text-transform: uppercase;
	color: #FFFFFF; 
	font-style: normal; 
	font-variant: normal; 
	font-weight: normal; 
	line-height: 11px; 
	font-size: 11px; 
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	padding-left: 0; 
	padding-right: 0;
	padding-top: 45px; 
	padding-bottom: 10px;
}
#aux,
#links {
	float: left;
	font-weight: bold;
	width: 570px;
}
#aux {
	margin-top: 8px;
	font-weight: normal;
}
.post-footer,
.comment-footer {
       	border-top: 1px solid #c0c0c0;
	font-weight: normal;
	color: #6F6F6F;
	font-size: 10px;
}
.privacy {
	margin-top: 8px;
	font-weight: normal;
	color: #6F6F6F;
	font-size: 10px;
}

/*-------------------------------------------    
	social media
-------------------------------------------*/

.facebook {
	position: absolute;
	top: 8px;
	right: 91px;
}
.twitter {
	position: absolute;
	top: 8px;
	right: 62px;
}
.rss {
	position: absolute;
	top: 8px;
	right: 33px;
}
















































































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
