
/* main
----------------------------------------------- */	
*{
	padding: 0;
	margin: 0;
	}	
html, body, form, fieldset {
	margin: 0;
	padding: 0;
	color: #484849;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.6em;
}
input, select, textarea { font-size: 100%; }

/* design
----------------------------------------------- */

body{
	text-align: center;		/* centers content in IE5.5 and earlier */
	background: #ffff url(../imagescontent_bg.jpg) top center repeat-x;
	}

#wrapper{
	width: 811px;
	margin: 0 auto;
	padding: 0px 0 30px;
	text-align: left;
	}

#header{
margin: 0px 0 0 59px;
	position: relative;
	height: 241px;
	width: 751px;
	}

#content{
	width: 811px;
	background: url(../images/bg.gif) right repeat-y;	
	}

#main{
	float: left;	/* Opera 5 */
	\width: 450px;	/* IE5Win */
	w\idth: 450px;	/* Others */
	padding: 15px 10px 40px 85px;
	position: relative;
	}
ul {
list-style: none;
	
}
#sidebar{
	float: right;
	width: 195px;	/* Opera 5 */
	\width: 240px;	/* IE5Win */
	w\idth: 195px;	/* Others */
	margin: 0;
	padding: 0 15px 25px 30px;
	border-left: 0px solid #eee;
	font-weight: lighter;
	}


/*font
----------------------------------------------- */

a{	color: #8D8E8A;	text-decoration: none; }
h1,
h2,
h3,
h4{
	font-family: "Trebuchet MS", "Tahoma", "Helvetica", "Arial", sans-serif;
	}

h1 {
	font-size: 1.3em;
	font-weight: bold;
	
	color: #00000;
	margin: 1.2em 0 1.2em 4em;
	line-height: 1.4em;
	text-align: center;
		}
h2 {
	font-size: 1.1em;
	font-weight: normal;
	color: #901F0D;
	margin: 1.2em 0 1.2em 0;
	line-height: 1.4em;
	text-align: justify;
  	}

h3 {
	font-size: 1.3em;
	font-weight: bold;
	color: #727270;
	margin: 1.2em 0 0.5em 0;
	line-height: 1.3em;
	text-align: justify;
  	}
h4 {
	font-size: 1.2em;
	font-weight: bold;
	text-decoration:underline; 
	color: #00000;
	margin: 1.2em 0 0.5em 0;
	line-height: 1.3em;
	text-align: justify;
  	}

p {
	margin-bottom: 1.5em;
	text-align: justify;
	line-height: 1.3em;
	}		

/* navigation
----------------------------------------------- */

#nav ul{
float: left;
	list-style: none;
	width: 751px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 60px;
	border-top: 0px solid #9B8748;
	border-bottom: 2px solid #B8B7B7;
	background:#C9CDBC url(../images/bg_border.gif);
	background-repeat:repeat-x ;
	background-position: top-left ;
}
#nav li{
	padding: 0;
	font-family: "Trebuchet MS", "Tahoma", "Helvetica", "Arial", sans-serif;
	float: left;
	
	}
	
#nav li a{
	float: left;
display: block;
margin:0 -1px 0 0;
padding: 5px 15px;
color: #000000;
text-decoration: none;
border: 0px solid #C6C6C5;
border-bottom: none;
background: #C9CDBC url(../images/bg_off.gif);
background-repeat:repeat-x;
	}

#nav li a:hover{	
color: #333;
padding-bottom: 4px;
border-color: #727377;
background: #FFFFFF url(../images/bg_on.gif);
}


#nav li active a {
background: #E1E9E0;
text-decoration: underline;
color: #333333;
}



/* sidebar
----------------------------------------------- */
#sidebar{ }


#sidebar h1{ 
	font-size: 1.75em;
	}	
#sidebar h2{ text-align: left; line-height: 1.2em; }
#sidebar h2{	color: #888; }
	
#sidebar p{
	text-align:left;
	}


/* footer
----------------------------------------------- */

#footer{
	xmargin-left: 18px;
	xpadding-top: 1px;
	color: #aaa;
	background: url(../images/footer.gif) top right no-repeat;
	height: 56px;
	width: 811px;
	}

#bottom_nav { padding: 8px 0 0 75px;}
#bottom_nav ul{	padding: 0; margin:0; list-style: none;  }
#bottom_nav ul li{
	font-family: "Trebuchet MS", "Tahoma", "Helvetica", "Arial", sans-serif;
	float: left;
	display: block;
	padding: 0 0.2em;
	}
	
#bottom_nav ul li a{
	color: #aaa;
	font-size: 0.9em;
	padding: 0 0.3em;
	margin: 0 0.2em;
	} 	

#bottom_nav ul li a:hover{
	color: #000000;
	}

#copy{ float: right; margin-right: 40px;
font-size: 0.9em;
}

/* Form
----------------------------------------------- */
input.txt {
  color: #00008B;
  background-color: #E8E3D2;
  border: 1px solid #00008B;
  width: 200px;
  }
 textarea.txt {
  color: #00008B;
  background-color: #E8E3D2;
  border: 1px solid #00008B;
  width: 200px
  }
 select.txt {
  color: #00008B;
  background-color: #E8E3D2;
  border: 1px solid #00008B;
  width: 200px;
}
input.btn {
margin:0 0 0 107px;
  color: #00008B;
  background-color: #E8E3D2;
  border: 1px solid #00008B;
   margin: 0 -50px 0 50px ;


}
form p {
  clear: left;
  margin: 0;
  padding: 5px 0 0 0;
}
form p label {
  float: left;
  width: 30%;
  font: bold 0.9em Arial, Helvetica, sans-serif;
}
fieldset {

  margin-top: -5px;
  padding: 10px;
}
legend {
  margin:0 0 0 10px;
  font: bold 0.8em Arial, Helvetica, sans-serif;
  color: #24B7FB;
  background-color: #FFFFFF;
}

/* clearing
----------------------------------------------- */

.adjust:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .adjust {
	display: inline-block; 
	width: 100%;
	}

* html .adjust {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}
