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

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: arial, verdana, tahoma, helvetica, sans-serif;
	font-size: 80.5%;
	background: #000 url(../images/main_bg.jpg);
	color:#FFFFFF;
}

a:link, a:visited { color: #3399ff; }

h1 { font-size: 2.2em; }
h2 { font-size: 1.8em; }
h6 { font-size: 0.9em; margin-bottom: 15px; }

img {
	border: 0;
}

p, ul, ol, input, select, textarea {
	font-family: arial, verdana, tahoma, helvetica, sans-serif;
	font-size: 1.1em;
}

p { margin-bottom: 15px; }

.error { color: #c00; }

#wrapper {
	display: table;
	width: 800px;
	border: 0;
	margin: 0 auto 1% auto;
	margin-bottom:0px;
}


#contact_info{
	margin-left:730px;
	padding:5px 5px 5px 5px;
	background-color:#1d1d1d;
	width:350px;

}

#header {
	position: relative;
	width: 1170px;
	height: 447px;
	background: url(../images/bg_header.jpg) no-repeat;
}

#content_header {
	position: relative;
	width: 1170px;
	height: 447px;
}


#sub_content_header {
	position: relative;
	width: 1170px;
	height: 120px;
}

#logo{
	padding:0 0 0 120px;
	float:left;
	margin-right:135px;
}

#header_content{
	clear:both;
	position: relative;
	margin: 30px 0px 0px 25px;
	padding-left:100px;
	width:600px;
}

#nav{
	padding: 60px 0 0 50px;
	margin-left:20px;
}

#nav ul{
	list-style:none;
}

#nav ul li{
	float:left;
	margin-left:10px;
	width:70px;
	border-top:#666666 2px solid;

	text-align:center;
}

#nav ul li.selected{
	background:#3399ff;
	border-top:#666666 1px solid;
	text-align:center;
}



#nav ul li a{
	text-decoration:none;
	color:#FFFFFF;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	font-weight:700;
}

#nav ul li.selected a{
	color:#000;
}


#header_content_left{
    clear:both;
	float:left;
	height:300px;
}

#header_content_right{
	float:left;
	width:275px;
	margin:30px 0px 0px 25px;	
	padding:10px;
	height:325px;
}

#header_content_right #main{
	color:#ecdc7c;
	text-transform:uppercase;
	font-size:14px;
	font-weight:300;
	width:275px;
	margin: 80px 0 10px 0;
}

#core_content{
 	margin-left:59px;
}

#news {
	width: 1056px;
	height: 197px;
	background: url(../images/bg_news.jpg) no-repeat;
	padding: 53px 0 0 65px;
}

#news .news_holder{
	float:left;
	margin-left:3px;
	width:228px;
}


#news .news_holder p{
 font-size:11px;
}

#upcoming_events h4{
	font-size:12px;
	color:#ecdc7c;
}


#upcoming_events .event_block{
	padding: 55px 0 0 0;
	margin: 0 0 0 70px;
}
#upcoming_events .events{
	clear:both;
}
#upcoming_events .events img{
	float:left;
	margin: 0 10px 0 0;
}

#news .news_holder h4{
	font-size:12px;
	color:#ecdc7c;
}

#news .news_holder img{
	width:228px;
}
#home_block_left {
	float:left;
	margin-bottom:40px;
}

#upcoming_events{
	width: 518px;
	height: 344px;
	background: url(../images/bg_upcoming_events.jpg) no-repeat;	

}

#home_block_right {
	float:left
}


#web{
	margin: 20px 0 0 20px;
	width: 463px;
	height: 120px;
	background: url(../images/bg_web.jpg) no-repeat;	
	padding:75px 0 10px 30px;
}
#web .block{
	float:left;
} 
#web .block img{
	margin: 0 10px 0 10px	
} 

#news_letter{
	font-size:12px;
	margin-left:20px;
	width: 529px;
	height: 100px;
	background: url(../images/bg_newsletter.jpg) no-repeat;	
	padding:75px 0 10px 30px;
}

#news_letter p{
	width:420px;
}


#news_letter ul li{
	list-style:none;
	margin-left:10px;
	padding:5px;
}

#news_letter ul li label{
	margin-right:5px;
}

	

#footer{
	clear:both;
	margin: 0 0 0 40px;
	width:1119px;
	height: 179px;
	background: url(../images/bg_footer.jpg) no-repeat;	

}

#footer ul{
	padding: 100px 0 0 0;
	margin:200px 0 0 300px;
}


#footer ul li{
	float:left;
	list-style:none;
	margin-left:10px;
}


#sub_footer{
	clear:both;
	margin: 0 0 0 40px;
	width:1119px;
	height: 179px;
	background: url(../images/bg_footer.jpg) no-repeat;	

}

#sub_footer ul{
	padding: 100px 0 0 0;
	margin:50px 0 0 300px;
}


#sub_footer ul li{
	float:left;
	list-style:none;
	margin-left:10px;
}
/* Input forms*/

.inputForm { list-style: none; }
.inputForm li { margin-bottom: 2px; }
.inputForm label { display: block; float: left; width: 50px; font-size:12px; }
.inputForm label strong em { color: #c00; }
.inputForm input.field { width: 250px; background:#1d1d1d; border: 0px; color:#FFFFFF; font-size:12px; padding:2px; }
.inputForm input.text { width: 250px; background:#1d1d1d; }
.inputForm textarea { width: 200px; height: 80px; }
.inputForm input.checkRadio, .inputForm input.submit_default { margin-left: 150px; }

/* Input form short*/

.nlForm { list-style: none;
margin-left:10px;

 }
.nlForm li { margin-bottom: 2px; }
.nlForm label { display: block; float: left; width: 40px; font-size:12px; }
.nlForm label strong em { color: #c00; }
.nlForm input.field { width: 130px; background:#1d1d1d; border: 0px; color:#FFFFFF; font-size:12px; padding:2px; }
.nlForm input.text { width: 150px; background:#1d1d1d; }
.nlForm textarea { width: 200px; height: 80px; }
.nlForm input.checkRadio, .inputForm input.submit_default { margin-left: 150px; }


#page_content{


}

#page_content p{
  margin-top:10px;

}

#page_content_left{
	float:left;
	width:370px;
	margin-left:50px;
}

#page_content_right{
	float:left;
	font-size:12px;
	width:750px;
}

#page_content_right h4{
	font-weight:bold;	
}

#sub_latest_news{
	float:left;
	width:400px;
	height:229px;
	background: url(../images/bg_latest_news_sub.jpg) no-repeat;	
}

#sub_latest_news ul {
	list-style:none;
	margin-left:85px;
	width:201px;
	margin-top:60px;
}

#sub_latest_news ul li{
	font-size:12px;
	margin-bottom:10px
}

#sub_latest_news ul h3{
	font-size:12px;
	  	width:190px;
}

#sub_eyecatcher{
	float:left;
	width:231px;
	height:181px;
	background: url(../images/bg_eye_catcher_sub.jpg) no-repeat;
	margin-left:65px;
	margin-bottom:20px;	
}

#sub_eyecatcher_content{
	margin-left:10px;
	margin-top:48px;
	font-size:12px;
}

#sub_eyecatcher_content h4{
	font-size:12px;
	color:#ecdc7c;
}



#sub_eyecatcher_content p{
	margin:0px;
	padding:0px;
	width:180px;	
}

#sub_newsletter{
	float:left;
	width:231px;
	height:220px;
	background: url(../images/bg_newsletter_sub.jpg) no-repeat;	
	margin-left:65px;		
}

#sub_newsletter p {
	margin-top:60px;
	width:180px;
	margin-left:20px;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
}

#page_content_right h2{
	/*
	background: url(../images/hdr_events.jpg) no-repeat;
	text-indent:-1000px;*/
	height:50px;	
}

#page_content_right h3{
	color:#ecdc7c;
	font-size:18px;
	text-transform:uppercase;
	width:640px;
}

#page_content_right #sub_left{
	float:left;
	width: 350px;
	margin-right:10px;
}

#page_content_right #sub_right{
	float:left;

}

#sub_right #picture{
	width:358px;
	height:207px;
	background: url(../images/event_image_box.jpg) no-repeat;	
}

#sub_right #information{
	margin-top:20px;
	width:300px;
	height:243px;
	background: url(../images/box_information.jpg) no-repeat;	
}

#information dl{
	position:relative;
	top:40px;
	margin-left:10px;
}

#information dl dt{
	float:left;
	width:80px;
	color:#ecdc7c;
}


#sub_eyecatcher_content .news_holder{
	width:200px;
} 



/* Content headers and sub headers*/
#page_content_right  h2.events{
	background: url(../images/hdr_events.jpg) no-repeat;	
}

#page_content_right h2.events{
	text-indent:-1000px;
}

#content_block{
margin-top:60px;

}

#content_block h4{

}

#content_block ul{
	width:627px;
	list-style:none;
}

#content_block ul li{
	float:left;
	width:290px;
	margin-right:20px;
}

#content_block ul li p{
	width:300px;
	font-size:12px;
}

#content_block ul li h4{
	color:#ecdc7c;
}

#content_block ul li a:link{
margin-top:10px;
display:block;

}

#content_block ul li img{
	border:#1d1d1d solid 3px;
	width:113px;
	height:94px;
	margin-right:10px;
	float:left;
	margin-bottom:100px;
}

#page_content_right #main_content {
width:627px;
}
