@charset "UTF-8";
* {
	padding: 0;
	margin: 0;
}
body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #666;
	font-family: "Gill Sans", Calibri, "Trebuchet MS", sans-serif;
	font-size: 14px;
	background-color: #FFF;
	background-image: url(../images/sitebg.png);
	background-repeat: repeat-x;
	background-position: top;
}
#container {
	width: 980px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	position: relative;
	background-image: url(../images/contentbg.png);
	background-repeat: no-repeat;
	background-position: center 73px;
}
#header { background-image: url(../images/siteframework_01.png); background-repeat: no-repeat; height: 100px; background-position: center; width: 960px; padding-top: 0px; padding-right: 20px; padding-bottom: 0px; padding-left: 20px; margin-top: 0px; margin-right: auto; margin-bottom: 0px; margin-left: auto; position: relative; }

#header h1 {
	margin: 0;
	padding: 10px 0;
}
#contentwrapper {
	height: auto;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	clear: left;
	float: left;
}


#content { color: #333; width: 840px; padding-top: 25px; padding-right: 70px; padding-bottom: 20px; padding-left: 70px; height: auto; float: left; }

#rightcolumn { float: right; color: #333; padding: 0px; height: auto; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 20px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; font-size: 90%; display: inline; width: 269px; }

#leftcolumn { color: #333; height: auto; width: 600px; float: left; padding-top: 0px; padding-right: 20px; padding-bottom: 0px; padding-left: 20px; line-height: 18px; }


#footer {
	clear: both;
	color: #208FFC;
	text-align: left;
	padding-top: 10px;
	padding-right: 60px;
	padding-bottom: 10px;
	padding-left: 60px;
	overflow: hidden;
	font-size: 12px;
	margin: 0px;
	line-height: 16px;
	border-top: 2px solid #208FFC;
}

#footer p {	margin: 0; padding: 10px 0; }


/* Top Menu */
#topmenu {
	display: block;
	height: 26px;
	width: 502px;
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
	border-left-style: none;
	overflow: hidden;
	padding: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: absolute;
	left: 450px;
	top: 5px;
}
#topmenu li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-image: none;
	list-style-type: circle;
}
#topmenu a {
	float: left;
	overflow: hidden;
	height: 0px !important;
	margin: 0px;
	padding-top: 26px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#topmenu a:hover {
	background-position: 0 -26px;
}
#topmenu a:active, #topmenu a.current {
	background-position: 0 -52px;
}
#home a {
	width: 59px;
	height: 26px;
	margin-left: 0px;
	background: url(../images/topmenu.png) top left no-repeat;
}
#about a {
	width: 89px;
	height: 26px;
	margin-left: 0px;
	background: url(../images/topmenu-02.png) top left no-repeat;
}
#board a {
	width: 135px;
	height: 26px;
	margin-left: 0px;
	background: url(../images/topmenu-03.png) top left no-repeat;
}
#gallery a {
	width: 62px;
	height: 26px;
	margin-left: 0px;
	background: url(../images/topmenu-04.png) top left no-repeat;
}
#links a {
	width: 89px;
	height: 26px;
	margin-left: 0px;
	background: url(../images/topmenu-05.png) top left no-repeat;
}
#contact a {
	width: 68px;
	height: 26px;
	margin-left: 0px;
	background: url(../images/topmenu-06.png) top left no-repeat;
}

/* Main Menu */
#menu {
	display: block;
	height: 100px;
	width: 980px;
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
	border-left-style: none;
	overflow: hidden;
	float: left;
	padding: 0px;
	margin: 0px;
	clear: left;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: 25px 10px;
}

/* Header Home Link */
#header a.homelink
{
    position: absolute;
	top: 0px;
	left: 51px;
	width: 159px;
	height: 106px;
	right: 0px;
	bottom: 0px;
}

#header a.homelink h1
{
    display: none;
}

/* Submenu */

#sidebar {
	float: right;
	width: 200px;
	margin-left: 25px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	height: auto;
	margin-bottom: 15px;
}


#content #submenu ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
}

#submenu a
{
display: block;
padding: 10px;
width: 180px;
color:208FFC;
border-bottom: 1px solid #208FFC;
}

#submenu a:link, #submenu a:visited
{
color: #208FFC;
text-decoration: none;
}

#container #contentwrapper #content #submenu ul li a:hover
{
	background-color: #208FFC;
	color: #FFF;
}


/* Other Styles */

h1 {
	color: #208FFC;
	font-size: 250%;
	font-weight: bold;
	padding-bottom: 30px;
	margin: 0px;
}
h2 { color: #5b4e40; font-size: 200%; font-weight: bold; margin-bottom: 25px; }
#footer p {
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#container #header img {
	margin-top: 0px;
	margin-left: 50px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.floatright {
	float: right;
	padding-bottom: 10px;
	padding-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#content .list li, #leftcolumn .list li { margin-bottom: 25px; margin-left: 50px; list-style-position: inside; }

#rightcolumn .list li {
	margin-top: 5px;
	margin-left: 15px;
	list-style-position: inside;
}

#content .list2 li, #rightcolumn .list2 li { margin-top: 5px; margin-left: 0px; list-style-position: inside; list-style-type: none; margin-bottom: 20px; }

.clear {
	clear: both;
}

#content a img.photogallery { border: 10px solid #eae5d8; margin-right: 17px; margin-bottom: 25px; }
#content a img.photogalleryright { border: 10px solid #FFF; margin-right: 0px; margin-bottom: 25px; }

#content a:hover img.photogallery, #content a:hover img.photogalleryright {
	border-top-color: #208FFC;
	border-right-color: #208FFC;
	border-bottom-color: #208FFC;
	border-left-color: #208FFC;
}

/* Table Styling */

.table { margin-bottom: 25px; }

.table td { padding: 25px; border-bottom-width: 1px; border-bottom-style: dotted; border-bottom-color: #208FFC; font-size: 15px; color: #000; }



/* Image Styling */



#container #contentwrappernoslideshow #leftcolumn #fancybox .floatright {
	margin: 25px;
}

#footer h1 { color: #FFF; margin: 0px; padding: 0px; font-size: 18px; font-weight: bold; }

#container #contentwrapper #content p, #container #contentwrapper #content ul { line-height: 30px; margin-bottom: 25px; font-size: 100%; }


#rightcolumn a img { border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; }

.right { float: right; margin-left: 25px; margin-bottom: 25px; }
.red { color: #F00; }

#weather { float: right; height: 175px; width: 270px; margin-bottom: 25px; margin-left: 25px; }

.divider { border-top-width: 2px; border-top-style: solid; border-top-color: #F6B147; float: left; height: auto; background-image: url(../images/dividers.png); background-repeat: repeat-y; }
.dividerhalf { border-top-width: 2px; border-top-style: solid; border-top-color: #F6B147; float: left; height: auto; background-image: url(../images/dividerhalf.png); background-repeat: repeat-y; margin-bottom: 25px; clear: left; margin-top: 25px; }
.box {
	float: left;
	height: auto;
	padding: 20px;
	display: block;
	width: 800px;
	background-color: #208FFC;
	margin-bottom: 25px;
	border-top: 2px solid #208FFC;
	border-bottom: 2px solid #208FFC;
	color: #FFF;
}


.column { float: left; width: 240px; overflow: hidden; visibility: visible; padding-top: 20px; padding-right: 20px; padding-bottom: 10px; padding-left: 20px; }

.column h2 { font-size: 150%; margin: 0px; padding: 0px; }

#container #contentwrapper #content .divider .column p { line-height: 20px; margin: 0px; color: #999; padding-top: 10px; padding-right: 10px; padding-bottom: 5px; padding-left: 10px; }

a img { border: none; }

.columnwide { float: left; width: 380px; overflow: hidden; visibility: visible; padding-top: 40px; padding-right: 20px; padding-bottom: 10px; padding-left: 20px; }
#container #contentwrapper #content .dividerhalf .columnwide p { line-height: 20px; margin: 0px; color: #999; padding-top: 0px; padding-right: 10px; padding-bottom: 5px; padding-left: 10px; }
#container #contentwrapper #content .dividerhalf .columnwide h2 { line-height: 20px; margin: 0px; color: #DB1111; padding-top: 10px; padding-right: 10px; padding-bottom: 0px; padding-left: 10px; font-size: 150%; }
.morefooter { line-height: 20px; color: #000; padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 30px; border-top-width: 1px; border-bottom-width: 1px; border-top-style: dotted; border-bottom-style: dotted; border-top-color: #CCC; border-bottom-color: #CCC; display: block; margin-top: 10px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; background-image: url(../images/button.png); background-repeat: no-repeat; background-position: 10px 15px; }

.clear { clear:both }

#container #contentwrapper #content .dividerhalf .columnwide p .morefooter a:hover { color: #DB1111; }

#container #contentwrapper #content .dividerhalf .columnwide h2 a { color: #DB1111; text-decoration: none; }

#container #contentwrapper #content .dividerhalf .columnwide h2 a:hover { text-decoration: underline; }

#container #contentwrapper #content .box table td { padding: 10px; }

.left { float: left; margin-right: 20px; margin-bottom: 20px; }

.quotebox { float: right; width: 300px; margin-bottom: 25px; margin-left: 25px; padding: 25px; background-image: url(../images/quotes.png); background-repeat: no-repeat; }
#container #contentwrapper #content .quotebox p { font-size: 11px; line-height: 18px; }

.box ul { margin-left: 25px; }

.box li { margin-bottom: 10px; }

.note { display: block; padding: 20px; font-size: 9px; color: #999; background-image: url(../images/divider.png); background-repeat: no-repeat; background-position: center top; border-top-width: 1px; border-top-style: solid; border-top-color: #5B4E40; clear: both; }

#content ul { margin-left: 50px; }

#content a {
	color: #208FFC;
}
#content a:hover { color: #F2B24E; }
.news {
	background-image: url(../images/news.png);
	background-repeat: no-repeat;
	padding: 50px 10px 10px;
	width: 180px;
}
.resources {
	background-image: url(../images/otherresources.png);
	background-repeat: no-repeat;
	padding: 50px 10px 10px;
	width: 180px;
}
#container #contentwrapper #content #sidebar .news p, #container #contentwrapper #content #sidebar .resources p {
	line-height: 20px;
}
#container #contentwrapper #content .box a { color: #FFF; }
#container #contentwrapper #content #sidebar #submenu ul li .current { color: #FFF; background-color: #208FFC; }
#container #contentwrapper #content .pdf-list { list-style: none; margin-left: 50px; }
#container #contentwrapper #content .pdf-list li { background-image: url(../images/pdficon.png); background-repeat: no-repeat; margin-bottom: 10px; padding-left: 35px; padding-top: 2px; padding-bottom: 10px; }
#container #contentwrapper #content .contentbox { background-color: #E4FBFB; padding: 25px; margin-bottom: 25px; }
#container #contentwrapper #content .contentbox p { margin: 0px; }
#container #contentwrapper #content .contentbox h2 { font-size: 18px; color: #208FFC; margin-bottom: 5px; margin-left: 0px; }

