/* =clear
--------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	border: 0;
}

/* =basic html
--------------------------------------------------------------------*/
body {
	background: #afb541 url(/images/wrap_new.jpg) center top repeat-x;
	font: 76%/150% Georgia, Palatino, "Times New Roman", Times, serif;
	color: #442;
	margin: 20px;
}


p, ul, ol, hr, fieldset {
	margin: 0 0 1.5em 0;
}



li {
	list-style-type: circle;
	margin-left: 1.5em;
}

ol {
}

hr {
	border-top: 1px dotted #994;
}

object {
	margin: 0 50px;
	position: relative;
}

a {
	color: #882;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #662;
}

a:hover {
	color: #727620;
	text-decoration: underline;
}





/* =headers
--------------------------------------------------------------------*/

h1, h2, h3, h4, h5 {
	font-weight: normal;
	color: #442;
	margin-bottom: .3em;
}

h1 {
	font-size: 180%;
}

h2 {
	font-size: 160%;
	color: #553;
}

h3, h4 {
	border-bottom: 1px dotted #bb5;
	padding-bottom: .1em;
}

h3 {
	font-size: 140%;
	color: #663;
}
h4 {
	color: #883;
	font-size: 120%;
	font-style: italic;
}

h5 {
	font-size: 110%;
	color: #663;
}


/* =structure
--------------------------------------------------------------------*/



#wrap {
	text-align: left;
	width: 812px;
	margin: 0 auto;
	position: relative;
}


#wrap {
	background: #f1e8c9;
}

.border {
	border: 6px solid #fff;
}

#header {
	width: 800px;
}


#content {
/* 	float: left; */
	width: 740px;
	margin: 0 30px;
	padding: 12px 0;
}


#menu1 {
	float: left;
	width: 800px;
}




/* =nav
--------------------------------------------------------------------*/


#nav {
	background: #E0D7B8 url(nav_back.jpg) 0 0 repeat-x;
	width: 800px;
	margin: 0 auto 10px auto;
	position: relative;
	text-align: center;
	list-style: none;
	padding: 12px 0;
}

#nav li {
/* 	float: left; */
	display: inline;
	margin: 0;
	padding: 0;
/* 	width: auto; */
}


#nav a, #nav a:visited {
/* 	float: left; */
	width: auto;
	padding: 5px 12px;
	font-size: 105%;
	font-weight: normal;
	color: #773;
	text-transform: uppercase;
	border-left: 2px solid #995;
}

#nav li#home a {
	border: 0;
}

#nav a:hover {
	text-decoration: none;
	color: #330;
}

#nav a.current {
	color: #c82700;
}


/* =footer
--------------------------------------------------------------------*/

#footer {
	background-color: #d34f23;
	float: left;
	width: 800px;
	height: 60px;
	padding: 15px 0;
	color: #ddc;
	font: 90%/140% trebuchet, "trebuchet ms", verdana, arial, helvetica, sans-serif;
}


#footer a {
	color: #ffe;
}
#footer a:hover {
	color: #fff;
}



.teaser {
	background-color: #fff;
	float: left;
	width: 740px;
	margin-bottom: 20px;
}

.teaser img {
	padding: 5px 0 5px 5px;
}




.people {
	width: 800px;
	margin-bottom: 20px;
}

.people img {
	padding: 5px;
	margin-left: 60px;
	background-color: #e0d7b8;
}

.l {
	float: left;
	margin-right: 10px;
}

/* =multi-columns
--------------------------------------------------------------------*/

.col {
	float: left;
	display: inline;
	margin-right: 20px;
	width: 370px;
}

#footer .col {
	margin: 0 0 0 20px;
}

.half {
	width: 350px;
	float: left;
	display: inline;
}

.box {
	background-color: #e0d7b8;
	padding: 5px;
	width: 500px;
}


.smaller, small {
	font-size: 75%;
}


.listchange {
	list-style-type: none;
}

.clr {
	clear: both;
	visibility: hidden;
	margin: 0;
	border: 0;
}







/* =forms
--------------------------------------------------------------------*/


label {
	width: 130px;
	float: left;
	text-align: right;
	margin-right: 1em;
}

input, textarea, select {
	font: 11px/100% trebuchet, "trebuchet ms", verdana, arial, helvetica, sans-serif;
	float: left;
	clear: right;
	border-width: 1px;
	border-style: solid;
	border-color: #777 #ccc #ccc #777;
	padding: 3px;
	display: block;
	width: 200px;
	margin-bottom: .5em;
	color: #333;
}

select {
	width: auto;
	margin-right: 1em;
}

textarea {
	float: none;
	width: 350px;
}

form hr {
	clear: both;
	width: 100%;
}

form p {
	width: 100%;
	float: left;
	margin-bottom: .5em;
}

input:focus, textarea:focus, select:focus {
	background: #ffe;
}

.but, .loose, .check {
	width: auto;
	text-align: left;
	margin-bottom: 0;
}

.but {
	border-color: #ccc #777 #777 #ccc;
	border-width: 2px;
	background: #ddd;
	padding: 6px;
	font-size: 105%;
	font-weight: bold;

}

.check {
	border: 0;
	margin-right: .3em;
}


fieldset {
	background: #f8f3e3;
	padding: 1em;
	margin: 0 20px 1.5em 20px;
}

legend {
	background: #fff;
	padding: 3px 4px;
}

fieldset, legend {
	border: 1px solid #ddb;
}

.checks label {
	width: auto;
	text-align: left;
	display: block;
	float: none;
	margin-bottom: .2em;
}

.req {
	color: #f00;
}

