﻿/* CSS layout */

html{
background:#1f4872 url('images/bg.gif') repeat-x;
}

body {
color: #002831;
margin: 0px; 
padding:0px;
font-family:  arial, verdana, sans-serif;
font-size: 14px;
line-height: 1.2em;
letter-spacing: .05em;
background: transparent;
}

h1, h2, h3 {
letter-spacing: 0.1em;
font-family:  georgia, times, serif;
font-weight: normal;
}

ul {
list-style: square;
margin-top: 3px;
margin-bottom: 3px;
margin-left: 1em;
padding-left: 1em;
}

blockquote {
font-size: 13px;
font-style:italic;
color: #002831;
background: #ffffff url('images/bq.gif') no-repeat top left;
border: 0px solid #cf5e40;
padding: 5px 35px 5px 35px;
}

#wrapper {
width: 900px;
padding: 0px;
margin: 0px auto 0px auto;
background-image: url('images/bg2.gif');
background-repeat:repeat-x;
color: #002831;
}

#header {
width: 900px;
position: top left;
margin-left: 0px;
top: 0px;
padding: 0px;
height: 223px;
background-image:url('images/header.gif'); 
background-repeat:no-repeat;
}

#navbar {
position:relative;
width:900px;
top: 185px;
left: 25px;
margin: 0;
padding:0;
font-size: 12px;
font-family: georgia, times, serif;
}

#navbar li {
margin-right: 2px;
list-style: none;
}

#navbar li a {	
display: block; 
text-decoration:none;
text-align: center;
padding: 2px 7px 2px 7px; 
background: #990000;
color: #ffffff;
}

#navbar li a:hover {
display: block; 
text-decoration:none;
text-align: center;
padding: 2px 7px 2px 7px; 
background: #990000;
color: #1f4872;
}

#home{
float: left;
}

#staff{
float: left;
}

#types{
float: left;
}

#areas{
float: left;
}

#des{
float: left;
}

#faq{
float: left;
}

#services{
float: left;
}

#links{
float: left;
}

#contact{
float: left;
}

#page_content {
background-image: url('images/bg2.gif');
background-repeat:repeat-y;
margin: 0px auto 0px auto;
float: left;
padding: 10px 40px 10px 15px;
width: 870px;
color: #002831;
text-align: left;
}

#page_content p{
margin: 0;
padding: 5px 0 5px 0;
}

#page_content a:link { background-color: transparent; text-decoration: none; color: #990000; }
#page_content a:visited { background-color: transparent; text-decoration: none; color: #990000;}
#page_content a:active{ background-color: transparent; text-decoration: none; color: #990000; }
#page_content a:hover { background-color: transparent; text-decoration: none; color: #bc3232; }


.title {
padding: 5px 10px 15px 0px;
margin: 0px;
font-family: georgia, times, serif;
font-size: 24px;
color: #990000;
line-height: 100%;
}

#footer {
float: left;
width:  100%;
height: 60px;
margin: 0px;
font-size: 12px;
padding: 15px 0px 5px 0px;
background: url('images/bg2.gif');
text-align: center;
color: #002831;
}

#header, #page_content, #navbar, #footer{
overflow: hidden;
}
