/*#topmenu{
	padding:5px;
	color:#FFFFFF;
	letter-spacing:2px;
	text-decoration:none;
	height:20px;
}
#search{
	color:#FFFFFF;
	letter-spacing:2px;
	text-decoration:none;
	float:right;
	width:223px;
	height:50px;
	margin-top: 8px;
	text-align:center;
	letter-spacing:normal;
	line-height:20px;
}
#nav{
	margin: 0 14px 0 15px;
	width: 891px;
	height: 56px;
	text-align:left;
	background-image:url(../images/public/menu-bg.gif);
}
#menuselect1, #menuselect2, #menuselect3{
	background-image:url(../images/public/menu-select2.gif);
	background-repeat:repeat-x;
	float:left;
	height:56px;
}
#menuselect2{
	font-family:"Trebuchet MS", Arial, Verdana;
	color:#2b62aa;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	line-height:36px;
}
#menuselect3{
	margin-right:5px;
}
#menu1, #menu2, #menu3{
	background-image:url(../images/public/menu2.gif);
	background-repeat:repeat-x;
	float:left;
	height:56px;
}
#menu2{
	font-family:"Trebuchet MS", Arial, Verdana;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	line-height:36px;
}
#menu3{
	margin-right:5px;
}
#contenthome{
	margin: 0 52px 0 52px;
	width: 816px;
}
#content{
	margin: 0 26px 0 26px;
	width: 868px;
	text-align:left;
}
#colleft{
	width:343px;
	float:left;
}
#colright{
	width:457px;
	float:left;
	margin-left:10px;
}
.bottom{
	color:#999999;
	font-size:10px;
	line-height:18px;
}
#submenu{
	width:220px;
	height:540px;
	background-image:url(../images/public/menu.jpg);
	background-position:bottom;
}
#event{
	background-image:url(../images/public/box2.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}
.titrevent{
	color:#73a0ab;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	margin: 0 10px 0 10px;
}
.corpsevent{
	color:#48555a;
	font-size:11px;
	margin: 0 10px 0 10px;
}
a{
	text-decoration: none;
}
a:link,a:visited{
	color: #304765;
}
a:hover,a:active{
	color: #304765;
}
h1{
	font-size: 1.8em;
	margin-bottom: 10px;
}
h2{
	font-size: 1.6em;
	font-weight: bold;
	margin-bottom: 10px;
}
h3{
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 10px;
}
h4{
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
}
h5{
	font-size: 1.0em;
	font-weight: bold;
	margin-bottom: 10px;
}
p{
	font-size: 1.2em;
	margin: 5px 0;
	line-height: 1.4em;
	text-align: justify;
}*/
/* SOMEWHAT NEW */
body{
	background: url(../images/public/body_background.gif) top left repeat-x #121F32;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:11px;
}
a{
	text-decoration: none;
}
a:link, a:visited{
	color: #1B2F48;
}
a:hover, a:active{
	color: #F38E0F;
}
body div#outer_wrap{
	background:url(../images/public/outer_wrap.gif) bottom center repeat-y;
	width:920px;
	margin:auto;
}
div#outer_wrap div#inner_wrap{
	background:url(../images/public/inner_wrap.gif) top center no-repeat;
	height: 1%;
	padding: 0 15px;
}
div#inner_wrap div#header{
	background-image:url(../images/public/header.gif);
	height: 109px;
	position: relative;
}
div#header h1{
	position: absolute;
	top: 10px;
	left: 72px;
	width: 305px;
	height: 98px;
	background-image: url(../images/public/header_logo.gif);
	cursor: pointer;
}
div#quicknav{
	float: right;
	display: inline;
	font-size: 0.9em;
	margin: 10px 10px 0 0;
}
div#quicknav a:link,div#quicknav a:visited{
	color: #fff;
}
div#quicknav a:hover,div#quicknav a:active{
	color: #F38C0F;
}
div#quicknav li{
	float: left;
	display: inline;
	border-right: 1px solid #fff;
	padding-right: 0.4em;
	margin-left: 0.4em;
	color: #fff;
}
div#quicknav li.last{
	border-right: none;
}
div#inner_wrap div#main_menu{
	height: 51px;
	background-image: url(../images/public/main_menu.gif);
}
div#main_menu ul{
	position: relative;
	margin: 0 14px 0 15px;
	padding-left: 26px;
	text-align:left;
}
div#main_menu li{
	float: left;
	display: inline;
	position: relative;
	z-index: 10;
	background:url(../images/public/outer_menu_item.gif) top right no-repeat;
	margin: 0 2px;
}
div#main_menu li.current{
	background:url(../images/public/outer_menu_current_item.gif) top right no-repeat;
	z-index: 1;
}
div#main_menu li a{
	float: left;
	display: inline;
	height: 30px;
	line-height: 30px;
	padding: 6px 18px 0 18px;
	min-width: 65px;
	background:url(../images/public/inner_menu_item.gif) top left no-repeat;
	font-size: 1.1em;
	text-transform: uppercase;
	font-weight: bold;
}
div#main_menu li.current a{
	height: 45px;
	background: url(../images/public/inner_menu_current_item.gif) top left no-repeat;
	
}
div#main_menu li a:link,div#main_menu li a:visited{
	color: #fff;
}
div#main_menu li.current a:link,div#main_menu li.current a:visited{
	color: #4B74AB;
}
div#main_menu li a:hover, div#main_menu li a:active{
	color: #4B74AB;
}
div#main_menu li.current a:hover, div#main_menu li.current a:active{
	color: #F38E0F;
}
div#main_menu ul ul{
	position: absolute;
	top: 36px;
	left: 3px;
	margin: 0;
	padding: 0;
	display: none;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
div#main_menu ul li.current ul{
	border-left: 1px solid #F38E0F;
	border-right: 1px solid #F38E0F;
}
div#main_menu ul li ul li,div#main_menu ul li.current ul li{
	float: none;
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	background: none;
	z-index: 1000;
}
div#main_menu ul li ul li{
	background: url(../images/public/main_menu_subitem.gif) bottom center no-repeat;
}
div#main_menu ul li.current ul li{
	background: url(../images/public/main_menu_subitem2.gif) bottom center no-repeat;
}
div#main_menu ul li ul li a,div#main_menu ul li.current ul li a{
	float: none;
	display: block;
	line-height: 18px;
	width: 140px;
	background: url(../images/public/dropdown_bullet.gif) 8px 12px no-repeat;
	height: auto;
	text-align: left;
	padding: 7px 8px 7px 24px;
	font-size: 0.9em;
	text-transform: none;
}
/* CONTENT */
div#inner_wrap div#content{
	min-height: 400px;
	height: auto!important;
	height: 400px;
}
/* sidebar */
div#content div#sidebar{
	min-height: 500px;
	height: auto!important;
	height: 500px;
	padding: 0 16px 60px 16px;
	float: left;
	display: inline;
	margin: 0 0 0 16px;
	width: 192px;
	background:url(../images/public/sidebar.gif) bottom center no-repeat;
}
div#sidebar h2{
	color: #f38e0f;
	font-size: 1.2em;
	margin-top: 0.6em;
	font-weight: bold;
	text-transform: uppercase;
}
div#sidebar ul{
	margin: 10px 0 10px 5px;
}
div#sidebar ul li{
	font-size: 1.1em;
	padding-left: 12px;
	background: url(../images/public/sidebar_bullet_level1.gif) 0 2px no-repeat;
	font-weight: bold;
	margin: 6px 0;
}
div#sidebar ul li a:link,div#sidebar ul li a:visited{
	color: #1b2f48;
}
div#sidebar ul li a:hover,div#sidebar ul li a:active{
	color: #F38E0F;
}
div#sidebar ul ul li{
	font-size: 0.9em;
	font-weight: normal;
	background: url(../images/public/sidebar_bullet_level2.gif) 0 3px no-repeat;
}
div#sidebar ul ul li a:link, div#sidebar ul ul lia:visited{
	color: #384f6c;
}
div#sidebar ul ul ul li{
	font-size: 0.9em;
	background: none;
}
div#footer{
	text-align: center;
	clear: both;
	color:#999999;
	font-size:10px;
	line-height:18px;
}

div#secondary_menu{
	float: left;
	display: inline;
	width:220px;
	background-image:url(../images/public/menu.jpg);
	background-position:top center;
}
div#secondary_menu ul{
	margin: 10px 0;
	font-size: 1.2em;
}
div#secondary_menu ul ul{
	margin: 10px 10px;
	font-size: 0.9em;
}
div#secondary_menu ul ul ul{
	font-size: 0.9em;
}
/* breadcrumbs */
div#breadcrumbs{
	margin-bottom: 0.6em;
	border-bottom: thin solid #efefef;
	line-height: 1.8em;
	padding: 0.3em 0;
}
div#breadcrumbs img{
	vertical-align: text-bottom;
	border: 0;
	margin: 0;
	padding: 0;
}
div#breadcrumbs ul{
	display: inline;
	margin-left: 0.5em;
}
div#breadcrumbs li{
	display: inline;
	font-size: 0.9em;
	padding-left: 0.8em;
	margin-bottom: 0.4em;
	margin-right: 0.6em;
	background: url(../images/public/breadcrumbs_separator.gif) center left no-repeat;
}
div#breadcrumbs li.first{
	padding-left: 0;
	background: none;
}
div#breadcrumbs li.last{
	text-transform: none;
}
/* quicksearch */
div#search{
	position: absolute;
	width: 205px;
	height: 56px;
	left: 675px;
	top: 37px;
	background: url(../images/public/quicksearch.gif) center left no-repeat;
}
div#search form{
	height: 56px;
	
}
div#search fieldset{
	height: 56px;
	
}
div#search label {
	display: block;
	height: 4px;
}
div#search input.text{
	width: 129px;
	height: 16px;
	margin-left: 12px;
	border-top: 1px solid #cfcfcf;
	border-left: 1px solid #cfcfcf;
	border-right: 1px solid #efefef;
	border-bottom: 1px solid #efefef;

}
div#search input.submit{
	position: relative;
	top: 2px;
	left: 10px;
	width: 36px;
	height: 20px;
	background: url(../images/public/go.gif) center left no-repeat;
	border: none;
}
div#search legend{
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	padding: 2px 0 0 36px;
}
/* main content */
div#main_content{
	width: 622px;
	padding: 0 16px 0 12px;
	float: left;
	display: inline;
}
div#full_content{
	padding: 0 16px;
}
div.contenter a{
	text-decoration: underline;
}
div.contenter h1,div.contenter h2,div.contenter h3,div.contenter h4,div.contenter h5{
	font-weight: bold;
	margin: 0.5em 0;
}
div.contenter h1{
	color: #73a0ab;
	font-size: 2em;
}
div.contenter h2{
	color: #39567e;
	font-size: 1.4em;
}
div.contenter h3{
	color: #73A0AB;
	font-size: 1.3em;
}
div.contenter h4{
	color: #1D2B3F;
	font-size: 1.2em;
}
div.contenter h5{
	color: #1D2B3F;
	font-size: 1.1em;
}

div.contenter p{
	font-size: 1.1em;
	margin: 0.9em 0;
	line-height: 1.2em;
}
div.contenter strong{
	font-weight: bold;
}
div.contenter em{
	font-style: oblique;
}
div.contenter p.backtotop{
	text-align: center;
	font-size: 1.1em;
}
div.contenter p.backtotop a{	
	padding-left: 21px;
	background: url(../images/public/up_bullet.gif) center left no-repeat;
}
div.contenter ul{
	margin: 1.1em;
}
div.contenter li{
	margin: 1.2em 0;
	padding-left: 13px;
	background: url(../images/public/contenter_bullet.gif) center left no-repeat;
}
div.contenter img{
	margin: 0.5em;
	border: 3px solid #D6D9DE;
}
/* footer */
div#footer{
	color: #1B2F48;
	clear: both;
}
div#footer ul{
	text-align: center;
	padding: 8px 0;
}
div#footer li {
	display: inline;
	padding-right: 7px;
	margin-left: 6px;
	background: url(../images/public/footer_separator.gif) center right no-repeat;
}
div#footer li.last{
	background: none;
}
/* HOMEPAGE */
div#home{
	padding: 12px 36px;
}
div#home div#focus{
	width: 818px;
	height: 184px;
	background-image: url(../images/public/focus.jpg);
}
/* generic styles for the homepage */
div.homer h1,div.homer h2,div.homer h3,div.homer h4,div.homer h5{
	font-weight: bold;
	margin: 0.3em 0;
}
div.homer h2{
	color: #73a0ab;
	font-size: 1.3em;
	text-transform: uppercase;
}
div.homer h3{
	color: #48555a;
	font-size: 1.1em;
}
div.homer a.readall{
	clear: both;
	float: right;
	display: inline;
	text-decoration: none;
}
div.homer a.readall:link, div.homer a.readall:visited{
	color: #d8384f;
}
div.homer a.readall:hover, div.homer a.readall:active{
	color: #F38E0F;
}
/* home events */
div#events{
	float: left;
	display: inline;
	width: 343px;
}
div#events div.outer_event_summary{
	background: url(../images/public/outer_event_summary.gif) top center no-repeat;
	margin: 15px 0;
}
div.outer_event_summary div.inner_event_summary{
	background: url(../images/public/inner_event_summary.gif) bottom center no-repeat;
	padding: 10px 20px;
	position: relative;
	height: 1%;
	overflow: hidden;
}
div.inner_event_summary img{
	float: right;
	margin: 0 0 0.6em 0.6em;
}
/* home news */
div#home div#outer_news_summary{
	float: left;
	display: inline;
	width: 460px;
	background: url(../images/public/outer_news_summary.gif) top center no-repeat;
	margin: 15px 0 15px 15px;
}
div#outer_news_summary div#inner_news_summary{
	padding: 10px 20px;
	background: url(../images/public/inner_news_summary.gif) bottom center no-repeat;
}
div#inner_news_summary div.news_entry{
	position: relative;
	padding: 0.5em 0;
	border-bottom: 1px dotted #cacaca;
	margin: 0.6em 0;

}
div.news_entry p{
	font-size: 1.1em;

}
div.news_entry h3{
	font-size: 1.3em;
padding-top:2px;
	text-transform: uppercase;
	width: 305px;

}
div.news_entry a.readmore{
	position: absolute;
	display: inline;
	top: 1.4em;
	right: 1.2em;
	width: 87px;
	height: 22px;
	background-image: url(../images/public/news_readmore.gif);
}
div.entry{
	margin: 1em 0 2em 0;
}
div.entry a.readmore{
	display: block;
	margin: 1em 0;
	font-weight: bold;
}
/* home direct links */
div#inner_news_summary div#directlinks{
	float: left;
	display: inline;
	width: 135px;
	padding: 5px 10px 5px 0;
	font-size: 1.05em;
	background: url(../images/public/directlinks_border.gif) center right no-repeat;
}
div#directlinks ul{
	margin: 0.8em 0;
}
div#directlinks li{
	padding-left: 10px;
	margin: 0.4em 0;
	background: url(../images/public/directlinks_bullet.gif) 0 3px no-repeat;
	border-bottom: none;
}
div#directlinks li a:link,div#directlinks li a:visited{
	color: #5e8c97;
}
div#directlinks li a:hover,div#directlinks li a:active{
	color: #F38E0F;
}
/* home newsletter */
div#inner_news_summary div#newsletterbox{
	float: left;
	display: inline;
	position: relative;
	width: 230px;
	height: 1%;
	padding: 5px 0 0 15px;
}
div#newsletterbox form{
	top: 10px;
	width:260px; height:100px;
	background: url(../images/public/home_newsletter.gif) no-repeat;
}
div#newsletterbox input.text{
	height: 12px;
	padding: 3px;
	margin: 0 0 5px 27px;
	position: absolute;
	font-size: 0.9em;
}
div#newsletterbox input#subscriber_sName{
	top: 36px;
	left: 18px;
	width: 78px;
}
div#newsletterbox input#subscriber_sCaptcha {
	top:92px; left:18px;
	width:78px;
}
div#newsletterbox img.captcha {
	position:absolute; top:89px; left:139px;
}
div#newsletterbox input#subscriber_sFirstName{
	top: 36px;
	left: 112px;
	width: 60px;
}
div#newsletterbox input#subscriber_sEmail{
	top: 64px;
	left: 18px;
	width: 154px;
}
div#newsletterbox input.submit{
	position: absolute;
	left: 220px;
	top: 48px;
	width: 36px;
	height: 20px;
	background: url(../images/public/go3.gif) no-repeat;
	border: none;
}
div#newsletterbox p{
	text-align: center;
}
/* SITEMAP */
div#sitemap{
	padding: 12px 48px;
}
div#sitemap a{
	text-decoration: none;
}
div#sitemap a:hover, div#sitemap a:active{
	text-decoration: underline;
}
div#sitemap div.outer_sitemap_header{
	margin: 1em 0;
	background: url(../images/public/outer_sitemap.gif) bottom center no-repeat;
}
div.outer_sitemap_header div.inner_sitemap_header{
	background: url(../images/public/inner_sitemap.gif) top center no-repeat;
	padding: 2em;
}
div#sitemap h2{
	font-size: 2em;
	margin: 0;
	padding-bottom: 0.2em;
	border-bottom: 1px solid #efefef;
}
div#sitemap h2 a:link, div#sitemap h2 a:visited{
	color: #F38E0F;
}
div#sitemap h2 a:hover, div#sitemap h2 a:active{
	text-decoration: none;
}
div#sitemap ul{
	margin: 10px 30px;
	font-size: 1.6em;
}
div#sitemap ul.section_summary{
	font-size: 1.2em;
	margin: 10px;
}
div#sitemap ul.section_summary li{
	list-style-type: none;
	padding-left: 21px;
	background: url(../images/public/down_bullet.gif) center left no-repeat;
}
div#sitemap li{
	list-style-type: upper-roman;
	background-position: -100000px;
	color: #39567e;
}
div#sitemap li li{
	list-style-type: decimal;
	color: #1D2B3F;
}
div#sitemap li li li{
	list-style-type: lower-alpha;
	color: #1D2B3F;
}
div#sitemap li li li li{
	list-style-type: lower-roman;
	color: #1D2B3F;
}
div#sitemap ul ul{
	font-size: 0.90em;
}
/* SEARCH */
div#searchpage{
	padding: 12px 48px;
}
/* searchform */
div#searchpage div#outer_search_form{
	margin: 1em 0;
	background: url(../images/public/outer_sitemap.gif) bottom center no-repeat;
}
div#outer_search_form div#inner_search_form{
	background: url(../images/public/inner_sitemap.gif) top center no-repeat;
	padding: 2em;
}
div#searchpage fieldset{
	margin: 1em 0;
}
div#searchpage label{
	font-weight: bold;
}
div#searchpage input.text{
	margin: 0 0.4em;
}
div#searchpage input.submit{
	width: 36px;
	height: 20px;
	background: url(../images/public/go2.gif) center left no-repeat;
	border: none;
}
/* results */
div#searchpage ol.searchresults{
	margin: 2em 0;
	padding: 0 2em;
}
div#searchpage ol.searchresults li{
	list-style-type: decimal;
	margin: 0.5em 0;
	padding: 0;
	background-image: none;
}
/* pagination */
div#pagination{
	padding: 10px;
	text-align: center;
}
div#pagination ul{
	display: inline;
	background: #efefef;
	border: 1px solid #afafaf;
	margin: 0;
	padding: 0;
	padding: 5px;
}
div#pagination li{
	display: inline;
	background: none;
	margin: 0 5px;
	padding: 0;
}
/* tables */
div.contenter table{
	margin: 10px;
	border: 0;
	width: 600px;
}
div.contenter tr{
	line-height: 1.6em;
	border-bottom: 1px solid #efefef;
}
div.contenter td{
	padding: 0px 8px;
}
.divhide {
    height:100%;
    width:100%;
    position:absolute;
    top:0px;
    left:0px;
    display:none;
    z-index:5000;
    padding-left:auto;
    padding-right:auto;
    font-size:12px;
}
#divhidebg{
     position:absolute;
     top:0px;
     left:0px;
     background-color:#000000;
     height:100%;
     width:100%;
     z-index:100;
     filter:alpha(opacity=50);
     -moz-opacity:0.5;
       -khtml-opacity: 0.5;
       opacity: 0.5;
}
/* public forms */
div#messages{
	padding: 10px;
	border: 4px solid #D04105;
}
div.form_module{
	margin: 25px;
	padding: 10px;
	border: 1px solid #bfbfbf;
	background: #efefef;
}
div.form_module label{
	float: left;
	dispplay: inline;
	width: 120px;
	font-weight: bold;
}
div.form_module input{
	margin: 5px 0;
}
div.form_module textarea{
	width: 320px;
	height: 180px;
}
div.form_module p.form_warning{
	color: #D04105;
	font-weight: bold;
}