* {
    margin: 0;
    padding: 0;
}
html{
	height:100%
}
body,html {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color: #333;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	height:100%
}
div, p, img, a, td, ul, ol {
    font-size: 1em; 
}

ol {
    margin-left: 1em;
    padding-left: 1em;
}
ol li {
    margin-left: 1em;
    padding: 0 0 .5em.3em;
    list-style: decimal;
}
h1, h2, h3, h4 {
	font-family: "Trebuchet MS", georgia, helvetica, arial, verdana, sans-serif;
	font-weight: bold;
	margin: .5em 0;
	letter-spacing: .07em;
}
h1 { font-size: 218% }
h2 { font-size: 164%; }
h3 { font-size: 145%; }
h4 { font-size: 118%; letter-spacing: .15em }

p { padding: 0 0 1em; }


a img, img {
    border: none;
}


ul {
    list-style: none;
    margin: 0 0 20px 1em;
}
li {
    list-style: none;
    padding-left: 1em;
    margin-bottom: 3px;
}


.clear {
    clear: both;
    height: 1px;
    margin: -1px 0 0;
    font-size: 1px;
}
#container{
	margin: 0 auto;
	width:844px;
}
#middle{
	height:299px;
}
#middlein{
	height:209px;
}

/*=========================================================================
HEADER
==========================================================================*/
#header { 
height:99px;
}

#logo{
	float:left;
	width:500px;
	background-image:url(images/logo.jpg);
	background-repeat:no-repeat;
	height:99px;
}
#logo a{
	display:block;
	width:500px;
	height:99px;
}
#address{
	float:left;
	width:344px;
	text-align:right;
}
#address a{
	color:#069;
	text-decoration:none;
}
#address a:Hover{
	color:#069;
	text-decoration:underline;
}
#topnav{
	height:33px;
	float:right;
}
.topmenu_items{
	float:left;
	padding:5px;
	color:#069;
	text-decoration:none;
	font-size:14px;
}
a:Hover.topmenu_items{
	float:left;
	padding:5px;
	color:#069;
	text-decoration:underline;
	font-size:14px;
}
.topmenu_selected{
	float:left;
	padding:5px;
	color:#069;
	text-decoration:none;
	font-size:14px;
}
/*=========================================================================
NAVIGATION
==========================================================================*/
#leftnav{
	float:left;
	width:197px;
	padding-top:10px;
}
#leftnavitems{
	width:187px;
	height:39px;
	background-image:url(images/leftnav_btn.jpg);
	background-repeat:no-repeat;
	padding:8px 10px 10px 10px;
}
#leftnavitems .white a{
	
	display:block;
	color:#fff;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	width:187px;
	height:39px;
	
}
#leftnavitems a{
	
	display:block;
	color:#fff;
	width:187px;
	height:39px;
	
}
#rightholder{
	float:left;
	width:647px;
}
#mainnav{
	background-image:url(images/mainnav.jpg);
	background-repeat:no-repeat;
	width:647px;
	height:44px;
	
}
.mainnav_selected{
	float:left;
	font-size:12px;
	font-weight:bold;
	padding:14px 5px 5px 10px;
	color:#000;
	text-decoration:none;
	
}
.mainnav_items{
	float:left;
	font-size:12px;
	font-weight:bold;
	padding:14px 5px 5px 10px;
	color:#fff;
	text-decoration:none;
}
#counsel{
	float:left;
	width:197px;
	height:288px;
	padding:50px 10px 10px 10px;
	background-image:url(images/ofconsel.jpg);
	background-repeat:no-repeat;
}
#counsel_left{
	float:left;
	width:55px;
	height:95px;
}
#counsel_right{
	float:left;
	width:135px;
}
#counsel a{
	float:left;
	display:block;
	color:#fff;
	text-decoration:none;
}
/*=========================================================================
FLASH
==========================================================================*/
#flash{
	height:255px;
}
#flashinside{
	height:165px;
}
#flashinsidevideo{
	height:300px;
}
#rotate{
	float:left;
	width:340px;
	height:255px;
}
#video{
	float:left;
	width:307px;
	height:255px;
}


/*=========================================================================
CONTENT
==========================================================================*/
#hcontent{
	padding-bottom:10px;
}
#content{
	padding:0px 5px 5px 5px;
}
#content a{  
	color:#069;
	text-decoration:none;
}
#content a:Hover{  
	color:#069;
	text-decoration:underline;
}
#leftcontent{
	float:left;
	width:526px;
	padding:5px;
}
#rightcontent{
	float:left;
	width:308px;
}
#news{
	background-image:url(images/news.jpg);
	background-repeat:no-repeat;
	width:307px;
	height:243px;
}


/* Search Form 
------------------------------------------------------------------------------- */
#search {
    position: absolute;
    right: 60px;
    top: 40px;
    padding: 15px 15px 0;
}
form.FSF_form {
    margin: 0;
    padding: 0;
    width: auto;
    text-align: right !important;
}

input.FSF_input { 
    display: inline;
    height: 17px;
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    background: #fff url(images/input-bg.gif) repeat-x top left;
    margin: -1px 3px 0;
    padding: 3px 0 0;
}
input.FSF_submit { 
    display: inline;
    margin: -1px 0 0;
    padding: 0;
    height: 22px;
    line-height: 22px;
}


/*=========================================================================
COMMENTS/BLOG
==========================================================================*/                      
.comment {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    position: relative;
    padding: 10px;
    overflow: hidden;
}
.commentAlt {
    background-color: #f4f4f4;
}
.commentAuthor {
    background-color: #ffc;    
}
.commentMe {
    background-color: #ccf !important;
    padding-top: 5px;
}
.commentNum {
    font-family: Arial, sans-serif;
    font-size: 50px;
    line-height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    color: #f2f2f2;
    font-weight: bold;
    letter-spacing: -4px;
    z-index: 1;
}
.commentAlt .commentNum {
    color: #eaeaea;
}
.commentMe .commentNum {
    color: #b0b0ff;
}
.commentAuthor .commentNum {
    color: #f3f3bb;
}
.commentTitle {
    position: relative;
    z-index: 10;
    color: #999;
}
.commentTitle span {
    text-transform: uppercase;
    font-size: 86%;
}
.commentTitle strong {
    color: #693;
    font-size: 110%;
    text-transform: none;
    font-weight: normal;
    margin-right: 6px;
}
.comment .content {
    position: relative;
    z-index: 10;
}
/*=========================================================================
FOOTER
==========================================================================*/
#footer {
	margin:0 auto;
	background-image:url(images/footer.jpg);
	background-repeat:repeat-x;
	background-color:#015170;
	height:100%;
}

#footerh {
	margin:0 auto;
	width:844px;
	padding-top:20px;
	color:#fff;
	float:right;
	

}


/*========================================================================
sIFR
=========================================================================*/
.white{
	color:#FFFFFF;
}
.blue{
	color:#004e6c;
}
.menu{
	color:#004e6c;
}
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
	font-size: 34px;
line-height: 36px;
display:inline;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	font-size: 100%;
line-height: 24px;
}


.sIFR-hasFlash h4 {
	visibility: hidden;
	font-size: 16px;
line-height: 16px;

}

.sIFR-hasFlash h6 {
	visibility: hidden;
	font-size: 100%;
line-height: 20px;

}

.sIFR-hasFlash h3 {
	visibility: hidden;
font-size:16px;
display:inline;
}


.sIFR-hasFlash h5 {
	visibility: hidden;
	font-size: 100%;
line-height: 20px;

}
/*=========================================================================
MISC
==========================================================================*/

p img {
	padding: 0;
	max-width: 100%;
}

img.centered {
	display: block;
	margin: 0 auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.MODX_RichTextWidget {
	float: left;
}

.MODX_RichTextWidget a {
	border: 0px;
}
