/* Reset
------------------------------------------------------------ */
html,body,div,h1,h2,h3,h4,h5,h6,p,blockquote,code,pre,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th,p,input,select,textarea { font-size: 1em; font-weight: normal; font-style:normal; }
table { border-collapse: collapse; border-spacing: 0; }
caption,th { text-align: left; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
q:before, q:after, blockquote:before, blockquote:after { content: ""; }


/* Layout
------------------------------------------------------------ */
body {
	background: #e7d7b8 ;
	color: #000;	
	font: 12px/20px "Arial", Lucida Grande,Geneva, Arial, Verdana, sans-serif;
	}

html {

	margin-bottom:1px;

	min-height:100%;

	}
.wrap {
	position: relative;
	text-align: left;
	width: 995px;	
	margin: 0 auto;	
	z-index:1;
	margin-top: 10px;
	border: 2px solid #CC9966;
	background-color:#fff;
	}
	

.header {
	width: 100%;
	position: relative;
	background:url(../images/header_bg.jpg) top repeat-x;
	

}


.header h1 {
	position:relative;
	font-family:"Trebuchet MS";
	font-size:16px;
	font-weight:bold;
/*	float:left;
*/	
	text-align:center;
	width:995px;
	border: 1px solid #ad893d !important;
	color:#000080;
	background:url(../images/hback.gif) bottom repeat-x;
	height:34px;
	}


.footer { position: relative; z-index:0;
	height:32px;
	border-bottom:2px solid #868b8e;
margin: 5px 0px 0px 0px;
padding:5px;
background:url(../images/brdtmb.gif) bottom left repeat-x #f0e2cb;

 }



	
/*	.................nav...................*/

.nav {
/*float:left;*/
height: 20px;
margin: 5px 2px 5px 2px;
margin-top:5px;
background:url(../images/brdtmb.gif) bottom left repeat-x #f0e2cb;

padding:5px;
}
ul.nav  {
	position:absolute;
	right:25px;
	bottom:13px;
	margin-bottom:0;			
	}	
.nav li {
	list-style:none;
	display:inline;
	float:left;
	margin-right:5px;		
	}
.nav li a {
	display:block;
	color:#FFFFFF;
	font-size:16px;
	font-family: "Trebuchet MS";
	text-align:center;
	background:url(../images/tab.jpg) bottom left no-repeat;
	width:8em;
	height:41px;
	line-height:41px;	
	}			
	
.nav li  li a {
	background:#3aa116;
	font-size:12px;
	height:30px;
	line-height:30px;	

	
		}			

.nav a:hover {
/*	background: #317215;
*/	text-decoration:underline;

}	

.nav li {
	float: left;
	text-align: left;
	color: #fff;
	background: #fff;
	z-index: 80;

}

.nav li ul {
	position: absolute;
	background: #fff;
	left: -999em;
	width: 140px;
}

.nav li ul li {
	border-left: 1px solid #fff;	
	border-right: 1px solid #fff;
	position: relative;
}	
.nav li ul li a {
	text-align: left;
	text-indent: 5px;
	display: block;
	border-bottom: 1px solid #efda69;
	width: 140px;
	white-space:nowrap;

}
.nav li ul ul {
	margin: -2em 0 0 194px;	
}

.nav li:hover ul ul, .nav li:hover ul ul ul, .nav li.sfhover ul ul, .nav li.sfhover ul ul ul {
	left: -999em;
}

.nav li:hover ul, .nav li li:hover ul, .nav li li li:hover ul, .nav li.sfhover ul, .nav li li.sfhover ul, .nav li li li.sfhover ul {
	margin-left: -2px;
	left: auto;
	
}

.shoe {
position:relative;
width: 800px;
float:left;
height: 20px;
border-bottom:2px solid #ff000;
margin-top:5px;
background-color:#FFF0C8;
clear:both;
padding:5px;	}
.shoe ul {
	margin:0;
	}		
.shoe ul li {
	display:inline;
	margin:0 1em;
	}	
.shoe a { 	
	color:#FFFFFF;
	}		
.areainfo {
width: 930px;
border: 1px solid #AD893D;
margin-left: 40px;;
padding:5px;

}

.areainfo h2 {
color:#800000;
font-size:16px;
text-align:center;
}

.minidesc {
float:right;
font-size:11px;
color:#000000;
margin-right:10px;
margin-top:-42px;
}

/* Form styles */
div.form-container { margin: 10px; padding: 5px; background-color: #FFF; border: #EEE 1px solid; }

p.legend { margin-bottom: 1em; }
p.legend em { color: #C00; font-style: normal; }

div.errors { margin: 0 0 10px 0; padding: 5px 10px; border: #FC6 1px solid; background-color: #FFC; }
div.errors p { margin: 0; }
div.errors p em { color: #C00; font-style: normal; font-weight: bold; }

div.form-container form p { margin: 0; }
div.form-container form p.note { margin-left: 170px; font-size: 90%; color: #333; }
div.form-container form fieldset { margin: 10px 0; padding: 10px; border: #DDD 1px solid; }
div.form-container form legend { font-weight: bold; color: #666; }
div.form-container form fieldset div { padding: 0.25em 0; }
div.form-container label, 
div.form-container span.label { margin-right: 10px; padding-right: 10px; width: 150px; display: block; float: left; text-align: right; position: relative; }
div.form-container label.error, 
div.form-container span.error { color: #C00; }
div.form-container label em, 
div.form-container span.label em { position: absolute; right: 0; font-size: 120%; font-style: normal; color: #C00; }
div.form-container input.error { border-color: #C00; background-color: #FEF; }
div.form-container input:focus,
div.form-container input.error:focus, 
div.form-container textarea:focus {	background-color: #FFC; border-color: #FC6; }
div.form-container div.controlset label, 
div.form-container div.controlset input { display: inline; float: none; }
div.form-container div.controlset div { margin-left: 170px; }
div.form-container div.buttonrow { margin-left: 180px; }


/* Grid
------------------------------------------------------------ */

.onecol, .twocol, .twocollefta, .twocolleftb, .twocolrighta, .twocolrightb, .threecol, .threecola, .fourcol, .fivecol, .sixcol { width: 100%; margin:0 auto 0px auto; display:inline-block; position:relative; z-index:200; }

.column { float: left; margin-left: 0%; position:relative; z-index:200; }	
.column.first, .column.last { margin-left: 0 !important; }
.column.last { float: right; margin-right:5px;}

/* One Column ----------------------------- */
.onecol { margin: 0 2%; width: 96%; }

/* Two Column ----------------------------- */

/* Even */
.twocol .column { width: 49%; }
.column .twocol .column, 
.column .twocol .column.first, 
.column .twocol .column.last { width: 48%; }

/* Smaller Left - Wider Right */
.twocollefta .column.first { width: 1%;  margin-top:10px;}
.twocollefta .column.last  { width: 95%; margin-top:10px; }

/* Small Left - Wide Right */
.twocolleftb .column.first { width: 33%; }
.twocolleftb .column.last { width: 65%; }

/* Wider Left - Small Right */
.twocolrighta .column.first { width: 74%; }
.twocolrighta .column.last  { width: 24%; }

/* Small Left - Wide Right - fit nested .twocol for a total of 3 columns */
.twocolrightb .column.first { width: 65%; }
.twocolrightb .column.last { width: 33%; }


/* Three Column ----------------------------- */

/* Even */
.threecol .column,
.column .threecol .column,
.column.first .threecol .column,
.column.last .threecol .column { width: 32%; margin-right: 0 }

/* Small Right/Left - Wide Center */
.threecola .column, 
.column .threecola .column, 
.column.first .threecola .column, 
.column.last .threecola .column { width: 55.5%; }
.threecola .column.first, 
.threecola .column.last,
.column .threecola .column.first,
.column .threecola .column.last { width: 20%; }

/* Four Column */
.fourcol .column, 
.column .fourcol .column,
.column.first fourcol .column,
.column.last .fourcol .column { width: 23%; margin-left: 3%; }

/* Five Column */
.fivecol .column,
.column .fivecol .column,
.column.first .fivecol .column,
.column.last .fivecol .column { width: 18.5%; }

/* Six Column */
.sixcol .column,
.column .sixcol .column,
.column.first .sixcol .column,
.column.last .sixcol .column { width: 15.1%; }

/* Clearing Floats */
.header:after, .footer:after, .column:after, .onecol:after, .twocol:after, .twocollefta:after, .twocolleftb:after, .twocolrighta:after, .twocolrightb:after, .threecol:after, .threecola:after, .fourcol:after, .fivecol:after, .sixcol:after, .clearfix:after, {
 	content: "."; 
 	display: block; 
 	height: 0; 
	clear: both; 
 	visibility: hidden;
	}
 
/* Typography 
------------------------------------------------------------ */

/* Serif */	
.serif { font: 12px/18px Georgia, "lucida bright", "times new roman", serif; }
	
/* Links */	
a { color: #105CB6; text-decoration: underline; }
a:hover, a:focus { color: #105CB6; text-decoration: underline; }
a:active {
	color: #105CB6;
}
a.left  { float: left; }
a.right { float: right; }

/* Headers */
h1 { font-size: 24px; line-height: 36px; margin-bottom: 18px; color:#0f4d13; text-transform:uppercase; }
h2 { font-size: 16px; line-height: 18px; margin-bottom: 18px; padding:0 5px 0 5px; font-weight:bold; } 
h3 { font-size: 12px; line-height: 18px; font-weight: bold; padding:5px; max-width:175px; }
h4 { font-size: 12px; line-height: 18px; font-weight: bold; }
h5 { font-size: 11px; line-height: 18px; font-weight: bold; }
h6 { font-size: 10px; line-height: 18px; font-weight: bold; }

h1,h2,h3,h4,h5,h6 {
	color: #0f4d13;
	max-width: 1000px;
} 

/* Text Align */
p { margin-bottom: 18px; border-bottom:#f0dc73 dotted 1px ; padding:5px; }
p.left { text-align: left; } 
p.center, div.center { text-align: center; } 
p.right, div.right { text-align: right; } 
p.justify { text-align: justify; }


/* Images
------------------------------------------------------------ */
img.left   { float: left; }
img.center { margin: 0 auto; display: block; }
img.right  { float: right; }

p img.left   { margin: 0 18px 18px 0; }
p img.center { margin-bottom: 18px; }
p img.right  { margin: 0 0 18px 18px; }

/* Transparent .png - IE6 */	
img { behavior: url(css/iepngfix.htc); }


/* Misc
------------------------------------------------------------ */
em, i { font-style: italic; }
strong, b { font-weight: bold; }
hr { background-color: #ccc; border: 0px; color: #ccc; height: 1px; margin: 17px 0 18px 0; }
pre, code { margin-bottom: 18px; background: #e6e6e6; white-space: pre; }
abbr, acronym { border-bottom: 1px dotted #666; cursor: help; }
address { margin-bottom: 18px; font-style: italic; }
del { color: #666; }
dfn { font-weight: bold; }
blockquote { 
	margin: 8px; 
	padding: 9px; 
	color: #666; 
	background: #f9f9f9; 
	border: 1px solid #ddd; 
	font-style: italic;
	quotes: "\201C" "\201D";
	}
blockquote:before { content: open-quote; font-weight: bold; }
blockquote:after  { content: close-quote; font-weight: bold; }
.clear { clear: both; }


/* Lists
------------------------------------------------------------ */
ul, ol { margin-bottom: 18px; margin-left: 2em; list-style-position: outside; }
ol { list-style-type: decimal; }
ul { list-style-type: disc;  }

/* Definition Lists */		
dl { margin-bottom: 18px; }
dt { font-weight: bold; margin-bottom: 18px; }
dd { }


/* Tables
------------------------------------------------------------ */
table { margin-bottom: 18px; width:100%; }
th { font-weight: bold; }
tr { }
td { text-align:right; }
td img { margin: 0 auto; display: block; }
tfoot { font-style: italic; }

/* Zebra rows */
tr.zebra { background-color:#EDF3F9; } 


.twocollefta .column.last .twocol .column.first  h2, .twocollefta .column.last .twocol .column.last  h2, .onecol h2 {
border: 1px solid #ad893d !important;
color:#721a08;
background:url(../images/hback.gif) bottom repeat-x;
height:34px;

}

.twocollefta .column.last .twocol .column.first, .twocollefta .column.last .twocol .column.last , .onecol   {
border: 1px solid #ad893d;
background:url(../images/pbtm.gif) bottom repeat-x;

}

.twocollefta .column.last .twocol .column.first  p, .twocollefta .column.last .twocol .column.first  h3 {
margin: 5px;

	

}

.twocollefta .column.last .twocol .column.last  p, .twocollefta .column.last .twocol .column.last h3 {
margin: 5px;

	

}

.table {
	text-align:left!important;
}

#formpage  {background-color:#d4d1ad!important; }
#formpage .nav {background-color:#fff!important; text-align:center; font-size:14px; color:#000;}
#formpage .twocollefta {background-color:#f5f2cb!important;}
#formpage .footer {background-color:#e4db72!important;}

/* Print 
------------------------------------------------------------ */
@media print {
	body, .wrap { color: #000 !important; }
	a, a:link, a:visited { color: #000 !important; text-decoration: none !important; }
}

