/*--------------------------------------------------------------------------------------------------
  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%;  } 
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 { 
	font: 11px "Verdana", sans-serif;
	height: 100%;
	min-height: 100%;
	text-align: center;
} 


/* Default Typography
================================================================================================================ */
p {
	font: 12px;
	line-height: 1.6em;
	margin: 0px; padding: 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 "Verdana", sans-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: #333;
	font-size: 16px; line-height: 1.3em;
	font-weight: normal;
	margin: 0px 0px 10px -20px; padding: 0 0 0 20px;
	letter-spacing: -.005em;
	text-transform: uppercase;
}

h2 {
	color: #000;
	font-size: 1.4em;
	font-weight: normal;
	letter-spacing: .03	em;
	line-height: 140%;
	margin: 0 0 5px 0; padding: 0;
	position: relative;
}


h3 {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 10px 0;
}





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

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

a:hover {
	color: #000;
}








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




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






/* Forms
================================================================================================================ */
input, select, textarea {
	background: #ffffff !important;
}
label {
	display:block;
	font-weight:bold;
	padding:3px 0 3px 0;
}
div.error label {
	color: #9f1d1d;
}
div.error-message {
	display: none;
}
div.inputWrapper {
	float: left;
	margin: 0 10px 10px 0;
	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;
}

