/* Basic styles */
*{ margin:0; padding:0 }
html,body{ height:100% }
a img,fieldset{ border:0 }
img,object{ display:block }
a,a:visited{ cursor:pointer; text-decoration:none }
a:hover{ cursor:pointer; text-decoration:underline }
option{ padding-right:.5em }
input,textarea{ padding:1px }
table{ border-collapse:collapse }
td{ vertical-align:top }
ul,ol,dl{ position:relative }
ul{ list-style:none }
/* System error */
.system_error{
	border:1px solid #000;
	padding:5px;
	margin:1px;
	background:#ff9;
	color:#000;
	text-align:left
}
.system_error strong{ color:red }
/* Fonts */
body,input,textarea,select,table{ color:#000; font:13px/1.25em arial,verdana,sans-serif }
/* Body,html,wrapper */
body{ background:#082C68; color:#000; text-align:center }
#wrapper{ margin:20px auto; width:740px; text-align:left }
/* MAIN */
#main{
	background:url(/images/main_middle_bg.png) 0 0 repeat-y;
	overflow:hidden
}
* html #main{ height:1% }
#main-top_bg{
	background:url(/images/main_top_bg.jpg) 0 0 no-repeat;
	height:10px;
	font-size:8px;
}
#main-bottom_bg{
	background:url(/images/main_bottom_bg.jpg) 0 0 no-repeat;
	height:10px;
	font-size:8px;
}
/* HEADER */
#header{
	padding-bottom:17px;
	float:left;
	position:relative;
	width:560px
}
#header .img{ position:absolute; bottom:0; left:0 }
#header div{ display:block; position:absolute; bottom:30px; right:0; width:85px; height:15px; cursor:pointer}
#header span{ display:none;}

/* CONTENT */
#content{ padding:10px 20px; float:left; width:520px }
/* RIGHT */
#right{ float:right; padding:0 7px 10px; width:156px }
/* right-nav */
#right-nav{ margin-top:20px;margin-left:13px; }
#right-nav li{
	margin-bottom:5px;
	background:url(/images/right_li.gif) 0 0 no-repeat;
	width:131px;
	text-align:center;
	position:relative;
}
#right-nav li.active{
	background:url(/images/right_li-active.gif) 0 0 no-repeat;
}
#right-nav li a,#right-nav li a:visited{
	display:block;
	height:20px;
	line-height:20px;
	color:#C78747;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase
}
#right-nav ul{ margin-top:4px; }
#right-nav li li{
	background:url(/images/right_li_li.gif) 0 0 no-repeat;
}
#right-nav li li.active{
	background:url(/images/right_li_li-active.gif) 0 0 no-repeat;
}
#right-nav li li a,#right-nav li li a:visited{
	color:#FBF8D9;
	text-transform:none;
  font-size:11px;
}

/* news box */
#news_box{
	background:url(/images/news_box_middle_bg.jpg) 0 0 repeat-y;
	margin:0 13px;
	padding:0 10px;
}
#news_box-top_bg{
	background:url(/images/news_box_top_bg.jpg) 0 0 no-repeat;
	height:10px;
	margin-left:13px;
	margin-top:15px;
	font-size:8px;
}
#news_box-bottom_bg{
	background:url(/images/news_box_bottom_bg.jpg) 0 0 no-repeat;
	height:10px;
	margin-left:13px;
	font-size:8px;

}
#news_box h2{ color:#336600; font-size:13px; font-weight:bold; padding-bottom:10px }
#news_box p{ color:#336600; font-size:11px; padding-bottom:10px }
#news_box a, #news_box a:visited{ color:#336600; font-weight:bold;}
#news_box img{ border:1px solid #ccc; margin-bottom:10px }

/* FOOTER */
#footer{
	margin-top:10px;
	background:url(/images/footer_bg.png) 0 0 no-repeat;
	height:171px;
	position:relative;
	color:#C78747;
	padding-bottom:20px;
}
/* footer-nav */
ul#footer-nav{ padding:30px 0 0; text-align:center }
#footer-nav li{
	border-right:1px solid #C78747;
	padding:0 6px;
	display:inline;
	line-height:1em;
}
#footer-nav li.last{ border:0 }
#footer-nav a,
#footer-nav a:visited{
	color:#C78747;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase
}
/* copyright */
#copyright{ padding:10px 0 0; color:#C78747; text-align:center }
#copyright a,#copyright a:visited{ color:#C78747 }
/* footer-buttons */
#footer-buttons{
text-align: center;
margin-top:10px;
}

#footer-buttons img {
	display:inline;
}
/* Content basic styles
=========================*/
#content a,
#content a:visited{ color:#360 }
#content p{ margin:0 0 20px }
#content h1{ color:#336600; font-size:15px; font-weight:bold; margin-bottom:10px }
#content h2{ color:#336600; font-size:14px; font-weight:bold; margin:10px 0}
#content h3{ color:#C78747; font-size:12px; font-weight:bold; margin:10px 0}
#content ol{ margin:0.2em 0 1em 0; padding:0 0 0 2em }
#content ol li{ list-style-type:decimal }
#content ul li{ background:url(/images/content_li.gif) 4px 0 no-repeat; padding-left: 12px; color:#360}
#content ul li p{color:#000}
#content ul li li a,#content ul li li a:visited{ color:#C78747}
#content img.right{ float:right; margin:0 0 .5em .5em; display:inline; }
#content img.left{ float:left; margin:0 .5em .5em 0 }
#content blockquote{ padding:0 0 0 1em }
#content dl{ margin:0 0 1em 10px }
#content dt{ }
#content dd{ padding:0 0 .5em 1em }
/* Content forms
=========================*/
#content form{
	margin:0 10px 1em;
	padding:15px 0 10px;
	border-top:1px solid #F2D5B3;
	border-bottom:1px solid #F2D5B3
}
#content form div{ margin:0 0 5px }
#content label{
	margin-right:5px;
	padding:2px 0 0;
	display:-moz-inline-box;
	display:inline-block;
	color:#C78747;
	font-weight:bold;
	text-align:left;
	vertical-align:top;
	min-width:150px
}
* html #content label{ width:150px }
#content label span{ color:#333; font-weight:normal }
#content input,
#content textarea,
#content select{ background:#FFFFCB; width:330px; text-align:left }
#content select{ width:auto }
#content select option{ padding:0 2px }
#content div.submit{ margin:10px 0 0; text-align:right }
#content input.submit{ border:0; padding:0; width:auto }
#msg-errors{ padding:2px; margin:0 0 1em; color:red }
#msg-errors span.label{ font-weight:bold }


ul.meetings li{
	line-height:15px;
}
ul.meetings li a,
ul.meetings li a:visited{
	text-transform:uppercase;
}

span.label{
	color:#C78747;
}
.underline{ text-decoration: underline;}

.margin_none{ margin:0 }
.margin_bottom{  margin:0 0 1em }

#content hr{border:0;border-top:1px solid #ccc; background:none; height:0; margin:7px 0}
* html #content hr{ margin:0}

