body {
	background-position: 50%;
	padding: 0px;
	margin-top: 1em;
	background-color: #ebebe8;
}

.clear {
clear: both;
}



/* Page Layout */

#wrapper {
	width: 1000px;
	background: transparent url(../assets/img/wrapperbkg.gif) repeat-y;
	/*Centering Code*/
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align:left;
	voice-family: "\"}\"";
	voice-family:inherit;
}



html>body #wrapper {
	width: 1000px;
	background: transparent url(../assets/img/wrapperbkg.gif) repeat-y;
	/*Centering Code*/
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align:left;
	voice-family: "\"}\"";
	voice-family:inherit;}

#header {
	background: #fff url(../assets/img/header.gif);
	height: 154px;
	width: 1000px;
}



#content {
	padding: 0;
	width: 1000px;
	text-align: left;
}


#colone {width: 220px;
	float: left;
	margin-left: 10px;
	padding: 0;}
	
#coltwo {width: 750px;
	float: right;}

#breadcrumb {
	text-align: left;
	margin: 0 auto;
	padding: 1em 0 1em .5em;
	font-size : .9em;
}

#mainmenu {
	width: 200px;
	margin-top: 15px;
}

 #nav, #nav ul { /* all lists */
  padding: 0;
  margin: 0;
  list-style: none;
  float : left;
  font-size: 1em;
  font-weight: bold;
 }
 
#nav li {/*main level lists */
	position : relative;
	float : left;
	background: url(/templates/assets/img/menuhalo.gif) no-repeat 8px /*moves image in from left */ 8px /* moves image down*/;
	padding-left: 10px; /*moves text in from the left*/
 }
 

 
 
 #nav li a {
	display : block;
	color : #012d6a;
	width: 180px;
	text-decoration : none;
	background-color : transparent;
	border : none;
	padding: 10px 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
 }
 
 #nav li a:hover { /*main level hover look */
  color: #012d6a;
  background: url(/templates/assets/img/menuhalo.gif) no-repeat;
  background-color: #fff6da;
   }

#nav li ul {display: none;}


#footer {
	height: 50px;
	width: 1000px;
	background-repeat: no-repeat;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
}

footer p {
	color: #000000;
	margin-top: 25px;
	text-align: right;
}

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;
	background: transparent;
}

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;
	background: transparent;
	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;
	background: transparent;
	text-decoration: none;
}

div#siteindex ul li {
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 8px;
}

#searchbox {width: 190px; float: left;}
