@charset "UTF-8";
/* CSS Document */

/* GENERAL ITEMS #################################################### */
body {
	font-family: "Trebuchet MS", "Lucida Grande", Arial, sans-serif;
	background-image: url(../images/bkgrd_repeat.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #473216;
	font-size: 1em;
	color: #FFFFFF;
	line-height: 1.4;
}
a {
	color: #FFFFFF;
}
a:hover, a:active {
	text-decoration: none;
	color: #DA0000;
}
#container {
	margin: auto;
	width: 900px;
	background-image: url(../images/bkgrd_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/* HEADER STYLES ################################################### */
#header {
	height: 510px;
	background-image: url(../images/header_stamps.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#header h1 {
	display: block;
	float: left;
	height: 100px;
	width: 500px;
}
#header h2 {
	display: block;
	height: 70px;
	width: 350px;
	float: right;
	clear: right;
}
#header h3 {
	display: block;
	width: 350px;
	float: right;
	clear: right;
	height: 75px;
	background-image: url(../images/telephone.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#header h1 span, #header h2 span, #header h3 span {
	display: none;
}

/* MAIN CONTENT AREA  ################################################### */
#content {
	width: 880px;
	z-index: 1;
	margin-right: auto;
	margin-left: auto;
}

/* INFO/TEXT AREA  ################################ */
#main_info {
	width: 550px;
	font-size: 0.9em;
}
#main_info p {
	margin-top: 2%;
	margin-bottom: 2%;
}
#main_info h1 {
	font-weight: bold;
	font-size: 1.8em;
	color: #DA0000;
	margin-top: 1%;
	margin-bottom: 1%;
}
#main_info h2 {
	font-size: 1.3em;
	color: #DA0000;
	margin-top: 1%;
	margin-bottom: 1%;
	font-weight: bold;
}
#main_info ul {
	margin: 10px 25px;
}
#main_info ul li {
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	font-size: 115%;
	margin: 10px 0px;
	text-transform: capitalize;
}

/* CONTACT FORM AREA ################################ */
#contact_low {
	background-image: url(../images/bkgrd_form_low.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#contact_top {
	width: 314px;
	float: right;
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 10px;
	color: #000000;
	background-image: url(../images/bkgrd_form_top.gif);
}


/* FORM STYLES  ############################# */
#contactForm {
	width: 250px;
	padding-top: 15px;
	margin-left: 23px;
	padding-bottom: 45px;
}
#contactForm p {
	margin-top: 5%;
	margin-bottom: 1%;
}
#contactForm p em {
	font-size: 0.9em;
}
#contactForm h1 {
	font-size: 120%;
	margin-top: 15px;
	font-weight: bold;
}
#contactForm legend {
	margin-top: 25px;
}
#contactForm fieldset {
	padding: 10px;
}
.form_section {
	display: block;
	margin: 5px 0px;
}
.form_section label {
	font-size: 0.8em;
	display: block;
}
.form_section label em {
	font-size: 1.5em;
	color: #FF6600;
}
.form_section input {
	width: 247px;
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 3px;
	font-size: 0.9em;
	margin-bottom: 5px;
}
.form_section textarea {
	width: 250px;
	margin-bottom: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.send_section input {
	text-align: right;
}

/* FOOTER STYLES  ################################################### */
#footer {
	font-size: 0.7em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	margin-top: 25px;
}
#footer p {
}
#footer h1 {
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer h1 em {
	font-size: 110%;
	color: #DA0000;
}
.float_right {
	float: right;
	padding-top: 5px;
}
.float_right a {
	color: #DA0000;
	text-decoration: none;
}
.float_right a:hover, .float_right a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

/* GENERAL CLASSES  ################################################### */
.clearfloats {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}

