@charset "utf-8";
/* CSS Document */

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* CSS layout */

html, body {
	margin-left: 0;
	margin-right: 0;
	text-align: center;
	background: #1f1a14;
}

#outer-holder {
	width: 100%;
	height: 100%;
	margin-left: 0;
	margin-right: 0;
}

#header-holder {
	width: 100%;
	float: left;
	display: inline;
}

#header-content {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

#header-logo-holder {
	width: 960px;
	float: left;
	display: inline;
	height: 85px;
	background: url(background/header-dashed.jpg) repeat-x;
	text-align: left;
}

#header-nav-holder {
	width: 960px;
	float: left;
	display: inline;
	padding: 15px 0 15px 0;
}

#header-btn-holder {
	width: 960px;
	min-height: 25px;
	height: auto !important;
	height: 25px;
	float: left;
	display: inline;
}

#header-text-holder {
	width: 960px;
	float: left;
	display: inline;
	padding: 5px 0 15px 0;
	text-align: left;
}

#content-holder {
	width: 100%;
	float: left;
	display: inline;
	background: #776538;
}

#content-content {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	min-height: 250px;
	height: auto !important;
	height: 250px;
	background: #776538;
	text-align: left;
	background: url(background/form-bg.jpg);
	background-position: top right;
	background-repeat: repeat-y;
}

#content-block {
	width: 640px;
	float: left;
	display: inline;
}

#content-image {
	width: 640px;
	float: left;
	display: inline;
	position: relative;
}

#image-text {
	clear: both;
	position: absolute;
	top: 0;
	left: 0;
	width: 620px;
	padding: 10px;
}

#content-left {
	width: 300px;
	float: left;
	display: inline;
	padding: 10px 0 10px 0;
	margin: 0 20px 0 0;
}

#content-right {
	width: 300px;
	float: left;
	display: inline;
	padding: 10px 0 10px 0;
	margin: 0 20px 0 0;
}

#form-block {
	width: 320px;
	float: left;
	display: inline;
}

#footer-holder {
	width: 100%;
	float: left;
	display: inline;
	background: #000000;
}

#footer-content {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

#footer-left {
	width: 320px;
	float: left;
	display: inline;
	text-align: left;
	padding: 10px 0 10px 0;
}

#footer-middle {
	width: 320px;
	float: left;
	display: inline;
	padding: 10px 0 10px 0;
}

#footer-right {
	width: 320px;
	float: left;
	display: inline;
	text-align: right;
	padding: 10px 0 10px 0;
}

.clear {
	clear: both;
}

/* CSS navigation */

.main-nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	padding: 0 14px 0 14px;
}

a.main-nav, a.main-nav:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	padding: 0 14px 0 14px;
}

a.main-nav:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #776538;
	padding: 0 14px 0 14px;
}

.main-nav-highlighted {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #776538;
	padding: 0 14px 0 14px;
}

a.main-nav-highlighted, a.main-nav-highlighted:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #776538;
	padding: 0 14px 0 14px;
}

/* CSS fonts */

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	color: #FFFFFF;
	line-height: 42px;
	font-weight: normal;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	color: #a17f2c;
	line-height: 27px;
	font-weight: normal;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	font-weight: bold;
}

#content-image h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 22px;
	font-weight: normal;
	text-shadow: 2px 2px 2px #000;
}

.footer-link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	color: #5b4a21;
	text-decoration: none;
	padding: 0 20px 0 20px;
}

.disclaimer-text {
	font-size: 10px;
	line-height: 12px;
}

.link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 18px;
	text-decoration: none;
}

h1.title {
	color: #000000;
	font-size: 30px;
	line-height: 30px;
	border: 0;
}

.menu-link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	padding: 10px;
	margin: 5px 5px 5px 0;
	border: 1px solid #1f1a14;
	float: left;
	display: block;
	color: #1f1a14;
	width: 250px;
	text-align: left;
	text-decoration: none;
}

.quote-name {
	float: right;
	font-style: italic;
}

/* CSS form */

.form-text {
	padding: 3px 0 3px 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	color: #ddc48f;
}

label {
	color: #000000;
	font-weight: bold;
}

.form-input {
	background: #c1ac76;
	border: 0;
	margin: 3px 0 3px 0;
	padding: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #000000;
	width: 259px;
}

.drop-down {
	background: #c1ac76;
	border: 0;
	margin: 3px 0 3px 0;
	padding: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #000000;
}

.black {
	color: #000000;
	text-decoration: none;
}

.submit {
	float: right;
	padding: 3px 20px 3px 20px;	
}

.errorText {
	color:red;
}
.error {
	font-weight:bold;
	color:red;
}

/* CSS rotation */

#image {
	width: 640px;
	height: 292px;
	float: left;
	display: inline;
	position: relative;
}

.absolute {
	position:absolute;
	left: 0;
	top: 0;
}

.hide {
	display:none;
}

/* CSS flash */

.flash-btns {
	float: right;
	display: inline;
}