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

body {
background : #2D517A;
padding : 0;
margin-top : 12px;
font: normal 14px/1.3 Arial, Verdana, Helvetica, sans-serif;
color : #333333;
}

a {
color : #2D517A;
background : none;
text-decoration : underline;
}

a:hover {
color : #2D517A;
background : none;
text-decoration : none;
}


h1 {
font : 1.6em Arial, Verdana, sans-serif;
padding : 8px 0 10px 0;
margin : 0;
color: #2D517A;
}

h2 {
font : 1.4em Arial, Verdana, sans-serif;
padding : 8px 0 4px 0;
margin : 0;
color: #2D517A;
}

h3 {
font : 1.4em Arial, Verdana, sans-serif;
padding : 22px 0 0 0px;
margin : 0;
color : #EEFFEE;
}

h4 {
font : 0.8em Arial, Verdana, sans-serif;
padding : 0px 0 0px 0;
margin : 0;
color: #333333;
}

img {
border : 0;
}

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

#wrapper {
margin: auto;
margin-top: 0px;
position: relative;
padding : 0;
width: 790px;
}

#top {
background: url(../img/top_bg.png);
margin-top: 0px;
margin-bottom: 0px;
height : 124px;
width: 790px;
}

#topmenu {
margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
height : 124px;
width: 550px;
align: baseline;
float: right;
}

#midpic {
margin-top: 0px;
margin-bottom: 0px;
height : 115px;
width: 790px;
}

#content {
background: #ffffff;
margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 15px;
padding-left: 18px; 
padding-right: 18px;
padding-top: 15px;
width: 754px;
}

#footer {
margin-top: 0px;
margin-bottom: 5px;
height : 50px;
width: 750px;
padding: 20px 20px 0 20px;
background: #5F8DC0;
color: #ffffff;
font : 0.8em Arial, Verdana, sans-serif;
}

#footerright {
float: right;
text-align: right;
width: 300px;
color: #ffffff;
}

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

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

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

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

a.about {
width: 117px;
display: inline;
float: left;
height: 31px;
text-decoration: none;
background: url("../img/about.png");
}

a.about:hover {
background-position: 0px -31px;
}

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

a.photos:hover {
background-position: 0px -31px;
}

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

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

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

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