* {
	padding: 0;
	margin: 0;
}

* html div {
	height: 1%;
}

html > body div {
	height: auto;
}

body {
	background-color: #071527;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
}

/* base elements
--------------------------------------------------- */

a {
	color: #A4C8E8;
	text-decoration: none;
}

a:hover {
	color: red;
}

p {
	margin: 0 0 1em 0;
}

ul {
	list-style: none;
}


/* utility classes
--------------------------------------------------- */

.simp-clear {
	content: '';
	font-size: 1%;
	clear: both;
	visibility: hidden;
	height: 0%;
	line-height: 0%;
	margin: 0;
	padding: 0;
}

.clearfix:after {
 	content: ".";
   	display: block;
   	height: 0;
   	clear: both;
   	visibility: hidden;	
}

.clearfix {
	height: 1%;
}

.clearer {
	clear: both;
	display: block;
}

.simp-clear {
	content: '';
	font-size: 1%;
	clear: both;
	visibility: hidden;
	height: 0%;
	line-height: 0%;
	margin: 0;
	padding: 0;
}

.flavorright {
	float: right;
	margin: 0 0 12px 12px;
	border: 0;
	padding: 0;
}

.appear {
	line-height: 10px;
	font-size: 10px;
	font-weight: bold;
	color: white;
}

/* main structure
--------------------------------------------------- */

#master {
	width: 100%;
	background-position: top left;
	background-repeat: repeat-x;
}

/* switcher
-------------------------------------------------- */

body.red {
	background-color: #1e0f09;
}

body.blue {
	background-color: #071527;
}

body.olive {
	background-color: #272907;
}

body.brown {
	background-color: #281d00;
}

body.red #master {
	background-image: url(/images/backs/back_red.png);
}

body.blue #master {
	background-image: url(/images/backs/back_blue.png);
}


body.olive #master {
	background-image: url(/images/backs/back_olive.png);
}

body.brown #master {
	background-image: url(/images/backs/back_brown.png);
}


/* ----------------------------------------------- */


#column-master {
	width: 785px;
	margin: 0 auto;
	padding: 0 0 40px 0;
}

#header-master {
	height: 140px;
	width: 100%;
	background: white url(images/vpdHeaderBG_rpt.jpg) repeat-x bottom left;
}

#header-image {
	width: 785px;
	height: 140px;
	margin: 0 auto;
	background: url(images/vpdHeader_NEW.png) no-repeat bottom left;	
}

#logos {
	width:71px;
	height:40px;
	padding-top: 100px;
	padding-left: 710px;
	}
	
.fb_rollover a {
display:block;
width: 35px;
height:40px;
padding:0;
font: bold 13px sans-serif;
color:#333;
background: url(images/logos/fb_rollover.png) 0 0 no-repeat;
text-decoration: none;
}
.fb_rollover a:hover, .fb_rollover a:active { 
background-position: 0 -40px;
color: #049;
}
	
.twt_rollover a {
display:block;
width: 35px;
height:40px;
padding:0;
font: bold 13px sans-serif;
color:#333;
background: url(images/logos/twitter_rollover.png) 0 0 no-repeat;
text-decoration: none;
}
.twt_rollover a:hover, .twt_rollover a:active { 
background-position: 0 -40px;
color: #049;
}



#left {
	width: 150px;
	float: left;
	padding: 20px 0 0 0;
}

#centers.twocolumn {

}

#centers.twocolumn div.mainbody {
	width: 420px;
	float: left;
}

#centers.onecolumn div.mainbody {
	width: 610px;
}

#centers.twocolumn div.sidebar {
	width: 175px;
	float: right;
}

#right {
	width: 610px;
	float: left;
	margin: 0 0 0 20px;
	padding: 20px 0 0 0;
}


#footer {
	width: 785px;
	margin: 0 auto 50px auto;
	padding: 12px 0 12px 0;
	background: transparent url(/images/black50-trans.png) no-repeat top left;
}

#footer img.left {
	float: left;
	margin: 0 10px 0 30px;
}

#footer p {
	font-size: .8em;
	line-height: 1.4em;
}

#footer div.footer-left {
	float: left;
	width: 70%;
	margin: 0 0 0 7px;
}

#footer div.footer-right {
	float: right;
	width: 22%;
	border-left: 2px solid #c2e4f9;
	padding: 0 0 0 20px;
}

#footer div.footer-left p {
	color: #C1C9CF;
}

#footer div.footer-right p {

}

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

#nav {
	height: 680px;
}

#nav ul {
	list-style: none;
	padding: 0;
	padding: 0 0 10px 0;
}


#nav li {
	text-align: right;
}

#nav div.stretcher ul {
	margin: 0;
	padding: 0;
}

#nav div.stretcher ul li {
	margin: 0;
	padding: 0 0 10px 0;
}

#nav ul.main li a {
	color: white;
	display: block;
	margin: 0;
	padding: 12px 7px;
	cursor: pointer;
	background: transparent url(/images/black50-trans.png) no-repeat top left;
	outline: none;
}

#nav ul.main li a.toggler {
	color: #6b94b3;
	display: block;
	margin: 0;
	padding: 12px 32px 12px 7px;
	cursor: pointer;
	background: transparent url(/images/black-bluearrow50-trans.png) no-repeat top left;
	outline: none;
}

#nav div.stretcher li a {
	/* color: #A4C8E8; */
	color: white;
	cursor: pointer;
	display: block;
	margin: 0;
	padding: 12px 7px;
	background: transparent url(/images/black35-trans.png) no-repeat top left;
	outline: none;
}

div.stretcher {
	overflow: hidden;
	padding: 0;
	margin: 0;
	height: 0px;
}

div#selected.stretcher {
	height: auto;
}

#nav li#currentpage a {
	color: red;
}

#nav ul.main a:hover {
	color: yellow;
}

#nav div.stretcher li a:hover {
	color: yellow;
}

#nav ul.main a.toggler:hover {
	color: #b2daf8;
}

/* switcher
------------------------------------------------------ */

ul#switcher li a {
	padding: 5px 0;
}

li a#blue {
	background-color: blue;
	opacity: .5;
}

li a#red {
	background-color: red;
	opacity: .5;
}

li a#random {
	background-color: purple;
	opacity: .5;
}

/* address
------------------------------------------------------ */

div#address p {
	font-size: .8em;
	text-align: right;
	line-height: 1.6em;
}

div#address a {
	color: #A4C8E8;
}

div#address a:hover {
	color: red;
	text-decoration: underline;
}

/* mainbody styling
------------------------------------------------------ */

#centers .mainbody {
	padding: 0;
}

h1 {
	font-family: TrebuchetMS, "Trebuchet MS", Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: white;
	border-bottom: 1px solid #c2e4f9;
	margin: 0 0 12px 0;
}

h2 {
	font-family: TrebuchetMS, "Trebuchet MS", Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #C1C9CF;
	margin: 0 0 5px 0;
}


h1.right {
	text-align: right;
}

.mainbody a {
	color: #A4C8E8;
}

.mainbody a img {
	border: 0;
}

.mainbody a:hover {
	color: red;
	text-decoration: underline;
}

.mainbody div.images {
	padding: 0 0 20px 0;
}

.mainbody div.bottom {
	padding: 20px 0 0 0;
}

.mainbody div.dualbottom {
	padding: 10px 0 0 0;
}

.mainbody div.images img.left {
	float: left;
}

.mainbody div.images img.right {
	float: right;
}

.mainbody div.images img.centers {
	float: left;
	margin: 0 10px;
}

.mainbody div.images img.left2 {
	float: left;
	margin: 0 0 0 10px;
}

.mainbody div.images img.gleft {
	float: left;
	margin: 0 10px 0 0;
}

.mainbody div.images img.gsans {
	float: left;
}

.mainbody div.images img.right2 {
	float: right;
	margin: 0 10px 0 0;
}

.mainbody p {
	line-height: 1.8em;
}

.mainbody ul.features {
	margin: 2em 3em 2em 2em;
}

.mainbody ul.features li {
	margin: 7px;
	padding: 5px;
	background: url(/images/black35-trans.png) no-repeat top left;
}

/* sidebar
------------------------------------------------------- */

#sidebar {

}

div.sidebar ul.thumbs li {
	text-align: center;
}

div.sidebar ul.thumbs img {
	padding: 12px;
	margin: 0 0 7px 0;
	background: url(/images/black50-trans.png) no-repeat top left;
}

/* contact page
------------------------------------------------------ */

div#mapwrap {
	margin: 0;
	background: url(/images/black50-trans.png) no-repeat top left;
	padding: 12px;
}

div#gmap {
	float: right;
	width: 400px;
	height: 350px;
}

div#details {
	float: left;
	width: 170px;
	padding: 20px 0 0 0;
}

div#details h2 {
	font-size: 12px;
	margin: 0 0 1.5em 0;
}

div#details p {
	margin: 0 0 2em 0;
	font-size: 11px;
}

div#gmap a {
	color: blue;
}

div#vpdtip {
	position: absolute;
	cursor: pointer;
	font-size: 10px;
	padding: 7px;
	width: 175px;
	height: 92px;
	background: url(/images/vpdtip-trans.png) no-repeat top left;
	font-family: Arial, Helvetica, sans-serif;
}

div#vpdtip h3 {
	font-size: 13px;
	color: #A4C8E8;
	margin: 0 0 .3em 0;
}

div#vpdtip p {
	margin: 0 0 .8em 0;
	line-height: 1.3em;
}

div#vpdtip a {
	color: yellow;
	text-decoration: none;
}

div#vpdtip a:hover {
	color: red;
}

/* webservices page
--------------------------------------------------------- */

div#webservices-master {
	padding: 12px 0 0 0;
	font-size: 12px;
}

div#webservices-master div.entry {
	width: 32%;
	float: left;
	text-align: center;
	font-size: .8em;
	padding: 0 0 5px 0;
}

div#webservices-master a {
	outline: none;
}

div#webservices-master a img {
	border: 0;
}

div#webservices-master h4 {
	font-size: 1.2em;
}

div#webservices-master div.entry div.icon {
	text-align: center;
}

div#webservices-master div.entry div.icon a {	
	width: 100px;
	margin: 0 auto 5px auto;
	display: block;
	cursor: pointer;
	padding: 12px;
	background: url(/images/black50-trans.png) no-repeat top left;	
}
