/* HTML ////////////////////////////////////////////////////////// */
body {
	margin: 0;
	padding: 0;
	background: #EBEBEB;
	font: 76%/1.4em Arial, Helvetica, sans-serif;
	color: #333;
	text-align: center;
}
body div { text-align: left; }
h1 {
	font-size: 1.8em;
	color: #105EA7;
	margin: 0 0 10px;
	font-weight: bold;
}
h2 {
	font-size: 1.5em;
	font-weight: bold;
	margin: 10px 0;
	padding: 0;
	color: #bb5527;
}
h3 {
	font-size: 1em;
	font-weight: bold;
	color: #BB5527;
	margin: 5px 0 3px;
	padding:  0;
}
td h3 { margin: 0 0 1px; }
h4 {
	font-size: 1em;
	font-weight: normal;
	color: #273F62;
	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;
}
p {
	margin: 0;
	padding: 0 0 10px 0;
}
img { border: 0 none; }
table { font-size: 1em; }
form { display: inline; }

a {
	font-weight: bold;
	color: #BB5527;
}

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: 0 0 0 17px;
	background: url(images/bg_list_arrow.gif) no-repeat 0 3px;
}
pre {
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	background: #EEEEC4;
	border-top: 3px solid #CEC9AA;
	border-bottom: 3px solid #CEC9AA;
	padding: 5px 3px;
}

hr {
	color: #0F5EA6;
	background: #0F5EA6;
	height: 1px;
	border: none;
	margin: 12px 0;
	clear: both;
}
/* DIVs ///////////////////////////////////////////////////////// */
#containerWrap {
	width: 952px;
	background: #FFF;
	margin: 0 auto;
}
#container {
	border-left: 2px solid #CDCDCD;
	border-right: 2px solid #CDCDCD;
}
#mainWrap { background: url(images/bg_main.gif) repeat-y 0 0; padding-bottom: 15px; }
#footWrap { background: url(images/bg_foot.gif) repeat-y 0 0; }

#headerWrap {
    background: url(images/bg_header.jpg) no-repeat 0 0;
    height: 118px;
}
.leftWrap {
	width: 210px;
	float: left;
	margin: 0 29px 0 34px;
	position: relative;
	display: inline;
}
.rightWrap {
	width: 646px;
	float: left;
	position: relative;
	display: inline;
}
.leftWrap, .rightWrap { margin-top: 15px !important; }
#logo {
	text-indent: -9999px;
	position: relative;
	margin: -5px 0 0;
}
#logo a {
    display: block;
    height: 90px;
    width: 260px;
    overflow: hidden;
}
.colLeftWrap {
	float: left;
	width: 325px;
	margin-right: 1px;
	position: relative;
}
.colRightWrap {
	float: right;
	width: 214px;
	position: relative;
}
.colContent { margin: 0 10px 0 0; }

/* TOP LINKS //////////////////////////////////////////////////// */
ul#topLinks {
	height: 28px;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
}
#topLinks li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	background: none;
}
#topLinks li, #topLinks li a {
	height: 28px;
	display: block;
	background: white;
	filter:alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
}
#topLinks li a {
	text-indent: -9999px;
	text-decoration: none;
}

#topLinks1 { left: 825px; width: 25px; }
#topLinks2 { left: 856px; width: 25px; } 
#topLinks3 { left: 887px; width: 25px; }

/* Main LINKS //////////////////////////////////////////////////// */
ul#mainLinks {
	height: 34px;
	margin: 0;
	padding: 0;
	background: url(images/bg_nav_main.jpg) no-repeat 0 0;
	position: relative;
	overflow: hidden;
}
#mainLinks li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	background: none;
}
#mainLinks li, #mainLinks li a {
	height: 34px;
	display: block;
}
#mainLinks li a {
	text-indent: -9999px;
	text-decoration: none;
}

#mainLinks1 { left: 69px; width: 120px; }
#mainLinks2 { left: 189px; width: 172px;} 
#mainLinks3 { left: 361px; width: 169px;}
#mainLinks4 { left: 530px; width: 226px;}
#mainLinks5 { left: 756px; width: 122px; }

#mainLinks1 a:hover { background: url(images/bg_nav_main.jpg) no-repeat -69px -34px; }
#mainLinks2 a:hover { background: url(images/bg_nav_main.jpg) no-repeat -189px -34px; }
#mainLinks3 a:hover { background: url(images/bg_nav_main.jpg) no-repeat -361px -34px; }
#mainLinks4 a:hover { background: url(images/bg_nav_main.jpg) no-repeat -530px -34px; }
#mainLinks5 a:hover { background: url(images/bg_nav_main.jpg) no-repeat -756px -34px; }

#mainLinks1 a.on { background: url(images/bg_nav_main.jpg) no-repeat -69px -68px; }
#mainLinks2 a.on { background: url(images/bg_nav_main.jpg) no-repeat -189px -68px; }
#mainLinks3 a.on { background: url(images/bg_nav_main.jpg) no-repeat -361px -68px; }
#mainLinks4 a.on { background: url(images/bg_nav_main.jpg) no-repeat -530px -68px; }
#mainLinks5 a.on { background: url(images/bg_nav_main.jpg) no-repeat -756px -68px; }

/* SL Links ///////////////////////////////////////////////////// */
#slLinks ul {
	margin: 0 0 15px;
	padding: 0 0 75px;
	border: 1px solid #CCC;
	background: #F4F4F4;
}
#slLinks li {
	background: none;
	margin: 0;
	padding: 0;
}
#slLinks a {
	display: block;
	text-decoration: none;
	font-family: "Calibri", Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}
#slLinks li a {
	color: #000;
	padding: 7px 5px 8px 10px;
	font-weight: bold;
	border-bottom: 1px dotted #CCC;
}
#slLinks li a:hover { color: #0F5EA6; }
#slLinks li a.AspNet-Menu-Selected,
#slLinks li a.AspNet-Menu-ChildSelected {
    color: #0F5EA6;
    text-decoration: underline;
}
#slLinks ul ul {
    margin: 0;
    padding: 0 0 0 10px;
    background: #FFF;
}
#slLinks li li a {
	color: #666;
	font-weight: normal;
	padding: 2px 5px 3px 10px;
	border-bottom: 0 none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
#slLinks li li a:hover, #slLinks li li a.AspNet-Menu-Selected, 
#slLinks li li a.AspNet-Menu-ChildSelected { 
	color: #666;
	text-decoration: underline;
}
#slLinks ul ul ul {
	margin: 4px 0 4px 10px;
	border-left: 1px solid #333;
}
#slLinks li li li a {
	border-left: 0 none;
	border-bottom: 0 none;
	font-size: 0.9em;
	padding: 3px 5px 3px 5px;
	color: #666;
}
#slLinks li li li a:hover, #slLinks li li li a.AspNet-Menu-Selected, 
#slLinks li li li a.AspNet-Menu-ChildSelected {
	color: #666;
	text-decoration: underline;
}


/* Homepage ///////////////////////////////////////////////////// */
#news { margin-bottom: 25px; }
.newsItem {
	padding: 5px 0;
	border-bottom: 1px dotted #555E8B;
	font-size: 1.0em;
}
.newsDate { color: #555E8B; }
ul#homeArticlesList { margin: 0 0 10px; padding: 0; }
ul#homeArticlesList li { margin: 0 0 4px; padding: 0; background: none; }
.home1Wrap { margin-bottom: 15px; }
.homeLeftWrap {
	float: left;
	width: 423px;
	margin: 0 34px;
	position: relative;
	display: inline;
}
.homeRightWrap {
	float: left;
	width: 423px;
	position: relative;
	display: inline;
}
.homeContent { margin: 0 10px 0 0; }

/* Footer /////////////////////////////////////////////////////// */
#footWrap {
    width: 952px;
    margin: 0 auto;
    background: url(images/bg_foot.gif) no-repeat 0 0;
    padding-top: 30px;
}
#foot { padding: 5px 35px 10px; }
#foot a { color: #105EA7; }
#foot .right { float: right; }
/* 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; }

/* Round Areas ////////////////////////////////////////////////// */
.roundWrap {
    width: 420px;
    background-color: #FFF;
    margin-bottom: 5px;
}
.roundGray { background: #E9E9E9; }
.roundTop {
    height: 7px;
    overflow: hidden;
    font-size: 0;
    background: url(images/bg_round_top.gif) no-repeat 0 0;
}
.roundBottom {
    height: 7px;
    overflow: hidden;
    font-size: 0;
    background: url(images/bg_round_bottom.gif) no-repeat 0 0;
}
.roundContent {
    border-left: 2px solid #CCC;
    border-right: 2px solid #CCC;
    padding: 3px 5px;
}



/* Classes ////////////////////////////////////////////////////// */
table.imgTextTable {
    width: 99%;
}
table.imgTextAble td { margin: 0; padding: 3px; }
.topContent { min-height: 176px; background: #EFEFEF; }
.topContent img { display: block; }
.topContent p { padding: 0; margin: 0; }
.crumbs {
    margin: 0 0 20px;
    background: #E2EFFC;
    color: #000;
    padding: 5px;
}
.crumbs a { color: #000; }
.calendarTitle, .newsTitle { color: #666; font-weight: bold; }
.calendarHeader, .newsHeader {
    color: #666;
    border-bottom: 1px solid #666;
    margin-bottom: 4px;
    font-size: 1.2em;
}
.newsHeader { font-weight: bold; }
.navigation {
    border-top: 1px solid #0F5EA6;
    background: #E2EFFC;
    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: 20px; }
.highlight { background: #FFFFCC; }
a.highlight { font-size: 1.2em; }
.sorter li { cursor: move; }
.tableLeft {
	padding: 2px;
	float: left;
	clear: left;
	margin: 0 10px 15px 0;
}
.tableRight {	
	padding: 2px;
	float: right;
	clear: right;
	margin: 0 0 15px 10px;
}
.tableLeft, .tableRight { color: #888; font-style: italic; }
.tableLeft img, .tableRight img {}
img.imgLeft, img.imgRight, img.img { 
    display: block;
    border: 2px solid #105EA7;
    padding: 5px;
    background: #FFF;
}
img.img1Left, img.img1Right, img.img1 {
    display: block;
    padding: 10px;
    background: url(images/bg_image.gif) repeat 0 0;
    border: 1px solid #105EA7;
}
img.imgLeft, img.img1Left { float: left; clear: left; margin: 0 10px 10px 0; }
img.imgRight, img.img1Right { float: right; clear: right; margin: 0 0 10px 10px; }
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 { background: #E6EDF2; padding: 5px 2px !important; border: 1px solid #0F5CA5; }
#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;
    color: #BB5527;
    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: 952px;
    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: #0F5CA5;
    border-bottom: 0 none;
}
#controlMain ul li a:hover { background: #628DB0; 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: #0F5EA6;
}
.notesArea {
    background: #E2EFFC;
    border: 1px solid #0F5CA5;
    margin: 5px 0 5px;
    padding: 5px;
}
.note { 
    margin: 5px 0 10px;
    border-top: 1px solid #0F5CA5;
    padding: 3px 0 5px;
}
.note a { font-weight: bold; }
a.admin { 
    font-weight: bold;
    background: #FFFFCC;
    margin: 0 4px 0 0;
}
div.logout {
    float: right;
    font-weight: bold;
}
div.logout a { font-size: 1.1em; }

/* Editor CSS /////////////////////////////////////////////////// */
body#cmsBody {
    background: #FFF;
    text-align: left;
    margin: 5px;
}

/* IE FIXES //////////////////////////////////////////////////// \*/
* html #main, * html #slLinks, * html #slLinks li,
* html .crumbs, * html .roundContent { 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, #homeFlash { display: none; }
	#footWrap { margin-top: 10px !important; border-top: 1px solid #666; padding-top: 15px !important; }
	.printOnly { display: block !important; }
	.printLogo {
	    margin-bottom: 30px;
	    border-bottom: 1px solid #105EA7;
	    padding-bottom: 5px;
	}
	#footWrap .right { display: none; }
}