/* ------------------------------------------------------------------------------------------------------*/
/* ZERO OUT ALL BROWSER PRE-SET VALUES  -----------------------------------------------------------------*/

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, img, form, fieldset, a {
	margin: 0;
	padding: 0;
	border: 0;
}



/* ------------------------------------------------------------------------------------------------------*/
/* BASE BLOCK ELEMENTS & GLOBAL STYLES ------------------------------------------------------------------*/


html {
	height: 100%;
}


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*margin: 0;
	padding: 0;*/
	width: 100%;
	height: 100%;
}



/* ------------------------------------------------------------------------------------------------------*/
/* PAGE CONTENT BLOCK   ---------------------------------------------------------------------------------*/


#logo {
	margin: 23px 0 40px 25px;
}

#pageContent {
	width: 520px;
	margin: 0 0 40px 60px;
}

#pageContent h1 {
	font-size: 20px;
	line-height: 16px;
	margin: 0 0 10px 0;
	padding: 0;
	color: #084C8D;
	text-transform: lowercase;
	font-weight: normal;
}

#pageContent h2 {
	font-size: 11.5px;
	line-height: 13px;
	letter-spacing: .03em;
	margin:20px 0 2px 0;
	padding: 4px 0 0 0;
	color: #084C8D;
	font-weight: bold;
}

#pageContent h3 {
	font-size: 12px;
	line-height: 16px;
	letter-spacing: .03em;
	margin:20px 0 10px 0;
	padding: 4px 0 0 0;
	color: #084C8D;
	font-weight: normal;
	font-style: italic;
}

#pageContent p {
	margin: 0 0 12px 0;
	padding: 0;
	font-size: 11px;
	line-height: 16px;
	color: #668187;
}

#pageContent ul {
 	list-style-type: none;
	padding: 0;
	margin: 0 0 14px -3px;
	font-size: 11px;
	line-height: 13px;
	color: #668187;
}

#pageContent li {
	margin: 8px 0 10px 0;
	background-image:url(../images/shared/listBullet.gif);
	background-repeat: no-repeat;
	background-position: .4em .4em;
	padding-left: 13px;
}

#pageContent a:link {
	color: #084C8D;
	text-decoration: none;
}
#pageContent a:visited {
	color: #084C8D;
	text-decoration: none;
}
#pageContent a:hover {
	color: #DF6A2B;
	text-decoration: underline;
}
#pageContent a:active {
	color: #DF6A2B;
	text-decoration: underline;
}


/* -------------------------------------------------------------------------------------------------------*/
/* FOOTER BLOCK  -----------------------------------------------------------------------------------------*/


#footer {
	position: absolute;
	bottom: 0;
	height: 45px;
	width: 770px;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	background-image: url(../images/shared/footer.gif);
	background-repeat: no-repeat;
	clear: both;
}


/* Text Styles ------------ */

#footer p {
	color: #B1C0C5;
	font-size: 9px;
	line-height: 10px;
	margin: 25px 0 5px 55px;
}

#footer a:link {
	color: #B1C0C5;
	text-decoration: none;
}
#footer a:visited {
	color: #B1C0C5;
	text-decoration: none;
}
#footer a:hover {
	color: #668187;
	text-decoration: underline;
}
#footer a:active {
	color: #668187;
	text-decoration: underline;
}
