html, body { 
	height: 100.1%;
}
body {
  background: #f4f4f4 url("../images/bg.gif") repeat-x center top;	
  padding: 0;
  margin: 0 0 0 92px;
  text-align: center;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

#page {
  position: relative;	
  margin: 15px auto;
  width: 900px;
  text-align: left; 
}

#side {
  position: absolute;
  top: 60px;
  left: -108px;
  width: 115px;
  height: 89px;
  background: #fff url("../images/side_logo.gif") repeat-x top left;
  z-index: 101;
}


#topmenu, #menucontainer, #header, #main {
  border: 12px solid #fff;
  border-top: 0;
  border-bottom: 0;
}
#header {
  position: relative;
  background-color: #fff;
  padding: 0;
  padding-top: 5px;
  padding-bottom: 30px;
  height: 56px;
}

	#header #logo {
	  position: absolute;	
	  left: 0;
	  width: 205px;
	  height: 70px;
	  background: url("../images/logo.gif") no-repeat left 5px;
	}

	#header #search {
	  position: absolute;
	  right: 0;
	  top: 40px;
	}

	#header #breadcrumb {
	  position: absolute;
	  left: 250px;
	  top: 45px;
	  font-family: Helvetica, Arial, sans-serif;
	}

		#breadcrumb a, #topmenu a {
		  text-decoration: none;
		  color: #999;
		}

#main {
  background: #fff ;
  float: left;
/*  width: 100%;*/
}
#content-wrapper {
  float: left;
  width: 476px;
}
#content-wrapper-without-sidebar {
  float: left;
  width: 676px;
}
#content {
  padding: 25px;
}

	#content h1 {
	  margin-top: 0;
	}

   #content p {
	  line-height: 150%;
	  text-align: left !important;
   }

	#content .first.entry {
	  margin: -25px;
	  margin-bottom: 0;
	  padding: 25px;
	}
	#content #pages .page {
		width: 476px;
	}
	
	#content ul, #content li {
	   list-style-type: none;
	   list-style-image: none;
		padding: 0;
		margin: 0;
	}
	
	#content li {
		padding-left: 25px;
		background: url("../images/bullet.gif") no-repeat left top;
		margin-bottom: 1em;
	  
	}

#sidebar-wrapper {
  float: right;
  width: 200px;
}
#sidebar {
  font-size: 90%;
  padding: 15px;
  padding-top: 0px;
}
#banner-wrapper {
  position: relative;
  background-image: url("/images/banner.jpg");
  height: 104px;
  width: 874px;
}
#banner { 
  position: absolute;
  left: 0;
  width:700px;
}

#sidebar p {
  line-height: 140%;
}
#sidebar ul {
  margin-left: 1.5em;
  padding: 0;
}
#sidebar li {
  margin-bottom: .25em;
}
#footer {
  float: left;
  font-size: 90%;
  padding-top: 1px;
  padding-bottom: 20px;
  width: 100%;
  text-align: center;
  background: #fff;
}
/* simulate form p */
form div {
	margin: 0 0 1.5em 0;
}

a {
  color:  #333;
}
a:visited {
  color:  #333;
}
a:hover, a:visited:hover {
  color:  #333;
}

#content {
  background: #fff;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}
#sidebar-wrapper {
/*  background: #e5f2fb;*/
}
#banner-wrapper {
/*  background: #790A13;*/
}

#mission {	
  color: #fff;
}
#footer, #footer a {
  color: #818cb0;
}

h1, h2, h3, h4 {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin-top: 1em;
  margin-bottom: .5em;
}

h1, h1 a{
  color: #333;
  font-size: 180%;
}

h2, h2 a {
  color: #333;
  font-size: 120%;
  font-weight: bold;
}

h3 {
  color: #666;
  font-size: 120%;
}


h4 {
/*  color: #790A13;*/
  font-size: 110%;
  font-weight: bold;
}

h1 a, h2 a, h3 a {
  text-decoration: none;	
}

#sidebar_label {
  font-size: 14px;
  font-weight: bold;
 color:  #790A13;
}
.text_field label {  
  float: left;
  width: 12em;  
  margin-right: 1em;
}
.error, .validation-advice {
  color: #f00;
}