/* colors
----------------------------------------------- */
.bluegray {color:#3e4aa3;}
.lightbluegray {color:#5966ca;}
.red {color:#d30a0a;}
.lightblue {color:#0085bc;}
.orange	{color: #e8821e;}
.royalblue {color: #0e70b9;}
.greenbrown {color: #60614d;}
.lightgreenbrown {color: #acb078;}
.brightaqua {color: #5bac9e;}
.red2 {color:#FF0000;}
.verylighttan {color:#f9f5eb;}
.lighttan {color:#f5eedc;}
.tan {color:#b19a71;}
.forestgreen {color:#123d10;}
.red {color:#FF0000;
font-size:12px;}
/* base
----------------------------------------------- */
	
*{	padding: 0;
	margin: 0;
	}
	

body{
	margin:10px 0px; 
	text-align: center;		/* centers content in IE5.5 and earlier */
	background: #b19a71 url(/images/bg.gif) repeat-x top;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	}

#wrapper {
	position:relative;
    height:100%;
	overflow: hidden;
	display:block;
	width:850px;
	margin:0px auto;
	text-align:left;
	padding:15px;
	background:#f9f5eb;
	}
	




input, select, textarea {
	font-size: 100%;
	padding: 2px;
	width: 200px;
	margin: 0px;
}

hr  {


	color: #d0e3f1;
	height:1px;
	width: 830px;
	margin: 0 auto;


}



/* header
----------------------------------------------- */
#header{
	
	height: 125px;
	width: 850px;
	background: #f9f5eb url(/images/logo-trans.png) top left no-repeat;

	}



#menu {
	height: 15px;
	width: 530px;
	margin: 0px 396px;
	padding: 10px 0;
	background-color: transparent;
}


#main{
	position:relative;
    height:100%;
	overflow: hidden;
	overflow-y: visible;
	display:block;
	clear:both;
	width: 810px;
	height: 100%;
	margin: 0 auto;
	padding: 20px;
	text-align: left;
	background: #d4c5a8  url(/images/light-bg.gif) repeat-x top;
	}
	
	



#leftContent{
	float: left;
	width: 520px;
	height: 100%;
	margin: 0 auto;
	text-align: left;

	}




#rightContent{
	float: right;
	width: 260px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
	}

#rightContent p {
font-family: arial, helvetica, sans-serif;
font-size: 12px;
}
#rightContent b {

font-weight: bold;
}






#wideContent{
	width: 810px;
	height: 100%;
	margin: 0 auto;
	text-align: left;

	
}


	
#main h3{
	background: #efefef;
	display: block;
	background-image: none;
	margin-top: 20px;
	padding: 0;
	clear: both;

	}



#footer{
	clear: both;
	width: 810px;
	padding: 20px 0px 0 0;
	font-size: 10px;	
	line-height: 16px;
	color: #123d10;
	background: transparent;
}
#footer p{text-align: center;
	margin: auto;
	}
#footer a {color: #123d10;
	}
#footer a:hover {color: #7d8221;
	}
	
	
	
	
	
/* typography
----------------------------------------------- */
p {
	margin: 0 0 0 0;
	text-align: left;
	line-height: 1.6em;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	}	

a {	
color: #60614d;
text-decoration: none; }
a:hover{
	text-decoration: none;
	color: #7d8221;
}


img{ display: block; }

a img{ border: none; }

.small {
	font-size: 80%;
}

h1,
h2,
h3,
h4{
	font-family: "Myriad Pro", "Geneva", "Tahoma", sans-serif;
	}
h1 {
	color: #000;
	font-size: 18px;
}

h2 {
	font-size: 16em;
	font-weight: normal;
	color: #333;
	margin: 0 0 0.9em 0;
	line-height: 1.3em;
  	}

h3 {
	display: block;
	font-size: 14px;
	color: #706e6e;
	line-height: 18em;
	text-indent: 0px;
	background: url(../images/leaf.gif) 0 0 no-repeat ;
	}
	
h4 {
	font-size: 13px;
	line-height: 1.2em;
	color: #333333;
	margin : 1.4em 0;
	
	}
h5 {
	padding: 0px;
	font-weight: bold;
	font-size: 11px;
}


}
ol {
	margin: 0.2em 0 1em 0;
	padding-left: 2.25em;
	}

	




.active a{ text-decoration: none; }
	
#logo a{
	display: block;
	width: 149px;
	height: 64px;
	color: #99CC00;
	}




 

table {

}
th {
line-height: 30px;
	font-weight: bold;
	background: #ddd;
	text-align:center;
	padding: 3px 5px;
}
td {
	padding: 3px 3px 3px 3px;
	margin: 0px;
	line-height: 17px;
	text-align: center;
	background: transparent;
}

li {

	margin-left: 20px;
	margin-right: 20px;
	list-style: disc url(none);
	text-align:left;
}


img.right {
	margin: 0 0 0 0;
	float: right;
}

.right {
	margin: 0 0 0 0;
	float: right;
	text-align:right;
}
img.left {
	margin: 0px 0px 0px 0px;
	float: left;
} 
img.logo {
	padding: 5px;
	float: left;
} 



/* clearing
----------------------------------------------- */

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}


a.map {
	margin: 0px 0 3px 15px;
	float: right;
	width: 160px;
	display: block;
}

.whiteBox {font:10pt Arial, Helvetica, sans-serif; border:1px solid #222222; background:#fff; color: #222222;}
.noBox {border: none; background:#fff; color: #222222; text-align:left; margin-right:20px;}