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

/* @font-face { font-family:GraublauWeb; src:url(/fonts/GraublauWeb.otf) format("opentype") } */
/* @font-face { font-family:GraublauWeb; src:url(/fonts/GraublauWebBold.otf) format("opentype"); font-weight:bold } */
@font-face { font-family: "GrandesignNeueSerifBold"; src: url(/fonts/GrandesignNeueSerifBold.ttf) format("truetype"); font-weight: bold;}
/* @font-face {
	font-family: 'Droid Sans Regular';
	src: url('/fonts/DroidSans.eot');
	src: local('Droid Sans Regular'), local('DroidSans'), url('/fonts/DroidSans.woff') format('woff'), url('/fonts/DroidSans.svg#DroidSans') format('svg'), url('/fonts/DroidSans.ttf') format('truetype');
}

@font-face {
	font-family: 'Droid Sans Bold';
	src: url('/fonts/DroidSans-Bold.eot');
	src: local('Droid Sans Bold'), local('DroidSans-Bold'), url('/fonts/DroidSans-Bold.woff') format('woff'), url('/fonts/DroidSans-Bold.svg#DroidSans-Bold') format('svg'), url('/fonts/DroidSans-Bold.ttf') format('truetype');
} */




body { 
	font-family: Tahoma, "Lucida Grande","Lucida Sans Unicode", helvetica, verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 150%;
	text-align: left;
	color: #636363;
} 

hr {
	border: none;
	display: block;
}
strong, b {
	font-weight: bold;
}
/* Default Typography
================================================================================================================ */
p, ul {
	font-size: 13px; line-height: 1.4em;
	margin: 0 0 15px 0;
}
h1 {
	font-family: Georgia, "Palatino Linotype", "Times New Roman", serif;
/* 	color: #2881ab; */
	color: #525252;
	letter-spacing: -.06em;
	font-size: 33px; line-height: 1.3em;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0 8px 0;
}

h2 {
	font-family: Georgia, "Palatino Linotype", "Times New Roman", serif;
/* 	color: #00b0d8; */
	color:#0079A6;
	font-size: 18px;
	margin: 0px 0 5px 0;
	padding: 6px 6px 0px 0px;
	letter-spacing: -.07em;
	text-align: left;
	line-height: 15px;
}

h3 {
	color: #000;
	font-size: 18px;
/* 	font-weight: bold; */
	text-transform: uppercase;
	margin: 0px 0 10px 0;
	letter-spacing: -.07em;
	padding: 6px 6px 6px 10px;
}

h4 {
	border-top: 1px solid #e7e7e7;
	color: #1d596a;
	font-size: 1.1em;
	font-weight: bold;
	margin: 30px 0 -5px 0; padding: 5px 0 0 0;
	text-transform: uppercase;
}


/* strong { font-family: "Droid Sans Bold","Lucida Grande","Lucida Sans Unicode", helvetica, verdana, arial, sans-serif; } */
/* Lists
================================================================================================================ */
ul {
	margin:10px 0 20px 0; padding:0;
}
ul li {
	line-height: 1.6em;
	font-size: 12px;
	margin:0 0 0px 0; padding:0; 
}
ol {
	margin:0; padding:0;
}
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: #990202; red */
	color: #9F3F1D; /* orange */
	text-decoration: none;
}
a:hover {
	color: #999;
}



/* 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
================================================================================================================ */
/* General Form Element Wrappers */
form div.input {
	float: left;
	margin: 0 20px 20px 0;
	width: 190px;
}
form div.inputWrapper {
	float: left;
	margin: 0 30px 20px 0;
}
form div.inputShort {
	width: 75px;
}
form div.input50 {
	width: 50px;
}
form div.input75 {
	width: 75px;
}
form div.input140 {
	width: 140px;
}
form div.inputMed {
	width: 195px;
}
form div.input220 {
	width: 310px;
}

form div.inputLong {
	width: 650px;
}

/* Input Specific */
input {
	border:1px solid #aaa;
	clear: both;
	display: block;
	font-size:1em;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	width: 100%;
}


/* Textarea Specific */
textarea {
	border:1px solid #aaa;
	clear: both;
	display: block;
	font-size:1em;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	width: 100%;
}


/* Select Specific */
select[multiple=multiple] {
	width: 100%;
}
select {
	border:1px solid #aaa;
	clear: both;
	display: block;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	vertical-align: text-bottom;
	width: 100%;
}
option {
	padding: 0 3px;
}


/* Label Specific */
label, legend {
	font-family: "Droid Sans Bold","Lucida Grande","Lucida Sans Unicode", helvetica, verdana, arial, sans-serif;
	color: #001D59;
	display: block;
/* 	font-weight: bold; */
	font-size: 12px;
/* 	padding-right: 10px; */
}


/* Checkbox Specific */
input[type=checkbox] {
	border: none;
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
div.checkboxWrapper {
	float: left;
	margin: 0 20px 10px 0;
	position: relative;
	text-align: left;
}
div.checkboxWrapper label {
	margin-left: 20px;
	padding: 0px;
	width:100%;
}
div.checkboxWrapper input {
	position: absolute;
	left:0;  top:2px;
}
div.checkbox {
	float: left;
	margin: 0px 5px 5px 0px;
	text-align: left;
	width:160px;
}
div.checkbox label {
	display: inline;
	font-weight: normal;
	margin: 0px 0px 0px 5px;
	padding: 0px;
}
div.checkbox input {
	width: auto;
	display: inline;
	margin: 0px;
	padding: 0px;
}


/* Sumbit Specific */
input[type=submit] {
	display: inline;
	font-size: 80%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}
form div.submit {
	clear: both;
}


/* Hidden Specific */
input[type=hidden] {
	display: none;
	visibility: hidden;
}



/* Notices and Errors
================================================================================================================ */
div.message {
	clear: both;
	color: #900;
	font-size: 140%;
	font-weight: bold;
	margin: 1em 0;
}
form div.error label {
	color: #900;
}
div.error-message {
	clear: both;
	color: #900;
	font-size: 80%;
	font-weight: bold;
}
div.errorMessage {
	color: #900;
	font-size: 12px;
	font-weight: bold;
	line-height: 120%;
	margin: 0px 0px 20px 0px;
}
div.required {
	color: #333;
	font-weight: bold;
}



/* General Utility Classes
================================================================================================================ */
/* Clears */
.clear {
	clear: both;
}
.clearLeft {
	clear: left;
}
.clearRight {
	clear: right;
}
/* Padders */
.padder10 {
	padding: 10px;
}
.padder20 {
	padding: 20px;
}
.padder20-0 {
	padding: 20px 0; 
}
