/*--------------------------------------------------------------------------------------------------
  Base Stylesheet, Mass reset for HTML tag preferences and main layout DIVs.
--------------------------------------------------------------------------------------------------*/

/* Mass Reset
================================================================================================================ */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,textarea,select { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
input, textarea, select { padding: 1px; font-size: 100%; font-family: inherit }
a img,fieldset,iframe,img { border: none; }
a,a:link,a:hover,a:visited,a:active,fieldset,legend { background-color: transparent } 
table { border-collapse: collapse; border-spacing: 0; }
caption,th { text-align: left; }
html, body { background-color:transparent; height: 100%; min-height: 100%; } 
html { font-size:100%; margin-bottom: 1px; min-height: 100%; } /* ensures inclusion of vertical scroll bar */
body { font-size: 62.5%; } /* Type size equalizer */
* html body { height: 100%; } /* @ IE Type size equalizer tweak */

body { 
	background-image: url('/img/bodyFiller.png');
	background-position: top;
	background-repeat: repeat-x;
/*	color: #86816b;*/
	color: #615d4e;
	background-color: #471608;
	font: 11px "Georgia", serif;
	height: 100%;
	letter-spacing: .015em;
	min-height: 100%;
	text-align: center;
} 


/* Default Typography
================================================================================================================ */
p {
	font-size: 12px; line-height: 150%;
	margin: 0 0 10px 0;
}
blockquote {
	border-top: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
	margin: 10px 0; padding: 10px 5px;
}
blockquote p.attrib  {
	color: #666;
}
blockquote p {
	color: #cd9826;
	font: 1.3em "Georgia", serif;
	font-style: italic;
	font-weight: normal;
	letter-spacing: .01em;
	line-height: 1.5em;
	text-align: center;
}
blockquote p.attrib  {
	color: #666;
	font-size: 1em;
	font-style: normal;
	margin: -5px 0 -10px 0;
	text-align: right;
}

h1 {
	color: #3c2618;
	font-size: 28px; line-height: 1.3em;
	font-weight: normal;
	margin: 0px 0px 10px -20px; padding: 0 0 0 20px;
	letter-spacing: -.005em;
}

h2 {
	color: #882003;
	font-size: 18px; line-height: 18px;
	letter-spacing: .03	em;
	margin: 0 0 5px 0; padding: 5px 0 5px 0;
	position: relative;
	border-top: 1px solid #e1dfdf;
}

h3 {
	color: #214e6f;
	font-family: "Lucida Grande","Lucida Sans Unicode", helvetica, verdana, arial, sans-serif;
	font-size: 14px; line-height: 15px;
	font-weight: bold;
	margin: 20px 0 10px 0;
	text-transform: uppercase;
}

h4 {
	color: #333;
	font-size: 15px; line-height: 15px;
	font-weight: normal;
	margin-bottom: 5px;
}

h5 {
	color: #666;
	font-size: 13px; line-height: 13px;
	font-weight: bold;	
}





/* Links
================================================================================================================ */

a:link, a:hover, a:visited, a:active {
	color: #275583;
	text-decoration: none;
}
a:hover {
	color: #568C9C;
}


ul li {
	font-size: 12px;
	font-weight: normal;
	list-style: none;
	margin-bottom: 0px;
	padding: 0;
	line-height: 13.5px;
}
ul li a:link, ul li a:hover, ul li a:visited, ul li a:active {
	display: block;
	height: 1%;
	color: #06395f;
}
ul li a:hover {
	color:#3c2618;
}





/* Images
================================================================================================================ */
img, a:link img, a:hover img, a:visited img, a:active img {
	border: none;
	margin: 0; padding: 0;
	text-decoration: none;
}






/* Tables
================================================================================================================ */
td {
	text-align: left;
	vertical-align: top;
}





/* Forms
================================================================================================================ */
label {
	display:block;
	font-weight:bold;
	padding:3px 0 3px 0;
}
div.error label {
	color: #9f1d1d;
}
div.error-message {
	display: none;
}
div.errorMessage {
	border-top: 4px solid #9f1d1d;
	background-color: #cdcdcd;
	color: #333;
	margin: 10px 0;
	padding: 10px;
	font-size: 12px; line-height: 150%;
}
div.inputWrapper {
	float: left;
	margin: 0 10px 10px 10px;
	text-align: left;
}
div.inputWrapper input, div.inputWrapper select, div.inputWrapper textarea {
	width: 95%;
}

.inputShort {
	width: 75px;
}
.inputMed {
	width: 180px;
}
.inputLong {
	width: 390px;
}

div.submit {
	text-align: right;
}


/* Utility Classes
================================================================================================================ */
.clear {
	clear: both;
}
.clearLeft {
	clear: left;
}
.clearRight {
	clear: right;
}

