/*
	StyleSheet by Jason Key
	http://www.texasinternetsolutions.com
		
*/

body {
background : #000000;
padding : 0;
margin : 0;
font: normal 14px/1.2 Verdana, Arial, Helvetica, sans-serif;
color : #333333;
}

a {
color : #890000;
background : none;
text-decoration : none;
}

a:hover {
color : #890000;
background : none;
text-decoration : underline;
}

p {
margin : 5px 0;
}


h1 {
font : 1.8em Verdana, Tahoma, Arial, sans-serif;
padding : 8px 0 8px 0;
margin : 0;
color: #1b4670;
}

h2 {
font : 1.1em Verdana, Tahoma, Arial, sans-serif;
color : #8d0008;
padding: 2px 0 4px 0;
}

h3 {
font : .8em Georgia, Serif;
padding : 0 0 0 10px;
margin : 0;
color : #ffffff;
}

h4 {
font : 1.4em Georgia, Serif;
padding : 8px 0 4px 0;
margin : 0;
letter-spacing : -1px;
}

img {
border : 0;
}

hr {
height : 1px;
border-style : none;
color : #d0d0d0;
background-color : #c0c0c0;
margin : 10px 0;
}

#wrapper {
background: #ffffff;
margin: auto;
margin-top: 15px;
position: relative;
padding : 0;
width: 822px;
}

#top {
background: url(../img/top_bg.jpg) repeat-x;
margin-top: 10px;
margin-bottom: 1px;
padding-left: 3px;
height : 113px;
width: 819px;
}

#topleft {
margin-left: 10px;
width: 248px;
text-align: left;
height: 113px;
}

#topright {
width: 503px;
height: 67px;
text-align: right;
float: right;
padding-top: 46px;
}

#mid {
background:  url(../img/mid_bg.jpg);
margin : auto;
position: relative;
width : 822px;
height: 11px;
border: 0px solid #426781;
}


#rightbox {
background:  #f2f2f2;
margin : auto;
position: relative;
width : 225px;
border: 0px solid #426781;
}

#rightbox a {
background:  none;
font : bold 1.3em Verdana, Tahoma, Arial, sans-serif;
color: #8d0008;
}

#navlist {
margin-top: 0;
margin-left: 0;
padding-left: 0;
list-style: none;
}

#navlist li {
padding-left: 32px;
padding-top: 5px;
padding-bottom: 10px;
background-image: url(../img/right_bullet.jpg);
background-repeat: no-repeat;
background-position: 0 .5em;
font : bold 1.1em Verdana, Tahoma, Arial, sans-serif;
color: #8d0008;
}

#toppics {
margin-top: 5px;
margin-bottom: 5px;
padding-top: 0px;
padding-right: 0px;
width : 800px;
height: 147px;
border: 1px solid #5F86A2;
}

#footer {
background:  url(../img/footer_bg.jpg) repeat-x;
margin : auto;
position: relative;
width : 792px;
height: 48px;
padding-left: 15px;
padding-top: 18px;
padding-right: 15px;
font-size: 0.8em;
color: #c8d8e5;
}

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

#footer a:hover{
color: #ffffff;
text-decoration: none;
}

#footerright {
width : 255px;
text-align: right;
color: #c8d8e5;
float: right;
}

a.services {
width: 104px;
display: inline;
float: left;
height: 50px;
text-decoration: none;
background: url("../img/services.jpg");
}

a.services:hover {
background-position: 0px -50px;
}

a.history {
width: 101px;
display: inline;
float: left;
height: 50px;
text-decoration: none;
background: url("../img/history.jpg");
}

a.history:hover {
background-position: 0px -50px;
}

a.referrals {
width: 105px;
display: inline;
float: left;
height: 50px;
text-decoration: none;
background: url("../img/referrals.jpg");
}

a.referrals:hover {
background-position: 0px -50px;
}

a.contact {
width: 106px;
display: inline;
float: left;
height: 50px;
text-decoration: none;
background: url("../img/contact.jpg");
}

a.contact:hover {
background-position: 0px -50px;
}

a.home {
width: 82px;
display: inline;
float: left;
height: 50px;
text-decoration: none;
background: url("../img/home.jpg");
}

a.home:hover {
background-position: 0px -50px;
}

