@charset "iso-8859-1";
/*---------------------------------------------*/
/* CSS Document for VeraFloor.com              */
/* Copywrite 2004-2006 VeraFloor, Inc.         */
/* Designed by MarcoMorelli.com                */
/*---------------------------------------------*/

/*---------------------------------------------*/
/*-- Common Styles ----------------------------*/
/*---------------------------------------------*/

body {
	background-color: #D1C7AC;
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: .75em;
	}

div, ul, li, h2, p, form {
	margin: 0;
	padding: 0;
	}
	
h2 {
	font-size: 1.4em;
	font-weight: bold;
	}

h3 {
	font-size: 1.15em;
	font-weight: bold;
	}

img {
	display: block;
	padding: 0;
	margin: 0;
	}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	text-align: left;
	}

/*---------------------------------------------*/
/*-- Header -----------------------------------*/
/*---------------------------------------------*/

#header {
	width: 750px;
	height: 100px;
	overflow: hidden;
	background: url(../images/backgroundTop.gif) bottom center no-repeat;
	margin: 0;
	padding: 0;
	}
	
#logo {
	float: left;
	width: 313px; /* Image is 311px */
	padding-left: 20px;
	padding-top: 8px;
	overflow: hidden;
	}

/*-- Nav --------------------------------------*/

#nav {
	float: right;
	width: 400px;
	height: 100px;
	font-size: 12px !important;
	}

#nav ul {
	height:40px;
	margin: 60px 15px 0 0;
	}

#nav ul li.off {
	display: block;
	float: right;
	list-style-type: none;
	background: url(../images/navOff.gif) top left no-repeat;
	padding: 0 0 5px 0;
	margin: 0 0 0 0;
	} 
	
#nav ul li.off a, #nav ul li.off a:visited {
	color: #D1C7AC;
	font-weight: bold;
	text-decoration: none;
	display: block;
	background: url(../images/navOffRight.gif) top right no-repeat;
	padding: 10px;
	margin: 0;
	}

#nav ul li.off a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	}

#nav ul li.on {
	display: block;
	float: right;
	list-style-type: none;
	background: url(../images/navOn.gif) top left no-repeat;
	padding: 0 0 5px 0;
	margin: 0 0 0 0;
	} 
	
#nav ul li.on a, #nav ul li.on a:visited {
	color: #800F2B;
	font-weight: bold;
	text-decoration: none;
	display: block;
	background: url(../images/navOnRight.gif) top right no-repeat;
	padding: 10px;
	}

#nav ul li.on a:hover {
	text-decoration: underline;
	color: #800F2B;
	}

/*---------------------------------------------*/
/*-- Main -------------------------------------*/
/*---------------------------------------------*/

#main, #mainTop, #mainBottom {
	width: 750px;
	}
	
#main {
	background: #FFFFFF url(../images/backgroundMiddle.gif) top center repeat-y;
	}
	
/*-- Content ----------------------------------*/

#content {
	float: left;
	width: 430px;
	padding-left: 30px;
	margin-top: 5px;
	}

#content ul {
	padding-left: 15px;
	padding-top: 10px;
	}

#content li {
	padding-bottom: 10px;
	text-align: justify;
	}

#content p {
	padding-bottom: 15px;
	text-align: justify;
	}

#content h2 {
	padding-bottom: 10px;
	color: #800F2B;
	text-decoration: underline;
	}
	
#content h3 {
	padding-bottom: 8px;
	color: #800F2B;
	text-decoration: underline;
	}

/*-- Images -----------------------------------*/

#images {
	float: right;
	width: 270px; /* images 245px */
	margin-top: 5px;
	}

#images img {
	float: right;
	padding-right: 25px;
	padding-bottom: 15px;
	}

/*-- Main Bottom ------------------------------*/

#mainBottom { 
	background: url(../images/backgroundBottom.gif) bottom center no-repeat;
	clear: both;
	text-align: center;
	}
	
#mainBottom ul {
	padding: 0 30px 20px 30px;
	text-align: center;
	list-style-type: square;
	color:#000000;
	}
	
#mainBottom ul li {
	display: inline;
	color:#000000;
	}

#mainBottom ul li a {
	color: #666666;
	text-decoration: underline;
	font-weight: bold;
	padding: 0 1px 2px 1px;
	}
	
#mainBottom ul li a:hover {
	color: #800F2B;
	text-decoration: none;
	border-bottom: 1px solid #800F2B;
	}

/*-- Footer -----------------------------------*/

#footer {
	text-align: center;
	margin-bottom: 15px;
	}
	
#footer p a, #footer p a:visited {
	font-weight: bold;
	color: #666666;
	padding: 0 1px 2px 1px;
	}

#footer p a:hover {
	color: #800F2B;
	text-decoration: none;
	border-bottom: 1px solid #800F2B;
	}
	
/*-- Form Related -----------------------------*/


label, input, select, textarea {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}

label {
	text-align: right;
	width: 125px;
	padding-right: 20px;
}

br {
	clear: left;
}

.rfvRegion, .rfvEmail, .revEmail, .rfvFirstName {
	color:#FF0000;
	}
	
.requiredAst {
	color: #FF0000;
	font-size: 14px;
}

#content p.noSpace, #content br.noSpace {
	margin: 0;
	padding: 0;
	}

#content h3.noTopSpace {
	margin-top: 0;
	padding-top: 0;
	}
	
#content span.formCheckBox input { 
	width:20px;
	}

#content span.formCheckBox label {
	text-align: left;
	width:200px;
	}