/*******************************************************
TITLE: Fixed Three-Column Layout v1.0
DATE: 200801
AUTHOR: The CSS Tinderbox - http://www.csstinderbox.com
*******************************************************/

/* << ----------------// General Styles //------------ */
body {
margin:10px;
padding:0;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:16px;
line-height:18px;
color:#000000;
}


p {
margin:4px 0 6px 0;
}

p2 {
	text-indent:3em;
}

strong {
font-weight:bold;
}

em {
font-style:italic;
}

h1, h2, h3, h4 {
font-weight:bold;
margin:10px 0 0 0;
}

h1 {
font-size:26px;
}

h2 {
font-size:23px;
}

h3 {
font-size:20px;
}

h4 {
font-size:17px;
}

a:link, a:visited {
	color:#cc0000;
	text-decoration:none;
}

a:hover, a:active {
	color:#990000;
	text-decoration:none;
}

ul {
margin:5px 0 5px 20px;
padding:0;
list-style-type:disc;
}

ol {
	margin:5px 0 5px 30px;
	padding:0;
	list-style-type:decimal;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

ul li, ol li {
margin:0 0 4px 0;
padding:0;
}


/* << ----------------// Outer container that holds all the columns //------------ */
#mainContainer {
	margin:0 auto;
	padding:0;
	width:1000px;
	border:1.5px none #920013;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
}

/* << ----------------// Header //------------ */
#header {
	margin:0;
	padding:0px;
	width:950px;
	height:112px;
	color:#ffffff;
	background-color:#FFFFFF;
	background-attachment: fixed;
	background-image: none;
	background-repeat: no-repeat;
	background-position: right top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* << ----------------// Horizontal navigation //------------ */
#navHorizontal {
	margin:0;
	padding:0;
	width:900;
	height:32px;
	line-height:32px;
	background-color:#5A0000;
	background-attachment: fixed;
	background-image: none;
	background-repeat: no-repeat;
	background-position: right bottom;
}

#navHorizontal ul {
margin:0 0 0 5px;
padding:0;
list-style:none;
}

#navHorizontal ul li {
margin:0 0 0 -5px;
padding:5px 0 5px 0;
list-style:none;
display:inline;
}

#navHorizontal ul li a:link, #navHorizontal ul li a:visited {
	color:#eeeeee;
	text-decoration:none;
	border-right:1px solid #999999;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
}

#navHorizontal ul li a:hover, #navHorizontal ul li a:active {
	color:#FFFFFF;
	text-decoration:underline;
	background-color:#8C2E2C;
	font-family: Arial, Helvetica, sans-serif;
}

/* << ----------------// Left column //------------ */
#columnOne {
	float:left;
	margin:0;
	padding:0 5px 10px 5px;
	width:190px;
	background-color:#A29479;
	background-attachment: fixed;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left top;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: outset;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #E0DFE3;
	border-right-color: #E0DFE3;
	border-bottom-color: #E0DFE3;
	border-left-color: #FFFFFF;
}

#columnOne p, #columnThree p, #columnOne ul li, #columnOne ol li, #columnThree ul li, #columnThree ol li {
	font-size:13px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#columnOne h2, #columnThree h2 {
	font-size:16px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* << ----------------// Vertical navigation //------------ */
#navVertical {
	margin:0 -5px 0 -5px;
	padding:0;
	width:200px;
	background-color:#A29479;
	background-attachment: fixed;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left top;
	border: thin none #000000;
	font-family: Arial, Helvetica, sans-serif;
}

#navVertical ul {
margin:0 0 0 5px;
padding:0;
list-style:none;
}

#navVertical ul li {
	margin:0 0 0 -5px;
	padding:0;
	list-style:none;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
}

#navVertical ul li a:link, #navVertical ul li a:visited {
	padding:5px 8px 5px 8px;
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #5A0000;
}

#navVertical ul li a:hover, #navVertical ul li a:active {
	color:#FFFFFF;
	text-decoration:underline;
	background-color:#8C2E2C;
	font-family: Arial, Helvetica, sans-serif;
}

/* << ----------------// Vertical navigation //------------ */
#navVertical2 {
	margin:0;
	padding:0;
	width:200px;
	background-color:#A29479;
	background-attachment: fixed;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left top;
	border: thin none #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

#navVertical2 ul {
margin:0 0 0 5px;
padding:0;
list-style:none;
}

#navVertical2 ul li {
	margin:0 0 0 -5px;
	padding:0;
	list-style:none;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
}

#navVertical2 ul li a:link, #navVertical2 ul li a:visited {
	padding:5px 8px 5px 8px;
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #830405;
}

#navVertical2 ul li a:hover, #navVertical2 ul li a:active {
	color:#FFFFB3;
	text-decoration:none;
	background-color:#A31113;
	font-family: Arial, Helvetica, sans-serif;
}

/* << ----------------// Middle column //------------ */
#columnTwo {
	float:left;
	margin:0;
	width:760px;
	background-color:#FFFFFF;
	background-attachment: fixed;
	background-image: none;
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
}

/* << ----------------// Right column //------------ */
#columnThree {
	float:left;
	margin:0;
	padding:0;
	width:190px;
	background-color:#FFFFFF;
	background-attachment: fixed;
	background-image: none;
	background-repeat: no-repeat;
	background-position: right top;
}

/* << ----------------// Footer //------------ */
#footer {
	margin:0;
	padding:5px 5px 5px 10px;
	width:985px;
	height:20px;
	font-size:10px;
	color:#FFFFFF;
	background-color:#5A0000;
	clear:both;
	font-family: Arial, Helvetica, sans-serif;
	border-left-width: thin;
	border-left-style: outset;
	border-left-color: #333333;
	border-bottom-width: thin;
	border-bottom-style: outset;
	border-bottom-color: #000000;
}

#footer a:link, #footer a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

#footer a:hover, #footer a:active {
color:#ffffff;
text-decoration:underline;
}

/* << ----------------// Fix so that the outer DIV will wrap around all floated DIVs within //------------ */
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
#faq/* End hide from IE-mac */
 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}
#faq ul li a:link, #faq ul li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #336699;
}
#faq  ul li a:hover,#faq ul li a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #2B4055;
}
