/*--------------------------------------------------------------------------------------------------
  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; }
td { vertical-align: top; }
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 */

html {
		background-color: #00224f;
}
body { 
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 11px;
	line-height: 150%;
	text-align: left;
	color: #5f5f5f;
/*	background-color: #00224f;*/
	background: #f7b400 url('/img/mural.jpg') no-repeat top center;
/*	background: #00224f url('/img/mural.jpg') no-repeat top center;*/
	border-top: 3px solid #006bb7;
} 


/* Default Typography
================================================================================================================ */
p, ul {
	font-size: 14px; line-height: 1.5em;
	margin: 0 0 15px 0;
}

h1 {
	font-family: 'SeanRegular', serif;
	color: #0054ac;
	font-size: 28px; line-height: 1.3em;
	margin: 0px;
	padding: 8px 0 8px 0;
	font-family: 'SeanRegular', serif;
}

h2 {
/* 	font-family: 'SeanRegular', serif; */
	color: #0054ac;
	font-size: 22px;
	line-height: 26px;
	margin: 20px 0px 10px 0px;
	text-align: left;
/* 	text-transform: uppercase; */
}


h3 {
	font-family: 'SeanRegular', serif;
	color: #812903;
	font-size: 19px;
	margin: 0px 0 10px 0;
	padding: 11px 10px 10px 10px;
	
/* 	background: transparent url('/img/h3_sidebar_bkgd.png') no-repeat -2px 0px; */
}

h4 {
	font-family: 'SeanRegular', serif;
	color: #0054ac;
	font-size: 17px;
	margin: 20px 0px 10px 0px;
}


blockquote {
	font-style: italic;
	font-size: 16px;
	line-height: 22px;
	border-left: 5px solid #0054ac;
	padding-left: 10px;
	margin-bottom: 15px;
}


/* Lists
================================================================================================================ */
ul {
	margin:10px 0 20px 0; padding:0;
/*	margin-left: 15px;*/
}
ul li {
	line-height: 1.6em;
	font-size: 12px;
/* 	color: #ffffcc; */
	margin:0 0 8px 0; padding:0; 
}
ol {
	margin:0;
	padding:0;
	padding-left:0em;
	margin-bottom:0em;
}
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; */
	color: #03508d;
	text-decoration: none;
}

a:hover {
/* 	color: #b15800; */
	color: #812903;
}



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


input,textarea {
	border:1px solid #aaa;
	font-family:verdana, sans-serif;
	font-size:1em;
	padding: 2px 2px 2px 5px;
}
select {
	font-family:verdana, sans-serif;
	font-size:1em;
	padding: 2px 2px 4px 5px;
}


/* Forms
================================================================================================================ */
form div.input {
	float: left;
	margin: 0 20px 20px 0;
	width: 190px;
}

form div.inputWrapper {
	float: left;
	margin: 0 30px 20px 0;
}
div.inputShort {
/* 	width: 75px; */
	width: 92px;
}
div.inputMed {
/* 	width: 180px; */
	width: 215px;
}
div.inputLong {
/* 	width: 390px; */
	width: 460px;
}
form div.required {
	color: #333;
	font-weight: bold;
}
label {
	color: #001D59;
	display: block;
	font-weight: bold;
	font-size: 12px;
	padding-right: 20px;
}
form div.error label {
/* 	background-color: #900; */
	color: #900;
/* 	font-size: 70%; */
/* 	padding: 3px; */
}
div.errorMessage {
	color: #900;
	font-size: 12px;
	font-weight: bold;
	line-height: 120%;
	margin: 0px 0px 20px 0px;
/* 	padding: 10px; */
}
form div.submit {
	clear: both;
}
input, textarea {
	clear: both;
	display: block;
	font-size: 80%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	width: 100%;
}
select {
	clear: both;
	font-size: 80%;
	vertical-align: text-bottom;
	width: 100%;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 80%;
	padding: 0 3px;
}
input[type=checkbox] {
	border: none;
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=submit] {
	display: inline;
	font-size: 80%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}
input[type=hidden] {
	display: none;
	visibility: hidden;
}


/* Notices and Errors
================================================================================================================ */
div.flashMessageError {
	background-color: #B70F00;
	color: #fff;
	font-size: 14px;
	padding: 10px;
	text-align: center;
}
div.message {
	clear: both;
	color: #900;
	font-size: 140%;
	font-weight: bold;
	margin: 1em 0;
}
div.error-message {
	clear: both;
	color: #900;
	font-size: 80%;
	font-weight: bold;
}



/* Utility Classes
================================================================================================================ */
.clear {
	clear: both;
}
.clearLeft {
	clear: left;
}
.clearRight {
	clear: right;
}
.padder {
	padding: 0 20px 20px 20px;
}
