body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	font-size: 13px;
	color: #000;
	background: #21282d;
}

a:link, a:visited { color: #900; text-decoration: none; font-weight: bold;} 
a:active, a:hover { color: #21282d; text-decoration: underline;}

p {
	margin: 0px;
	padding: 0px;
}

dt {
	font-weight: bold;
}

img {
	margin: 0px;
	padding: 0px;
	border: none;
}


.cleaner {
	clear: both;
	width: 100%;
	height: 1px;
	font-size: 1px;	
}

.cleaner_with_height {
	clear: both;
	width: 100%;
	height: 30px;
	font-size: 1px;	
}

.cleaner_with_width {
	float: left;
	width: 20px;
	height: 30px;
	font-size: 1px;	
}

.red_button a{
	clear: both;
	text-align: center;
	display: block;
	width: 100px;
	padding: 4px 0 5px 0;
	margin-bottom: 10px; 
	background: url(images/red_btn.png) no-repeat;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

.grey_button a{
	clear: both;
	text-align: center;
	display: block;
	width: 100px;
	padding: 4px 0 5px 0;
	margin-bottom: 10px; 
	background: url(images/grey_btn.png) no-repeat;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#container{
	width: 960px;
	margin: 0 auto;
	padding: 0 5px;
	background: #21282d url(images/bg.png) repeat-y;
}

#container2 {
	width: 960px;
	margin: 0 auto;
	background: #21282d url(images/bg.jpg) repeat;
}


/* menu */

#menu {
	clear: both;
	width: 960px;
	height: 67px;
	background: #282e33 url(images/navbg.png) repeat-x;
}

#menu ul {
	padding: 23px 0 0 0;
	margin: 0;
	list-style: none;
}

#menu ul li{
	display: inline;
}

#menu ul li a{
	float: left;
	padding: 0 20px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #b8cbd9;
	text-shadow: #000 -1px -1px 1px;
}

#menu li a:hover, #menu li .current{
	background: #990000 url(images/nav_btn.png) repeat-x;
	-moz-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0 px 1px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0 px 1px rgba(0, 0, 0, 0.5);
	margin: -9px 0 0 0;
	line-height: 36px;
	height: 39px;
}

#menu li .heoa{
	color: #cc9933;
}

#menu li .facebook{
	color: #369;
}

/* end of menu*/

/* header */
#header {
	clear: both;
	width: 960px;
	height: 285px;
	padding: 0;
	margin: 0;
	background: url(images/header.png) no-repeat;
}

#header a {
	color: #ffffff;
}

#header #top_ads1 {
	float: left;
	font-size: 14px;	
	margin-top: 40px;
	margin-left: 490px;
	width: 180px;
}

#top_ads1 a {
	font-size: 12px;
}

#top_ads1  p {
	margin: 0 0 20px 0;
}
#top_ads1 p span {
	font-size: 18px;
}

#header #top_ads2 {
	float: left;
	margin-top: 40px;	
	margin-left: 55px;
	width: 180px;
}

#top_ads2 ul {
	 margin: 0 0 10px 0;
	 padding: 0 0 0 20px;
}

#top_ads2 li {
	 margin: 0;
	 padding: 0; 
}


/* end of header */


/* content */
#content {
	clear: both;
	width: 920px;
	padding: 0 20px;
}

#content #content_left {
	float: left;
	width: 200px;
}

#content .content_left_ads {
	margin-bottom: 20px;
}

#content #content_left .content_left_section {
	width: 188px;
	padding: 10px;
	margin-bottom: 20px;
	background: #21282d url(images/sidebarbg.jpg) repeat;
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0 px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0 px 5px rgba(0, 0, 0, 0.5);
	border: 2px solid #b8cbd9;
}

.content_left_section h1 {
	font-size: 14px;
	color: #FFFFFF;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
}

.content_left_section ul {
	padding: 0;
	margin: 0 0 20px;
}

.content_left_section ul li{
	padding: 0 0 3px 10px;	
	list-style: none;
}

.content_left_section ul li a{
	font-weight: normal;
	text-decoration: none;
	color: #21282d;
}

.content_left_section li a:hover, .content_left_section li .current{
	color: #900;
}

hr {
	color: #21282d;
}



#content #content_right {
	float: right;
	width: 670px;
}

#content #content_fullpage {
	width: 858px;
}

#content_right .info_box {
	float: left;
	width: 303px;
	height: 275px;
	padding: 10px;
	border: 1px solid #21282d;
}

#content_right .bottom_box {
	float: left;
	width: 650px;
	height: 140px;
	padding: 10px;
	border: 1px solid #21282d;
}

#content_right_section td {
	width: 200px;
}

#content_right .leftcol {
	float: left;
	width: 250px;
	padding: 10px;
	text-decoration: strong;
}

#content_right .rightcol {
	float: left;
	width: 120px;
	padding: 10px;
}

#content_right h1, #content h1 {
	padding: 10px;
	margin: 0 0 20px 0;
	font-size: 15px;
	color: #FFFFFF;
	background: #21282d;
}

#content_right h1 a {
	color: #b8cbd9;
}

#content_right h2, #content h2 {
	padding: 0 0 0 0;
	margin: 0 0 20px 0;
	font-size: 12px;
	color: #000;
}

#content_right h3 {
	padding: 0;
	margin: 0 0 20px 0;
	font-size: 18px;
	color: #000;
}

#content_right ul {
	margin: 0 0 20px 0;
	padding: 0 0 0 20px;
}

#content_right li {
	padding: 0 0 3px 0;
}

#content_right .image_panel {
	float: left;
	margin-right: 20px;
}

#content_right p {
	text-align: justify;
	padding: 0 0 8px 0;
}

.info_box h1 span {
	font-weight: normal;
}

.leftcol h1 span {
	font-weight: normal;
}

.rightcol h1 span {
	font-weight: normal;
}

.info_box img {
	float: left;
	margin-right: 20px;
}

.info_box .info_box_content {
	float: left;
	width: 180px;
}

.info_box .nopic {
	float: left;
	width: 280px;
}

.info_box_content p {
	margin-bottom: 15px;
}

.leftcol_content p {
	margin-bottom: 15px;
}

.rightcol_content p {
	margin-bottom: 15px;
}

.box {
	background: #b7cad8;
	border: 1px solid #97afb3;
	padding: 10px;
}

.announcements-group {
	background: #ebedf4 url(images/announcements-bg.png) bottom right no-repeat;
	border: 1px solid #21282d;
	clear: both;
	padding: 10px 150px 10px 10px;
	margin-top: -20px;
	min-height: 150px;
}
	.announcement {
		border-bottom: 1px solid #21282d;
		margin-bottom: 15px;
	}
		.announcement:last-child {
			border-bottom: none;
		}

	.announcement-date {
		color: #444;
		font-variant:small-caps;	
	}
	
	.announcement .title {
		color: #21282d;
		font-size: 16px;
		font-weight: 700;
		display: inline-block;
		margin-bottom: -5px;
		text-transform: uppercase;
	}
	
	.announcement p {
		color: #21282d;
		margin: 5px 0 10px;
	}


/* end of content */

/* footer */
#footer {
	clear: both;
	width: 960px;
	padding: 20px 0px 20px 0;
	text-align: center;
	border-top: 1px solid #251e1e;
	color: #999;
	background-color: #1e2326;
}

#footer a{
	color: #fff;
	font-weight: normal;
}
/* end of footer */
