@charset "utf-8";
* {margin: 0; padding:0;}
a {color: #417378;}
p {margin: 5px 0 20px 0px;}
h2 {font-weight: normal; letter-spacing: .2em; font-size: 16px;}

h3 {
	font-weight: normal;
	letter-spacing: .1em;
	font-size: 12px;
	text-transform: uppercase;
}

.page_heading {
	font-weight: normal;
	letter-spacing: .1em;
	font-size: 26px;
	color: #6c6e58;
}

.indent {text-indent: 5px;}
.bl {background: url(../images/bl.gif) 0 100% no-repeat}
.br {background: url(../images/br.gif) 100% 100% no-repeat}
.tl {background: url(../images/tl.gif) 0 0 no-repeat}
.tr {background: url(../images/tr.gif) 100% 0 no-repeat; padding:10px} 
.bgdev{background: #122738;}
.clear{clear:both;}

.error{ font-size: 18px; color:red; }
.title{ font-size: 15px; border-bottom: 1px dotted #6c6e58;}

body {
	background:#122738 url('../images/bgbody.jpg') top repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #6c6e58;
}

#top {
	background-image: url(../images/top.png);
	background-repeat: repeat-x;
	height: 15px;
}

#wrap {
	width: 995px;
	margin: 10px auto;
	position: relative;

}

.news {
	width: 185px;
}

.newsdate {
	font-size: 10px;
	padding-left:2px;
}

.newsbody {
	padding-left:8px;
	width: 170px;
}

#header {
	margin-bottom: 105px;
	height: 170px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: center;
}

#container_left {
	background-image: url(../images/bg.jpg);
	float: left;
	width: 560px;
	margin-bottom: 30px;
}

#container_right {
	float: right;
	width: 410px;
	margin-bottom: 30px;
}

.container_left_col_1 {
	float: left;
	width: 260px;
}

.container_left_col_2 {
	float: right;
	width: 260px;
}

.container_right_col_1 {
	background-image: url(../images/bg.jpg);
	float: left;
	width: 190px;
}

.container_right_col_2 {
	background-image: url(../images/bg.jpg);
	float: right;
	width: 190px;
}



#container_left, #container_right, #container_left_col_1, #container_right_col_1, #container_left_col_2, #container_right_col_2 {
	padding: 0px;
}

#cse-search-results{
	background-image: url(../images/bg.jpg);
}

#footer {
	margin: auto;
	width: 995px;
	border-top: 1px dotted #6c6e58;
	clear: both;
	text-align: center;
	color: #FFF;
}

.post_header {
	padding: 5px;
	border-bottom: 1px dotted #6c6e58;
}

.post_body {
	font-size: 10px;
}

.post_footer {
	font-style: italic;
	font-weight: bold;
	text-align: right;
	letter-spacing: .14em;
	color: #417378;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #6c6e58;
}


.nr_content ul li{
	list-style-type: none
}

/* Navigation*/

#navcontainer{
	width: 995px;
	height: 30px;
	position: absolute;
	top:190px;
	left: 0;
	font-size: 24px;
}

#navcontainer ul
{
padding: .6em 0;
list-style-type: none;
background-color: #122738;
color: #FFF;
width: 100%;
text-align: center;
}

#navcontainer li { display: inline; }

#navcontainer li a
{
text-decoration: none;
background-color: #122738;
color: #FFF;
padding: .6em 2em;
border-right: 0px solid #fff;
}

#navcontainer li a:hover
{
background-color: #417378;
color: #fff;
}


/*sidebar navigation*/

#Vnavlist
{
width: 170px;
}

#Vnavlist ul
{
width: 100%;
}


#Vnavlist li
{
list-style: none;
padding:  .5em 0 0 0;
border-bottom: 1px dotted gray;
}

#Vnavlist li a { text-decoration: none; padding:  0 50px 0 10px;}

#Vnavlist li a:hover { background-color: #417378; color: #fff;}



fieldset.login {
	border: none;
	width: 163px;
	margin: 0 0;
}
.login input, .search button {
	border: none;
	float: left;
}
.login input.box {
	color: #fff;
	font-size: 1.2em;
	width: 92px;
	height: 15px;
	padding: 8px 5px 0;
	background: #2B5980;
	border: 1px solid #444;
	margin-left: 5px;
	margin-right: 2px;
	margin-top: 1px;
}
.login input.box:focus {
	background: #2B5980;
	outline: none;
}
.login button.btn {
	width: 52px;
	height: 52px;
	cursor: pointer;
}
.login button.btn:hover {

}
