﻿/* HTML ////////////////////////////////////////////////////////// */
body {
	margin: 0;
	padding: 0;
	background: #f3f3f3 url(../images/bg_main.jpg) 50% repeat-y;
	font: 72%/1.4em Arial, Helvetica, sans-serif;
	color: #333;
}
h1 {
	font-size: 1.7em;
	margin: 15px 0 10px;
	font-weight: bold;
}
h2 {
	font-size: 1.2em;
	margin: 5px 0;
	padding: 0;
	text-transform: uppercase;
}
h3 {
	font-size: 1em;
	font-weight: bold;
	margin: 8px 0 3px;
	padding:  0;
}
h4 {
	font-size: 1em;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 5px 0 0;
	padding: 0;
}
h5 {
	font-size: 1em;
	font-weight: bold;
	border-bottom: 1px solid #999;
	padding: 0;
	margin: 0 0 7px 0;
}
table { font-size: 1em; }
form { display: inline; }


a:link,
a:visited {
	border-bottom:1px dotted;
	text-decoration:none;
}
a:hover,
a:active {
	border-bottom-style:solid;
}
a { text-decoration: bold; }
#logo a, .topContent a { border: 0 none; }

ul {
	margin: 5px 0 10px 10px;
	padding: 0;
	list-style-type: none;
}
ol {
	margin: 5px 0 10px 10px;
	padding: 0 0 0 20px;
}
li { margin-bottom: 4px; }
ul li {
    padding-left: 12px;
    background: url(../images/bg_blue_arrow.gif) no-repeat 0 5px;
}
pre {
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	background: #EEEEC4;
	border-top: 3px solid #CEC9AA;
	border-bottom: 3px solid #CEC9AA;
	padding: 5px 3px;
}

hr {
	height: 1px;
	border: none;
	margin: 12px 0;
	clear: both;
}
/* DIVs ///////////////////////////////////////////////////////// */
#containerWrap {
	width: 782px;
	margin: 10px auto 0;
	background: #535353;
}
#container {
	border: 1px solid #333;
}
#mainWrap { background: url(../images/bg_main.gif) repeat-y 0 0; padding-bottom: 20px; }
#footWrap { background: url(../images/bg_foot.gif) repeat-y 0 0; }
.leftWrap {
	width: 224px;
	float: left;
	position: relative;
}
.rightWrap {
	background:#FFF;
	width: 555px;
	float: right;
	position: relative;
}
.right { margin-left: 15px; }
#logo {
	height: 96px;
	text-indent: -9999px;
	background: url(../images/bg_logo.jpg) no-repeat;
	position: relative;
	margin: 0 0 1px -14px;
}
#logo a {
    display: block;
    height: 96px;
	overflow: hidden;
    width: 400px;
}
/*
.colLeftWrap {
	float: left;
	width: 325px;
	margin-right: 1px;
	position: relative;
}
.colRightWrap {
	float: right;
	width: 214px;
	position: relative;
}*/
.colContent { margin: 0 10px 0 0; }
.sideContent { padding:5px; }

/* TOP Links //////////////////////////////////////////////////// */
ul#topLinks {
	font-size: 0.9em;
	text-align: right;
	margin: 10px 5px 5px;
	padding: 0;
}
ul#topLinks li {
	display: inline;
	background: 0 none;
	padding: 0;
	margin: 0 10px 0 0;
}
ul#topLinks li a { 
	color: #D4D4DF;
	text-decoration: none;
	padding: 0 0 0 14px;
	border: 0 none;
}
.linkHome { background: url(../images/bg_link_home.gif) no-repeat 0 0; }
.linkContact { background: url(../images/bg_link_contact.gif) no-repeat 0 0; }
.linkSearch { background: url(../images/bg_link_search.gif) no-repeat 0 0 ; }
.linkSitemap { background: url(../images/bg_link_sitemap.gif) no-repeat 0 0; }

/* Navigation /////////////////////////////////////////////////// */
#navs { padding: 15px 0 25px 15px; margin: 0; border-top: 27px solid #535353; }
#navs ul { margin-left: 0; }
#navs li { margin-bottom: 10px; padding: 0; background: none; }
#navs li a {
	display: block;
	background: url(../images/bg_sl_link.jpg) repeat-y right top;
	padding: 5px;
	font-size: 1.0em;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
#navs ul ul { padding-left: 5px; }
#navs li li { margin-bottom: 0px; }
#navs li li a {
	padding: 0 0 0 10px;
	font-size: 1em;
	font-weight: normal;
	text-transform: none;
	border: 0 none;
}
#navs li li a.AspNet-Menu-Selected { text-decoration: none; }

#navs ul ul ul {
	margin: 7px 0 7px 10px;
	border-left: 1px solid #6782CB;
}
#navs li li li a {
	font-size: 1.0em;
	padding: 0 0 2px 3px;
	background: none;
}
#navs li li li a:hover, #slLinks li li li a.AspNet-Menu-Selected, 
#navs li li li a.AspNet-Menu-ChildSelected {
	text-decoration: none;
}

/* Homepage ///////////////////////////////////////////////////// */
#newsHome { float: right; margin: 0 0 20px 20px; padding:5px 8px 5px 8px; width:180px; }
.newsItem {
	padding: 5px 0;
	border-bottom: 1px dotted #555E8B;
	font-size: 1.0em;
}
.newsDate { font-weight:bold; }
ul#homeArticlesList { margin: 0 0 10px; padding: 0; }
ul#homeArticlesList li { margin: 0 0 4px; padding: 0; background: none; }

/* Footer /////////////////////////////////////////////////////// */
#foot { color: #C8C8C8; }
#foot a { color: #FFF; font-size:10px !important;}
#foot ul { margin: 0; padding: 0; text-align: center; }
#foot ul li { display: inline; margin: 0 10px; padding: 0; background: none; }
#footNav { background: #535353; }
#footNav a { text-transform: uppercase; font-weight: bold; text-decoration: none; }
#foot .left, #footNav { padding: 10px; }

/* Search Results /////////////////////////////////////////////// */
.gsc-control { width: 95% !important; font-size: 1.1em; }
.gsc-control a { border-bottom: 0 none; }
.gsc-control table { width: 100%; }

/* Tell a Friend //////////////////////////////////////////////// */
#tellFriend {
    margin: 15px 0 0px;
}
#tellFriend a {
    border-bottom: 0 none;
    display: block;
    background: url(../images/icon_email.gif) no-repeat 0 0;
    padding: 0px 0 0 18px;
}
#MB_window a { border: 0 none; }

/* Classes ////////////////////////////////////////////////////// */
.topContent { min-height: 176px; background: #EFEFEF; }
.topContent img { display: block; }
.topContent p { padding: 0; margin: 0; }
.crumbs { margin: 5px 0 10px; }
.calendarTitle, .newsTitle { color: #666; font-weight: bold; }
.calendarHeader, .newsHeader {
    margin-bottom: 4px;
}
.newsHeader { font-weight: bold; }
.navigation {
    padding: 3px;
    margin-top: 5px;
}
.navigation a { font-weight: bold; }
.clear { clear: both; }
.inline { display: inline; }
.small { font-size: 0.9em; }
.printOnly { display: none; }
div.small { margin-bottom: 5px; }
.warning, .validation-advice { color: red; }
.article, .articleAltRow { padding: 5px; margin-bottom: 10px; }
.highlight { background: #FFFFCC; }
a.highlight { font-size: 1.2em; }
.sorter li { cursor: move; }
.tableLeft {
	border: 2px solid #B6D4D6;
	padding: 2px;
	background: #F3F9F9;
	float: left;
	clear: left;
	margin: 0 20px 25px 0;
}
.tableRight {
	border: 2px solid #B6D4D6;
	padding: 2px;
	background: #F3F9F9;
	float: right;
	clear: right;
	margin: 0 0 25px 20px;
}
.tableLeft img, .tableRight img { border: 1px solid #73A3A7; }
img.imgLeft, img.imgRight { 
    border: 1px solid #73A3A7;
    display:block;
    padding: 2px;
    background: #FFF;
}
img.imgLeft { float: left; clear: left; margin: 0 7px 7px 0; }
img.imgRight { float: right; clear:right; margin: 0 0 7px 7px; }
img.mainImage {
    display: block;
    border: 1px solid #B6D4D6;
    padding: 3px;
    background: #F3F9F9;
    margin: 0 0 10px 0;
}
.warning, .errMsg { color: red; }
.errMsg { display: block; }
.errMsgOff { display: none; }
.errFld { }
.req { display: none; }
.attention, .successBox, .errorBox, .infoBox {
	padding: 6px;
	margin: 5px 0 15px 0;
}
.attention { border-top: 1px solid #D3800E; background: #F6E6CF; color: #003366; }
.successBox { border-top: 1px solid #006600; background: #D6E6D6; color: #006600; }
.errorBox { border-top: 1px solid #FF0000; background: #FFE5E5; color: #000; }
.errorBox strong { color:#FF0000; font-size: 1.2em; }
td .errorBox, td .errorBox strong
{
    padding: 3px;
    margin: 4px 0 10px;
    font-size: 0.9em;
}

/* Sitemap ////////////////////////////////////////////////////////////// */
#sitemap ul { margin: 0 !important; padding: 0 !important; }
#sitemap ul ul { padding: 5px 2px !important; }
#sitemap ul ul ul { background: none; padding: 0 !important; border: 0 none; }
#sitemap ul li { list-style: none; background: none; padding: 0; }
#sitemap ul li a {
    margin: 15px 0 5px 0;
    border-bottom: 1px dotted #333;
    font-weight: bold;
    padding: 3px 5px;
    display: block;
    text-decoration: none;
}
#sitemap ul li li { margin-left: 25px; list-style: square; }
#sitemap ul li li a {
    margin: 0;
    padding: 0;
    background: none;
    color: #333;
    font-weight: normal;
    border-bottom: 0 none;
}

/* Controls ////////////////////////////////////////////////////////////// */
#controlBar {
    position: relative;
    padding: 4px 0 0;
    background: #666;
    color: #FFF;
    border-bottom: 2px solid #000;		
}
#control {
    width: 780px;
    margin: 0 auto;
}
#controlHeader {
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom: 5px;
}
#controlTop { margin-bottom: 7px; }
#controlMain {
    border: 2px solid #333;
    border-top: 0 none;
    border-bottom: 0 none;
    background: #999;
}
#controlMain ul { float: none !important; border-top: 2px solid #333; margin: 0 !important; }
#controlMain ul li {
    display: inline;
}
#controlMain ul li a {
    float: left;
    display: block;
    padding: 3px 5px;
    color: #FFF;
    text-decoration: none;
    border-right: 2px solid #333;
    background: #73A4A9;
    border-bottom: 0 none;
}
#controlMain ul li a:hover { background: #555E8B; color: #FFF; }
#controlMain ul li a img { margin-right: 5px; }
#controlBar a {
    color: #FFF;
}
#controlBar ul {
    float: right;
    margin: 0 15px 0 0;
    padding: 0;
}
#controlBar li {
    display: inline;
    padding: 0;
    background: none;
}
#controlBar li a {
    text-decoration: underline;
    display: inline;
		border-bottom: 0 none;
}
.update, .delete, .add { 
    font-size: 1em;
    text-transform: uppercase;
    font-weight: bold;
    color: #006F51;
}
.notesArea {
    background: #F3F9F9;
    border: 1px solid #B6D4D6;
    margin: 5px 0 5px;
    padding: 5px;
}
.note { 
    margin: 5px 0 10px;
    border-top: 1px solid #8DB5AA;
    padding: 3px 0 5px;
}
.note a { font-weight: bold; }
a.admin { 
    font-weight: bold;
    background: #FFFFCC;
}
div.logout {
    float: right;
    font-weight: bold;
}
div.logout a { font-size: 1.1em; }

/* IE FIXES //////////////////////////////////////////////////// \*/
* html #main { height: 1%; }
* html .topContent { height: 176px; }
*:first-child+html #main { height: 1%; }

/* End IE */

/* PRINT STYLE ///////////////////////////////////////////////// */
@media print {
	#containerWrap, #container, #mainWrap, #main, 
	.rightWrap, .right, .colLeftWrap, .colLeft, .colRightWrap, .colRight {
		float: none !important;
		width: 100% !important;
		padding: 0 !important;
		margin: 0 !important;
		border: 0 none !important;
	}
	#logo, #logo a {
		height: auto !important;
		width: auto !important;
		text-indent: 0 !important;
		margin: 0 0 20px !important;
		font-size: 1.7em !important;
	}	
	#headerWrap, .crumbs, .leftWrap, .colRightWrap, .topContent { display: none; }
	#footWrap { margin-top: 10px !important; border-top: 1px solid #666; }
}























































/* Editor CSS /////////////////////////////////////////////////// */
#cmsBody {
    background: #FFF;
    text-align: left;
    margin: 5px;
    width:auto;
}
/* cms styles  ---- ALREADY INCLUDED ABOVE
.tableLeft {
	border: 1px solid #550000;
	padding: 3px;
	background: #edecd8;
	float: left;
	clear: left;
	margin: 0 20px 25px 0;
}
.tableRight {
	border: 1px solid #550000;
	padding: 3px;
	background: #edecd8;
	float: right;
	clear: right;
	margin: 0 0 25px 20px;
}
.tableLeft img, .tableRight img { border: 1px solid #000000; }
img.imgLeft, img.imgRight { 
    display: block;
    border: 1px solid #000000;
    padding: 2px;
    background: #FFF;
}
img.imgLeft { float: left; clear: left; margin: 0 12px 7px 0; }
img.imgRight { float: right; clear: right; margin: 0 0 7px 12px; }
img.mainImage {
    display: block;
    border: 1px solid #6D4959;
    padding: 3px;
    background: #F3F9F9;
    margin: 0 0 10px 0;
}
.small { font:11px Times New Roman, Times, serif;} */