/*****************************
Global layout styles
*****************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend { margin: 0; padding: 0; border: none; }

body {
	background: #99c1d3 url(../images/bg_image.jpg) repeat-x top left;
	font-family: Arial, Helvetica, sans-serif; font-size:12px;
	color: #333;
	text-align: center; }

img[align=left] {
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}
img[align=right] {
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

a { color:#21097B;}
a:hover { text-decoration:none;}

.errorTxt { color: #FF0000;	font-weight: bold;}

#globalPositioning {	margin: 0 auto;	padding: 10px 0;	width: 780px;	text-align: left;	background-color: #fff; }

#mainContent {
	background: transparent url(../images/backgroundpage.gif) repeat-y top left;
	margin: 10px 10px 0 10px;
	display: inline-block; }
#mainContent:after { content: "."; display: block; height: 0; font-size: 0;	clear: both; visibility: hidden; }
/* Hides from IE Mac */* html #mainContent {height: 1%;} #mainContent {display: block;}/* End Hack */

#newsSideBar { float: right; width: 210px}

#homepageTxt { padding-left: 10px;	padding-right: 10px;	width: 520px;	border-right: #CCCCCC 1px solid; }

ul.newsLevel2Nav { list-style: none;	padding-bottom: 10px;}

ul.newsLevel3Nav { list-style: none;	padding-left: 10px;}

#dropmenudiv {
  position:absolute;
  border:1px solid black;
  border-bottom-width: 0;
  font:normal 12px Verdana;
  line-height:18px;
  z-index:100;
	text-align: left;
}

#dropmenudiv a {
color: #000000;
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
}

#dropmenudiv a:hover{ /*hover background color*/ background-color: #E5E5DB;}

#breadcrumbs {	border-bottom: 1px solid #333;	padding: 0 0 5px;	margin: 0 0 10px;	font: italic 10px;}

/*****************************
Header styles
*****************************/
#header {	height: 130px;	text-align: right;	margin: 0 10px;	border-top: 5px solid #333;	position: relative;	}

ul#quickLinksList {
	position: absolute;
	font: 1.1em/1.5em Verdana, Helvetica, Arial, sans-serif;
	top: 0;
	right: 0;
	padding: 0 10px 0 0;
	background-color: #333;	
	list-style: none;
	z-index: 100;
	
	
	}
ul#quickLinksList li {
background-image:url(/images/header_img.gif);
	background-repeat: no-repeat;
	display: inline;
	color: #fff; }
ul#quickLinksList li a {
	color: #fff;
	text-decoration: none;
	padding: 0 3px; }

img#logo {
	float: left; }
	
/*****************************
Footer styles
*****************************/
#footer {
	clear: both;
	border-top: 10px solid #fff;
	padding: 10px;
	margin: 0 10px;
	background-color: #333; 
	height: 110px;
}

ul#footerLinks {
	padding-top: 5px;
	list-style: none; }	
ul#footerLinks li {
	display: inline;
	color: #fff; }
ul#footerLinks li a {
	color: #fff; }

#footer p {
	color: #fff;
	padding: 15px 0 0; }

#footer img {
	float: right; }
	
/*****************************
Level 1 Nav styles
*****************************/
#navBar {
background: #21097B url(/images/navbarbg.gif) repeat-x top;
min-height: 29px;
margin: 0 10px 0 10px;
position: relative;
display: inline-block;
border-bottom: 1px solid #174E66 ;
}

#navBar:after { content: "."; display: block; height: 0; font-size: 0;	clear: both; visibility: hidden; }
/* Hides from IE Mac */* html #navBar {height: 1%;} #navBar {display: block;}/* End Hack */

ul#level1Nav {
	float: left;
/* Leaving this out should fix the primary nav overlapping intro text...	height: 33px; */
	list-style: none;
	padding: 0 10px 0 0; }
	
ul#level1Nav li {
	background: #227295 url(/images/navbarbg.gif) repeat-x top;
	border-right: 1px solid #174e66;
	float: left;
	font: 1.1em/1.5em Verdana, Helvetica, Arial, sans-serif;
	 }
 
ul#level1Nav li a:link, ul#level1Nav li a:visited {
	color: #fff;
	display: block;
	padding: 5px 6px 4px;
	text-decoration: none; }
	
ul#level1Nav li a:hover, ul#level1Nav li a:active, ul#level1Nav li a#level1NavSelected {
	color: #fff;
	background: #174e66 url(/images/navbarhighlight.gif) repeat-x top;
	display: block;
	padding: 5px 6px 4px;
	text-decoration: none; }
	
/*****************************
Level 2 Nav styles
*****************************/
.titleBarSidebar {
	background: #227295 url(/images/titlebarbg.gif) repeat-x top;
	border-bottom: 1px solid #333;
	padding: 3px 10px;
	overflow: hidden; }

h1.youAreHere {
	font: normal 1.2em/1.5em Verdana, Helvetica, Arial, sans-serif;	
	color: #fff; }
h1.youAreHere a {
	font: normal 1.0em Verdana, Helvetica, Arial, sans-serif;	
	color: #fff; 
	text-decoration: none;
}

ul#level2Nav {
	 }
ul#level2Nav li {
	list-style: none;
	font: 1.1em/1.5em Verdana, Helvetica, Arial, sans-serif;
	border-bottom: 1px solid #174E66; }
ul#level2Nav li a:link, ul#level2Nav li a:visited {
	color: #333;
	display: block;
	padding: 2px 10px 3px;
	text-decoration: none; }
ul#level2Nav li a:hover, ul#level2Nav li a:active, ul#level2Nav li a#level2NavHighlight {
	color: #333;
	background-color: #E5E5DB;
	display: block;
	padding: 2px 10px 3px;
	text-decoration: none; }
ul#level2Nav li#level2NavSelected {
	color: #333;
	background: transparent url(../images/navhighlight.gif) repeat-x top ;
	display: block;
	text-decoration: none; }

/*****************************
Level 3 Nav styles
*****************************/
ul#level3Nav {
	 }
ul#level3Nav li {
	font: 1em/1em Verdana, Helvetica, Arial, sans-serif;
	list-style: none;
	border: none;
	padding: 0 0 3px;
	color: #333; }

ul#level3Nav li a:link, ul#level3Nav li a:visited {
	color: #333;
	display: block;
	padding: 3px 10px 3px 20px;
	background: transparent url(../images/bulletarrow.gif) no-repeat 10px .5em;
	text-decoration: none; }
ul#level3Nav li a:hover, ul#level3Nav li a:active, ul#level3Nav li a#level3NavHighlight {
	color: #333;
	background: #E5E5DB url(../images/bulletarrow.gif) no-repeat 10px .5em;
	display: block;
	padding: 3px 10px 3px 20px;
	text-decoration: none; }
ul#level3Nav li#level3NavSelected  {
	color: #333;
	display: block;
	text-decoration: none;
	font: 1em/1em Verdana, Helvetica, Arial, sans-serif;
	list-style: none;
	border: none;
	padding: 0 0 3px;
	background: #E5E5DB }

/*****************************
Level 4 Nav styles
*****************************/
ul#level4Nav {
	 }
ul#level4Nav li {
	font: 1em/1em Verdana, Helvetica, Arial, sans-serif;
	list-style: none;
	border: none;
	padding: 0 0 3px;
	color: #333; }

ul#level4Nav li a:link, ul#level4Nav li a:visited {
	color: #333;
	display: block;
	padding: 3px 10px 3px 30px;
	background: transparent url(../images/bulletarrow.gif) no-repeat 20px .5em;
	text-decoration: none; }
ul#level4Nav li a:hover, ul#level4Nav li a:active {
	color: #333;
	background: #E5E5DB url(../images/bulletarrow.gif) no-repeat 20px .5em;
	display: block;
	padding: 3px 10px 3px 30px;
	text-decoration: none; }
ul#level4Nav li#level4NavSelected {
	color: #fff;
	display: block;
	text-decoration: none;
	font: 1em/1em Verdana, Helvetica, Arial, sans-serif;
	list-style: none;
	border: none;
	padding: 0 0 3px;
	background: #E5E5DB url(../images/bulletarrow.gif) no-repeat 20px .5em; }
ul#level4Nav li a#level4NavOn {
	color: #333;
	background: #F4F4EB url(../images/bulletarrow.gif) no-repeat 20px .5em;
	display: block;
	padding: 3px 10px 3px 30px;
	text-decoration: none; }

/*****************************
Fossil Menu Styles
*****************************/
ul.fossilmenu {

}

li.level1 {
	color: #333;
	display: block;
	padding: 1px 10px 3px 20px;
	background: transparent url(../images/bulletarrow.gif) no-repeat 10px .5em;
}

li.level2 {
	color: #333;
	display: block;
	padding: 1px 10px 3px 30px;
	background: transparent url(../images/bulletarrow.gif) no-repeat 10px .5em;
}

li.level3 {
	color: #333;
	display: block;
	padding: 1px 10px 3px 40px;
	background: transparent url(../images/bulletarrow.gif) no-repeat 10px .5em;
}



/*****************************
Sidebar Styles
*****************************/
#sidebar {
	float: left;
	background-color: #F4F4EB;
	width: 200px; }		




ul#spaced {
line-height:1.5em;
}

#htPortrait
{
  width: 175px;
	height: 230px;
  float: left;
	text-align: center;
	margin-right: 10px;
}

/*****************************
Homepage styles
*****************************/
#introText {
	background: #F4F4EB url(../images/smallgrad2.gif) repeat-x top left;
	font: 1.2em/1.5em Verdana, Helvetica, Arial, sans-serif;
	padding: 10px;
	margin: 0 10px 0;
	color: #000; 
/*	border-top: 2px solid #174E66 ; */
	}
	

#introText a {	color: #000; }

	
#contentHomepage {	padding: 10px;	display: inline-block;	}
#contentHomepage:after {content: "."; display: block; height: 0; font-size: 0;	clear: both; visibility: hidden; }
/* Hides from IE Mac */* html #contentHomepage {height: 1%;} #contentHomepage {display: block;}/* End Hack */

#contentHomepage p{ padding-bottom: 10px;	}
#contentHomepage h1{  padding-bottom: 10px;	font-size: 18px;	font-weight:bold;	}

#mainColumn { margin-left: 210px;}
#mainColumn p { padding-bottom: 10px;}
#mainColumn h1 { font-weight: bold;	font-size: 18px;}

ul#footerImg { list-style-image:none; list-style-position:outside; list-style-type:none; text-align:center;}
ul#footerImg li { display: inline;}
#footerImg img { margin-right: 5px;}
ul#footerLinks { list-style: none; float: left;}
ul#footerLinks2 { padding-top: 5px; color: #FFFFFF; list-style: none; float: right;}
ul#footerLinks2 li { display: inline;}
ul#footerLinks2 a { color: #FFFFFF;}

fieldset.np { width: auto;border: 1px #CCCCCC solid;	padding: 10px;}

legend {	border: 1px #CCCCCC solid;	background-color: #000099;	color: #FFFFFF;	padding: 3px;}

input submit { border: 1px #CCCCCC solid;background-color: #000099;color: #FFFFFF;	padding: 3px;}

table.cpTab{
border-width: 1px;
border-spacing: 0px;
border-style: solid;
border-color: black;
border-collapse: collapse;
background-color: white;
}

table.cpTab td {
border-width: 1px;
padding: 3px;
border-style: inset;
border-color: black;
background-color: white;
-moz-border-radius: 0px;
border-collapse: collapse;
}

table.cpTab th { background-color: #000099;	color: #FFFFFF;	padding: 3px;}

fieldset.login { width: 300px;	padding: 10px;	border: 1px #CCCCCC solid;}
label.login { float: left;width: 75px;text-align: right;margin-right: 10px;font-weight: bold;}
.submit input { border: 1px #CCCCCC solid;	background-color: #000099;	color: #FFFFFF;	padding: 3px;}

#linksYear { padding: 3px; text-align: center;}

.newsBg1 {  padding: 10px;  background-color: #F4F4EB;}
.newsBg2 { padding: 10px; background-color: #EEEEEE; }

.newsBg1 hr, .newsBG2 hr { height: 1px;}

#contactsPage{ text-align: center;}

#map_bg {border: 1px #999999 solid;background-color: #F4F4EB;height: 172px;padding: 10px;}

.map_holder { float: left;	text-align:center;	margin-left: 21px;	margin-right: 21px;}

.map_holder img {border: 1px #999999 solid;}
ul#controlList {list-style:none;margin: 0;}