/*--------------------------------------------------------------------------------------------------
  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 { 
	color: #0e0201;
	font: 14px "Arial", sans-serif;
	height: 100%;
	background-color: #100201;
	min-height: 100%;
	text-align: left;
} 


/* Default Typography
================================================================================================================ */
p {
	font-size: 13px; line-height: 160%;
	margin: 0 0 10px 0px;
}
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: #191919;
	font-family: "Georgia", serif;
	font-size: 28px; line-height: 1.3em;
	font-weight: bold;
	margin: 0px 0px 5px 0px; padding: 10px 0 0 20px;
	letter-spacing: -.005em;
}
h1.homepage {
	color: #191919;
	margin: 0px 10px 5px 0px;
	padding: 0px 0 10px 20px;
	letter-spacing: -.005em;
	font: italic normal 18px/1.3em "Georgia", serif;
}
h1.homepage a {
	color: #191919;
	margin: 0px 0px 5px;
	padding: 0px 0 10px 0px;
	letter-spacing: -.005em;
	font: italic normal 18px/1.3em "Georgia", serif;
	text-decoration:none;
}
h1.homepage a:hover {text-decoration:underline}

h2 {
	color: #a34514;
	font-size: 14px; line-height: 18px;
	letter-spacing: .03	em;
	font-weight: bold;
/*	margin: 0 0 10px 0; padding: 0px 15px 5px 15px;*/
	position: relative;
}
h2.homepage {
	color: #000;
	margin: 0px 0px 5px;
	padding: 0px 0px 0px 20px;
	letter-spacing: -.005em;
	font: oblique bold normal 14px/1.3em Georgia, "Times New Roman", Times, serif;
	text-transform: none;
	font-weight:bold !important;
}
h2.homepage a {
	color: #000;
	margin: 0px 0px 5px;
	padding: 0px;
	letter-spacing: -.005em;
	font: oblique bold normal 14px/1.3em Georgia, "Times New Roman", Times, serif;
	text-transform: none;
	font-weight:bold !important;
	text-decoration:none;
}
h2.homepage a:hover {text-decoration:none}

h3 {
	color: #360604;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 10px 0 5px 0; padding: 0px;
}
h3.info {
	color: #000;
	margin: 0px;
	padding: 0px;
	letter-spacing: -.005em;
	font: italic normal 12px/normal Georgia, "Times New Roman", Times, serif;
	text-transform: none;
	text-align:center;
	position:relative;
	top:-10px;
}

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

h5 {
	color: #450f66;
	font-family: "Georgia", serif;
	font-size: 15px; line-height: 15px;
	font-weight: bold;
	margin: 20px 0 10px 0; padding: 10px 0 10px 15px;
	background-color: #d9d193;
	border-top: 1px solid #3c2618;
}





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

a:link, a:hover, a:visited, a:active {
	color: #0b3c56;
	text-decoration: underline;
}
a:hover {
	color: #d07400;
}



ul li {
	font-size: 13px;
	font-weight: normal;
	list-style: none;
	margin-bottom: 0px;
	padding: 0;
	line-height: 14px;
}
ul li a:link, ul li a:hover, ul li a:visited, ul li a:active {
	height: 1%;
	color: #0b3c56;
}
ul li a:hover {
	color:#d07400;
}





/* 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;
}

hr {
	border: none;
	border-top: 1px dotted #0B3C56;
	margin-top: 20px;
}
