body{
	padding:0;
	margin:0;
	background:#fff url(../images/bg.jpg) repeat-x;
	font-family:Georgia, Times, serif;
	color:#80964B;
	font-size: 12px;
}
h2{
	font-family:Georgia, Times, serif;
	font-size:24px;
	font-weight: normal;
	margin:0;
	padding:0;
	color:#333;
}
img{
	border:0;
}
hr{
	background:#80964B;
	height:1px;
	margin:0px;
	margin-top:1px;
	margin-bottom:7px;
	padding:0px;
}
.dashedhr {
	border-bottom: 1px dashed #80964B;
	margin:0px 0px 4px 0px;
	padding:0px;
}
table{
	border:0;
	width:100%;
}
a{
	color:#0C203D;
}
#page{
	width:970px;
	margin-left:auto;
	margin-right:auto;
	background:#fff;
	margin-top:24px;
}
#header{
	background:url(../images/header_bg.jpg) no-repeat;
	height:120px;
}
#header *{
	padding:0;
	margin:0;
	float:left;
}
#logo{
	padding-top:14px;
}
#main_nav{
	list-style: none;
	float:right;
	position:relative;
	top:84px;
	
}
.admin_info{
    float:right;
    position:relative;
	top:84px;
}
#main_nav li{
	display:inline;
}
#splash{
	background:#590E5E;
	clear:both;
	height:271px;
}
#secondary{
	height:30px;
	background:#590E5E;
	margin-bottom:-10px;
}
#service_nav{
	list-style: none;
	padding:0;
	margin:0;
	width:970px;
	position:absolute;
	top:395px;
}
#service_nav_small{
	list-style: none;
	padding:0;
	margin:0;
	width:970px;
	position:absolute;
	padding-top:30px;

}
#service_nav li{
	display:inline;
}
#service_nav_small li{
	display:inline;
}
#content{
	background:url(../images/content_bg.jpg) repeat-x #fff;
	width:968px;
	margin-top:45px;
	border:1px solid #ccc;
	min-height:100px;
}
.col3{
	background:url(../images/3col_bg.jpg) no-repeat;
	float:left;
	width:320px;
	padding:0px;
	margin:0px;
	min-height:270px;
}
.col2_span{
	float:right;
	width:644px;
	padding:0px;
	margin:0px;
	background:url(../images/2col_span_bg.jpg) no-repeat;
	min-height:270px;
}
.content_text{
	margin:25px 18px 20px 22px;
}
.content_link a{
	color:#80964B;
	text-decoration: none;
}
.blog_type{
	background: url(../images/icon_blog.gif) no-repeat;
	padding:3px 0px 8px 25px;
}
.new_type{
	background: url(../images/icon_newfeature.gif) no-repeat;
	padding:3px 0px 8px 25px;
}
.resolved_type{
	background: url(../images/icon_fix.gif) no-repeat;
	padding:3px 0px 8px 25px;
}
.pics_type{
	background: url(../images/icon_camera.gif) no-repeat;
	padding:3px 0px 8px 25px;
}
.more{
	background: url(../images/icon_rss.gif) no-repeat right;
	padding:8px 25px 8px 0px;
	text-align: right;
}
#footer{
	font-size: 10px;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
}

.left{
	float:left;
}
.right{
	float:right;
}
.clear{
	clear:both;
}
.centered{
	text-align: center;
}