@charset "utf-8";
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	background: url(../i/background.gif);
	background-repeat: repeat-x repeat-y;
}
.clear{
	clear:both;
}
img {
	border:none;
}
#container {
	width: 900px; /* 685px; */
	margin: auto;
	margin-top: 0; /* -8px; */
	padding-top: 0;
	background: #ffffff; 
	position:relative;
}
#banner {
	height: 250px; /* 190px; */
	margin: 0;
	padding: 0 0 1px 0;
}
#banner-left {
  float:left;
  width:300px; /* 228px; */
}
#banner-right {
  float:right;
  width:598px; /* 455px; */
  padding-left:1px;
}
/*
#navholder {
  float:left;
	height: 38px;
}
#navholder ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 38px;
}
#navholder li {
	float:left;
	display: inline;
	background: #124b8f;
	width: 136px; 
	padding-top: 15px; 
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 1px;
	padding: 15px 9px 0 2px; 
	margin: 0 0 0 2px;
}
#navholder a {
	color: #6695ce;
	height: 38px;
	text-decoration: none;
	font-size: 1.5em; 
}
#navholder a:hover {
	text-decoration: underline;
	color: white;
}
#navholder #homepage, #navholder #contact {
	width: 138px;
}
*/
#navholder {
	background-color:#124c8f;
	float:left;
	width:900px;
}
#navholder ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
#navholder li {
	background:none repeat scroll 0 0 #124c8f;
	display:inline;
	float:left;
	margin:0 10px;
	padding:8px 16px 7px 7px;
}
#navholder li.selected a {
	color:#FFFFFF;
}
#navholder a {
	color:#6695ce;
	font-size:1.3em;
	text-decoration:none;
	font-weight:bold;
}
#navholder a:hover {
	text-decoration:underline;
	color:white;
}

#mainbody {
	background: white; /* #ffffff; */
}
#leftcol {
	float: left;
	width: 300px; /* 228px; */
}
#leftcol img {
	/*	width: 280px; */
/*	height:265px; */ /* 240px; */
	margin: 28px 10px 0 20px; /* 28px 12px 0 12px; */
}
#leftcol .strapline {
	float: left;
	width: 270px; /* 196px; */
	padding: 0 10px 0 10px; /* 0 12px 0 12px; */
}
#leftcol h2 {
	color:#f0413b;
	font-size:1.8em;
/*	line-height: 1.8em; */
	width: 196px;
	margin: 0 16px 0 16px;
}
#lefttext {
/*	float: left; */
	width: 270px;
/*	margin: 0 16px; */
	padding: 0 12px 0 16px;
}
#lefttext p {
/*	padding: 0; margin: 0; */
	padding: 0 0 6px 0 0;
	color: #1c1b19;
}
#rightcol {
	float: right;
	width: 598px; /* 670px; */ /* 598px; */ /* 455px; */
	padding-left:1px;
}
#bodytext {
	color: black; /* #908e8f; */
	font-size: 1.3em;
	margin-top: 30px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight:normal;
}
#bodytext h1 {
	color: #1c1b19; /* #f0413b; */
	font-size:1.8em;
	line-height: 1.8em;
	height: 40px;
	padding: 0 10px 0 0;
	margin-top: 0px;
	margin-bottom: 0px;
}
#bodytext ul {
  	list-style-type: none;
}
#bodytext ul li {
  list-style-image: url(/i/vw-icon.png);
}
#bodytext h2 {
	font-size:1.3em;
	line-height: 1.3em;
	font-weight: bold;
	color: #1c1b19; /* #247804; */
	margin-top: 0px;
	margin-bottom: 0px;
}
#bodytext a {
	color: black; /* #c2511f; */
	font-weight: bold;
}
/*
#morebodytext {
	color:#f0413b;
	border-top:1px solid grey;
}
#morebodytext hr {
	height:1px;
	color:grey;
}
*/
iframe {
	border: 0;
}

#contact {
	background: #6695ce none repeat scroll 0 50%;
	color: #fff;
	margin: 10px;
	padding: 0 5px;
}

#contact fieldset {
	margin-top: 15px;
 	border:none;
}
#contact fieldset div {
	margin-top: 15px;
	display:block;
	margin-bottom: 15px;
}
#contact label {
	float:left;
	font-weight:bold;
	padding:0 1em;
	text-align:right;
	width:125px;
}
#contact input, #contact textarea {
	border:1px solid black;
}
#contact #noborder input {
	border: 0; !important
}
#footer {
	color: #999999;
}

#footer {
	border-top:1px solid grey;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
	padding-bottom: 0px;
	position: relative;
}

#footer hr {
	color: #113962;
}

#footer a {
	color: #113962;
	text-decoration: underline;
}
#footer a:hover {
	color: red;
	text-decoration: none;
}

#copyright {
	background-color: #fff;
	height: 40px;
}

#copyright p {
	font-size: 11px;
	line-height: 28px;
	color: #113962;
	margin: 1px;
	padding: 1px;
	padding: 6px 0 0 6px;
}
#pbib {
	float:right;
}

#pbib a {
	background:transparent url(../i/wbib.png) no-repeat scroll 2px 0;
	border:medium none;
	color:navy !important;
	display:block;
	font-size:0.85em;
	padding:0 0 6px 2px;
	text-indent:-9999px;
	width:91px;
	line-height:14px;
}

#pbib a:hover {
	background-position:2px -20px;
}
#leftcol #signup label {
	display:block;
	font-size: 0.9em;
}
#leftcol #signup {
	margin: 30px;
}
#twitterfeed {
	float:right;
	height:300px;
	position:absolute;
	right:-205px;
	top:5px;
	width:200px;
}
#brochurelink {
	margin-top:5px;
}
#mc-embedded-subscribe-form {
	margin: 20px 0 0 20px;
}
html > body #mc-embedded-subscribe-form {
	margin: 20px;
}