@charset "utf-8";
/* <!-- */
/* General styles */
body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#fff;
	font-size:75%;
	font-family: verdana, tahoma, helvetica, arial, sans-serif;
	text-align:center;
}
#fixed {
   margin:0 auto;
   width:960px;   
   text-align:left;
}
h2 {
	font-size: 1.6em;
	font-weight: bold;
	color: #b8270e;
}
h3 {
	font-size: 1.3em;
	font-weight: bold;
	color: #b8270e;
}
h4 {
	font-size: 1.1em;
	font-weight: bold;
	color: #b8270e;
}
/* Header styles */
#header {
	clear:both;
	float:left;
	width:100%;
}
/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
.colleft {
	float:left;
	width:100%;
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;
	overflow:hidden;
}
/* 2 Column (left menu) settings */
.leftmenu {
	background:#fff;		/* right column background colour */
}
.leftmenu .colleft {
	right:760px;			/* right column width */
	background:#b8270e;	/* left column background colour */
}
.leftmenu .col1 {
	width:760px;			/* right column content width */
	left:100%;			/* 100% plus left column left padding */
}
.leftmenu .col2 {
	width:200px;			/* left column content width (column width minus left and right padding) */
	text-indent: 20px;
	color: #FFFFFF;
}
.leftmenu .col2 a {
	color: #FFFFFF;
	text-decoration: none;
}
.leftmenu .col2 p {
	margin-top: 0px;
	margin-bottom: 5px;
}
.vfbvContent {
	padding: 10px;
}
/* Footer styles */
#footer {
	clear:both;
	float:left;
	width:100%;
}
/* Home Page styles */
.home1 {
	float:left;
	width:50%;
	position:relative;
}
.home2 {
	float:left;
	width:50%;
	position:relative;
}
.homeHeading1 {
	background-color: #f48f00;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	color: #FFFFFF;
}
.homeHeading2 {
	background-color: #b8270e;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	color: #FFFFFF;
}
.homeRecentUpdates {
	height: 445px;
	width: 100%;
	overflow: auto;
	overflow-x:hidden;
}
.updateBox a {
	color: #b8270e;
	text-decoration: none;
}
.homePadding {
	padding-left: 5px;
}
.homeSmall {
	font-size: 9px;
	font-style: italic;
}
.textJust {
	text-align: justify;
	padding-right: 10px;
}
/* General styles */
.slideshow {
	width: 960px;
	height: 175px;
	overflow: hidden;
}
.rightBox {
	width: 200px;
	float: right;
	position: relative;
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.rightBox a {
	text-decoration: none;
	color: #0066CC;
}
.rightBox a:visited {
	text-decoration: none;
	color: #0066CC;
}
.subMenu {
	background-color: #f48f00;
	text-indent: 35px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.topMenu {
	background-color: #f48f00;
	padding-top: 5px;
	padding-bottom: 5px;
}
.dreamOrb a{
	color: #666666;
	text-decoration: none;
	font-size: 0.8em;
}
.dreamOrb a:visited{
	color: #666666;
	text-decoration: none;
	font-size: 0.6em;
}
li {
	padding-bottom: 10px;
}
#photo {
    width: 100%;
    height: auto;
}
#one {
	width: 100%;
	}
.fontWhiteB {
	font-weight: bold;
	color: #FFFFFF;	
	}
.voteAnswers {
	font-size: 12px; /* 68.8*/
}
.issueBox {
	background-color: #FFDDB0;
	padding: 5px;
}
.issueBox2 {
	background-color: #FFFFFF;
	padding: 5px;
}
.blueText {
	color: #b8270e;
}
.blueTextB {
	color: #b8270e;
	font-weight: bold;
}
.errorMsg {
	color: #FF0000;
	font-weight: bold;
}
.faqQ {
	color: #b8270e;
	font-weight: bold;
	font-style: italic;
}
/* --> */

