/*********** GENERAL ***********/
body {
	margin: 0 auto;
	padding: 0;
	width: 760px;
	background-color: #e8eadc;
	font-family: Lucida Grande, Lucida Sans Unicode, Trebuchet MS, Helvetica, sans-serif;
	line-height: 1em;
}
a, a:visited {
	text-decoration: none;
	color: #317023;
	font-weight: bold;
}
a:hover{
	text-decoration: underline;
	color: #c69200;
}
a img{
	border: none;
	font-weight: normal;
	line-height: 0em;
}
h1 {
	font-size: 24pt;
	color: #381d59;
	font-weight: normal;
}
h2 {
	font-size: 18pt;
	color: #381d59;
	font-weight: normal;
}
h3 {
	color: #c69200;
	font-size: 11pt;
	font-weight: normal;
}
h4 {
	font-size: 10pt;
	color: #381d59;
}
h5 {
	color: #317023;
	font-size: 10pt;
	font-weight: normal;
}
h6 {
	color: #c69200;
	font-size: 8.5pt;
	font-weight: bold;
}
#container {
	background: #fff;
	margin: 0 auto;
}
.cleaner {
	clear: both;
	height: 0;
	font-size: 0em;
	display: block;
	margin: 0; padding: 0;
	background: transparent;
}
.hide {
	display: none;
}
input, select, textarea {
	font-family: Lucida Grande, Lucida Sans Unicode, Trebuchet MS, Helvetica, sans-serif;
}
.opacity {
	opacity: .50;
	filter: alpha(opacity=50);
	-moz-opacity: .5;
}


/*********** HEADER *************/
#header {
	margin: 0 10px; padding: 17px 0 0 0; 
	width:740px; 
	/*border: 1px solid red;*/
}
#header #logo{
	float: left;
	display: block;
	height: 60px;
	width: 260px;
	background-image: url("../images/name.gif");
	background-repeat: no-repeat;
}
#header-links {
	font-size: .7em;
	line-height: 1.2em;
	font-weight: bold;
	display: block;
	float: right;
	width: 400px;
	top: -45px;
	color: #b4aea9;
	text-align: right;
}


/*********** NAVIGATION ***********/
#nav {
	float: left;
	margin: 10px 30px 0 0;
	padding: 0;
	clear: both;
	display: block;
	width: 710px;
}
#nav a, #nav a:visited, #nav a:hover {
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: .8em;
	font-weight: normal;
}
#nav ul {
	margin: 0; 
	padding: 0 0 0 0;
	list-style: none;
	float: right;
}
#nav li { 
	margin: 0 0 0 1px;
	padding: 0;
	float: left;
}
#nav a {
	margin: 0;
	padding: 5px 10px;
	display: block;
	background: url(../images/nav/off.gif);
	float: left;
}
#nav a#nav-left {
	background: url(../images/nav/off_left.gif) top left;
}
#nav a#nav-right {
	background: url(../images/nav/off_right.gif) top right;
}
#nav a#nav-left:hover, #nav a#nav-left.active {
	background: url(../images/nav/on_left.gif) top left;
}
#nav a#nav-right:hover, #nav a#nav-right.active {
	background: url(../images/nav/on_right.gif) top right;
}
#nav a:hover, #nav a.active {
	background: url(../images/nav/on.gif);
}


/*********** MENU ***********/
#menu {
	margin: 0 0 22px 0;
	padding: 0 10px 0 0;
	float: left;
	text-align: left;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu ul ul {
	margin: 0;
	padding: 2px 0 10px 10px;
	list-style: none;
}
#menu li {
	margin: 0;
	padding: 0 0 12px 0;
	display: block;
	list-style: none;
}
#menu li li {
	padding: 0 0 6px 0;
}
#menu a, #menu a:visited {
	display: block;
	text-decoration: none;
	font-weight: normal;
	color: #000;
	font-size: .8em;
	padding: 0;
	margin: 0;
	vertical-align: middle;
}
#menu a:hover {
	text-decoration: underline;
}
/*
#menu ul li a {
	background: url(../images/menu_bullet.gif) no-repeat center left;
}
#menu ul ul a {
	background: url(../images/menu_arrow.gif) no-repeat center left;
}
*/


/*********** HOME PAGE CONTENT ***********/
#main-content-home {
	clear: both;
	padding: 0 10px;	
	width: 740px;
}
#content-home-left {
	float: left;
	display: block;
	width: 540px;
	padding-bottom: 20px;
}
#home-featured {
	display: block;
	margin-top: 30px;
	padding: 145px 12px 0 12px;
	width: 156px;
	height: 75px;
	float: left;
	background-position: 0 0;
	background-repeat: no-repeat;
	font-size: .7em;
	overflow: hidden;
}
#home-featured h4 {
	padding: 10px 0 5px 0;
	margin: 0;
}
#content-home {
	font-size: .75em;
	float: left;
	display: block;
	margin-top: 30px;
	padding: 0 15px 0 20px;
	border-right: 1px solid #d1ccc8;
	width: 324px;
}
#home-right {
	display: block;
	float: right;
	width: 180px;
	padding: 0 0 0 20px;
	margin: 25px 0 0 0;
	font-size: .7em;
}
#home-right h3 {
	padding: 20px 0 12px 0;
	margin: 0;
}
#home-right .news a {
	display: block;
	font-weight: normal;
	color: #000;
	margin-bottom: 10px;
}


/*********** LOGIN BOX ***********/
#login {
	padding: 50px 0 0 20px;
	font-size: .7em;
	float: right;
	width: 180px;
	height: 152px;
	background: url(../images/login_bg.jpg) 0 0 no-repeat;
}
#login input {
	border-color: #8f8f8f #cecece #e3e3e3 #cecece;
	border-style: solid;
	border-width: 1px;
	background: url(../images/login_input_bg.gif) 0 0 repeat-x #fff;
	width: 90px;
	margin: 5px 0;
	padding: 3px;
	vertical-align: middle;
}
#login input.submit {
	background: url(../images/login_submit.gif) 0 0 no-repeat;
	width: 62px;
	height: 19px;
	padding: 0;
	border: none;
	cursor: hand; cursor: pointer;
}
#login a {
	color: #000;
	text-decoration: underline;
	font-size: .9em;
	font-weight: normal;
}


/*********** CONTENT ***********/
#main-content {
	clear: both;
	padding: 0;	
	width: 760px;
	border-top: 5px solid #c69200;
	background: url(../images/content_bg.gif) 209px 164px repeat-y;
}
#content-left {
	padding: 160px 10px 0 10px;
	width: 190px;
	float: left;
	background-position: 0 0;
	background-repeat: no-repeat;
}
#content-left h3, #content-left h3 a {
	padding: 20px 0 12px 0;
	margin: 0;
	color: #c69200;
	font-size: 11pt;
	font-weight: normal;
	text-decoration: none;
}
#content-right {
	font-size: .75em;
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	width: : 550px;
}
.content-image {
	display: block;
	text-align: center;
	margin: 10px 0;
}
#content-bottom {
	background: #fff;
	height: 20px;
	width: 760px;
}
#content td {
	vertical-align: top;
	padding: 0 15px 3px 0;
}
#content h5 {
	display: block;
	padding: 10px 0 2px 0;
	margin: 10px 0 2px 0;
}
#title {
	padding: 30px 0 20px 20px;
	background: #f6f3af;
	width: 530px;
	height: 50px;
}
#title h1 {
	display: block;
	padding: 0;
	margin: 0 0 12px 0;
}
#title h2 {
	display: block;
	padding: 0;
	margin: 0 0 0 60px;
}
#content {
	display: block;
	width: 510px;
	padding: 30px 20px 0 20px;
}
#sub-content {
	width: 470px;
	margin: 40px 20px 0 20px;
	padding: 20px;
	background: #f2f1e6;
}
#sub-content img {
	float: right;
	padding: 0 0 5px 5px;
}
#sub-content h5 {
	width: 470px;
	border-bottom: 1px solid #317023;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
}
#sub-content h6 {
	margin: 0;
	padding: 0;
}


/*********** NEWS ***********/
.news-date {
	display: block;
	margin: 5px 0 0 0;
	font-size: .8em;
	color: #381d59;
}


/*********** GOOGLE MAP ***********/
#google-map {
	display: block;
	text-align: center;
	border: 1px solid #d1ccc8;
}
/*********** FOOTER ***********/
#footer {
	margin: 8px 0 0 0; padding: 20px 0 5px 100px;
	border-top: 1px solid #c5c1b6;
	background: url(../images/footer_logo.gif) 0 8px no-repeat;
	font-size: .7em;
	color: #695d54;
	line-height: 1.6em;
}