/* CSS for  */

* {
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
  font: 62.5% Arial, Helvetica, sans-serif; /* 62.5% resets 1em to the equivalent of 10px */
	background: #06373e;
}


/* Global Styles */

a, a:link { color: #035985; text-decoration: underline; }
a:hover { text-decoration: none; }
a.broken, a.highlight { color: #FFFFFF; background: #06373E; } /* Use this class on links that are broken during site development */
a.blue-button {
	display: block;
	width: 83px;
	height: 25px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding-left: 24px;
	line-height: 1.9em;
	background: url('button-b.gif') top left no-repeat;
}
a.blue-button:hover { background-position: bottom left; }
a.read-more { font-weight: bold; }

//a[href$='.pdf'] {	background: transparent url('icon-pdf.gif') 0px 0px no-repeat; padding-left: 20px; line-height: 18px; min-height:18px; overflow:visible; display:inline-block; }

h1,
.componentheading,
.contentheading {
	color: #00535d;
	font-size: 1.8em;
	margin: 0;
	font-weight: bold;
	line-height: 1.2em;
	padding: 0 0 25px 0;
}
.contentheading a { text-decoration: none; }
h2 {
	color: #23495a;
	font-weight: bold;
	font-size: 1.4em;
	margin: 0;
	padding: 0 0 10px 0;
}
#interior-left h2 { color: #205208; }
h3,
.blogcontentheading {
	color: #035985;
	font-weight: bold;
	font-size: 1.2em;
	margin: 0;
	padding: 0 0 5px 0;
}

table { border-collapse: collapse; width: 100%; } /* Removes all padding and spacing from table cells */
input, select, option, textarea { padding: 2px; }
object, embed { border: 0; outline: 0; }
fieldset { border: 1px solid #666666; padding: 10px; }
legend { color: #666666; font-weight: bold; }
/* ul, ol { margin: 10px 0 20px 35px; color: #205208; } */
ul, ol { margin: 10px 0 20px 35px; }
li { margin: 0; padding:  0 0 5px 0; }
p { margin: 0; padding: 0 0 15px 0; }
hr { margin: 0 0 15px 0; padding: 8px 0 0 0; border: 0; border-bottom: 1px solid #205208; }

.l, .left { float: left; }
.r, .right { float: right; }
.clear { clear: both; }
.clear-l { clear: left; }
.clear-r { clear: right; }

.b, .bold { font-weight: bold; }
.u, .underline { text-decoration: underline; }
.i, .italic { font-style: italic; }
.small { font-size: .79em; } /* IE has trouble recognizing intervals of .1 so we use .11 to make it happy */
.large { font-size: 1.2em; }
.x-large { font-size: 1.4em; }
.x-x-large { font-size: 1.6em; }
.t-c, .text-center { text-align: center; }
.t-r, .text-right { text-align: right; }
.t-l, .text-left { text-align: left; }

img { border: 0; }
/*
img.l, img.left { margin: 0 10px 10px 0; }
img.r, img.right { margin: 0 0 10px 10px; }
*/

.email_confirm, .hide, .hideme { display: none; }
#form_error { font-weight: bold; color: #ed1c24; }

/* Site Colors */

.black { color: #000000; }
.gray, .grey { color: #666666; }
.white { color: #FFFFFF; }
.red { color: #ed1c24; }

.green { color: #205208; }
.blue { color: #035985; }
.dark-blue { color: #00535d; }
.tan { color: #87836a; }

/* Navigation */
/* Based on Son of Suckerfish: http://www.htmldog.com/articles/suckerfish/dropdowns */

#nav {
	height: 62px;
	font-size: 1.6em;
	z-index: 999;
	/*background: url('/images/bg-nav.gif') top left no-repeat;*/
	background: url('bg-nav-s.gif') top right no-repeat;
}

#nav ul {
	margin: 0;
	padding: 12px 12px 0 0;
	float: right;
	list-style: none;
	position: relative;
	z-index: 999;
}
#nav ul li {
	float: left;
	margin: 0;
	padding: 0;
	width: auto;
	list-style: none; 
	z-index: 999;
	background: url('nav-sepa.gif') top left repeat-y;
}
#nav ul li a {
	display: block;
	margin: 0 0 0 2px;
	padding: 16px 10px 15px 10px;
	color: #426919;
	text-decoration: none;
}
#nav ul li a:hover,
#nav ul li.active a { background: url('nav-hove.gif') top left; }

#nav ul li.item3 { background: none; margin-left: -1px; }
#nav ul li.item3 a { padding: 16px 10px 15px 11px; }
#nav ul li.item3.active a,
#nav ul li.item3 a:hover { background: url('bg-nav-h.gif') 0px 0px; }

#nav ul li.item26.active a,
#nav ul li.item26 a:hover { background: url('bg-nav-i.gif') top right; }


#nav ul li ul { position: absolute; left: -999em; } /* Second level's initial hidden state */

#nav ul li:hover ul, 
#nav ul li.hover ul, 
#nav ul li.active ul { /* Begin Second Level List */
	position: absolute;
	display: inline;
	left: 0;
	width: 931px;
	margin: 0 0 0 -216px;
	padding: 0;
	font-size: .69em;
	background: #00535d;
	border: 1px solid #063841;
	border-left: 0;
	border-right: 0;
	z-index: 999;
}
#nav ul li:hover ul, 
#nav ul li.hover ul { z-index: 9999; }


#nav ul li:hover ul li, 
#nav ul li.hover ul li, 
#nav ul li.active ul li { 
	float: right;
	margin: 0;
	padding: 0;
	width: auto;
	background: none;
}

#nav ul li:hover ul li a, 
#nav ul li.hover ul li a, 
#nav ul li.active ul li a,
#nav ul li.item3.active ul li a,
#nav ul li.item26.active ul li a {
	margin: 0;
	padding: 4px 9px;
	color: #FFFFFF;
	background: none;
}

#nav ul li.item3 ul li a:hover,
#nav ul li.item26 ul li a:hover,
#nav ul li ul li a:hover,
#nav ul li.active ul li.active a {
	background: none #063841;
}


/* Footer Nav */
/* Basic formatting for using the same list as the main nav */

#footer ul { 
	margin: 0;
	padding: 0;
	line-height: 1; /* Makes borders happy */
	list-style: none;
	display: inline;
}
#footer ul li {
	margin: 0 0 0 5px;
	padding: 0 5px 0 0;
	border-right: 1px solid #FFFFFF;
	display: inline;
}
#footer ul li a { color: #FFFFFF; text-decoration: none; }
#footer ul li a:hover { text-decoration: underline; }
#footer ul li.item42 { border: 0; } 
#footer ul ul { display: none; }


/* Layout */
#site { background: url('bg-body0.gif') top repeat-x #e6e4d7; }
.wrap {
	margin: 0 auto;
	width: 955px;
	text-align: center;
}

#header { 
	height: 56px;
	color: #FFFFFF;
	font-size: 1.2em;
	text-align: left;
	/*background: url('/images/bg-header.gif') top left no-repeat;*/
	background: url('bg-heade.gif') top left no-repeat; 
}
#header ul { 
	float: right; 
	margin: 10px;
	padding: 0; 
	list-style-type: none; 
	line-height: 1; 
}
#header ul li { 
	margin: 0 7px 0 0; 
	padding: 0 7px 0 0; 
	float: left; 
	border-right: 1px solid #FFFFFF; 
}
#header ul li a { color: #FFFFFF; text-decoration: none; }
#header ul li.item1 { font-weight: bold; }
#header ul li.item2 { border: 0; }

#logo {
	position: absolute; 
	margin: 5px 0 0 15px;
	z-index: 999;
}

#banner {
	height: 1%; /* IE6 PNG Scaling Fix */
	padding: 8px 0 8px 20px;
	text-align: left;
	background: url('bg-main-.png') top left repeat-y;
}
.rotate-banner { width: 914px; height: 239px; }
#banner-shadow { 
	width: 931px;
	height: 12px;
	margin: 0 auto -12px auto;
	position: relative;
	text-align: center;
	z-index: 500;
	background: url('banner-b.png') top left no-repeat; 
}

#main { background: url('bg-main0.gif') bottom center repeat-x; }
#content {
	padding: 0 0 0 12px;
	text-align: left;
	color: #87836a;
	font-size: 1.1em;
	line-height: 1.8em;
	height: 1%;
}
	.content-home { background: url('bg-conte.png') top left repeat-y; }
	.content-interior { background: url('bg-conte.png') top left repeat-y; }
	
	#content-bg-home { background: url('bg-home-.jpg') bottom left no-repeat; height: 1%; }
	#content-bg-interior { background: url('bg-int-b.jpg') bottom left no-repeat; position: relative; height: 1%; }

#home-left { float: left; width: 230px; }

#home-middle { float: left; width: 469px; }
	#home-text { padding: 15px 25px 0 25px; }
	#breaking-news { margin: 0 6px 0 6px; padding: 15px 15px 0 15px; background: #e4dfc1; }
	#breaking-news a { color: #00535d; }
	#breaking-news a:hover { text-decoration: none; }

#home-right { float: left; width: 232px; }

#interior-left {
	float: left;
	width: 699px;
	font-size: 1.1em;
}
#interior-left .padding { padding: 20px 20px 0 20px; }
#interior-left img.l { border: 4px solid #FFFFFF; margin: 4px 10px 10px 0; }
#interior-left img.r { border: 4px solid #FFFFFF; margin: 4px 0 10px 10px; }

#interior-right {
	float: left;
	width: 232px;
}

.block { background: url('bg-right.gif') left repeat-y; }
.block .padding { padding: 15px 15px 0 15px; background: url('bg-block.jpg') bottom right no-repeat; }

#home-left .block { background: url('bg-left-.gif') left repeat-y; }
#home-left .padding { padding: 15px 15px 0 15px; background: url('bg-blocl.jpg') bottom right no-repeat; }
#home-bottom-left .padding { padding: 15px 15px 0 15px; background: none; }

#newsletter p { margin: 0 40px 0 0; }
#newsletter input.text { margin: 0 0 5px 0; width: 175px; border: 1px solid #c9d1d0; color: #23495a; }
#newsletter input.submit { margin-right: 15px; }
.block#newsletter .padding { padding: 15px 15px 0 15px; background: url('bg-right.jpg') bottom right no-repeat; }
.block#newsletter input.text { width: 175px; }

#main-footer { height: 26px; margin: 0 0 -13px 0; position: relative; }
.home-footer { background: url('bg-foote.png') top left no-repeat; }
.interior-footer { background: url('bg-foote.png') top left no-repeat; }

#footer {
	text-align: center;
	color: #FFFFFF;
	font-size: 1.1em;
	line-height: 2.5em;
	background: url('bg-foote.gif') top center repeat-x; 
}
#footer-bg { height: 70px; padding: 20px 0 0 0; background: url('bg-foote.jpg') top center no-repeat; }

a.bwm { color: #FFFFFF; text-decoration: none; }
a.bwm:hover { color: #3f8aca; text-decoration: underline; } /* Blue Water blue for hover */


/* Joomla Specific */
.article_separator { display: none; }
#interior-left table table td { padding: 2px; }
#interior-left tr.sectiontableentry1 { }
#interior-left tr.sectiontableentry2 { background: #EBEDE8; }

.sponsor {
	text-align: center;
	background: #FFFFFF;
	border: 1px solid #87836a;
	margin: 0 5px 5px 0;
	width: 320px;
	height: 165px;
	float: left;
	line-height: 1.4em;
	overflow: hidden;
}
.sponsor img { margin: 10px; }
.sponsor a { text-decoration: none; }
.sponsor a em { color: #666666; }

.s-mid { width:210px; height:135px;}
.s-mid img { width:200px; height:69px; margin-left:6px; -ms-interpolation-mode:bicubic;}

.s-small { width:156px; height:125px;}
.s-small img { width:140px; height:49px; margin-left:10px; -ms-interpolation-mode:bicubic;}

.joomla_add_this { float:right;}
#blog-btn { float:right; height:20px; clear:right; padding-right:25px;}

.image-left-border { float: left; border: 2px solid #87836a; margin-right: 15px; }
.image-right-border { float: right; border: 2px solid #87836a; margin-left: 15px; }