@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
}
/* * html #footer{
margin:-40px 0 0;
} */
html{
/*	background: url(../images/bgline2.jpg) repeat;*/
}
a{
	outline:none;
	color:#59b9c7;
}
body{	
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	background:url(../images/bgline.jpg) repeat-x;
	background-color:#fff;
	height:100%;
}
#nonfooter{
	position:relative;
	background:url(../images/nonfooterbg.jpg) repeat-y;
	/*background:#871249;*/
	margin:0 auto;
	min-height:100%;
	text-align:left;
	width:950px;
}
#leftshadow{
	position:absolute;
	width:50px;
	top:0;
	left:0px;
	height:700px;
	background:url(../images/leftshadowimg.jpg) no-repeat top left;
}
#rightshadow{
	position:absolute;
	width:50px;
	top:0;
	right:0px;
	height:700px;
	background: url(../images/rightshadowimg.jpg) no-repeat top right;
}
#midcolumn{
	left:50px;
	width:850px;
	position:relative;
	background-color:#ffffff;
	border-bottom:10px #1775a8 solid;
}
/* I added this to remove your inline style */
.fineprint {
	color:#ffffff;
	font-size:10px;
}
#topcontent{
	overflow:auto;
	position:relative;
	width:850px;
	height:100%;
}
#header{
	float:left;
	width:850px;
	height:95px;
	background-color:#FFFFFF;
	border-top:#2C83AE 5px solid;
}
#logoHeader{
	float: left;
	padding-top:20px;
	padding-left:20px;
	font-family: "Copperplate Gothic Light";
	font-size: 30px;
	color: #feffff;
}
#headernumbers{
	float: right;
	padding-top:10px;
	padding-right:20px;
	font-family: "Century Gothic";
	font-size: 16px;
	color: #feffff;
}
#headermenu{
	margin: 20px;
}
#flash{
	float:left;
	height:250px;
	width:838px;
	margin:5px;
	background-color:#FFFFFF;
	border:#dadada 1px solid;
}

 #tabsF {
	float:left;
	width:100%;	
	font-size:11px;
	font-weight:bold;
	line-height:15px;
	font-family: Tahoma;
      }
    #tabsF ul {
	padding:0px 0px 0px 0px;
	list-style:none;
      }
    #tabsF li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsF a {
      float:left;
	  background-color:#ffffff;
      margin:0;
      padding:0 0 0 35px;
      text-decoration:none;
      }
    #tabsF a span {
      float:left;
      display:block;
	  background-color:#ffffff;
      padding:5px 35px 4px 0px;
      color:#000000;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsF a span {float:none;}
    /* End IE5-Mac hack */
    #tabsF a:hover span {
      color:#000000;
      }
    #tabsF a:hover {
      background-color:#eeeeee;
      }
    #tabsF a:hover span {
      background-color:#eeeeee;
      }
#menu3 {
	float:left;
	background-color:#FFFFFF;
	width: 756px;
	height:100%;
	padding-left:20px;
}
#adjustofimgtext{
	height:115px;
	width:850px;
	background-color:#FFFFFF;
}
/* again, you can control position with CSS rather than empty paragraphs */
.topicimg{
	padding-left:50px;
	padding-top:20px;
	width:600px;
	height:120px;
	font-family: "dellaRobbia BT";
	font-size:35px;
	color: #1776a7;
}
#content{
	padding:0;
	position:relative;	
	width: 850px;
	background-color:#ffffff;
}
p{
	margin:10px 50px 20px 50px;
	text-align: justify;
	color: #000000;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
}
h3{	/* you were combining p and h1 to achieve certain positions, don't do this */
	margin:10px 50px 10px 50px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
h2{	/* you were combining p and h1 to achieve certain positions, don't do this */
	margin:10px 50px 10px 50px;
	font-family: Arial, Helvetica, sans-serif;
	color: #7bb22d;
}
h1{margin:10px 40px 10px 50px;font-family: Arial, Helvetica, sans-serif;color: #7bb22d;}
#footer{
	width:100%;
	clear:both;
	position:relative;
	margin: 0;
	bottom:0;
	height:60px;
	text-align:left;	
	width: 850px;
}
#footermenu{
	padding-top:30px;
	padding-left:50px;
	color:#1776a7;
	float:left;
	font-size:12px;
}
.menutext{
	margin: 0px 0px;
}
/* end D changes to footer navigation */
a.menutext:link, a.menutext:visited, a.menutext:active{
	font-family: Arial, Helvetica, sans-serif;
	color:#1776a7;
	font-size:11px;
	font-weight:bold;
	text-align:left;
	text-decoration: none;
}
a.menutext:hover{
	font-family: Arial, Helvetica, sans-serif;
	color:#7bb22d;
	text-align:left;
	font-size:11px;
	font-weight:bold;
	text-decoration: underline;
}
#sitedevelope{
	padding-top:60px;
	padding-right:10px;
	float:right;
	color:#1776a7;
}
#logofooter{
	margin-top:0px;
	margin-right:35px;
	font-family: Arial, Helvetica, sans-serif;
	color:#1776a7;
	font-size:12px;
}
a.logofooter:link, a.logofooter:visited, a.logofooter:active{
	font-family: Arial, Helvetica, sans-serif;
	color:#1776a7;
	font-size:12px;
	font-variant:normal;
	text-align:left;
	text-decoration: none;
}
a.logofooter:hover{
	font-family: Arial, Helvetica, sans-serif;
	color:#7bb22d;
	text-align:left;
	font-size:12px;
	font-variant:normal;
	text-decoration: underline;
}
#downloadlink{
	color:#1F6D94;
	font-family: "Times New Roman", Times, serif ;
	font-size: 16px;
	font-weight: bold;
	padding-left:15px;
}
a.downloadlink{
	color:#7bb22d;
	font-family: "Times New Roman", Times, serif ;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
a.downloadlink:hover{
	color:#7bb22d;
	font-family:  "Times New Roman", Times, serif ;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
#downloadlink2{
	color:#1F6D94;
	font-family: "Times New Roman", Times, serif ;
	font-size: 16px;
	font-weight: bold;
}
#rightsidecontent{
	float:right;
	margin-top:30px;
	margin-right:50px;
	color:#59b9c7;
	text-align:justify;
	width:540px;
	font-family:Tahoma;
}
.address{
	margin:0px 40px 0px 68px;
	padding-bottom:20px;
	text-align: justify;
	font-size:12px;
}
a.emaillink {
	color: #1F6D94;
	font-weight: bold;
}
#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;
}
/* D changes to footer navigation */
/* this is the stuff I added so you can avoid the &nbsp; tags */
#footernav-first{
	margin: 0px 0px 0px 0px;
}
#footernav-last{
	margin: 0px 0px 0px 0px; /* FF is sensitive to having 'px' */
}
#menutop{
	float:left;
}
/* ------------------ end (( trying to figure out how to center UL-based navs )) --------------- */
#serviceslist{
	margin-left:60px;
	margin-bottom:10px;
	color:#59b9c7;
	line-height:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style: disc;
}
a.li{
	color:#59b9c7;
	line-height:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
}
a.li:hover{
	color:#59b9c7;
	line-height:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:underline;
}
.push{
	height:110px;
	background-image: url(../images/pushimg.jpg);
	background-repeat: no-repeat;
}
#bottomlogo{
	padding-top:15px;
	padding-right:15px;
	float:right;
}
#leftside{
	position:absolute;
	height:465px;
	width:16px;
	left: 0px;
	top: 375px;
	color:#616a71;
	background-color:#ffffff;
}
#rightside{
	position:absolute;
	height:435px;
	width:15px;
	color:#616a71;
	background-color:#ffffff;
	left: 739px;
	top: 368px;
}
a.headmenutext:link, a.headmenutext:visited, a.headmenutext:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #616a71;
	text-decoration: none;
}
a.headmenutext:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #616a71;
	text-decoration:none;
}
#divider1{
	height:13px;
	background-image: url(../images/devider.jpg);
	background-repeat:repeat-x;
}
#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{
	height:165px;
}
#leftsideimg{
	float:left;
	margin: 20px 0px 0px 0px;
	padding-left:50px;
	width:120px;
	height:120px;
}
#mapheading{
	padding-top:20px;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
}
#leftaddrs{
	float:left;
	width:309px;
}
#drctmap{
	float:left;
	margin:10px 40px 10px 0px;
	width:425px;
	height:350px;
	border:1px #000000 solid;
}

/* 2 column left layout */

#doublecolleftside{

	width:850px;

	position:relative;

}

#shortLeftcolumn{

	float: left;

	width: 249px;

}

#shortLeftcolumn p{

	padding:10px 20px 20px 30px;

	margin:0;

	text-align: justify;

	color: #000000;

	font-family: Tahoma;

	font-size: 12px;

	font-weight: normal;

}

#shortLeftcolumn h1{

	margin:0;

	padding:10px 20px 10px 30px;
	color:#1f6d94;

}
#shortLeftcolumn h2{

	margin:0;

	padding:10px 20px 10px 30px;
	color:#1f6d94;

}
#shortLeftcolumn h3{

	margin:0;

	padding:10px 20px 10px 30px;
	color:#000000;

}

#contentforleft2col{

	float:right;

	width:600px;

}

#contentforleft2col p{

	padding:10px 30px 20px 20px;

	margin:0;

	text-align: justify;

	color: #000000;

	font-family: Tahoma;

	font-size: 12px;

	font-weight: normal;

}

#contentforleft2col h3{	/* you were combining p and h1 to achieve certain positions, don't do this */
	padding:10px 30px 10px 20px;
	margin:0;
	color: #000000;
}

#contentforleft2col h1{
	padding:10px 30px 10px 20px;
	margin:0;
	color:#1f6d94;
}
#contentforleft2col h2{
	padding:10px 30px 10px 20px;
	margin:0;
	color:#1f6d94;
}
#contentforleft2col h4{
	padding:10px 30px 10px 20px;
	margin:0;
	color:#000000;
}
#contentforleft2col #content{

	width:600px;

	padding-bottom:20px;

	text-align: justify;

	color: #545f03;

	font-family: Tahoma;

	font-size: 12px;

	font-weight: normal;

	margin:0;	

}

.addressfor2col{

	padding:0px 20px 0px 20px;

	padding-bottom:20px;

	text-align: justify;

}

#serviceslist2col{

	padding:0px 20px 10px 20px;

	line-height:20px;

	font-family: Tahoma;

	font-size: 12px;

	list-style: disc;

}

#leftaddrs2col{

	width:600px;

}

#contentforleft2col #mapheading{

	padding-left:20px;

	font-family: Tahoma;

	font-size: 16px;

	font-weight: bold;

}

#contentforleft2col #drctmap{

	width:425px;

	height:350px;

	border:1px #000000 solid;

	margin-left:20px;

}
#uldata1{
margin:10px 5px 10px 10px;
border:#dadada 1px solid;
}
#uldata2{
margin:10px 10px 10px 5px;
border:#dadada 1px solid;
}