/*--------------------------------------------------------------------------------------------------
  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; }
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 { 
	background-image: url('/img/bodyFiller.png');
	background-position: top;
	background-repeat: repeat-x;
	color: #0b3c56;
	font: 14px "Verdana", sans-serif;
	height: 100%;
	background-color: #052a3d;
	min-height: 100%;
	text-align: left;
} 


/* 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: #0b3c56;
	font-size: 28px; line-height: 1.3em;
	font-weight: normal;
	margin: 0px 0px 0px 0px; padding: 10px 0 8px 20px;
	letter-spacing: -.005em;
}

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

h3 {
	color: #056ea6;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 10px 0 5px 0; padding: 0px;
}

h4 {
	color: #056ea6;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 10px 0 5px 0; padding: 0px;
}

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: 12px;
	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, legend {
	display:block;
	font-weight:bold;
	font-size: 11px;
	padding:3px 0 3px 0;
}
div.error label, label.error {
	color: #9f1d1d;
}
div.error input {
}
div.error-message {
	display: none;
}
div.errorMessage {
	border: 1px solid #9f1d1d;
	background-color: #fff;
	color: #9f1d1d;
	margin: 10px 0;
	padding: 10px;
	font-size: 11px; line-height: 150%;
	text-align: center;
}

div.inputWrapper {
	float: left;
	margin: 0 10px 10px 0;
	text-align: left;
}
div.inputWrapper input,
div.inputWrapper textarea {
	border: 1px solid #a1a1a1;
	font-size: .8em;
	padding: 3px;
}

div.inputWrapper input,
div.inputWrapper select,
div.inputWrapper textarea {
	width: 95%;
}

div.radioButtonSet fieldset input,
div.radioButtonSet fieldset label {
	display: inline;
	width: auto;
}
div.radioButtonSet fieldset label {
	font-weight: normal;
	margin-right: 20px;
}

div.checkboxWrapper {
	float: left;
	margin: 0 10px 10px 0;
	text-align: left;
}
div.checkboxWrapper input {
	display: inline;
	padding: 0px;
}
div.checkboxWrapper label {
	display: inline;
	margin-left: 5px;
	padding: 0px;
}
div.unboldLabel label {
	font-weight: normal;
}


/* CakePHP's default wrapper for multi select checkboxes */
div.checkbox {
	display: block;
	margin: 0px 0px 5px 0px;
	text-align: left;
}
div.checkbox input {
	width: auto;
	display: inline;
	margin: 0px;
	padding: 0px;
}
div.checkbox label {
	display: inline;
	font-weight: normal;
	margin: 0px 0px 0px 5px;
	padding: 0px;
}

.inputShort {
	width: 96px;
}
.inputMed {
	width: 220px;
}
.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;
}

.padder10 {
	padding: 10px;
}