/*DESIGNED BY JESSICA FEARNOW: http://www.jessicafearnow.com*/
* {margin: 0; padding: 0; border: none; text-decoration: none;}

#container:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto }


#navtest {
	width: 769px;
	margin: 0 auto;
	text-align: left;
	background: #058cc4;
}
#navtest:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


html {
	background: url(assets/bg.gif) #005ea2 0% 0% repeat-x;
	color: #0f0f0f;
	height: auto !important;
    height:400px;
	/* text-align: center; */
	}

body  {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 52px 0 20px 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background: url(assets/bg-body.gif) 50% 100% repeat-x; /* dreamweater uses background-image */
	height: auto !important;
    height:100px;
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 0%;
	margin-bottom: 100%;
	min-height: 100%;

}
.twoColFixRtHdr #container { 
	width: 769px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: url(assets/bg-container.gif) #91cde6 0% 0% repeat-y;
	min-height: 600px;

} 

#container a:link {
	color: #1AA800;
	font-weight: bold;
}
#container a:visited {
	color: #007E03;
}
#container a:hover, #content a:active, #content a:focus {
	color: #fff;
}
#container a:link {
	color: #1AA800;
	font-weight: bold;
}

#container a:hover, #column a:active, #column a:focus {
	color: #fff;
}

.container_bold {
	font-weight: bold;
}

.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	
	position: absolute;
	top: 90px;
	left: 80px;
	font: bold 260% "Trebuchet MS", "Lucida Sans Unicode", "Verdana", "Arial", sans-serif;
	color: #fff;
	background-color: #058CC4;
}

.twoColFixRtHdr #column {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #b8d8ec; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px /*10px*/;
	border: 3px solid #bfdfef;
	margin-top: 25px;
	margin-right: 25px;
	margin-left: 25px;
	margin-bottom: 25px;
}

.twoColFixRtHdr #column2 {
	float: right; /* since this element is floated, a width must be given */
	width: 245px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #b8d8ec; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px /*10px*/;
	border: 3px solid #bfdfef;
	/*margin-top: 25px;*/
	/*margin-right: 25px;*/
	margin-left: 25px;
	margin-bottom: 25px;
}

.twoColFixRtHdr #column3 {
	float: right; /* since this element is floated, a width must be given */
	width: 190px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #b8d8ec; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px /*10px*/;
	border: 3px solid #bfdfef;
	/*margin-top: 25px;*/
	/*margin-right: 25px;*/
	margin-left: 25px;
	margin-bottom: 25px;
}


.twoColFixRtHdr #column #latestnews
  {
  /*position:absolute;*/
  width:200px;
  height: 375px;
  overflow: auto;
  }



.twoColFixRtHdr #mainContent { 
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 15px 25px 15px 25px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

#nocolumn { 
	padding: 30px 75px 30px 75px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

#calendar {
	width: 325px;
	float: left;
	height: 300px;
	overflow: auto;
	margin-bottom: 25px;
	margin-left: 25px;
	padding: 10px;
	background: #b8d8ec;
	border: 3px solid #bfdfef;
}

#hottopics {
	width: 325px;
	float: right;
	height: 300px;
	/* overflow: auto; */
	margin-bottom: 25px;
	margin-right: 25px;
	padding: 10px;
	background: #b8d8ec;
	border: 3px solid #bfdfef;
}



#hottopics #hottopicstext
  {
  /*position:absolute;*/
  width:325px;
  height: 275px;
  overflow: auto;
  }

.twoColFixRtHdr #footer { 
	padding: 10px 25px 0 25px;
	width: 719px;
	margin: 0 auto;
	color: #058cc4;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	
	float: left;
	width: auto;
	padding: 10px 10px;
	color: #fff;
	font: normal 100% "Trebuchet MS", "Lucida Sans Unicode", "Verdana", "Arial", sans-serif;
}

/* #footer p.credit {float: right;} */
#footer a:link, #footer a:visited {color: #1AA800;}
#footer a:hover, #footer a:active, #footer a:focus {text-decoration: underline;}
#footer:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


div.feedburnerFeedBlock ul {
margin-left:0;
padding-left:0;
list-style-type: none
}

div.feedburnerFeedBlock ul ul {
list-style-type: disc;
}

div.feedburnerFeedBlock ul ol {
list-style-type: decimal;
}

div.feedburnerFeedBlock ul li span.headline {
font-weight:bold;
display:block;
margin:12px 0 0 0;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 15px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 15px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* nav styles start */

ul.cssMenu ul{display:none}
ul.cssMenu li:hover>ul{display:block}
ul.cssMenu ul{position: absolute;left:-1px;top:98%;}
ul.cssMenu ul ul{position: absolute;left:98%;top:-2px;}
ul.cssMenu,ul.cssMenu ul {
	margin:0px;
	list-style:none;
	padding:0px 2px 2px 0px;
	background-color:#058cc4;
	background-repeat:repeat;
}
ul.cssMenu table {border-collapse:collapse}ul.cssMenu {
	display:block;
	/* zoom:1; */
	float: left;
}
ul.cssMenu ul{
	width:185.85px;
}
ul.cssMenu li{
	display:block;
	margin:2px 0px 0px 2px;
	font-size:0px;
}
ul.cssMenu a:active, ul.cssMenu a:focus {
outline-style:none;
}
ul.cssMenu a, ul.cssMenu li.dis a:hover, ul.cssMenu li.sep a:hover {
	display:block;
	vertical-align:middle;
	background-color:#058cc4;
	border-width:1px;
	border-color:#058CC4;
	border-style:solid;
	text-align:left;
	text-decoration:none;
	padding:2px 5px 2px 10px;
	padding-left:0;
	font:bold 12px Trebuchet MS;
	color: #FFFFFF;
	text-decoration:none;
	cursor:default;
}
ul.cssMenu span{
	overflow:hidden;
}
ul.cssMenu li {
	float:left;
}
ul.cssMenu ul li {
	float:none;
}
ul.cssMenu ul a {
	text-align:left;
	white-space:nowrap;
}
ul.cssMenu li.sep{
	text-align:left;
	padding:0px;
	line-height:0;
	height:100%;
}
ul.cssMenu li.sep span{
	float:none;	padding-right:0;
	width:3px;
	height:100%;
	display:inline-block;
	}
ul.cssMenu ul li.sep span{
	width:100%;
	height:3px;
}
ul.cssMenu li:hover{
	position:relative;
}
ul.cssMenu li:hover>a{
	background-color:#fcee21;
	border-color:#058CC4;
	border-style:solid;
	font:bold 12px Trebuchet MS;
	color: #058cc4;
	text-decoration:none;
}
ul.cssMenu li a:hover{
	position:relative;
	background-color:#fcee21;
	border-color:#058CC4;
	border-style:solid;
	font:bold 12px Trebuchet MS;
	color: #058cc4;
	text-decoration:none;
}
ul.cssMenu li.dis a {
	color: #666 !important;
}
ul.cssMenu img {border: none;float:left;margin-right:2px;width:16px;
height:16px;
}
ul.cssMenu ul img {width:16px;
height:16px;
}
ul.cssMenu img.over{display:none}
ul.cssMenu li.dis a:hover img.over{display:none !important}
ul.cssMenu li.dis a:hover img.def {display:inline !important}
ul.cssMenu li:hover > a img.def  {display:none}
ul.cssMenu li:hover > a img.over {display:inline}
ul.cssMenu a:hover img.over,ul.cssMenu a:hover ul img.def,ul.cssMenu a:hover a:hover img.over{display:inline}
ul.cssMenu a:hover img.def,ul.cssMenu a:hover ul img.over,ul.cssMenu a:hover a:hover img.def{display:none}
ul.cssMenu a:hover ul{display:block}
ul.cssMenu span{
	display:block;
	background-image:url(./assets/arr_white.gif);
	background-position:right center;
	background-repeat: no-repeat;
   padding-right:12px;}
ul.cssMenu li:hover>a>span{	background-image:url(./assets/arrv_white.gif);
}
ul.cssMenu a:hover span{	background-image:url(./assets/arrv_white.gif)}
ul.cssMenu ul span,ul.cssMenu a:hover table span{background-image:url(./assets/arr_white.gif)}

/* end nav styles */



#mainmenu {
	/* position: absolute; */
	bottom: 233px !important;
	bottom: 232px; /* die, IE 6, die */
	/* left: 30px; */
	margin: 0;
	padding: 0;
}
#mainmenu li {
	display: inline;
	list-style: none;
	font: bold 120% "Trebuchet MS", "Lucida Sans Unicode", "Verdana", "Arial", sans-serif;
	margin: 0;
	padding: 0;
}
#mainmenu li a {
	display: block;
	width: auto;
	float: left;
	margin-right: 5px;
	padding: 3px 10px;
}
#mainmenu li a:link, #mainmenu li a:visited {
	background: #058cc4;
	color: #fff;
}
#mainmenu li a:hover, #mainmenu li a:active, #mainmenu li a:focus {
	background: #fcee21;
	color: #058cc4;
}
#mainmenu li.active a:link, #mainmenu li.active a:visited {
	background: #b9def0;
	color: #058cc4;
}



#maincontent, #column {
	overflow: visible !important;
	overflow: hidden; /* die, IE 6, die */
}
ul.menu li {
	display: inline;
	margin: 0;
	list-style: none;
}


#column ul.menu li a {
	display: block;
	background: #bfdfef;
	border-left: 1em solid #2c9fce;
	padding: .3em .5em;
	color: #006ec3;
	font-weight: normal;
}




#column ul.menu li a {
	display: block;
	background: #bfdfef;
	border-left: 1em solid #2c9fce;
	padding: .3em .5em;
	color: #006ec3;
	font-weight: normal;
}
#column ul.menu li a:hover {
	border-left: 1em solid #005ea2;
	color: #00579b;
	background: #acd9ec;
}
h2 {
	font: bold 170% "Trebuchet MS", "Lucida Sans Unicode", "Verdana", "Arial", sans-serif;
	color: #2c9fce;
	padding-bottom: .5em;
}
h3 {
	font: bold 120% "Trebuchet MS", "Lucida Sans Unicode", "Verdana", "Arial", sans-serif;
	color: #00589C;
	padding-bottom: .5em;
	
}
p, ol, ul {
	text-align: left;
	padding-bottom: .5em;
	line-height: 130%;
}
li {margin-left: 1.5em;}

a:active, a:focus {outline: none;}
code, b, i, strong, em {
	color: #00589c;
	font-size: 100%;
}
blockquote, .box {
	border: solid #BFDFEF;
	border-width: 3px 0;
	background: #b1d8ec;
	margin: 1em 0;
	padding: .5em 1em;
	font-style: italic;
	color: #00589c;
}
form {padding-bottom: 1em;}
label {
	clear: both;
	float: left;
	margin-bottom: 1em;
	width: 6em;
	padding: .2em 0;
}
input, textarea {
	float: left;
	border: 2px solid #2c9fce;
	background: #b1d8ec;
	width: 300px;
	padding: .2em;
	margin-bottom: 1em;
}
textarea {
	height: 100px;
	overflow: auto;
}
input.button {
	clear: both;
	margin: 0 0 1em 6em;
	width: auto;
	background: #74b5cf;
	border-color: #2393bf;
	color: #005ea2;
	cursor: pointer;
}
#container #maincontent p {
	text-align: left;
}
