/* Edited by Jessica Swick of m2 Marketing for Browser Compatibility */

/*************************************************/
/* COMMON                                        */
/*************************************************/

* {
	margin: 0;
	padding: 0;
}
html, body {
	background-color: #FFF;
	font: 11px verdana, sans-serif;
	color: #000;
	text-align: center;
}

ul {
	margin-left: 25px;
}

h1 {
	font-size: 11px;
}
table {
	width: 100%;
}
a:hover {
	text-decoration: underline;
}
.clear {
	clear: both;
}

img {
	border: none;
}
a, a:link, a:active, a:visited {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}


/*************************************************/
/* CONTAINERS                                    */
/*************************************************/
div#wrapper {
	background-color: #FFF8DC;
	width: 740px;
	margin: 0 auto;
	text-align: left;
}
div#top {
	background-color: #FFF;
	text-align: right;
}
.left {
	float: left;
	width: 413px;
	min-height: 515px;
}
.right {
	float: left;
	width: 327px;
	min-height: 515px;
}

/*************************************************/
/* TOP                                           */
/*************************************************/

img.logo {
	float: left;
	margin-top: 4px;
}
* html body img.logo {
	margin-top: 2px;
}

#Navigation ul {
	background-color: #EEE8CD;
	list-style-type: none;
	text-align: right;
}
#Navigation ul li {
	display: inline;
	margin-right: -5px;
}
#Navigation ul li a, ul li a:link, ul li a:active, ul li a:visited {
	color: #000;
}


/*************************************************/
/* CONTENT                                      */
/*************************************************/

.left table tr td {
	padding: 1.2em 0 2em 1.6em;
}

.right table tr td {
	padding: 1em 0 1.5em 1.5em;
}
* html .left, * html .right {
	height: 515px;
}


/*************************************************/
/* OTHER                                         */
/*************************************************/
.home {
	background-image: url('Images/Home/house.gif');
	background-position: bottom right;
	background-repeat: no-repeat;
}

div#features {
	padding: 14px;
	line-height: 1.9em;
}

.contact {
	padding-top: 3em;
}
.contact h1 {
	margin-left: 20px;
}
.contact p {
	margin: 0 2em 1em 20px;
}
