﻿* {
    padding: 0;
    margin: 0;
} 

body {
	background: #E5E5E5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	font-size: 0.74em;
}
a {
	color: #406eb6;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


#wrap {
margin: 20px auto;
width: 930px;
background: #fff url('site-images/midbg.png');
background-repeat: repeat-y;
}

#top { 
background: #fff url('site-images/topbg.png');
height: 30px;
}

#content {
padding: 0 40px 0 40px;
}

#bottom {

background: #fff url('site-images/botbg.png');
height: 30px;
}

.header {
	background-color: #ffca7a;
	height: 95px;
}

.header_top {
background-color:#ffca7a;
height: 75px;
}

.header_nav {
background-color:#ffca7a;
height: 20px;
width: 540px;
float: left;
}

.header_search {
background-color:#ffca7a;
height: 20px;
width: 270px;
float: right;
color: #6a757d; 
font-size: 11px; 
text-align: right; 
vertical-align: top;
}


.header h1 { padding-left: 17px; padding-top: 22px; font-size: 22px; color: #FFF; }
.header h1 a { font-size: 22px; color: #FFF; text-decoration: none;}
.header h2 { padding-left: 17px; padding-top: 0px; font-size: 17px; color: #FFF; }

.breadcrumbs { 
    background: #F6F9FB; 
	border-bottom: 1px solid #E1E1E1; 
	padding: 5px;
}
	
.middle {
	float: left;
	width: 95%;
	margin: 10px 10px;
	padding: 1% 1%;
	text-align: justify;
}



.right {
	float: left;
	width: 30%;
	margin: 0 10px;
	padding: 1% 1%;
	
}

.right ul {
	padding: 20px 0 15px 20px;
	margin:0;
}

.right li {
	margin-bottom:5px;
	list-style-type: square;
	color: #406eb6;
}

.middle h2 { color: #406eb6; font-size: 16px; margin-bottom: 10px;}
.right h2 { color: #406eb6; font-size: 14px; margin-top: 15px;}

.box{
	border: thin solid #000000;
}
#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}

#footer {
	text-align: center;
	color: #666;
}


.image_index {
	border-width: 1px;
	border-color: black;
	border-style: solid;
	margin-right: 15px;
	margin-bottom: 15px;
}

.image_main {
	border-width: 3px;
	border-color: black;
	border-style: solid;
}



.bullet {
	margin-left: 25px;
}


#contentright_home {width: 370px; float: right; padding: 10px; margin: 0}
#contentleft_home {width: 370px; float: left; padding: 0; margin: 0}

/* News */
/***********************************************************************/
.entry {padding: 0; margin: 0;}
.news_date {position: relative; float: left; padding: 0 4px 0 0 ; margin: 0 20px 0 0; background-image: url("site-images/date_bg.gif"); background-position: top left; background-repeat: no-repeat; width: 48px; height: 51px; text-align: center; }
.news_date_b {position: relative; float: left; padding: 0 4px 0 0 ; margin: 0 20px 0 0; background-image: url("date_bg_b.gif"); background-position: top left; background-repeat: no-repeat; width: 48px; height: 51px; text-align: center; }

p.month {margin: 0; padding: 8px 0 0 0; color: #707274; text-transform: uppercase; font-family: georgia; line-height: .95em;}
p.day {margin: 0; padding: 0; color: #707274; font-family: georgia;  line-height: .95em; font-size: 2em;}

.news_item {float: left; padding: 0; margin: 0; width: 90%; }
.news_itemhome {float: left; padding: 0; margin: 0; width: 274px; }

.news_item_view {float: left; padding: 0; margin: 0; width: 810px; }
.news_item h2 {padding: 0 0 0.2em 0;}

.news input {background: url("/images/input_bg.gif"); border:1px #ccc solid; padding:4px 2px; margin:0 0 8px 0; color: #6a757d; font-size: 11px; width: 220px; text-align: left; vertical-align: middle;}




