@charset "UTF-8";
/* CSS Document */

html, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead, th {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	background-color:#500b0e;
	margin:0px;
}

ol, ul {
	list-style:square;
	margin-left:10px;
	margin-bottom:20px;
}

li {
margin:7px 0px;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

.clear {
clear:both;
}

h1 {
font-size:30px;
color:#e5d4ac;
font-weight:bold;
font-style:italic;
}

h2 {
font-size:21px;
color:#fff;
font-weight:bold;
font-style:italic;
}

h3 {
font-size:18px;
color:#fff;
font-weight:normal;
margin-bottom:4px;
}

#headerWrap {
width:960px;
margin:10px auto 10px auto;
background-color:#500b0e;
}
	
#logoWrap {
width:439px;
float:left;
}

#addressWrap {
width:521px;
float:left;
text-align:right;
margin-top:20px;
}

#contentWrap {
width:100%;
margin:0 auto;
background-color:#220203;
}

#contentWrap2 {
width:960px;
margin:0 auto;
}

#linksWrap {
width:530px;
float:left;
margin:20px 15px 0px 0px;
}

#linkBox {
width:240px;
float:left;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
color:#FFFFFF;
text-align:center;
margin-left:20px;
}

	#linkBox a {
	color:#FFFFFF;
	text-decoration:underline;
	}
	
	#linkBox a:hover {
	color:#FFFFFF;
	text-decoration:none;
	}

#iconBox {
margin:0 auto;
}

#houseBox {
width:403px;
float:left;
margin-top:60px;
}

#formBox {
width:500px;
float:left;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
color:#FFFFFF;
margin-left:20px;
}

#footer {
width:960px;
margin:0 auto;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
text-align:center;
color:#FFFFFF;
font-weight:bold;
line-height:20px;
padding-top:12px;
}

	#footer a {
	text-decoration:underline;
	color:#FFFFFF;
	}
	
	#footer a:hover {
	text-decoration:none;
	color:#FFFFFF;
	}

.mannixLink {
color:#a14a4d;
}