@charset "utf-8";
/* CSS Document */

html, body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	margin: 0px;
	padding: 0px;
	background: #333333 url(../images/body_bg.jpg) repeat-x scroll left top;
}

#body-container{
	width: 750px;
	margin: auto;
	background-color: #FFFFFF;
}

#header{
	width: 750px;
	height: 234px;
	background: url(../images/header_bg.jpg) center bottom no-repeat;
}

#nav{
	float: left;
	width: 204px;
	padding-bottom: 44px;
	background-color: #959595;
	color: #FFFFFF;
}

#nav a, #nav a:hover, #nav a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

#main{
	float: right;
	width: 538px;
	padding: 0 4px;
}

.main-content{
	width: 538px;
	padding: 1px 0 20px 0;
	margin-bottom: 2px !important;
	margin: 0;
	background-color: #ebebeb;
}

.main-content p{
	margin: 10px 20px;
}

#footer{
	width: 750px;
	height: 20px;
	padding-top: 10px;
	text-align: center;
	font-size: 9px;
	color: #FFFFFF;
	background: #cacaca url(../images/footer_bg.gif) center bottom no-repeat;
}

ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.level-1{
	display: block;
	margin: 0;
	padding: 0;
}

.level-1 a{
	display: block;
	margin: 0;
	padding: 7px 0 0 20px;
	height: 20px;
	background: #959595 url(../images/nav_bg.jpg) left top no-repeat;
}

.level-1 a:hover{
	background: #959595 url(../images/nav_selected.jpg) left top no-repeat;
}

.level-1-current{
	margin: 0;
	padding: 7px 0 0 20px;
	height: 20px;
	background: #959595 url(../images/nav_selected.jpg) left top no-repeat;
}

.level-2{
	display: block;
	margin: 0;
	padding: 0;
}

.level-2 a{
	display: block;
	margin: 0;
	padding: 7px 0 0 30px;
	height: 19px;
	border-bottom: solid 1px #959595;
	background-color: #7a7a7a;
}

.level-2 a:hover{
	background-color: #ff7f00;
}

.level-2-current{
	margin: 0;
	padding: 7px 0 0 30px;
	height: 19px;
	border-bottom: solid 1px #959595;
	background-color: #ff7f00;
}

h1{
	width: 526px;
	height: 24px;
	margin: 2px 0;
	padding: 10px 0 0 12px;
	background-color: #ff7f00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}

h2{
	margin: 10px 20px;
	font-size: 16px;
}

a, a:visited{
	color: #000000;
	text-decoration: underline;
}

a:hover, a:visited:hover {
	color: #ff7f00;
	text-decoration: underline;
}

.centered-img{
	/*width: 313px;*/
	margin: 10px auto;
}

.right-map{
	margin: 10px;
	width: 126px;
	height: 204px;
	float: right;
}

.clear{
	height: 0;
	clear: both;
}

.brandish{
	color: #FF0000;
}

.brandish a, .brandish a:visited{
	color: #FF0000;
	text-decoration: none;
}

.brandish a:hover, .brandish a:visited:hover {
	color: #FF0000;
	text-decoration: underline;
}

.adminlogin{
	color: #FFFFFF;
}

.hidden{
	display: none;
}


/*---------start of Accordion-------------*/

.VEACCORDION {
	padding: 0;
}

.VEACCORDIONHEADER {
	background: #959595 url(../images/nav_arrow_close.jpg) left top no-repeat;
	margin: 0;
	padding: 7px 0 0 20px;
	height: 20px;
}

.VEACCORDIONHEADERACTIVE {
	background: #959595 url(../images/nav_arrow_open.jpg) left top no-repeat;
	margin: 0;
	padding: 7px 0 0 20px;
	height: 20px;
}

.VEACCORDIONHEADER:hover{
	background: #959595 url(../images/nav_arrow_close_hover.jpg) left top no-repeat;
}

.VEACCORDIONHEADERACTIVE:hover{
	background: #959595 url(../images/nav_arrow_open_hover.jpg) left top no-repeat;
}

.VEACCORDIONHEADER, .VEACCORDIONHEADERACTIVE {
	cursor:pointer;
}

.VEACCORDIONCONTENT {
      padding: 0px;
	  height: 0px;
	  overflow: hidden; 
}

.VEACCORDIONCONTENTACTIVE {
      padding: 0px;
	  overflow: hidden; 
}

.VEACCORDIONCONTENT, .VEACCORDIONCONTENTACTIVE {
}

/*------------eof Accordion---------------*/