@charset "utf-8";
body  {
	background: #666;
	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;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.twoColFixLtHdr #container, .twoColFixLtHdr #containerOther{
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: url(img/back.png) repeat-y;
} 

.twoColFixLtHdr #header {
	background: url(img/BackgroundV2_01.png) no-repeat;
	height: 260px;
	padding: 0px 10px 0px 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 #headerOther {
	/*background: #DDDDDD;*/
	 background: url(img/BackgroundOtherpages.png) no-repeat; height: 200px;
	padding: 0px 10px 0px 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 #headerOther .HeaderContainer{height: 148px;}

.twoColFixLtHdr #headerOther img{
	margin: 10px 0;
	
}

#headerOther ul{
	list-style: none;
	margin: 5px 15px;
	float: left;
	}
#headerOther ul li {
	margin: 8px 0;
}

.twoColFixLtHdr #header h1, .twoColFixLtHdr #headerOther 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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */

}

.twoColFixLtHdr #buffer{
	margin-left:110px;
	height:40px;
	text-align:center;
	margin-bottom:20px;
	background: url(img/addressBack.png) no-repeat;
	
}


.twoColFixLtHdr #buffer ul {
	font-size:14px;
	margin:5px 0 0 80px;
	padding:6px 0;
	font-style: oblique;
	color: Black; float: left;
}

.twoColFixLtHdr #buffer li {
	height:35px;
	list-style:none;
	margin:0;
	padding:0px 25px;
	display: inline;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 120px; /* 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: #06C;*/ /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 5px 15px 5px;
	background: #06C;
}



.twoColFixLtHdr #mainContent {
	margin: 0 0 0 150px; /* 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;

}

.twoColFixLtHdr #mainContent p{
	font-size: .95em; 
}

.twoColFixLtHdr #mainContent .TabbedPanelsContentGroup p{
	padding: 5px 15px; margin:5px 0;	 
}


.twoColFixLtHdr #footer {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background: #FEFEFE url(img/BackgroundV2_06.png) no-repeat;	/*background:#DDDDDD;*/
	color: #F8F8F8;
} 
.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:5px 20px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#666;
	font-size:0.7em;
	font-weight:bold;
	text-align:center;
	width:100%;
}

.twoColFixLtHdr #footer a, .twoColFixLtHdr #footer a:hover, .twoColFixLtHdr #footer a:focus{
	color:#6CF;
	text-decoration: none;
}

.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;
}
.twoColFixLtHdr #headerOther .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-right: .6em;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
}
.fltnone { /* this class can be used to float an element left in your page */
	float: none!important;
}
.fltlftWithPad { /* this class can be used to float an element left in your page with elements in line*/
	float: left;
	padding: 5px 25px 5px 5px;
}


.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;
}

.clearLeft{	clear: left;
}

.clearRight{clear: right;}
/*NewsBubble formatting*/

#mainContent .NewsBubble{ float: right; margin: -10px 5px 10px 5px; padding: 0; width: 354px; }
#mainContent .sideBubble{ float: right; margin: -10px 5px 10px 5px; padding: 0; width: 250px; }

#mainContent .NewsBubbleTop{
	background: url(img/NewsBubble_01.gif) no-repeat;
	height:70px; float: none;
}
#mainContent .sideBubbleTop{
	background: url(img/sideBubble_01.gif) no-repeat;
	height: 65px;
	float: none;
}

#mainContent .NewsBubble h4, #mainContent .sideBubble h4{
	padding: 10px 5px; margin: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: oblique;
	color: #FFF;
	text-align: center; float: none;
}

#mainContent .NewsBubbleContent, #mainContent .sideBubbleContent {
	border-right: 3px solid #0cc;
	border-left: 3px solid #0cc;
	background: #06C;
	margin-top: -33px;float: none;
}
#centerCalendar {
	width: 354px;
	margin-right: 5px;
	margin-left: 10px;
}

#mainContent .NewsBubbleContent p, #mainContent .NewsBubbleContent ul,#mainContent .sideBubbleContent p, #mainContent .sideBubbleContent ul{
	padding: 1px 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: oblique;
	color: #FFF;
	text-align: left;
}

#mainContent .NewsBubbleContent p .center, #mainContent .NewsBubbleContent ul .center,#mainContent .sideBubbleContent p .center, #mainContent .sideBubbleContent ul .center, {text-align:center}



#mainContent .NewsBubbleContent a ,#mainContent .NewsBubbleContent a:link,#mainContent .NewsBubbleContent a:visited,#mainContent .sideBubbleContent a ,#mainContent .sideBubbleContent a:link,#mainContent .sideBubbleContent a:visited{
	color: #CCC!important;
	text-decoration: underline!important;
	}
	
#mainContent .NewsBubbleContent a:hover,#mainContent .sideBubbleContent a:hover{
	color: #000!important;
	text-decoration: underline!important;
}

#mainContent .NewsBubbleBottom{
	background: url(img/NewsBubble_03.gif) no-repeat;
	height:65px;
	margin-top: -5px;float: none;
}

#mainContent .sideBubbleBottom{
	background: url(img/sideBubble_03.gif) no-repeat;
	height:35px;
	margin-top: -5px;
	float: none;
}
/*Formatting*/
.indent{padding-left: 70px; padding-right:70px}

.center{
	float: none!important;
	display: block!important;
	margin-right: auto!important;
	margin-left: auto!important; width: 800px!important;;
	}

.centerDiv{
	float: none;
	margin-right: auto;
	margin-left: auto; width: 100%;
	text-align:center;
}
.middleAlign{
	vertical-align: middle;
}

.blockprint{
	display:block;
	margin: 5px 2px;
	padding: 2px;
	float: left; height: 210px;
}

/*Text Formatting*/
h1,h2,h3{
	text-align: center; padding: 0 0 5px 0; margin:0;
}

h5,h6,h4{
	padding: 0 0 5px 5px; margin:0;
}

.twoColFixLtHdr #containerOther #mainContent p, .twoColFixLtHdr #containerOther #mainContent ul{
	font-size: .9em;
}
.normal{
	font-size: 1em!important;
}
.small{ font-size: .8em!important;}
.smaller {font-size: .7em!important;}
.smallest{ font-size: .6em!important;}
.large{font-size: 1.2em!important;}
.XLarge{
	font: 2.2em "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.SLarge{font-size: 1.8em!important;}
.MLarge{font-size: 1.6em!important;}
.error {
	color: Red; text-align: center;
}
.padLeft{
	margin-left: 20%!important;
}
.padLeftBig{
	margin-left: 175px!important;
}
.underline{
	text-decoration: underline;
}
.oblique{
	font-style: oblique;
}

.bold{font-weight: bold;}
.bolder{
	font-weight: bolder;
}
.red{color:#F00!important;}
.blue{color:#09F;}
.grey{color:#666}
.green{color:#090}
.yellow{color:#FF9}
.brightYellow{color:#FF0}
.white{color:#FFF}


.top{ vertical-align: top; }

.LimitWidth{
	width: 30%;
}
/*Link Formatting*/
#mainContent  a ,#mainContent a:link, #mainContent a:visited{
	color: #000;
	text-decoration: underline;
	}
#mainContent  a:hover{
	color: #06C;
	text-decoration: underline;
}

a.nolinkcolor img,a.nolinkcolor:link img,
a.nolinkcolor:visited img,a.nolinkcolor:hover img,
a.nolinkcolor:active img { border: 0px;  text-decoration: none;  }

/*lIST fORMATTING*/

.listItem li {
list-style-type: none; padding: 1px 5px 1px 3px; width: 300px;
}


.list li {
list-style-type: none; padding: 1px 5px 5px 3px;
}

.listCompact li {
list-style-type: none; padding: -2px;
}

.Bulletlist li {
	padding: 1px 5px 7px 3px;
	list-style: disc outside;
}
.listacross li{
list-style: none; display: inline; padding: 0 5px;
}

/*Announce*/
.announce_high {
	background: #FFC;
	border:1px solid black;
	color:#000;
	padding: 5px;
	margin: 5px 10px;
	font-family: Verdana, Geneva, sans-serif;

}
.announce_highSmall {
	background: #FFC;
	border:1px solid black;
	color:#000;
	padding: 5px;
	margin: 5px;
	font: .85em Verdana, Geneva, sans-serif;
	width: 165px;
}
/*Image CSS*/
#mainContent img {
	margin: 15px 15px 3px 15px;
	padding: 5px;
	border: 1px solid #333;
	}
.image .caption {
	text-align: center;
	font: 0.7em "Lucida Sans Unicode", "Lucida Grande", sans-serif; 
}

.noborder img, .noborder {
	border: 0px solid white !important; margin: 0 !important; padding: 0 !important;
}

/* Map Canvas */

#map_canvas{
	width: 600px; height: 325px; float: none !important;
	display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

#map_canvas1{
	width: 375px; height: 625px; float: none !important;
	display: block !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
}

#map_canvas address {
	font:.7em Arial, Helvetica, sans-serif; 
}

.address {width: 150px; height: 100px;}

/*Form*/
.floatleftform{
	float: left; padding: 6px 6px 6px 15px;
	}
.formfield{
	margin: 3px 3px 3px 25px;
	float: left;
}
form{
	font-size: .8em;
}

fieldset{max-width:760px;}

.groupform{
	padding: 10px 1px; display: block;
}
.groupform label {
padding: 5px 1px 5px 1px; margin: 5px 1px;
	}
.groupform input {
padding: 2px 1px ; margin: 2px 1px;
	}

/*Calendar*/
.CalTitle{
	text-align: center;
	width: 500px;
}

/*** javascript error fields ***/
.errors
			{
				color:red;
				top:35px;
			}

			.errorfield
			{
				border:1px solid red;
			}

			.errorgroup
			{
				border:1px solid red;
			}

			.nob
			{
				border:0;
			}
			
.show{
	visibility: hidden;
}
