/*Connected to MASTER*/

body {
margin: 0;
padding: 0;
background: 
font-family: Verdana, Helvetica, Arial, Sans-Serif;
font-size: 11px;
}

.clear {
clear: both;
height: 3px;
}

a { color: #336633; text-decoration: none; }
a:visited { color: #000000; text-decoration: none; }
a:hover { color: #000000; text-decoration: none; border-bottom: 1px dotted #194180; }
a:active { color: #000000; text-decoration: none; border-bottom: 1px dotted #194180; }

li {line-height: 150%;}

img {border: none;}

/* Page Layout */

#wrapper {
width: 849px;
margin: 0 auto;
background: 
}


html>body #wrapper {
margin-top: 0;
margin-right: auto;
margin-left: auto;
padding: 0;
background: url(../assets/img/wrapperbkg.gif);
width: 849px;
}

#header {
background: url(/templates/assets/img/header.gif);
height: 83px;
width: 849px;
}


#header h1 {
display: none;
}

#content {
	margin: 0;
	padding: 0;
	float: left;
	width: 849px;
	width: 602px;
	height: 334px;
	text-align: left;
	background-image: url(../assets/img/contentbkg.gif);
	background-repeat: no-repeat;
}

#content h1 {
font-size: 1.5em;
margin: 2px 0 3px 4px;
padding: 0px 0 0px 4px;
color: #222;
font-weight: bold;
}

#content h2 {
font-size: 1.25em;
margin: 2px 0 2px 9px;
padding: 0px 0 0px 4px;
color: #194180;
font-weight: bolder;
}

#content h3 {
font-family: Verdana, Helvetica, Arial, Sans-Serif;
font-size: 1em;
margin: 2px 0 1px 9px;
padding: 0px 0 0px 4px;
color: #194184;
font-weight: bold;
}

#content h4 {
font-size: .95em;
margin: 2px 16px 6px 16px;
padding: 0;
color: #808080;
border-bottom: 1px dashed #808080;
font-weight: bold;
}

#content p {
margin: 0 1.5em 2px 1em;
padding: 2px 0 4px 6px;
font-size: 12pt;
color: #000;
line-height: 160%;
}

#content td p {
margin: 0;
padding: 2px 0 4px 0;
line-height: 110%;
}

#pagecontent { float: left; width: 387px;  }
/*Newsfeed section*/

#colnews {
	display: block;
	width: 224px;
	margin: 8px 0px 0px 0px;
	padding: 0px;
	float: right;
	text-align: left;}
	
#newsblock {width:224px;
	padding: 0px;
	margin: 0px;}
		
.newsitem {
	width: 224px;
	margin: 0px;
	padding: 5px 5px;
	background-image: url(/templates/assets/img/hmnewsbkg.gif);
	background-repeat:repeat-y;
	font-size:.9em;}

.newsitem h2 {width: 190px;
	margin: 0px;
	padding: 2px;
	background:none;}

.newsitem p {width: 190px;
	margin: 0px;
	padding: 2px 3px 5px 3px;}

/*end of newsfeed*/	

#breadcrumb {
	text-align: left;
	margin: 0 auto;
	padding: 1em 0 1em .5em;
	font-size : 0.9em;
}

/* Main Menu */


/*controls main navigation look*/
#mainmenu{
	float: right;
	color: #FFFFFF;
	width: 245px;
	font-size: 12px;
	text-align: left;
	margin-top: 3em;
	height: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
	
#nav ul {
	list-style: none;
	margin: 0 4px 0 0;
	padding: 0;
	text-align: left;
	line-height: 120%;
	width: 245px;}

#nav a, #nav a:visited {
	color: #FFFFFF;
	border-bottom: 0px;
	font-weight: bold;
	text-decoration: none;
}

#nav a:hover {
	color: #000;
	}

#nav li { /* all list items */
	list-style-image: none;
	font-size: 11px;
	line-height: 150%;
	padding: 0 0 10px 10px;
	list-style: none;
	font-weight: bold;
	font-size: 11px;
}
/*Dropdown Menu commands begin here*/

#nav li ul { /* second-level lists */
	display: block;
	position : absolute;
	left: -999em;
	margin-left : 100px; /*moves menu closer or further*/
	margin-top : -1.35em; /*moves menu higher or lower (- closer, + further*/
	border: 0px solid #336633;
	background-color: #000000;
}

#nav li ul li{
	display: block;
	font-weight: normal;
	font-size: 11px;
	line-height: 150%;
	padding: 0 0 10px 10px;
}

#nav li li {
	width: 130px;
	padding: 0 0 1px 10px;
	margin: 0;
}
#nav li ul a {
	width: 100%;
	text-align: left;
	padding: 0 0 10px 10px;
	margin-bottom: -12px;
	color: #fff;
	background: #000000;
	font-size: 12px;
}
/*On mouse-over/hover for drop down menu*/

#nav li ul a:hover {
	display: block;
	padding: 0 0 5px 10px;
	background-color: #336633;
	background-image: none;
	background-attachment: scroll;
	color: #ffffff;
}

/*3rd Level Navigation*/
#nav li ul ul { /* third-and-above-level lists */
	left: -999em;
}

#nav li a {
	display : block;
	text-decoration : none;
	color: #fff;
	padding : 0 0.5em;
}
	
#nav li a:hover { /*main level hover*/
	color : #fff;
	background-color : #6b1613;
}

#nav li ul li a { /*2nd level nav*/
	padding: 0 0 5px 10px;
}
	
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.thover ul ul, #nav li.thover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.thover ul, #nav li li.thover ul, #nav li li li.thover ul { /* lists nested under hovered list items */
	left: auto;
}
	
#topNav {
	width: 849px;
	height: 30px;
	float: left;
	color: #6597bb;
	background: #6b1613;
	border-top: 0px solid #333;
	border-bottom: 0px solid #333;
	margin: 0 0 0px 0;
}

#topNav ul li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#topNav ul {
	margin: 0;
	padding: 0 0 0 8%;
	color: #fff;
	font-family: Tahoma, Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 10pt;
	letter-spacing: 2px;
}


#topNav ul li a {
	padding: 0.2em 12px;
	background-color: #6b1613;
	color: #6597bb;
	text-decoration: none;
	float: left;
	border-left: 0px solid #ccc;
	border-bottom: none;
}

#topNav ul li a:hover {
	color: #ffffff;
}
#topNav ul li ul { display: none; visibility: hidden; }

.logoarea {display: block;
	float: right;
	width: 160px;
	margin: 0px 4px 4px 0px;
	padding: 2px 0px;
	text-align: left;
	font-size:.8em;}


#footer {
	clear: both;
	margin: 0px 0px 0px 0px;
	width: 849px;
	height: 69px;
	background-repeat: no-repeat;
	background-image: url(../assets/img/footer.png);
	background-position: top;
}
#subfooter {
	clear: both;
	margin: 0 auto;
	text-align: center;
}
div.gallery {
	float: left;
	padding: 2px 2px 2px 2px;
	margin: 1px 1px 1px 1px;
}

div.gallery p {font-size: .75em; text-align: center;}

ul.thumbGallery {
  list-style: none;
  list-style-image: none;
  padding: 0;
  margin: 0;  /* different browsers style this different so go for sure */
 /* line-height: 1em; */
  text-align: center;
/* font-size:smaller;
  font-weight:lighter; */
  color: #666;
}

ul.thumbGallery li {
  list-style-image: none;
  float: left;
  border: 1px solid #ccc;
  padding: 3px;
  margin-bottom: 3em;
  margin-right: 1em;
  white-space: nowrap;
}

ul.thumbGallery li a, li a:visited {
  border-bottom: 0px;
  text-decoration: none;
}

ul.thumbGallery a img {
  border: 1px solid #ccc;
  margin-bottom: 5px;
}

div.photo {
	padding: 4px 4px 4px 4px;
	margin: 6px 2px 6px 2px;
	text-align: center;
}

div.photo p {font-size: .75em; text-align: center;}

div.photo img {
	border: 1px solid #aaa;
}

div#doclib {
	margin: 0 1.5em 2px 1em;
	padding: 0px 0 4px 6px;
}

div#event {
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	color: #444;
	}

div#event h2 {
	font-size: 1.5em;
	margin: 5px 0 5px 9px;
	padding: 0px 0 0px 4px;
	font-weight: normal;
	border-bottom: 2px dotted #e0e0e0;
}

div#event h3 {
	font-size: 1.1em;
	margin: 5px 0 5px 9px;
	padding: 0px 0 0px 5px;
	font-weight: bold;
}

div#event h3 a, h3 a:visited {
	color: #444;
	font-weight: bold;
	text-decoration: underline;
}

div#event h4 {
	font-size: .8em;
	margin: 1px 0 0px 12px;
	padding: 0px 0 0px 4px;
	font-weight: lighter;
}

div#event p {
	font-size: 1em;
	margin: 1px 0 1px 12px;
	padding: 0px 0 0px 4px;
	font-weight: normal;
}

div#searchresults li a, li a:visited {
	color: #600;
	text-decoration: none;
}

div#siteindex ul li {
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 8px;
}