html {
 font: 12px Verdana, Helvetica, sans-serif;
}

h3 {
	font-size:100%;
	margin:5px 0;
	}
#body_home {
 font-size: 92%;
 background:#900;
 
}

#wrap, #footer {

 margin-bottom:0px;
 margin-right: auto;
 margin-left: auto;
 padding: 10px 0px;
 width:800px;

 background:url(../images/backgrounds/horizontal_gradbg.jpg) repeat-y;
}

#wrap {
 margin-top: 50px;
 background:#fff;
}


#logo {
	float:left;
	margin-left:10px;
}

#address {
  text-align:right;
  margin-bottom:10px;margin-right:10px;
}

#nav {
 margin: 0;
 padding:0;
 list-style-type: none;
 width: 800px;
 float: left; /* Contain floated list items */
 font: 110% "Times New Roman", Times, serif;
}

#nav li {
 margin:0;
 padding: 0;
 float: left;
 width:126px;
}

#nav a {
 float: left;
 width: 126px;
 text-align: center;
 color: #FFF;
 text-decoration: none;
 border-right: 1px solid #FFF;
}
#nav_home,
#nav_about,
#nav_services,
#nav_resourcespartners,
#nav_appointments,
#nav_otherservices {  
  color: #1A1303;
  font-weight:bold;
  
}

#nav #nav_otherservices {
  width:155px;
}

#nav #nav_otherservices li {
 width:155px;
}

#nav #nav_otherservices a {
 border-right:0px solid #ccc;
}

#nav #nav_resourcespartners a {
	width:135px;
}

#nav a:hover {
 background: #900;
}

#boxOut {
	width:800px;
	float:left;
}

#header #nav {
 background:#999;
}

#header #nav a {
  line-height:25px;
}

#maincontent {
 margin: 10px 10px;
 width: 780px;
 background:#fff;
 padding:10px 0; 
}

.clearer {
 clear:both;
}

.subtitle {
 font-size:14px;
 color: #900;
 font-weight:bold;
}
#footer {
 background:none;
 color:#fff;
 text-align:center;
}

#footer a:link {
 color:#fff;
 text-decoration:none;
}

#footer a:hover {
 text-decoration:underline;
}
#adline {
	position:fixed;
	left:0;
	top:0px;
	width:100%;
	height:50px;
	background:#900;
	padding-bottom:10px;
	margin-top:0;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	z-index:5;
}
#adline p {
	color:#000;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	margin-bottom:0;
	width:778px;
	background:#eee;
	padding:10px;
	border-left:1px solid #999;
	border-bottom:2px solid #999;
	border-right:1px solid #999;
	font-style:italic;
	font-weight:bold;
}
