/* CSS RESET */
html, body, 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,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
	list-style-type: disc;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* begin Styles */

body {
	background: #cecece;
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

h1, h2, h3, h4, h5 {
	color: #ab2400;
	margin: 0px;
}

h1 {
	font-size: 31px;
}

h2 {
	font-size: 22px;
}

h3 {
	font-size: 14px;
}

a {
	font: normal 14px;
	color: #ab2400;
	text-decoration: underline;
}

a:hover {
	font: normal 14px;
	color: #ab2400;
	text-decoration: none;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
}

#container {
	width: 100%;
}

#header {
	margin: auto;
	width: 1000px;
}

img.fullwidth {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
}

ul.menu {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

li.menuitem {
	padding: 0;
	margin: 0;
	display: inline;
}

li.menuitem a {
	float: left;
}


/* Main Section */
#main {
	width: 1000px;
	margin: 0 auto;
	background-color: #ffffff;
	padding: 0;
}

#leftSide {
	float: left;
	width: 689px;
	margin: 0;
	padding: 0;
	padding-bottom: 20px;
}

#leftTop {
	padding: 20px;
	padding-bottom: 0px;
	min-height: 160px;
}

#leftMid {
	height: 187px;
	width: 689px;
	background: url(/images/redBG.gif) repeat-x;
	margin: 0;
	padding: 0;
}

#midInner {
	height: 187px;
	width: 689px;
	background: url(/images/middleHouse.jpg) no-repeat right;
}

#leftBot {
	padding: 20px;
}

#leftTop p {
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;	
	margin-bottom: 10px;
}

#leftTop h3 {
	font-weight: normal;
	font-size: 18px;
	line-height: 20px;	
	margin-top: 10px;
	margin-bottom: 5px;
}

p.rightText {
	width: 500px;
	float: right;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;	
}

p.leftText{
	width: 500px;
	float: left;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;	
}

p.leftTextWhite{
	width: 400px;
	margin-left: 20px;
	color: white;
	float: left;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;	
}

img.leftImage {
	float: left;
}

#midInner h3 {
	margin-left: 20px;
	padding-top: 20px;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}

img.rightImage {
	float: right;
}

img.moreButtonRed {
	clear: both;
	padding-left: 20px;
	padding-top: 5px;
}

img.moreButtonWhite {
	clear: both;
	padding-top: 5px;
	margin-bottom: 20px;
}

.sectionHeader {
	margin-bottom: 10px;
}

.rightBoxList {
	padding-left: 25px;
	color: #ab2400;
	font-size: 14px;
	list-style-type: square;
}

.rightBoxList li {
	padding: 3px;
}

#rightSide {
	float: right;
	background-color: #e0e0e0;
	width: 311px;
	border: 0;
	padding-bottom: 20px;
}

#rightInner {
	padding: 20px;
}

ul.leftSideList {
	list-style-type: none;
	line-height: 20px;
	font-size: 14px;
}

.bigpic {
	padding: 5px;
	border: 1px solid #efefef;
	margin-left: 15px;
}

#footer {
	height: 85px;
	width: 1000px;
	margin: auto;
	text-align: right;
	background: url(/images/footerBG.gif) repeat-x;
}

#footer p {
	margin-right: 20px;
	padding-top: 35px;
	color: #dfa99a;
	font-size: 10px;
	font-weight: normal;
}

.photos {
	margin-top: 30px;
}

.photo {
	float: left;
	border: 1px solid #acacac;
	padding: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
}