@charset "UTF-8";
/* CSS Document */
/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	}
	
/* Normalizes font-size for headers */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	}
	
/* Removes list-styles from lists */
ol, ul {
	list-style: none;
	}
	
/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
	}
	
/* Removes list-styles from lists */
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
	
/* Removes border from fieldset and img */
fieldset, img {
	border: 0;
	}
	
/* Left-aigns text in caption and th */
caption, th {
	text-align: left;
	}
	
/* Removes quotation marks from q */
q:before, q:after {
	content: '';
	}
/*==================================================================================*/
body {
	background: #fff url(../i/bg.gif) fixed top left repeat-x;
	font-size: 62.5%;
}
div#container {
	margin: 0 auto;
	background: #fff url(../i/container_bg.gif) top left repeat-y;
	width: 770px;
}
div#branding {
	height: 130px;
	width: 100%;
	background: #fff url(../i/branding.jpg) top left no-repeat;
}
div#branding h1 {
	text-indent: -9999px;
}
div#branding p {
	text-indent: -9999px;
}
div#nav	{
	height: 55px;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	background: #544e3a;
}
div#nav ul#menu	{
	height: 55px;
	width: 100%;
	background: transparent url(../i/nav.gif) top left no-repeat;
	margin: 0;
	padding: 0;
	position: relative;
}
div#nav ul#menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
}
ul#menu li, ul#menu a {
	height: 55px;
	display: block;
}
div#nav ul#menu li a {
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
}
#Home {
	left: 0;
	width: 98px;
}
#Home a:hover {
	background: transparent url(../i/nav.gif) 0 -55px no-repeat;
}
#Services {
	left: 98px;
	width: 98px;
}
#Services a:hover {
	background: transparent url(../i/nav.gif) -98px -55px no-repeat;
}
#Contact {
	left: 196px; width: 98px;
}
#Contact a:hover {
	background: transparent url(../i/nav.gif) -196px -55px no-repeat;
}
div#content_main {
	width: 475px;
	float: left;
	display: inline;
	padding-top: 35px;
	line-height: 1.6em;
}
.borderTop {
	border-top: #000 double;
}
div#spacerTop {
	margin-top: 0px;
	margin-left: 10px;
	width: 455px;
	height: 25px;
	border-top: 3px #000 double;
	}
div#spacerBottom {
	background: transparent url(../i/spacerBottom.gif) bottom left no-repeat;
	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 55px;
	width: 455px;
	height: 50px;
	border-bottom: 3px #000 double;
	float: left;
	display: inline;
	}
div#content_main p, div#content_main h3 {
	font-family: Helvetica;
	font-size: 1.2em;
	color: #380707;
	padding-left: 10px;
	padding-right: 10px;
}
div#content_sub {
	width: 295px;
	background: url(../i/content_sub.gif) top left no-repeat;
	float: right;
	display: inline;
}
div#content_sub img {
	padding-top: 35px;
	padding-left: 10px;
}
div#content_sub h2 {
	font: italic 1.2em Georgia;
	color: #e3d196;
	text-align: center;
	padding-bottom: 55px;
}
div#site_info {
	clear: both;
	width: 100%;
	background-color: #fff;
	border-top: 3px #000 double;
}
div#site_info ul {
	padding-top: 5px;
	padding-bottom: 10px;
}
div#site_info li {
	font-family: Georgia;
	font-size: 1.0em;
	padding: 0;
}
* html div#site_info li {
	line-height: 1.3;
}
div#site_info li a:link, div#site_info li a:visited {
	text-decoration: underline;
	color: #000;
}
div#site_info li a:hover {
	text-decoration: none;
	color: #000;
}
.address {
	float: left;
	text-align: left;
	padding-left: 10px;
}
.rights {
	float: right;
	text-align: right;
	padding-right: 10px;
}
/*---------------------------------Contact Settings-------------------*/
.email_p {
	font-size: 1.2em;
	padding-top: 20px;
}
.required {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.0em;
	color: #000;
}
/* style for  labels */
label {
  display: block;
}

input {
  width: 200px;
  margin-left: 10px;
}
textarea {
  width: 85%;
  height: 100px;
  font: 1.2em Georgia, "Times New Roman", Times, serif;
  margin-left: 10px;
  margin-bottom: 10px;
}
input.radio + label {
  text-indent: 0;
}
h4 {
	font: normal 2.4em Georgia, "Times New Roman", Times, serif;
	text-align: center;
	color: #380707;
	}
div#content_address {
	width: 85%;
	margin-left: 10px;
	background-color: #eaeada;
	border-bottom: 1px dashed #544e3a;
	border-top: 1px dashed #544e3a;
}
div#content_address p {
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #380707;
	font: italic 1.2em Georgia;
}
div#content_address ul {
	padding-left: 10px;
	padding-bottom: 10px;
}
div#content_address li {
	color: #380707;
	font: italic 1.2em Georgia;
}
* html div#content_address li {
	line-height: 1.3;
}
/*---------------------------------Services Settings-------------------*/
div#content_main h2 {
	font: normal 2.0em Georgia;
	margin-left: 10px;
}
.content_services {
	width: 96%;
	margin-left: 10px;
	border-bottom: 1px dashed #544e3a;
}
.content_servicesOdd {
	width: 96%;
	margin-left: 10px;
	background-color: #eaeada;
	border-bottom: 1px dashed #544e3a;
}
.content_services h3,.content_servicesOdd h3 {
	padding-top: 10px;
	font-size: 1.4em;
}
.content_services p,.content_servicesOdd p {
	padding-bottom: 20px;
	font-size: 1.2em;
}
