html {
	width: 100%;
}

body {
	background: white;
	font-family: arial, helvetica, sans-serif;
	font-size: small;
	color: #000;
	line-height: 1.4em;
	width: 95%;
}

p {
	font-size: 1em;
	color: #000;
	line-height: 1.4em;
	margin: 0 0 1.5em 0;
}

td {
	font-size: 1em;
	color: #000;
	line-height: 1.4em;
}

img {
	border: 0;
}

a:link {
	color: #991832;
	text-decoration: underline;
}

a:visited {
	color: #991832;
	text-decoration: underline;
}

a:hover {
	color: #AA4444;
	text-decoration: none;
}

a:active {
	color: #AA4444;
	text-decoration: none;
}

.clear {
	clear: both;
	font-size: 1px;
	height: 1px;
	line-height: 1px;
}


/* Structure */
#wrap {
	
}

#shadowLeft {
	display: none;
}

#shadowRight {
	display: none;
}

#main {
	
}

#footer {
	border-top: 2px #000 solid;
	padding: 10px;
	margin-top: 20px;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 9px;
	color: #666;
	text-align: center;
}

#footer a {
	color: #666;
	text-decoration: none;
}

#footer a:hover {
	color: #666;
	text-decoration: underline;
}

#designby {
	display: none;
}

#footerLinks {
	display: none;
}


/* Topnav */
#topnav {
	display: none;
}

#topnav li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	border-top: 1px #B29E7B solid;
	border-right: 1px #D5C9A4 solid;
	border-bottom: 1px #B29E7B solid;
	height: 27px;
}

#topnav li a {
	display: block;
	padding: 0 10px 0 10px;
	font-family: trebuchet, trebuchet ms, ariel, helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #605641;
	text-decoration: none;
	line-height: 26px;
}

#topnav li a:hover {
	background: #FFF url(img/bg_topnav.gif) repeat-x;
	color: #860C17;
	text-decoration: none;
}

#topnav li a.on {
	background: #FFF url(img/bg_topnav.gif) repeat-x;
	color: #860C17;
	text-decoration: none;
}


/* Subnav */
#subnav {
	display: none;
}

#subnav li {
	padding: 0;
	margin: 0;
	list-style-type: none;
	border-bottom: 1px #9E8C6D solid;
}

#subnav li a {
	display: block;
	padding: 2px 10px 4px 10px;
	background: url(img/bg_subnav.gif) repeat-x;
	font-size: 11px;
	color: #2D281E;
	text-decoration: none;
}

#subnav li a:hover {
	background: #FFF url(img/bg_subnavon.gif) repeat-x;
	color: #860C17;
	text-decoration: none;
}

#subnav li a.on {
	background: #FFF url(img/bg_subnavon.gif) repeat-x;
	color: #860C17;
	text-decoration: none;
}

#subnav li ul {
	margin: 0;
	padding: 0;
}

#subnav li ul li {
	padding: 0;
	margin: 0;
	list-style-type: none;
	border-bottom: 1px #9E8C6D solid;
}

#subnav li ul li a {
	display: block;
	padding: 1px 10px 1px 20px;
	background-image: none;
	font-size: 10px;
	color: #2D281E;
	text-decoration: none;
}

#subnav li ul li a:hover {
	background-image: none;
	background-color: #9E8C6D;
	text-decoration: none;
}

#subnav li ul li a.on {
	background-image: none;
	background-color: #9E8C6D;
	color: #860C17;
	text-decoration: none;
}


/* Homepage */
#homeleftCol {
	float: left;
	width: 45%;
}

#homerightCol {
	float: right;
	width: 45%;
}

#homeRotate {
	display: none;
}

#homeWelcome {
	
}

#homeWelcome h1 {
	font-family: trebuchet, trebuchet ms, ariel, helvetica, sans-serif;
	font-size: 1.7em;
	font-weight: normal;
	color: #860C17;
	margin: 0 0 .6em 0;
}

#homeWelcome p {
	color: #000;
}

#printHome {
	display: none;
}

#emailHome {
	display: none;
}

#logoHome {
	display: none;
}

#serviceTeaser {
	padding: 20px;
}

#serviceTeaser h1 {
	font-family: trebuchet, trebuchet ms, ariel, helvetica, sans-serif;
	font-size: 1.3em;
	color: #2D281E;
	line-height: 1.4em;
	margin: 0 0 .7em 0;
}

#serviceTeaser p {
	font-size: .9em;
	color: #2D281E;
}


/* Interior */
#logoInterior {
	display: none;
}

#leftCol {
	display: none;
}

#mainCol {
	
}

#print {
	display: none;
}

#email {
	display: none;
}


/* Text Styles */
h1 {
	font-family: trebuchet, trebuchet ms, ariel, helvetica, sans-serif;
	font-size: 1.9em;
	font-weight: normal;
	color: #860C17;
	margin: 0 0 .6em 0;
}

h2 {
	font-family: trebuchet, trebuchet ms, ariel, helvetica, sans-serif;
	font-size: 1.2em;
	color: #AA4444;
	margin: 0 0 .6em 0;
}


/* Forms */
form {
	display: inline;
}

input {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #2D281E;
}

select {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #2D281E;
}

textarea {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #2D281E;
}

label {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #2D281E;
	margin-bottom: 10px;
}

.required {
	color: #F00;
}

