@charset "UTF-8";
* {
    margin: 0;
    padding: 0;
}
body {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-family: "Verdana", sans-serif;
	font-size: 10pt;
	background:#ffffff;
	

}


h1 { 
	font-size: 14pt;
	color:#2b477c;	
 }
h2 { 
	font-size: 14pt;
	color:#2b477c;	
}
h3 { font-size: 12pt }
h4 { font-size: 14pt;
	color:#2b477c; }
	
.news-latest-item h4 {
 margin: 0;
 padding-top: .3em; 
	font-size: 12pt;
	color:#2b477c;	
}

.news-latest-item h4 a {
 margin: 0;
 padding-top: .3em; 
	font-size: 12pt;
	color:#005e87;	
}




#container {

	margin:0 auto;
	width: 998px;
	height:100%;
	overflow:auto;
	position:relative;

}


#header {
	 background: url(../img/header.png) no-repeat  top;
	 float: left;
	 width: 998px;
	height: 246px;
	 display: inline;
	

}

#printhead {
	display:none;
}

#contenttop {
	background: url(../img/contenttop.png) no-repeat;
	width: 998px;
	height: 32px;
	
	display: inline;
	float: left;
}

#mainContent {
	background: url(../img/mainback.png) repeat-y;
	width: 998px;
	display: inline;
	z-index:-1;
	float: left;
	
	
}

#mainContent ul li{
	margin-left:4em;
}

#leftCol {
	width: 200px;
	padding-left:50px;
	padding-bottom:10px;
	padding-right:40px;
	display:inline;
	float:left;
}

#centerCol {	
	display: inline;
	float: left;
	width: 640px;
	padding-left:10px;
	
	padding-bottom:10px;
    	

	
}


#contentbottom {
	background: url(../img/contentbot.png) no-repeat;
	width: 998px;
	height: 97px;
	display: inline;
	float: left;
}
#footer {
	
	float: left;
	width: 1000px;

	font-size: 11px;
	text-align: center;
}

#mainMenu {
	float: left;
	margin-left:295px;
	width: 670px;
	height:44px;
	padding-top:60px;
	display: inline;	
	position:relative;
	
}

.csc-textpic-caption {
	font-family: "Verdana", sans-serif;
	font-style: italic;
	font-size: 8pt;
}

#nav {
	margin: 0;
	margin-right:20px;
	padding: 6px 8px 40px;
	background: none;
	line-height: 100%;
	display:inline;
	float:left;
	z-index:50;
}

#nav li {
	margin: 0 5px;
	padding: 0 0 8px;
	float: left;
	position: relative;
	list-style: none;
}


/* main level link */
#nav a {
	font-weight: bold;
	color: #e7e5e5;
	text-decoration: none;
	display: block;
	padding:  8px 20px;
	margin: 0;
	background: #88a3f6 url(img/gradient.png) repeat-x 0 -40px;
	-webkit-border-radius: 1.6em;
	-moz-border-radius: 1.6em;
	
	text-shadow: 0 1px 1px rgba(0,0,0, .3);
}
#nav a:hover {
	background: #000;
	color: #fff;
}

/* main level link hover */
#nav .current a, #nav li:hover > a {
	background: #2b477c url(img/gradient.png) repeat-x 0 -40px;
	color: #fff;
	border-top: solid 1px #f8f8f8;

	-webkit-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	box-shadow: 0 1px 1px rgba(0,0,0, .2);

}

/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color: #ffffff;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#nav ul a:hover {
	background: #000 url(img/gradient.png) repeat-x 0 -100px !important;
	color: #fff !important;

	-webkit-border-radius: 0;
	-moz-border-radius: 0;


}

/* dropdown */
#nav li:hover > ul {
	display: block;
}

/* level 2 list */
#nav ul {
	display: none;

	margin: 0;
	padding: 0;
	width: 185px;
	position: absolute;
	top: 35px;
	left: 0;
	background: #88a3f6 url(img/gradient.png) repeat-x 0 0;
	border: solid 1px #2b477c;
	z-index:50;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	box-shadow: 0 1px 3px rgba(0,0,0, .3);
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}

#nav ul a {
	font-weight: normal;
}

/* level 3+ list */
#nav ul ul {
	left: 181px;
	top: -3px;
}

/* rounded corners of first and last link */
#nav ul li:first-child > a {
	-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;

	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
}
#nav ul li:last-child > a {
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;

	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
}

/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
} 
html[xmlns] #nav {
	display: block;
}
 
* html #nav {
	height: 1%;
}

.ui-widget { font-family: Verdana, Arial, sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #dddddd; background: #eeeeee url(images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x; color: #333333; }
.ui-widget-content a { color: #333333; }
.ui-widget-header { border: 1px solid #9f0c21; background: #9f2614 url(images/ui-bg_gloss-wave_35_9f2614_500x100.png) 50% 50% repeat-x; color: #ffffff; font-weight: bold; }
.ui-widget-header a { color: #ffffff; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #cccccc; background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #005e87; font-size: 14px;}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #005e87; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #ab0924; background: #f9ce67 url(images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #ab0924; }
.ui-state-hover a, .ui-state-hover a:hover { color: #ab0924; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #dddddd; background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #65160b; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #ab0924; text-decoration: none; }
.ui-widget :active { outline: none; }
.ui-widget-content {font-size:12px;}


.tx-rgsmoothgallery-pi1 {
	margin-right: auto;
	margin-left:0px;
	text-align:center;
  background: url(img/loading-bar-black.gif) center center no-repeat;
  background-color:none;
	z-index:-1
}





