
* { margin: 0px; padding: 0px; }
body { behavior: url(/cms/scripts/csshover.htc); }

a, a:visited { color:Blue; text-decoration: none; }
a:hover { text-decoration: underline !important; }
p, h1 { margin: .5em 0; }
li { margin-left: 24px; }
img { border:0; display:block; }

.validation-summary-errors { color:red; }
.validation-summary-errors li { color:red; margin:.5em; }
.field-validation-error { color:Red; }
.input-validation-error { border: 1px solid #FF1C1C; } 
.message { background:#FFFF80; color:Black; border: 1px solid #B7B700; padding:.5em; margin:1em 0; }
.error { background:#FF8080; color:black; border:1px solid #FF1C1C; padding:.5em; margin:.5em 0; }
.success { background:#E7FFD6; color:black; border:1px solid #C6FBAD; padding:.5em; margin:.5em; }

.block:hover { border: 1px dashed black; }
.border { border: 1px solid gray; }
div.blockmenu { clear:both; display:none; }
div.blockmenu img { background:none !important; border:none !important; padding:0 !important; }
img.inline { display:inline; vertical-align:bottom; }

.SiteMenu { background:url(/cms/resources/tb_back.gif); font-size:small; height:27px; }
.SiteMenu .left { background:url(/cms/resources/tb_left.gif) no-repeat; float:left; width:10px; }
.SiteMenu .right { color:#4E4E4E; float:left; padding:3px; }
.SiteMenu a { background:none transparent !important; color:black !important; }
.Editing, a:visited.Editing { color: red !important; }
.Publish, a:visited.Publish { color: green !important; }

/* DROPDOWN MENUS */
ul.dropdown { list-style:none; overflow:visible !important; }
ul.dropdown ul { border: 1px solid white; display:none; margin-top:7px; white-space:nowrap; z-index:100; }
ul.dropdown li { display:inline; padding:0; margin:0; position:relative; }
ul.dropdown ul { position:absolute; left:0; z-index:100; }
ul.dropdown ul li { display:block; padding:4px; }
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

* { margin:0; padding:0; }
body, input, table, select { font-family: 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif; font-size:small; }
p, .body { line-height:1.3em; text-align:justify; }
ul { margin:0; padding:0; }
li { margin-left:30px; }
a, a:visited { color:#66A506; }
a:hover { color:#66A506 !important; }
img { display:block; }
form { clear:both; }

body { background:#F0E9DF; color:#666666; }
#page { margin:1em auto; width:1000px; }
#header { background:url(/content/theme/logo.jpg); position:relative; height:175px; width:1000px; }
#header a { text-decoration:none !important; }
#header h1 { border:0; color:white; font-family:Times New Roman, Serif; font-size:14pt; padding:140px 0 0 17px; text-transform:none; }
#toc { background:url(/content/theme/toc.gif) repeat-x; font-family:Times New Roman, Serif; font-size:12pt; padding:7px; }
#toc ul { background:#036DB7; }
#toc ul li { border-bottom:1px solid white; }
#toc a { color:White !important; margin:0 18px; }
#content { background:white; padding:15px 8px 15px 15px; }
#menu { background:white; padding:15px 15px 15px 8px; }
#footer { color:#8B9298; padding:1em; text-align:center; }
#footer a { color:#8B9298; }

#home #content { width:580px; }
#home #menu { width:420px; }

#subpage { background:white; }
#subpage #content { padding-right:15px; width:715px; }
#subpage #menu { padding-left:15px; width:285px; }

.color1 { background:#29477A; color:White; padding:5px; font-family:Times New Roman, Serif; text-align:center; }
.color2 { background:#0071BC; color:White; padding:5px; font-family:Times New Roman, Serif; text-align:center; }
.color3 { background:#3DADC9; color:White; padding:5px; font-family:Times New Roman, Serif; text-align:center; }
.color4 { color:#F7931E; }

.events { background:url(/content/theme/events.gif) no-repeat; padding-top:70px; width:388px; }
.events .back { background:#68A709 url(/content/theme/events.gif) no-repeat 0 -75px; }
.events .item { margin:5px 20px 0 20px; }
.events .date { color:#29477A; }
.events .body { color:White; }
.events .title { color:#0071BC; font-weight:bold; }
.events .link { text-align:right; }
.events .link a { color:Black !important; font-style:italic; }

.event .date { color:#F7931E; font-size:larger; }
.event .title, .service .title, .resource .title, h2 { color:#29477A; font-size:larger; margin:.25em 0; }

.articles .title { color:#66A506; font-weight:bold; }

.h1 { background:url(/content/theme/blue-large.gif) no-repeat; color:White; font-family:Times New Roman, Serif; font-size:13pt; padding:8px 16px; text-transform:uppercase; }
.h2 { background:url(/content/theme/green-small.gif) no-repeat; color:White; font-family:Times New Roman, Serif; font-size:13pt; padding:8px 16px; text-transform:uppercase; }
.h3, h1 { color:#0268C3; border-bottom:2px solid #66A506; font-family:Times New Roman, Serif; font-size:20pt; padding:8px 16px; text-transform:uppercase; }
.h4 { color:#0268C3; font-size:large; font-family:Times New Roman, Serif; margin:.5em 0; }
#home .h5 { background:url(/content/theme/blue-medium.gif) no-repeat; color:White; font-family:Times New Roman, Serif; font-size:13pt; padding:8px 16px; text-transform:uppercase; }
#subpage .h5 { background:url(/content/theme/blue-small.gif) no-repeat; color:White; font-family:Times New Roman, Serif; font-size:13pt; padding:8px 16px; text-transform:uppercase; }
.pad { padding-left:16px; padding-right:16px; }
.more { margin:1em 0; text-align:right; }
.more a { background:url(/content/theme/arrow1.gif) no-repeat left center; color:#0268C3; font-size:10.5pt; font-style:italic; padding-left:10px; }
.link a { color:#666666; display:block; padding-left:1em; text-indent:-1em; }

.crumbs { margin:.5em 0; }
.crumbs, .crumbs a { color:#66A506; font-family:Times New Roman, Serif; font-size:11pt; }

.video { clear:both; margin:1em 0; overflow:auto; }
.video .thumbnail { float:left; margin-right:4px; }

.table1 th { border-bottom:1px solid #666666; }
.table1 th, .table1 td { padding:5px; }

.table2 th { text-align:left; }
.table2 th, .table2 td { padding:5px; }

.input { width:99%; }

