@charset "UTF-8";
/* CSS Document */


#wrapper{
	width:1078px;
	margin:0 auto;
}


body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #30353a;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 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-image:url(templates/body_back.jpg);
	background-repeat:repeat-x;
}
.twoColFixLtHdr #container {
	background:#e6e3d0; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border:thin #000;
	width: 938px;
	margin:auto;
} 




.twoColFixLtHdr #header {
	background-image:url(templates/headerwithbody.jpg);
	background-repeat: no-repeat;
	height: 406px;
	margin-top:-5px;
	padding-top:0px;
	
	margin-left: -8px;	/*padding: 0 10px 0 20px;  *//* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

.twoColFixLtHdr #headerIE #header { 
	
	
	height: 406px;
	
	padding-top:0px;
	margin-top: 0px;
	margin-left: -20px;
	margin-bottom: 0;
	padding-bottom: 0;
	

	/*padding: 0 10px 0 20px;  *//* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 248px; /* 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: #c6c4af; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 10px 15px 20px;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 290px; /* the left margin on this div element creates the column down the left 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: 0 20px inherit 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background:#e6e3d0;
	width: 600px;
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#30353a; 
} 
.twoColFixLtHdr #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 */
}
.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: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}

#fieldstatus {
	margin-bottom: 15px;
	min-height: 150px;
}

#fieldstatus img {
	margin: -20px 0 0 -20px;
	
}

#sidebar1IE {
	
	padding: 0 9px 15px 0px;
}

#sidebar1IE #fieldstatus img{
	margin: -50px 0 0 -20px;
	
}

#fieldstatus h1 {
	margin-top: -35px;
	text-align: center;
	font-size: 18px;
	margin-bottom: 30px;
}



.statusme-report td { border: none; }
.statusme-report { border: none}
.statusme-closed-status{background-color:red}
.statusme-limited-status{background-color:yellow}
.statusme-open-status{background-color:00CD00}
.statusme-name-column {font-size:10px; font-weight: bold; background-color:DDDDDD; width: 100px;}
.statusme-status-column {font-size:10px; font-weight: bold;}
.statusme-date-column {font-size:10px; background-color:DDDDDD}
.statusme-comment-column {font-size:10px; background-color:DDDDDD}
.statusme-inactive { font-style: italic; color: #888888}
.statusme-association-name { font-style: bold; font-size: 20px; }

.statusme-comment-column { display: none }
.statusme-header {display:none}

.statusme-closed { background-color: red; }

.statusme-open { background-color: #00BB00; }

.statusme-limited { background-color: yellow; } 

#navigation {
	color:#FFF;
	padding-top: 55px;
}

#weather h1 {
	margin-top: -35px;
	text-align: center;
	font-size: 18px;
}

#weather img {
	margin: 0 0 0 -20px ;
	padding: 0 0 0 0;
}

#weather {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	min-height: 150px;
	/*margin-bottom: 30px;*/
}


#upcomingevents h1 {
	margin-top: -35px;
	text-align: center;
	font-size: 18px;
}

#upcomingevents img {
	margin: 50px 0 0 -20px ;
	padding: 0 0 0 0;
}

#upcomingevents {
	margin-bottom: 30px;
}

#importantlinks h1 {
	margin-top: -35px;
	text-align: center;
	font-size: 18px;
}

#importantlinks img {
	margin: 50px 0 0 -20px ;
	padding: 0 0 0 0;
}

#importantlinks {
	margin-bottom: 30px;
}

li {
	font-size:smaller;
	
}

#sponsors {
	width: 200px;
	margin-top: 25px;
}

#sponsors h2 {
	margin-right: 10px;
	font-family:Verdana, Geneva, sans-serif;
}

#sponsors img {
	
	margin-left: 20px;
}

#sponsorsIE #sponsors img {
	margin-left: 0;
}


#box1 {
	margin-right: 300px;
	margin-top: 25px;
}

#box2 {
	/*margin-right: 215px;*/
	margin-top:-275px;
	margin-left: 216px;
	
}
#box3 {
	
	margin-top: -278px;
	margin-left: 432px;
}

#mainContentIE #box1 {
	margin-right: 300px;
	margin-top: 25px;
}

#mainContentIE #box2 {
	/*margin-right: 215px;*/
	margin-top:-259px;
	margin-left: 216px;
	
}
#mainContentIE #box3 {
	
	margin-top: -270px;
	margin-left: 432px;
}


.boxhead2 img {
	margin-top: -2px;
}

.boxhead1 img {
	margin-top: -7px;
}

#mainContentIE .boxhead1 img {
	margin-top: -12px;
}

#mainContentIE .boxhead2 img {
	margin-top: -9px;
}

.boxhead3, .boxhead2, .boxhead1 {
	height: 122px;
}

#mainContentIE #box3 .boxbody p {
	margin-top: 0;
	font-family:Arial, Helvetica, sans-serif;
	padding-left: 10px;
	padding-right: 10px;

	width: 170;
	font-size: 10pt;
	
	
}

#mainContentIE #box2 .boxbody p {
	margin-top: 0;
	font-family:Arial, Helvetica, sans-serif;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 10pt;
	width: 170;
	
	
}

#mainContentIE #box1 .boxbody p {
	margin-top: 0;
	font-family:Arial, Helvetica, sans-serif;
	padding-left: 10px;
	padding-right: 10px;
	width: 170;
	font-size: 10pt;
	
}

#mainContentIE .boxbody {
	margin-top: -3px;
}

#mainContentIE #box3 .boxbody {
	margin-top: -3px;
}

#box1 .boxhead1 p {
	margin-top: -118px;
	text-align: center;
	font-weight: bold;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	

}


#box2 .boxhead2 p {
	margin-top: -118px;
	text-align: center;
	font-weight: bold;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	

}

#box3 .boxhead3 p {
	margin-top: -118px;
	text-align: center;
	font-weight: bold;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	

}
#box3 .boxbody{
	margin-top: -20px;
}

#box2 .boxbody{
	margin-top: -20px;
}

#mainContentIE #box2 .boxbody{
	margin-top: -18px;
}

#box1 .boxbody{
	margin-top: -20px;
}

#box3 .boxbody p {
	padding-top:15px;
	text-align: center;
	min-height: 133px;
	margin-bottom: 0;
	padding-bottom: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

#box2 .boxbody p {
	padding-top:15px;
	text-align: center;
	min-height: 133px;
	margin-bottom: 0;
	padding-bottom: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
#box1 .boxbody p {
	padding-top:15px;
	text-align: center;
	min-height: 133px;
	margin-bottom: 0;
	padding-bottom: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
}



.boxbody {
	background-image:url(templates/box_middle.gif);
	min-height: 144px;
	width: 186px;
}

.boxbottom {
	background-image:url(templates/box_bottom.jpg);
	height: 7px;
	width: 186px;
}

#misclinks h2 {
	margin-top: 6px;
	font-family:Arial, Helvetica, sans-serif;
}
	
#misclinks li {
	list-style-type:none;
}

#mainContentIE #news {
	margin:auto;
}

#mainContentIE #news h2{
	font-family:Arial, Helvetica, sans-serif;
}


#mainContentIE #news p{
	font-family:Arial, Helvetica, sans-serif;
}

.textelement {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11pt;
}

#news {
	margin-top: -200px;
}
	
#navigation{
	margin-top: 5px;
}
.globalRootMenu{
	padding-bottom:4px;
	float:left;
	margin-left:50px;
}
.globalRootMenu li{
	float:left;
	list-style:none;
	border-right:#fff solid 2px;
	padding-left:10px;
	padding-right:10px;
}
.globalRootMenu li a{
	color:#fff;
	text-decoration:none;
}
.globalRootMenu li a:hover{
	color:#00E;
}
.globalRootMenu li a.selectedPage{
	color:#00E;
}

#hotline p{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
}
