

/* Homepage  */



	p {
		margin: 0px;
		padding: 0px;
	}
	
	.clear {
		font-size:1px;
		visibility:hidden;
		clear:both;
		overflow:hidden;
	}
	
	
	
	
#radar_main {
	width: 980px;
	background: url(img/radar_rightcolbg.gif) repeat-y;
}

#radar_maincol {
	float: left;
	width: 600px;
	padding-left: 25px;
}

#radar_header {
	height: 129px;
	background: url(img/radar_header_bg.png) no-repeat;
}

#radar_header_cont {
	width: 430px;
	padding: 29px 0 0 140px;
	color: #FFFFFF;
	font-size: 11px;
}

#radar_post {	
	background: #092108 url(img/radar_postbottom.png) bottom;
	background-repeat: no-repeat;
	width: 598px;
	border-left: 1px solid #0a2709;
	border-right: 1px solid #0a2709;
	padding: 20px 0 60px 0;
}

#radar_post_cont {	
	width: 580px;
	margin-left: 9px;
	color: #FFFFFF;
}


#radar_post_cont_bg {	
	background: url(img/radar_mainstagebg.gif) repeat-y;
	margin-top: 20px;
}

#radar_post_cont A {	
	color: #ffffff;
	border-bottom: 1px dotted #5a7958;
}

#radar_post_cont A:hover {	
	color: #5a7958;
	text-decoration: none;
}

#radar_post_cont H1 {
	font: 84.5% Georgia, serif;
	display: block;
	float: left;
	width: 330px;
	font-size: 24px;
	margin: 0px 0 15px 0;
	padding: 0px;
}

#radar_post_cont H1 A {
	border: none;
}

#radar_post_cont H2 {
	font: 84.5% Georgia, serif;
	display: block;
	float: left;
	width: 240px;
	font-size: 12px;
	text-align: right;
	color: #828e81;
	margin: 0px 0 15px 0;
	padding: 0px;
}

#radar_post_leftcol {
	float: left;
	width: 380px;
	padding-top: 4px;
	font-size: 12px;
	color: #e3e3e3;
	line-height: 19px;
}

#radar_post_rightcol {
	float: left;
	width: 170px;
	font-size: 12px;
	margin-left: 20px;
	color: #e3e3e3;
}

#radar_post_rightcol_cont {
	margin-left: 25px;
	width: 150px;
}

.radar_hgl {
	color: #09d908;
}

.radar_item {
	color: #09d908;
}


#radar_rightcol {
	width: 350px;
	float: left;
}

#radar_rightcol_cont {
	width: 320px;
	float: left;
	padding-left: 15px;
	padding-top: 30px;
}

#radar_rightcol_cont  IMG {
	border: 4px solid #051704;
}

#promo {
	margin-bottom: 14px;
	margin-left: 5px;
}


#moreradarrow {
	width: 550px;
	margin: 15px 0 19px 15px;
}

#moreradarrow A {
	text-decoration: none;
	border: none;
}

#moreradarrow  .moreradarrow_left {
	width: 165px;
	float: left;
}

#moreradarrow  .moreradarrow_right {
	width: 380px;
	float: left;
	font-size: 11px;
	color: #828e81;
}

#moreradarrow  .moreradarrow_right H3 {
	font: 84.5% Georgia, serif;
	font-size: 20px;
	margin: 4px 0 5px 0;
	padding: 0 0 0 0;
}

#moreradarrow  .moreradarrow_right H3 A {
	color: #ffffff;
}

#moreradarrow  .moreradarrow_right H3 A:hover {
	color: #698781;
}

#moreradarrow  .moreradarrow_right H4 {
	font: 84.5% Georgia, serif;
	font-size: 14px;
	margin: 15px 0 5px 0;
	padding: 0 0 0 0;
}


#pagination {
		margin: 10px 0 15px 0;
		padding: 8px 0 15px 0;
		font-size: 11px;
	}
	
	#pagination .left {
		width: 40%;
		float: left;
	}
	
	#pagination .right {
		width: 60%;
		float: left;
		text-align: right;
	}
	
	#pagination A {
		display: inline-block;
		border: 1px solid 063305;
		padding: 6px 8px;
		font-size: 11px;
		color: #CCC;
		background: #124f10;
		margin: 0 0 0 3px;
	}
	
	#pagination A:hover {
		background: #092108	
		text-decoration: none;
	}
	
	#pagination .active {
		background: #092108;
	}
	
	
	
	
	
	.stepcarousel{
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: 572px; /*Width of Carousel Viewer itself*/
	height: 290px; /*Height should enough to fit largest content's height*/
	border: 4px solid #051704;
	}
	
	.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
	}
	
	.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 0px; /*margin around each panel*/
	width: 580px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	}


	
