/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
/* |CSS Stylesheet (C) Copyright 2006 Websmart Incorporated | */
/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */

/* Layout */

html {
	height: 100%;

}

body{
	margin: 0;
	padding: 0px;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color:#ffffff;
	color: #4a4a4a;
}
div#PageContainer{
	width: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}

/* heading */

div#Heading{
	width: 100%;
	height: 190px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
div#HeadingImageContainer{
	width: 100%;
	height: 138px;
	background-position: 22px;
	}
div#HeadingImage{
	width: 900px;
	height: 138px;
	margin-left: auto;
	margin-right: auto;

	}
#HeadingImage img{
	padding-left: 0;}
	
	
div#HeadingPrint{
	display: none;
}

/* top navigation bar - buttons and text */
div#GlobalNavTopContainer{
	width: 100%;
	height: 24px;
	margin-right: auto;
	margin-left: auto;
	background-color: #232323;
	display: none;
	}
.GlobalNavTop{
	position: relative;
	width: auto;
	top: 0px;
	margin-top: 0;
	margin-bottom: 0px;
	z-index:3;
	/*border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFF00;*/

}
.GlobalNavTop ul {
	padding: 0px;
	margin:0px;
	overflow: visible;
	list-style-type: none;
	line-height: 18px;
}
.GlobalNavTop ul li { 
	display: inline; 
	}

.GlobalNavTop ul li a
{
	
	/*width: 113px;*/
	text-decoration: none;
	height: 21px;
	float: right;
	/*letter-spacing: 1px;*/
	padding-right: 6px;
	padding-left: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D3D3D3;
	overflow: visible;
	display:block;
}
.GlobalNavTop ul li a:hover
{
	color: #4a4a4a;
	text-decoration: none;
	height: 21px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-color: #ffffff;

}	
.GlobalNavTop ul li a:active
{
	/*width: 113px;*/
	text-decoration: none;
	height: 21px;
	float: right;
	/*letter-spacing: 1px;*/
	padding-right: 6px;
	padding-left: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D3D3D3;
	overflow: visible;
	display:block;
}
.GlobalNavTop ul li a:visited
{
	
	/*width: 113px;*/
	text-decoration: none;
	height: 21px;
	float: right;
	/*letter-spacing: 1px;*/
	padding-right: 6px;
	padding-left: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D3D3D3;
	overflow: visible;
	display:block;
}
div#GlobalNavBottomContainer{
	width: 100%;
	margin-top: 15px;	
	display: none;	}

div#GlobalNavBottom{
	width: 800px;
	margin-left: auto;
	margin-right:auto;
	margin-top: 0;
	margin-bottom: 0px;
	z-index:3;
	text-align: center;
}

#GlobalNavBottom span {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #888a8d;
	
}
#GlobalNavBottom span a {
	padding: 0px 2px;
	text-decoration: underline;
	color: #eeeeee;
}

#GlobalNavBottom span a:hover
{
	padding: 0px 2px;
	text-decoration: none;
}

/** Main Navigation **/

div#NavigationContainer{
	height: 28px;
	background-color: #272727;
	background-image: url(../images/siteimages/navigationback.jpg);
	background-repeat: repeat-x;
	background-position: top;
	display:none;}

div#Navigation {
	width: 900px;
	padding: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	height: 28px;
	}

#Navigation ul {
	padding: 0px;
	margin:0px 0px 0px 0px;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow: visible;
	list-style-type: none;
	line-height: 28px;
	list-style-position: outside;	
}
#Navigation ul li {
	display: inline;
	margin-top:0px;

	}

#Navigation ul li a
{
	padding: 0px 8px 1px 5px;
	color: #ffffff;
	text-decoration: none;
	height: 28px;
	float: left;
	display: block;
	width: auto;
	overflow: hidden;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	vertical-align: middle;	
}

#Navigation ul li a:hover
{
	padding: 0px 8px 1px 5px;
	background-color: #D75600;
	color: #ffffff;
	background-image: url(../images/siteimages/navback_hover.jpg);
	background-repeat: repeat-x;
	background-position: top;

}
div#TodayDate{
	width: auto;
	float: left;
	margin-right: 20px;
	color:#eeeeee;
	padding-left: 15px;
	padding-top: 3px;}


/* main content area */

div#ContentContainer{
	width: auto;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	}
div#MainContainer{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding-bottom: 0px;
	/*background-image: url(../images/siteimages/contentcontainer_back.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;*/
	}
	
.LeftColumn{
	width: 200px;
	background-color: #012A72;
	background-image: url(../images/siteimages/leftback.jpg);
	background-repeat: repeat-x;
	background-position: top;
	/*background-image: url(../images/siteimages/rightback.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #474747;*/
	padding: 0px 2px 2px;
	border-top: 0px solid #181818;
	border-right: 0px solid #181818;
	border-bottom: 5px solid #181818;
	border-left: 0px solid #181818;
	display: none;}
.MidColumn{
	width: auto;
	background-color: #ffffff;
	}
div#MiddleTop{
	width: auto;
	height: 60px;
	background-color: #eeeeee;
	border: 1px solid #333333;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 5px;
	display: none;}
	
	
.RightColumn{
	width: 200px;
	/*background-color: #474747;
	background-image: url(../images/siteimages/rightback.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #033078;
	background-image: url(../images/siteimages/leftback.jpg);
	background-repeat: repeat-x;
	background-position: top;*/
	padding: 0px 2px 2px;
	border-top: 0px solid #181818;
	border-right: 0px solid #181818;
	border-bottom: 5px solid #181818;
	border-left: 0px solid #181818;
	display: none;}
/* left main navigation bar */

div#Left{
	width: 175px;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.leftbox{
	width: 175px;
	min-height: 140px;
	overflow: visible;
	background-color: #eeeeee;
	border: 0px solid #333333;
	margin-top: 10px;
	margin-bottom: 5px;
	text-align: center;

	}
div#Right{
	width: 175px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
	
	
	
/* Content Area */

div#MainContent{
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 0px;
	line-height: 135%;
	padding-left: 5px;
	padding-right: 5px
}
/*#MainContent P{
	margin-top: 10px;
	margin-bottom: 15px;
}*/

/* Photo Gallery */

div#PhotoGallery{
	width: auto;
	}
#PhotoGallery img{
	
	padding: 10px;
	border: 1px solid #999999;
	background-image: url(../images/siteimages/contentback.jpg);
	background-repeat: repeat-x;
	}
div#MainPhoto{
	border: 0px;
	float: right;
	}
#MainPhoto img{
	border: 0px;}

#MainContent hr{
	margin-top: 4px;
	margin-bottom: 10px;
	height: 3px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	color: #ffffff;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #ffffff;
}

.MainContentForm{
	border: 1px solid #333333;

}
.MainContentButton{
	border: thin outset #333333;
	color: #000000;
	background-color: #eeeeee;
}



	
/*div#HomeImage{
	float: right;
	padding: 10px;
	border: 1px solid #999999;
	background-image: url(../images/siteimages/back_content.jpg);
	background-repeat: repeat-x;
	
	}*/

/* comments */

div#CommentsContainer{
	margin-top: 20px;
	}
	
#CommentsContainer blockquote{
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 1px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 0px;
	padding-left: 0px;
}

	
	
/* Footer */

div#FooterContainer {
	width: 900px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	float: none;
	clear: both;
	border-right: none;
	border-bottom: 6px solid #232323;
	border-left: none;	
	/*background-color: #474747;*/
display: none;
}

div#Footer{
	width: 90%;
	margin-right:auto;
	margin-left: auto;
	margin-top: auto;
	padding-top: 1px;
	text-align: center;
	color: #eeeeee;

}
#Footer span {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #888a8d;
}
#Footer span a {
	padding: 0px 2px;
	text-decoration: underline;
	color: #eeeeee;
}

#Footer span a:hover
{
	padding: 0px 2px;
	text-decoration: none;
}
div#Footer2{
	width: 780px;
	color: #eeeeee;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	padding-bottom: 15px;
	text-align: center;	
	
}
#Footer2 span {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	
}
#Footer2 span a {
	padding: 0px 4px;
	color: #ffffff;text-decoration: underline;
}
#Footer2 span a:hover {
	padding: 0px 4px;
	text-decoration: underline;
	color:#0000FF;
}

/* General Styles*/

h1 {
	font-size: 170%;
	font-weight: normal;
	color:  #033078;
	padding-bottom: 0px;
	margin-top: 2px;
	margin-bottom: 15px;
	letter-spacing: 0.01em;
	}
.heading1override{
	margin-bottom: 2px;}

h2 {
	font-weight: normal;
	font-size: 165%;
	color: #002960;
	padding-bottom: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: inherit;
	font-family: Arial, Helvetica, sans-serif;
}
h4 {
	font-size: 140%;
	font-weight: normal;
	color: #333333;
	padding-bottom: 0px;
	margin-top: 4px;
	margin-bottom: 4px;
	background-color: inherit;
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
	color: #DD8500;
	/*color: #9B4340;*/
	font-size: 145%;
	font-weight: normal;
	margin-top: 2px;
	margin-bottom: 3px;
	background-color: inherit;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3d3d3d;
}

h5 {
	font-size: 130%;
	font-weight: bold;
	padding-bottom: 0px;
	margin-top: 1px;
	margin-bottom: 3px;
	color: #947600;
	background-color: inherit;
	font-family: Arial, Helvetica, sans-serif;
}
h6 {
	font-size: 120%;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 0px;
	margin-top: 1px;
	margin-bottom: 3px;
	color: #002960;
}


A:link {
	color: #0062B5;
	/*color: #075597;*/
	text-decoration: underline;
	background-color: inherit;
}
A:visited {
	color: #6D2D77;
	text-decoration: underline;
	background-color: inherit;
}
A:active {
	color: #333366;
	text-decoration: underline;
	background-color: inherit;
}
A:hover {
	color: #940B10;
	text-decoration: underline;
	background-color: inherit;
}

.noborder{
	border: 1px solid #F4F4F4;
}
.small {  font-size: 10px}

.formlabels {
	color: #9B4340;;
	font-weight: bold;
background-color: inherit;
}

.linedivider {
	border: thin dotted #737357;
}
.linkslist1 {
	padding-top: 6px;
	padding-bottom: 2px;
	line-height: 125%;
	font-weight: bold;
	/*font-size: 130%;*/
}
.linkslist1c {
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: normal;
	line-height: 125%;
}
.linkslist1b {
	padding-top: 1px;
	padding-bottom: 1px;
	font-weight: normal;
	background-color: inherit;
	/*font-size: 11px;*/
}
.linkslist2 {
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: normal;
	color: #000000;
	background-color: inherit;
}
.separator{
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	display: block;
	background-color: inherit;
	margin-top: 10px;
}

/*legend {
	font-weight: normal;
	font-size: 155%;
	color: #0a2e86;
	padding-bottom: 0px;
	margin-top: 1px;
	margin-bottom: 2px;
	background-color: inherit;
	letter-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 0px;
	left: -20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-left: 5px;
	padding-top: 4px;
	padding-right: 4px;
	position: relative;
	top: -25px;
}*/
div#NewsHomeTitle{
	width: 100%;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #3d3d3d;
	margin-left: 0px;
	margin-right: 1px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ffffff;
	border-right-color: #4a4a4a;
	border-bottom-color: #4a4a4a;
	border-left-color: #4a4a4a;
	display: block;
}
.latestnewslegend{
	font-weight: normal;
	color: #FFFFFF;
	letter-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 8px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	display: block;
}


.alternatelegend {
	font-weight: normal;
	font-size: 130%;
	color: #0a2e86;
	padding-bottom: 0px;
	margin-top: 1px;
	margin-bottom: 2px;
	background-color: inherit;
	letter-spacing: 1px;
	font-family: "Times New Roman", Times, serif;
	margin-left: 0px;
	left: auto;
}
.newsfieldset{
	padding: 0px 5px 5px;
	margin-bottom: 20px;
	z-index:2;
	background-color: #ffffff;
	background-image: url(../images/siteimages/news_back.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 0px;
	border-top-width: 0px;
	border-top-style: solid;
}
fieldset{
	padding: 5px;
	margin-bottom: 20px;
	z-index:2;
	
}
.fieldsetform{
	background: #ffffff;
	border: 1px double #5A82B9;
}
fieldset ul{
	margin-top: 1px;
	margin-bottom: 5px;
	}
div#PhotoBorderLarge{
	width: auto;
	height: auto;
	border: 2px solid #425227;
	background: #ffffff;
	padding: 10px 15px;
}
#PhotoBorderLarge image{
	border: 1px solid #425227;
}

.rowline {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #406747;
}
form {
	background-color: #ffffff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;	
}
.alternateform{
	border: 0px;
	background-color:#ffffff;
	}
div#NewsHome{
	}
#NewsHome p{
	margin-top: 0px;
	padding-top: 0px;
	}
div#WeatherPanel{
	background-color: #3d3d3d;
	color: #ffffff;
	margin-bottom: 25px;	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FF9900;}
	
	
#WeatherPanel a:link{
	color: #FF9900;
	font-size: 10px;
	text-decoration: none;
}

#WeatherPanel a:visited{
	color: #FF9900;
		font-size: 10px;
	text-decoration: none;
}


#WeatherPanel H1{
	font-size: 125%;
	font-weight: bold;
	display: block;
	color: #FF9900;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	}
	
	div#PhotoGallery{
	width: auto;
	}
#PhotoGallery img{
	padding: 5px;
	border: 1px solid #999999;
	}
	
.PhotoGallerystyle{
	padding: 10px 10px 10px 0px;
	border: 0px solid #999999;

	}
	
.spanindent {
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#NewsHome h3 {
	color: #9B4340;
	font-size: 140%;
	font-weight: normal;
	margin-top: 2px;
	margin-bottom: 13px;
	background-color: inherit;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #727272;
}