/*--------------------------------------------------------------------------------------------------
  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; }
body, html { background-color:transparent } 
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 { font-size: 63%; height: 100%; } /* @ IE Type size equalizer tweak */

body { 
	background-image: url('images/bodyFiller.png');
	background-repeat: repeat;
	/*background-color: #09372a;*/
	font-family: "Georgia", serif;
	/*font-size: 12px;*/
	text-align: center;
} 


/* Default Typography
================================================================================================================ */
p {
	line-height: 170%;
	margin-bottom: 12px;
}

h1 {
	color: #275583;
	font-size: 1.6em; line-height: 1.3em;
	font-weight: bold;
	padding: 30px 0 12px 0;
}

h2 {
	color: #275583;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 140%;
	margin: 35px 0 0 0;
	padding: 0;
}


h3 {
	background-color: #241005;
	border-top: 1px solid #000;
	color: #ffffff;
	font-size: 1.5em;
	font-weight: normal;
	margin: 0 0 10px 0; padding: 9px 6px;
}





/* Lists
================================================================================================================ */
ul {
	margin:0; padding:0;
}
ul li {
	margin:0; padding:0; 
}
ol {
	margin:0;
	padding:0;
	padding-left:4em;
	margin-bottom:1em;
}
ol li {
	margin:0;
	padding:0;
}
ol ol {
	margin-bottom:0;
	list-style:lower-roman;
}
ol ol	li {
	list-style-type:lower-roman;
}



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

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

a:hover {
	color: #568C9C;
}



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






/* Forms
================================================================================================================ */
label {
	color: #e7dfcf;
	display:block;
	font-family: verdana, arial, sans-serif;
	font-weight:normal;
	letter-spacing: .1em;
	padding:3px 0 3px 0;
	text-transform: uppercase;
}
input, textarea, select {
	border: 1px solid #aaa;
	background-color: #e7dfcf;
	font-family:verdana, sans-serif;
	font-size:1.25em;
	padding: 2px 2px 2px 5px;
}
input.text, textarea {
	border:3px solid #562c16;
	font-family:verdana, helvetica, arial, sans-serif;
	padding: 4px;
	width:100%;
}
.textarea {
	border:1px solid #999;
	height:100px;
	padding:5px;
	width:100%;
}
form div.formComponent {
	float: left;
	margin:0 20px 10px 0;
	width:220px;
}
form div.formError label {
	color: #fff;
	padding-left: 3px;
}
form div.formError input.text, form div.formError textarea {
	background-color: #fff;
	border:3px solid #70b8ab;
}

div.errorMessage {
	background-color: #6b928b;
	border:3px solid #1c0c04;
	color: #1c0c04;
	font-size: 1.5em;
	margin: 20px 0;
	padding: 10px;
	text-align: center;
}


/* Utility Classes
================================================================================================================ */
.clear {
	clear: both;
}
.clearLeft {
	clear: left;
}
.clearRight {
	clear: right;
}
#img2 {
margin: 5px 15px 10px 0;
 
float: left;
}
