/* Reset Stuff */
html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, 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,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
a img, :link img, :visited img {
	border: 0px;
}
table {
	border-collapse: collapse;
	border-spacing: 0px;
}
ol, ul {
	list-style: none;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .84em;
	color: #000000;
	margin: 25px;
	background: url('img/bodyback.jpg') #929BA1 repeat-x;
}
h1 {
	font-family: Verdana;
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: .9em;
	color: #BF492F;
}
h2 {
	font-family: Verdana;
	font-size: 15px;
	font-weight: bold;
	color: #BF492F;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #BF492F;
}
.bottomText {
	font-size: .75em;
	text-align: center;
	padding: 0px 150px;
}
.noMargin {
	margin: 0px;
}
a {
	color: #BF492F;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.pad3 {
	padding: 3px;
}
.pad5 {
	padding: 5px;
}
.noMargin {
	margin: 0px;
}



#boxtop {
	width: 950px;
	margin: 0px auto;
}
#content {
	width: 952px;
	margin: 0px auto;
}
#content #content1 {
	border-left: 1px #9C9C9C solid;
	margin-left: 1px;
	border-right: 1px #9C9C9C solid;
	background: #FFFFFF;
}
#topBar {
	background: url('img/housetop.gif') no-repeat #FFFFFF bottom right;
	height: 130px;
	margin-bottom: 1px;
}
#mainContent {
	border-top: 2px solid #655137;
	background: url('img/mainbrownback.gif') repeat-x;
	padding: 30px;

}
#boxbottom {
	width: 950px;
	margin: 0px auto;
}

#menu1 {
	padding: 4px 12px;
	display: block;
	text-align: right;
}
#menu1 li {
	display: inline;
	font-size: 13px;
}
#menu1 li a {
	font-weight: bold;
	text-decoration: none;
	color: #BF492F;
	padding: 4px 15px;
	margin: 0px;
}
#menu1 #home {
	background: url('img/icon-home.gif') no-repeat;
	padding: 1px 22px 2px 25px;
	font-weight: bold;
}
#menu1 #login {
	background: url('img/icon-login.gif') no-repeat;
	padding: 1px 22px 2px 25px;
	font-weight: bold;
}
#menu1 #faq {
	background: url('img/icon-faq.gif') no-repeat;
	padding: 1px 22px 2px 25px;
	font-weight: bold;
}
#menu1 #contact {
	background: url('img/icon-contact.gif') no-repeat;
	padding: 1px 18px 2px 25px;
	font-weight: bold;
}
#menu1 #phone {
	background: url('img/icon-phone.gif') no-repeat;
	padding: 1px 0px 2px 22px;
	font-weight: bold;
}


#menu2 {
	background-color: #BAAB8E;
	padding: 4px 0px;
	display: block;
	text-align: right;
}
#menu2 li {
	display: inline;
}
#menu2 li a {
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	padding: 4px 15px;
	vertical-align: middle;
	border-left: #FFFFFF 1px solid;
	margin: 0px;
}
#menu2 li a:hover {
	background: #E9DBBE;
	color: #000000;
}

.box1 {
	width: 100%;
	border: 1px solid #E9DBBE;
	padding: 1px;
	margin-bottom: 14px;
}
.box2 {
	background-color: #E9DBBE;
	padding: 5px;
	text-align: center;
}
.box2 img {
	border: 1px #E9DBBE solid;
}

.boxTextBelow {
	font-weight: bold;
	font-size: 14px;
	color: #BF492F;
	margin-top: 2px;
}

.imageBox {
	font-weight: bold;
	font-size: 23px;
	color: #BF492F;
	height: 150px;
	width: 200px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
}




a.sideLinks {
	background: url('img/yellowbullet.gif') no-repeat 1px 5px;
	padding-left: 10px;
	margin: 0px 5px 10px 5px;
	color: #FFFFFF;
	display: block;
	font-family: Arial;
	font-size: 13px;
	text-decoration: none;
}
a.sideLinks:hover {
	color: #FEDD75;
	text-decoration: none;
}
.arrow {
	background: url('img/bluebullet.gif') no-repeat 1px 5px;
	padding-left: 10px;
	display: block;
	margin: 5px 0px 5px 0px;
}
.bold {
	font-weight: bold;
}

.formDone {
	color: darkred;
	font-style: italic;
}




.noviz {
	width: 5px;
	visibility: hidden;
}
.white {
	color: #FFFFFF;
}

.bigButton {
	font-size: 18px;	
}

h1.login {
	background: url('img/login_med.jpg') no-repeat;
	padding: 1px 22px 2px 25px;
	color: #000000;
}

.smText {
	font-size: 11px;
}