/*
Theme Name: 
Theme URI: 
Description: 
Version: 
Author: 
Author URI: 
*/
body{
	background-color: #fff;
}

#wrap{
	width:830px;
	margin:0px auto;
}

h1
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #99836B;
	text-decoration: underline;
	font-weight: bold;
}

h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000;
	text-transform: uppercase;
	margin:0px;
	font-weight:bold;
}
h2 a {
	text-decoration: none;
	color:#000;
}
h3 {
	font-family: Veranda,Arial,Helvetica,sans-serif;
	font-size: 24px;
	color: #0065a4;
	text-decoration: none;
	font-weight: bold;
	/*text-transform: capitalize;*/
	text-align:center;
	margin: 10px 0px;
}

a:hover {
	text-decoration: underline;
}

#masthead {
	width: 830px;
	height: 110px;
	margin: 20px 0px 20px 0px;
}
#logo_top {
	width: 445px;
	height: 87	px;
	float:left;
}

#newsletter_request_top { 
	border: 1px black solid; 
	width: 240px;
	height:37px;
	padding: 2px;
	float:left;
	margin: 20px 0px 0px 90px;
}


#menu {
	font: 13px Verdana, Arial, Helvetica, Sans-Serif;
	width: 830px;
	background-color:#0065a4;
	color: #FFF;
	padding: 5px 0px 5px 0px;
	margin: 0 auto 20px;
	margin-bottom: 10px;
	text-align: center;
	border: 2px #9d9080 solid;
	height:17px;
	float:left;
}
#menu h2 {
	margin: 0;
	}
#menu li {
	list-style: none; 
	display: inline;
	margin: 0;
	padding: 0;
	}
#menu ul {
	margin: 0;
	padding: 0;
	}
#menu ul li a {
	color: #FFF;
	padding: 5px 1px 5px 1px;
	margin: 0;
	text-decoration: none;
	}
#menu ul li a:hover, #menu ul li.current_page_item a {
	color: #ffffff;
	background: #9d9080;
	background-image: url(images/slash.png);
	background-position: top center; 
	background-repeat: repeat-x repeat-y;
	text-decoration: underline;
	}
#banner_ad {
	width: 728px;
	height: 90px;
	margin: 20px 0px 20px 51px;
	float:left;
	border: 3px #9D9080 solid;

}
#home_copy
{
	width: 728px;
	min-height: 100px;
	margin-left: 51px;
	font-family: arial,helvetica,sans-serif;
	font-size: 13px;
	float:left;
}
#newsletter_request { 
	border: 1px black solid; 
	width: 240px;
	padding: 2px;
	margin:20px 0px 30px 299px;
	float:left;
}
#address_copy {
	width: 728px;
	min-height: 20px;
	margin-left: 51px;
	font-family: Verdana,arial,helvetica,sans-serif;
	font-size: 12px;
	float:left;
}
#address_copy a, #address_copy a:visited {
	color: #0065a4;
}

/* --post-home------------------------------------------ */

#content {
	width: 670px;
	float:left;
	text-align:left;
}
#post_box {
	width: 670px;
	min-height: 160px;
	padding-top: 10px;
}
#post_image {
	width: 125px;
	height: 125px;
	float: left;
	border: 3px #9D9080 solid;
	padding:3px;
}
#post_text {
	float:left;	
	margin-left:20px;
}
#post_title {
	width: 510px;
	font-family: arial,helvetica,sans-serif;
	font-size: 18px;
	text-align:left;
	min-height: 20px;
	margin-bottom:0px;	
}
#post_copy {
	width: 510px;
	font-family: arial,helvetica,sans-serif;
	font-size: 13px;
	color: #333;
	font-weight: normal;
}
#post_copy a, #post_copy a:visited {
	color: #0065a4;
}

.divider
{
	width: 670px;
	height:15px;
	padding: 5px;
	text-align: center;
	font-family: veranda,arial,helvetica,sans-serif;
	font-size: 13px;
	color: #fff;
	background-color: #0065a4;
	border: 2px #9d9080 solid;
	float:left;
	font-weight:bold;
}
.divider:hover {text-decoration: underline;}
.divider a, .divider a:visited {
	color: #fff;
	text-decoration:none;
}

.more-link {
	color: #0065a4;
	font-family: arial,helvetica,sans-serif;
	font-size: 13px;
	text-decoration: none;
}

#newsletter
{
	width: 100%;
	height: 40px;
	text-align: center;
	padding: 10px 0px;
	border-width: 2px 0px 2px 0px;
	border-color: #9D9080;
	border-style: solid;
	float:left;
}

/* --post-int-------------------------------------------- */

#content_int {
	width: 670px;
	float:left;
	text-align:left;
}
#post_box_int {
	width: 670px;
	min-height: 150px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	float: left;
	border-bottom: 1px black solid;
}
#post_image_int {
	width: 250px;
	height: 250px;
	float: left;
	border: 3px #9D9080 solid;
	padding:3px;
}
#post_text_int {
	float:left;	
	margin-left:20px;
}

#post_title_int {
	width: 385px;
	font-family: arial,helvetica,sans-serif;
	font-size: 18px;
	text-align:center;	
	margin-bottom:20px;
}
#post_copy_int {
	width: 385px;
	font-family: arial,helvetica,sans-serif;
	font-size: 13px;
	color: #333;
	font-weight: normal;	
}
#post_copy_int a, #post_copy_int a:visited {
	color: #0065a4;
}
/* --page-------------------------------------------- */

#content_page {
	width: 670px;
	float:left;
	text-align:left;
}
#post_box_page {
	width: 670px;
	min-height: 150px;
	padding-top: 10px;
	float: left;
}
#post_image_page {
	width: 250px;
	height: 250px;
	float: left;
	border: 3px #9D9080 solid;
	padding:3px;
}
#post_text_page {
	float:left;	
	margin-left:120px;
}
#post_title_page {
	width: 450px;
	font-family: veranda,arial,helvetica,sans-serif;
	font-size: 22px;
	text-align:center;
	font-weight: bold;	
	text-align:center;
	margin-bottom:20px;
}
#post_title_page h2 {
	font-family: veranda,arial,helvetica,sans-serif;
	font-size: 22px;
	font-weight: bold;
	/*text-transform: capitalize;*/
	color:#C70E0E;	
}

#post_copy_page {
	width: 450px;
	font-family: arial,helvetica,sans-serif;
	font-size: 13px;
	color: #333;
	margin-bottom:60px;
	font-weight: normal;	
}

#post_copy_page a, #post_copy_page a:visited {
	color: #0065a4;
}

/* --sidebar-------------------------------------------- */

#sidebar_container {
	width:139px;
	float:left;
	min-height:300px;
	margin-left:20px;
	margin-top:25px;
	padding:5px 0px 0px 0px;
}
.sidebar_125 {
	width:125px;
	height:125px;
	margin:0px 0px 5px 5px;
	float:left;
	border: 2px #9d9080 solid;

}

#e-blast {
	margin:0px auto;
	width:850px;
}

#e-blast_title {
	font-family: veranda,arial,helvetica,sans-serif;
	text-align:center;
	font-weight: bold;	
	text-align:center;
	margin:10px 0px;
}

#e-blast_copy {
	font-family: arial,helvetica,sans-serif;
	font-size: 13px;
	color: #333;
}
#e-blast_copy a, #e-blast_copy a:visited {
	color: #0065a4;
}

#share {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	font-weight:normal;
}	
#share a {
	text-decoration: none;
	color:#000;
}