﻿@import url("menu.css");

html, body {
	background-color: #5a5a5a;
	background-image: url('../images/gradient.gif');
	background-repeat: repeat-x;
	background-position: top left;
	color: black;
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
}

/*class */

.homeText {
	color: #7f6e51;
	display: block;
	font-size: 11px;
	margin-bottom: 35px;
	width: 300px;
}


/* styles */

#wrapper {
	background-color: #d9d5cc;
	margin: 0px auto 0px auto;
	width: 950px;
	border: 1px black solid;
}

#header {
	background-image: url('../images/header2.jpg');
	background-repeat: no-repeat;
	background-color: #d6bb8a;
	height: 154px;
	width: 950px;
} 

#nav {
	width:955px;
}

#mainContent {
	background: #d9d5cc url('../images/livYourWay.jpg') no-repeat right bottom;
	background-color: #d9d5cc;
	width: 950px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#mainContent table {
	color: #7f6e51;
	font-size: .8em;
	margin-bottom: 10px;
}

#mainContent td .info {
	color: black;
	float: right;
}

#mainContent td .info img {
	border: none;
}

#mainContent td .info a{
	color: black;
	text-decoration: none;
}

#mainContent td.logo {
	width: 137px;
	text-align: center;
}



#homeLeft {
	float: left;
	margin-left: 5px;
	width: 725px;
}

#homeRight {
	float: right;
	width: 551px;
}

.homeLink {
	float: right;
}

#homeRight a:link {
	color: black;
	text-decoration: none;
}

#homeRight a:visited {
	color: black;
	text-decoration: none;
}

#homeRight a:active {
	color: black;
	text-decoration: none;
}

#footer {
	background-color: #5f5c57;
	clear: both;
	color: white;
	text-align: center;
	
}

div#footer ul {
	border: 0px none;
	font-size: 8pt;
	list-style: none;
	margin: 0;
	padding: 0px;
}

div#footer li {
	display: inline;
	margin: 0px 0px 0px 5px;
}


div#footer li a {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

div#footer .footerLast {
	margin: 0 0 0 5px;
}



