/* CSS Document */
body {
	font-size:12px; 
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#196E08; 
	background-color: #c9bf81;
	margin: 0;
}

a {
	outline: none;
}

#site_center {
	width: 982px;
	margin-right: auto;
	margin-left: auto;
	position:relative;
	height: 100%;

}

#container {
	float: left;
	width: 980px;
	background-color: #f2e4b7;
	border-left: 1px solid #9B8C27;
	border-right: 1px solid #9B8C27;
	margin: 0;
	padding: 0;
}


/*======= header =======*/
#header { 
	height:260px;  
	background:url(images/top.jpg); 
	width: 980px;
	float: left;
}
#address { 
	height:205px;  
	width: 300px;
	float: left;
	color: #FFFFFF;
	font-weight: bold;
	margin: 55px 0 0 0;
	font-size: 14px;
	text-transform: uppercase;
}
#address h2{ 
	font-size: 32px;  
	width: 300px;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	line-height: .85;
	text-transform: uppercase;
}
#slogan { 
	height:130px;  
	width: 280px;
	float: right;
	text-align: right;
	color: #FFFFFF;
	font-weight: bold;
	margin: 130px 30px 0 0;
	font-size: 16px;
	text-transform: uppercase;
}

#navigation { 
	height:33px;   
	width: 910px;
	float: left;
	margin: 15px 0 0 35px;
}

/*======= Front Content =======*/

#midContent {   
	width: 910px;
	min-height: 211px;
	float: left;
	margin: 25px 0 0 35px;
}

#welcomeImg {
	width: 480px;
	height: 195px;
	float: left;
	border: 8px solid #e3d791;
	margin-right: 20px;
	overflow: hidden;
}

#welcome {
	width: 394px;
	float: left;
	background-color: #F6ECCB;
}

#welcome h1 {
	width: 372px;
	height: 35px;
	line-height: 35px;
	color: #ffffff;
	background-color: #196E08;
	margin: 0;
	padding: 0 0 0 20px;
	font-size: 12px;
	text-transform: uppercase;
	border: 1px outset #196E08;
}

.welBox {
	width: 374px;
	padding: 5px 10px;
	line-height: 1.5;
	text-align: justify;
}

#frontContent {
	width: 886px;
	float: left;
	margin: 25px 0 0 35px;
	border: 12px solid #e3d791;
	background-image:url(images/cont_bg.gif);
	background-repeat: repeat-y;
}

#left, #middle, #right {
	width: 290px;
	min-height: 300px;
}

#left h1, #middle h1, #right h1 {
	width: 270px;
	font-size: 18px;
	line-height: 40px;
	color: #666666;
	padding: 0 0 0 20px;
	margin: 0;
	text-transform: uppercase;
}

#left, #middle {
	float:left;
	margin-right: 8px;
}

#right {
	float: right;
}

.boxCont {
	width: 240px;
	padding: 10px 25px;
	overflow: hidden;
}
#left ul, #middle ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#left li {
	list-style-type: none;
	min-height: 64px;
	background-image:url(images/icon1.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left:45px;
	margin-bottom: 15px;
}

#left strong {
	font-size: 13px;
}

#left a, #left a:visited, #left a:active {
	color: #196E08;
	text-decoration: underline;
}

#left a:hover, #left a:focus {
	color: #9B8C27;
	text-decoration: none;
}

#middle ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#middle li {
	list-style-type: none;
	padding: 0;
	/*min-height: 64px;
	background-image:url(images/icon1.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left:45px;*/
	
	margin: 0 0 15px 0;
}

#middle strong {
	font-size: 13px;
}

#middle a, #middle a:visited, #middle a:active {
	color: #196E08;
	text-decoration: underline;
}

#middle a:hover, #left a:focus {
	color: #9B8C27;
	text-decoration: none;
}

#bottom {
	float: left;
	width: 886px;
	height: 30px;
	line-height: 30px;
	margin: 0;
	color: #666666;
	text-transform: uppercase;
}

#bottom a, #bottom a:visited, #bottom a:active {
	color: #666666;
	text-decoration: none;
}

#bottom a:hover, #bottom a:focus {
	color: #196E08;
	text-decoration: none;
}

.bot1 {
	float: left;
	width: 270px;
	margin:0 18px 0 10px; 
	padding:0px; 
	text-align:center; 
	border-top: 1px solid #cccccc;
}

.bot2 {
	float: left;
	width: 270px;
	margin:0 10px; 
	padding:0px; 
	text-align:center; 
	border-top: 1px solid #cccccc;
}


/* Article Content*/

#breadcrumbs {
	float: right;
	text-align: right;
	width: 910;
	margin: 2px 35px 3px 0;
	font-size: 10px;
	height: 20px;
	line-height: 20px;
	text-transform: uppercase;
	color: #9B8C27;
}

#breadcrumbs a, #breadcrumbs a:visited, #breadcrumbs a:active {
	color: #9B8C27;
	text-decoration: none;
}

#breadcrumbs a:hover, #breadcrumbs a:focus {
	color: #196E08;
	text-decoration: none;
}

#artContent {   
	width: 886px;
	float: left;
	margin: 0 0 0 35px;
	border: 12px solid #e3d791;
	background-color: #ffffff;
}

#artContent h1{   
	width: 826px;
	float: left;
	border-bottom: 1px solid #cccccc;
	margin: 20px 0 0 30px;
	padding: 0 0 5px;
	font-size: 30px;
}

#artDesc {   
	width: 826px;
	min-height: 400px;
	float: left;
	padding: 0 30px 20px 30px;
	line-height: 1.5;
	text-align: justify;
	font-size: 13px;
}

#artDesc p{   
	margin: 25px 0;
}
#artDesc a, #artDesc a:visited, #artDesc a:active {
	color: #196E08;
	text-decoration: underline;
}

#artDesc a:hover, #artDesc a:focus {
	color: #9B8C27;
	text-decoration: none;
}

.summaryPageTitle {
	padding: 0 0 0 15px;
	margin: 0;
	height: 30px;
	line-height: 30px;
	background:url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 13px; 
}

.summaryPageDescription {
	display: none;
}


/*footer*/
#footer { 
	width: 910px;
	height: 40px;
	margin: 20px 0 0 35px;
	float: left;
	color:#9B8C27;  
	padding:0;
	font-size: 11px;
}

#footer a, #footer a:visited, #footer a:active {
	color: #9B8C27;
	text-decoration: underline;
}

#footer a:hover, #footer a:focus {
	color: #196E08;
	text-decoration: none;
}
