@charset "utf-8";
body, address, blockquote, dl, ol, ul, li, fieldset, form, h1, h2, h3, h4, h5, h6, p, pre {
margin:0;
padding:0;
}
/* ---------- ::HTML & Body:: --------------------- */
html { 
font-size: 100%;  
height: 100%;
}
body { 
height: 100%;
font: 72.5%/1.4 Verdana, Geneva, sans-serif;
background: #A7B276;
color: #666;
}

a {
	text-decoration: none;
}

* html p {
	font-size: 1.075em;
}

*:first-child+html p {
	font-size: 1.075em;
}

* html h1 {
	font-size: 130%;
} 
* html h2 {
	font-size: 120%;
}
* html h3 {
	font-size: 110%;
}
* html h4 {
	font-size: 100%;
}
* html h5 {
	font-size: 100%;
}
* html h6 {
	font-size: 100%;
}

*:first-child+html h1 {
	font-size: 130%;
} 
*:first-child+html h2 {
	font-size: 120%;
}
*:first-child+html h3 {
	font-size: 110%;
}
*:first-child+html h4 {
	font-size: 100%;
}
*:first-child+html h5 {
	font-size: 100%;
}
*:first-child+html h6 {
	font-size: 100%;
}

#site_wrapper {
	width: 942px;
	margin: 0 auto;
	font-size: 1.15em;
}

#header_wrapper {
	background: #FFF;
}

#header_logo img {
	border: none;
}

#header_left_spacer {
	float: left;
	width: 254px;	
	background: #37855D none repeat scroll 0 0;
}

#main_body_wrapper {
	float: left;
	width: 942px;
	background-color:#FFF;
}

#main_body_table {

}

#left_column {
	width: 254px;
	background: #ebf0f4;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.0em;
	font-weight:bold;
}

body#lower #left_column {
	background: #ebf0f4;
}

#left_column_content {
	margin: 1em;
	text-align: center;
}

ul#left_nav {
	text-align: right;
	margin-bottom: -1px;
	background: #ebf0f4;
	margin-top: 5px;
}

ul#left_nav li {
}

ul#left_nav li a, ul#left_nav li a:visited, ul#left_nav li a:active, ul#left_nav li a:link {
	color: #6b806f;
	font-size: 1.2em;
	display: block;	
	padding: 0.3em 1.3em;
}

ul#left_nav li a:hover, ul#left_nav li a.active {
	color: #30668a;	
	display: block;
	text-decoration:none;
	background: url(../images/left_nav_icon.gif) no-repeat right;
}

#left_column h3 {
	color: #a84d07;
	font-weight: bold;
	font-size: 1em;
	text-transform: uppercase;
	margin: 1em;
}

* html #left_column h3 {
	font-size: 1.05em;
}

*:first-child+html #left_column h3 {
	font-size: 1.05em;
}

#left_column ul {
	list-style: none;
}

#left_column a, #left_column a:visited, #left_column a:link, #left_column a:active {
	color: #6b806f;
}

#left_column h4 {
	color: #fff;
	font-size: .9em;
	/*font-weight: bold;
	font-size: 1em;*/
	margin: .5em;
	/*text-align:center;
	font-style:italic;*/
}
#middle_column {
	background: #ffffff;	
	font-size: 1.0em;	
}

#middle_column p {
	margin: 0 0 1em 0;
	line-height: 1.5em;
}

#middle_column ul {
	/*margin: -1em 0 .7em 2.5em ;*/
	padding: 0 0 .4em 1em;
	
}

#middle_column ol {	
	/*margin: -1em 0 .7em 2.5em ;*/
	list-style-position: inside;
}

#middle_column li {
	padding: 0 0 .5em 0;
	list-style position: inside;
}

#middle_column a {
	color: #30668A;
	font-weight:bold;
}

#middle_column a:hover {
	color: #6b806f;
	
	text-decoration:underline;
}

#middle_column blockquote {
	font-size: .9em;
	padding: 5px;
}

#middle_column_padding {
	margin: 1em 3em 1em 3em;
}

#middle_column h2, #middle_column h2 a, #middle_column h2 a:visited, #middle_column h2 a:link, #middle_column h2 a:active {
	color: #4A5F4C;	
	font-size: 1.9em;
	margin: 0 0 0.1em 0;
	font-weight: normal;
	font-family:"Palatino Linotype","Book Antiqua",Palatino,serif;
	padding-top: 25px;
	padding-bottom: 10px;
}

#middle_column h3, #middle_column h3 a, #middle_column h3 a:visited, #middle_column h3 a:link, #middle_column h3 a:active {
	color: #30668a;	
	font-size: 1.6em;
	margin: 0 0 0.25em 0;
	font-weight: normal;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}

body#lower #middle_column h2 {
	margin-top: -0.25em;
}

#middle_column img {
	border:solid 1px #999;
}

#middle_column img.noborder {
	border:none;
}

#search {
	margin: 1em 2em;
}

#search .button {
	color: #fff;
	background: #A84D07;
	padding: 1px;
	border: solid 1px #FFF;
	font-size: .9em;
}


input.search_box {
	width: 80px;
	border: 1px solid #ffffff;
	font-size: 1em;	
	height: 1.1em;
	position:relative;
	top: 0.2em;
	margin-right: 5px;
}

* html input.search_box {
	height: 1.2em;
	top: 0px;
}
*:first-child+html input.search_box {
	height: 1.2em;
	top: 0px;
}

html[xmlns*=""] body:last-child input.search_box {
	height: 1.4em;
	top: 0;
}

input.search_submit {
	background: #a84d07;
	border: 1px solid #ffffff;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.95em;
}

#footer {
	background: #FFF;
	font-size: 0.8em;
	margin: 1em 3em 1.6em 3em;
	border-top: #31678b solid 1px;
	padding-top: 1em;
}

#footer a {
	color: #657a69;
	font-size: 0.9em;
	text-decoration: none;
}

.repeat_image_table .left img {
	border: 1px solid #ccc;
	margin: 0 2em 2em 0;
}

.repeat_image_table .right h3, .repeat_image_table .right h3 a, .repeat_image_table .right h3 a:visited, .repeat_image_table .right h3 a:link, .repeat_image_table .right h3 a:active {
	color: #a84d07;
	font-weight: bold;
	font-size: 1.2em;
}

.repeat_image_table .right h3 a:hover {
	text-decoration: underline;
}

.clear_both {
	clear: both;
}

ul#left_nav li ul li a {
border-bottom: 0px !important;
font-weight:normal;
font-size: 0.9em !important;
padding: 0.5em 3.5em 0.5em 2em !important;
}

ul#left_nav li ul li a:hover {
	
	text-decoration: none;
}

ul#left_nav li ul li a.active {
	font-weight: normal;
	
}

.photo_left {
	padding:0px;
	margin:0px;
	border-collapse:collapse;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

.photo_right {
	padding:0px;
	margin:0px;
	border-collapse:collapse;
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}

table.photo_left {
	padding:0px;
	margin:0px;
	border-collapse:collapse;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

table.photo_right {
	padding:0px;
	margin:0px;
	border-collapse:collapse;
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}

table.photo_left img, table.photo_right img {
	border:1px solid #d1d1d1;
}

img.photo_thumb, img.photo_thumb a {
	border:1px solid #d1d1d1;
}

.photo_caption {
	text-align:left;
	font-size: smaller;
	color: #666666;
}

/*
STYLED TABLE
*/

.styled_table {
	border-collapse:collapse;
	border:1px solid #A2C1B0;
	text-align: center;
	color:#1f532f;
}

.styled_table th {
	background-color:#EAEAEA;
	border: 1px dotted #A2C1B0;
	color:#a84d07;
}

.styled_table td {
	border: 1px dotted #A2C1B0;
	height:auto;
}

/*
INLINE LI
*/
.inline li {
	display:inline;
	margin-right:5px;
	/*border-right:1px solid #CED6CE;*/
}

/*
SEARCH RESULTS PAGE
*/
#cse-search-results {
	width: 300px;	
}

#middle_column ul.plain {
	list-style-type:none; 
	margin-left:0;
	padding-left:0;
}
#middle_column ul.plain li {
	margin-left:0;
	padding-left:0;
}
