@charset "utf-8";
/* CSS Document */
*{
margin:0;
padding:0;
}
/* * html #footer{
margin:-40px 0 0;
} */
* html #nonfooter{
height:100%;
background-color:#fbd8bc;
}
a
{
outline:none;
}
body{
	height:100%;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-image:url(../images/bgline.jpg);
	background-repeat:repeat-x;
	background-color:#fbd8bc;
}
#leftshadow{
width:30px;
float:left;
height:835px;
background-image:url(../images/leftshadowimg.jpg);
background-repeat:no-repeat;
background-color:#fbd8bc;
}
#rightshadow{
width:30px;
float:left;
height:835px;
background-image:url(../images/rightshadowimg.jpg);
background-repeat:no-repeat;
background-color:#fbd8bc;
}
#midcolumn{
float:left;
width:776px;
position:relative;
background-color:#FFFFFF;
}
/* I added this to remove your inline style */
.fineprint {
font-size:10px;
}
#header{
	height: 99px;
	background-image: url(../images/header.jpg);
	background-repeat: repeat-x;
}
#headermenu{
	
	margin: 20px;
}
#logo{
background-image:url(../images/drname.jpg);
	float: left;
	width:169px;
	height:57px;
	margin-left: 25px;
}
#rightlinks{
	margin-top:20px;
	margin-right:25px;
	float: right;
}
p{
	margin:10px 40px 10px 40px;
	text-align: justify;
	color: #996558;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;	
}
h1{
	margin:0 20px 20px;
}
h3{
	/* you were combining p and h1 to achieve certain positions, don't do this */
	margin:20px 40px 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #996558;
}
h6{
	background:#fff;	
	height:40px;
	text-align:left;
	font-weight: bold;
}
/* D changes to footer navigation */
/* this is the stuff I added so you can avoid the &nbsp; tags */
.menutext{
	margin: 0px 10px;
}
#footernav-first{
	margin: 0px 10px 0px 0px;
}
#footernav-last{
	margin: 0px 0px 0px 10px; /* FF is sensitive to having 'px' */
}
/* end D changes to footer navigation */
a.menutext:link{
	font-family: Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:11px;
	
	text-align:left;
	font-weight: bold;
	text-decoration: none;
}
a.menutext:visited{
	font-family: Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:11px;
	
	text-align:left;
	font-weight: bold;
	text-decoration: none;
}
a.menutext:hover{
	font-family: Arial, Helvetica, sans-serif;
	color:#f5b60a;
	text-align:left;
	font-weight: bold;
	text-decoration: underline;
}
a.menutext:active{
	font-family: Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:11px;
	
	text-align:left;
	font-weight: bold;
	text-decoration: none;
}



#menu {
	text-align: center;
	float: left;
	width: 100%;
	background: url(../images/menu.jpg) no-repeat;
	height:45px;
}
#menu ul {
    clear:left;
	/* float:left; */
    width:auto;
    list-style:none;
    margin:auto;
    padding:0;	
}
#menu ul li {
    display:inline;
    list-style:none;
    margin:0;
    padding:0;
}
#menu ul li a {
    display:block;
    float:left;
    margin:0 0 0 1px;
    padding:3px 10px;
    text-align:center;
    /* use background colour when not using graphics */
/* 	background:#ccc; */
    color:#000;
    text-decoration:none;
    position:relative;
    left:15px;
	line-height:45px;
	border-right: 1px solid #FFFFFF; 
}
#menu ul li a:hover {
    color:#FFCC00;
	text-decoration: underline;
}
#menu ul li a.active,
#menu ul li a.active:hover {
    color:#fff;
    background:#000;
    font-weight:bold;
}
#menu ul li a span {
    display:block;
}
/* end Matthew Taylor style */
/* ------------------ (( trying to figure out how to center UL-based navs )) --------------- */

#menutop{
margin-top:24px;
float:left;
}

/* ------------------ end (( trying to figure out how to center UL-based navs )) --------------- */
#serviceslist{
margin-left:45px;
color:#996558;
	line-height:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	list-style: disc;
}
a.li{
	color:#996558;
	line-height:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	text-decoration:none;
}
a.li:hover{
color:#d05a11;
	line-height:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	text-decoration:underline;
}

#content{
padding:0;
	position:relative;	
	width: 776px;
	background-color:#ffffff;
	
	
}
.push{
	height:110px;
	background-image: url(../images/pushimg.jpg);
	background-repeat: no-repeat;
}
#footer{
	background:#922d3e;
/* following 3 lines are for that weird footerblock graphic you were trying to implement */
	
/* margin:-40px auto auto; */
	margin: 0;
/* position:relative; */
	padding: 0px 0 0 0;
	position:absolute;
	bottom:0;
	height:45px;
	text-align:left;
	width:776px;
}
#footermenu{
margin-top:8px;
	margin-left:35px;
	
    /* float:left; */
}
#logofooter{
margin-top:8px;
	margin-right:35px;
	background:#922d3e;
	font-family: Arial, Helvetica, sans-serif;
	float:right;
	color:#000000;
	font-size:12px;
}
/* RE: 'stickyfooter', Ryan's example says to set a negative margin-bottom the same height as the footer, but so far it doesn't seem to need it */
#nonfooter{
	position:relative;
	background:#ffffff;/* keep opera happy */
	margin:0 auto;
	min-height:100%;
	text-align:left;
	width:836px;	
}
#flash{
border-top:#FFFFFF 1px solid;
	height:283px;
	width: 776px;	
}
#leftside{
	position:absolute;
	height:465px;
	width:16px;
	left: 0px;
	top: 375px;
	color:#FFFFFF;
	background-color:#FFFFFF;
}
#rightside{
	position:absolute;
	height:435px;
	width:15px;
	color:#FFFFFF;
	background-color:#FFFFFF;
	left: 739px;
	top: 368px;
}
a.headmenutext:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #afcfed;
	text-decoration: none;
}
a.headmenutext:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #afcfed;
	text-decoration: none;
}
a.headmenutext:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #d4e028;
	text-decoration:none;
}
a.headmenutext:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #afcfed;
	text-decoration: none;
}
/* again, you can control position with CSS rather than empty paragraphs */
.topicimg{
	/* margin-left:40px; */
	margin: 20px 0px 20px 4px; /* this removes the need to use empty paragraph above and keeps your left margin */
	width:770px;
	height:81px;
	background-position:left top;
	background-repeat:no-repeat;
}
#divider1{
height:13px;
background-image: url(../images/devider.jpg);
background-repeat:repeat-x;
}
#adjustofimgtext{
padding-left:40px;

}
#leftimgs{
width:250px;
height:140px;
background-image:url(../images/img1.jpg);
background-repeat:no-repeat;
float:left;
}
.rightblockcontent{
text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
#twoblock{
background-color:#ffffff;
height:165px;

}
#leftsideimg{
float:left;
margin: 20px 0px 0px 0px;
padding-left:20px;
width:120px;
height:120px;
}
#rightsidecontent{
float:right;
margin-top:30px;
margin-right:20px;
color:#996558;
text-align:justify;
width:550px;
}
#downloadlink{
color:#996558;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding-left:15px;
}

a.downloadlink{
	color:#005496;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
a.downloadlink:hover{
	color:#952028;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.address{
margin:0px 40px 0px 68px;
padding-bottom:20px;
	text-align: justify;
}
a.emaillink {
	color: #b83131;
	font-weight: bold;
}
#drctmap{
	position:absolute;
	left: 375px;
	top: 114px;
}
#drctmap2{
	position:absolute;
	left: 373px;
	top: 489px;
}
/*- Menu Tabs F--------------------------- */

 #tabsF {
	float:left;
	width:100%;
	background:#913a4a;
	font-size:11px;
	font-weight:bold;
	line-height: 31px;
	font-family: Tahoma;
  }
    #tabsF ul {
	margin-top:20px;
	padding:0px 0px 0px 0px;
	list-style:none;
      }
    #tabsF li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsF a {
      float:left;
	  background:url(../images/tableftFa.gif) no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsF a span {

      float:left;
      display:block;
	  background:url(../images/tabrightFa.gif) no-repeat right top;
      padding:7px 17px 4px 14px;
      color:#ffffff;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsF a span {float:none;}
    /* End IE5-Mac hack */
    #tabsF a:hover span {
      color:#8b3f4c;
      }
    #tabsF a:hover {
      background-position:0% -42px;
      }
    #tabsF a:hover span {
      background-position:100% -42px;
      }
	  
#menu3 {
	width: 100%;
	background-image:url(../images/menu.jpg);
	background-repeat:repeat-x;	
	height:70px;
}
.formtext{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #996558;
}
.abouttwoimg{
float:left;
}
#innerleftdiv{
padding-left:45px;
float:left;
width:200px;
color: #996558;
font-family: Tahoma;
font-size: 11px;
font-weight: normal;
line-height:19px;
}
#3colformat{
width:100%;
position:relative;
}
#headernumbers
{
	float: right;
	padding-top:34px;
	padding-right:10px;
	font-family: Tahoma;
	font-size: 18px;
	color: #8f2c3c;
}
