/*--------------------------------------------------------------------------------------------------
  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%; min-height: 100%; } 
html { margin-bottom: 1px; min-height: 100%; } /* ensures inclusion of vertical scroll bar */
body { font-size: 62.5%; } /* Type size equalizer */

body { 
	color: #000;
	background-color: #fff;
	font-family: "Georgia", serif;
/*	font-size: 1em;*/
	height: 100%;
	min-height: 100%;
	text-align: center;
} 


/* Default Typography
================================================================================================================ */
p, li {
	color: #525357;
	font: 1.4em/1.78em "Georgia", serif;
	margin: 0;
	padding: 0 0 12px 0;
}
blockquote {
	color: #ba1411;
	font-size: 1.5em;
	line-height: 1.5em;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 10px;
}
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: #000;
	font: 3em/1.15em "Tahoma", helvetica, verdana, arial, sans-serif;
	font-weight: bold;
	margin-bottom: 20px;
	padding-top: 20px;
}
h1.managementTeam {
	margin-top:-30px;
	padding-left:165px;
}

h2 {
	color: #525357;
	font: 1.4em/1.6em "Tahoma", arial, helvetica, verdana, sans-serif;
	font-weight: bold;
	margin-bottom: 8px;
}

h3 {
	background-color: #dfeaf8;
	border-top: 1px solid #cdcdcd;
	color: #000;
	font-family: helvetica, verdana, arial, sans-serif;
	font: 1.4em/1.6em helvetica, verdana, sans-serif;
	font-weight: bold;
	margin: 0px 0 20px 0;
	padding: 5px;
}

h4 {
	color: #333;
	font-size: 15px; line-height: 15px;
	font-weight: normal;
	margin-bottom: 5px;
}

h5 {
	color: #666;
	font-size: 13px; line-height: 13px;
	font-weight: bold;	
}





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

a:link,
a:hover,
a:visited,
a:active {
	color: #2e71ed;
	border-bottom: 1px solid #2e71ed;
	text-decoration: none;
}
a:hover {
	border-bottom: 1px solid #fff;
}





/* 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 {
	display:block;
	font-weight:bold;
	margin-bottom: 5px;
	padding:3px 0 3px 0;
}
div.error label, label.invalidField, p.error {
	color: #9f1d1d;
}
div.error-message {
	display: none;
}
div.errorMessage {
	border-top: 4px solid #9f1d1d;
	background-color: #cdcdcd;
	color: #333;
	margin: 10px 0;
	padding: 10px;
	font-size: 12px; line-height: 150%;
}
div.inputWrapper {
	float: left;
	margin: 0 0 10px 0;
	text-align: left;
}
div.inputWrapper input, div.inputWrapper select, div.inputWrapper textarea {
	width: 95%;
}

.inputShort {
	width: 75px;
}
.inputMed {
	width: 180px;
}
.inputLong {
	width: 250px;
}

div.submit {
	text-align: right;
}


/* Utility Classes
================================================================================================================ */
.clear {
	clear: both;
}
.clearLeft {
	clear: left;
}
.clearRight {
	clear: right;
}


.ui-tabs-hide { display: none; }
