@import 'forms.css';

body {
background-color: #fff9e9;
margin: 0;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #4f4f4f;
}

h1 {
font-weight: normal;
font-size: 2em;
color: #650133;
}

h2 {
font-size: 1.17em;
margin: 0;
color: #000000;
}

h3 {
font-size: 1em;
margin: 0;
color: #660032;
}

p, ul {
line-height: 1.8em;
}

a:link {
cursor: pointer;
color: #357a7c;
text-decoration: none;
}

a:visited {
color: #357a7c;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

img {
border: none;	
}

.ClearFloats {
overflow: hidden;
height: 0;
clear: both;
margin: 0;
padding: 0;
}

.Error {
color: #cc0000;	
}

#OuterBox {
border: 1px solid #ccc;
background-color: #ffffff;
margin: auto;
width: 780px;
text-align: left;
}

#Header {
position: relative;
height: 146px;
}

#Homelet_Logo {
display: block;
position: absolute;
background-image: url('../images/home_let_logo.gif');
background-repeat: no-repeat;
width: 146px;
height: 0;
padding-top: 80px;
overflow: hidden;
left: 25px;
top: 34px;
}

#Header h1 {
position: absolute;
top: 56px;
left: 408px;
margin: 0;
}

#Banner {
width: 780px;
height: 0;
padding-top: 235px;
background-image: url('../images/Banners/Home.jpg');
background-repeat: no-repeat;
margin-bottom: 29px;
overflow: hidden;
}

#ColumnBox {
	
}

#MenuColumn {
float: left;
width: 189px;
}

#MainMenu {
margin: 0;
padding: 0;
width: 160px;
list-style: none;
margin-left: 30px;
}

#MainMenu li {
display: block;
border-bottom: 1px solid #cccccc;
}

#MainMenu a {
display: block;
padding: 4px 8px;
color: #333;
}

#MainMenu a:hover {
text-decoration: none;	
font-weight: bold;
color: #e18459;
}

#MainMenu a.Active {
background-color: #FFF9E9;	
font-weight: bold;
color: #e18459;
}

#ContentColumn {
float: left;
width: 501px;
margin-left: 58px;
margin-right: 32px;
}

#Footer {
margin: 30px;
}

#ContactBlock {
background-color: #e18459;
text-align: right;
padding: 20px;
color: #ffffff;
height: 75px;
}

#ContactBlock h2 {
color: #ffffff;
margin-bottom: .25em;
font-size: 1.75em;
}

#ContactBlock p {
margin: -5px;
}

#ContactBlock .Phone {
font-size: 1.5em;
font-weight: bold;
}

#Copyright {
text-align: right;
padding-right: 20px;
}

/* Pagination */
.Pagination {
border-top: 1px dotted #ccc;
border-bottom: 1px dotted #ccc;
padding: 0.25em 0;
margin-bottom: 1em;
}

.Pagination a {
padding: 0 2px;	
}

.Pagination a.Active {
background-color: #357a7c;
color: #ffffff;
}

.Pagination span {
margin-right: 10px;	
}

#emailAddress img {
vertical-align:text-top;
}
