@charset "utf-8";
@import url("/css/navs.css");

/* CSS Document */

body {
	font: 12px/16px Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #3f3f40;
	margin: 0;
	}
	
p { text-align: justify; }

a {
	color: #0066FF;
	text-decoration: none;
	}
	
a:hover, a:hover:visited { color: #03afd9; }

a:visited {
	color:#777DB5;
}

h1 {
	color: #f19e1e;
	font-size: 24px;
	text-align: left;
	line-height:normal;
	}
	
h2 {
	color: #D27D20;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: -12px;
	padding-top: 8px;
	text-align: left;
	line-height:normal;
	}
	
h3, h4 {
	color: #B18541;
	font-size: 16px;
	margin-bottom: -12px;
	margin-top: 12px;
	text-align: left;
	line-height:normal;
	}
	
li { text-align: left; }

#outer {
	width: 760px;
	height: auto;
	margin: 25px auto;
	}
		
#wrapper {
	text-align: justify;
	border: 1px solid #f9c068;
	width: 760px;	
	height: auto;
	background-color: #fff;
	}
	
#footer {
	width: 760px;
	height: auto;
	color: #fff;
	font-size: 11px;
	/*vertical-align: middle;*/
	}
	
#footer a img {
	margin-right: 15px;
	margin-left: -32px;	
	}
	
#footer a, #footer a:visited {
	color: #f1bd1e;
	text-decoration: none;
	margin-left: 5px;
	margin-right: 5px;
	}
	
#footer a:hover {
	color: #cde8e8;
	}
	
	
#bannerMain {
	width: 760px;
	height: 333px;
	background: #FFF no-repeat left top;
	padding-bottom: 35px;
	margin-top: 0;
	}
	
#banner {
	width: 100%;
	height: 232px;
	background: #FFF no-repeat left top;
	margin-bottom: 15px;
	}
	
#contentOuter {
	background-color: #fff;
	padding: 10px 20px 20px 30px;
	margin: 0;
	}
	
#content {
	text-align: justify;
	margin-right: 30px;
	width: 500px;
	height: auto;
/*	float: left;*/
	}
	
.textBox {
	width: 134px;
	height: auto;
	padding: 0 5px 12px 10px;
	margin-right: 15px;
	float: left;
	border-left: 1px solid #c7c8c9;
	text-align: left; 
	}
	
.textBox p { text-align: left; }

.textBox ul {
	padding: 0;
	margin-left: 10px;
	text-indent: .08em;
	}
	
.textBox ul li { padding-bottom: 8px; }

.textBoxWide {
	width: 202px;
	height: auto;
	padding: 0 5px 12px 10px;
	margin-right: 15px;
	float: left;
	border-left: 1px solid #c7c8c9;
	text-align: left; 
	}
	
.textBoxWide p { text-align: left; }

.textBoxWide ul {
	padding: 0;
	margin-left: 10px;
	text-indent: .08em;
	}
	
.textBoxWide ul li { padding-bottom: 8px; }

.listPad ul, li { padding-bottom: 5px; }
	
.titleOrange {
	color: #FF9900;
	font-size: 18px;
	font-weight: bold;
	}
	
.textOrange { 	color: #CC6600; }

.textGrey { color: #444; }

.textBrown { 
	color: #796649;
	font-size: 11px;
	}
.textRed { color:#ff0000; }
	
.borderDots { border-left:1px dotted #444; }

table.map p {
	text-align: left;
	font-size: 11px;
	}
	
.floatL { float: left; }

.floatR { float:right; }

.widthAuto { width: auto; }

.clearBoth { clear: both; }


/* ------------- ERROR MESSAGE -------------- */
#error {
	color:#FF0000;
	margin-bottom: 20px;
	margin-top: 25px;
	font-weight: bold;
	}

#error img { padding: 3px 8px 0 0;	}

.errorDynamic { 
	font-weight: normal;
	padding-top: 8px;
	}
	
	
/* ------------- FORM -------------- */	
	
.formBtn { 
	margin-left: 3px;
	vertical-align: middle;
	}
	
.textField { width: 130px; }


/* ------------- FQ WINDOW -------------- */	

.FQwindow { 
	color: #fff;
	font-size:10px;
	background-color:#000000;
}

a.FQwindow, a.FQwindow:visited { 
	color: #fff;
	}
	
a.FQwindow:hover { 
	color: #CCFFFF;
	}
	
