#content_header
{
    width:764px;
	height:111px;
	background-image:url('/images/lowanna_header.jpg');
	background-repeat:no-repeat;
	/*border:solid 1px red;*/
	margin-left:8px;
	margin-top:2px;
	font-family: "Times New Roman", serif;
}

div#logo 
{
	float:left;
	height:80px;
	margin-left:25px;
	position:relative;
	width:110px;
	z-index:10;
}

div#logo a
{
	display:block;
	height:80px;
	width:110px;
}

#content_header h1
{
	color:white;
	font-weight:lighter;
	font-size:37px;
	margin:0;
	position:relative;
	top:22px;
}

#content_header h2
{
	color:white;
	font-weight:lighter;
	font-size:19px;
	margin:0;
	float:right;
	margin-top:56px;
	margin-right:10px;
}

#content_header a
{
	color:white;
	text-decoration:none;
}

h4
{
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-weight:bold;
	font-size:13px;	
	margin-top:0;
	position:relative;
	top:-18px;
}

#header_phone
{
	float:right;
	margin-right:19px;
}

#header_tagline
{
	margin-left:195px;
}

/*nav bar*/

/*top menu bar css*/

dl, dt, dd
{
margin: 0;
padding: 0;
}

#header_nav_bar_container
{
    width:760px;
    border-top:solid 2px #a64136;
    margin-top:0px; 
	margin-bottom:0;
    margin-left:9px;
	position:relative;
	top:-24px;
	font-family:Arial, Helvetica, sans-serif;
}

.nav_bar_selected
{
    color:white;
	background-color:#5E9778;
}

.nav_bar_unselected
{
    color:#5E9778;
}

#header_nav_bar
{
    width:756px;
    height:23px;
    background-color:#ccc;
    border:solid 1px #666;
    font-weight:bold;  
    border-top:solid 1px #ccc;
    margin-bottom:8px;
	padding:1px;
}

#header_nav_bar dl
{
   float:left; 
   height:20px;
   background-image:url('/images/nav_bar_button.gif');
   margin-left:1px;
   margin-right:2px;
   /*background-color:white;*/
   border:solid 1px white;
}

#header_nav_bar dl a
{
    font-size:11px;
    font-weight:bold;
    text-decoration:none;
    display:block;
	padding-top:4px;
	padding-bottom:4px;
}

.nav_bar_dl
{
    width:103px;
}

#header_nav_bar dl a:hover
{
	color:#a64136;
	/*background-color:#dfffe7;*/
}

#top_left_squares
{
	position:relative;
	left:11px;
	top:-18px;
}

.red_square
{
	position:relative;
	left:-10px;
	top:-7px;
}

h3
{
    margin:0;
    color:#666;
    font-size:18px;
    font-weight:bold;
    position:relative;
	left:115px;
	top:-112px;
	font-family:Arial, Helvetica, sans-serif;
}