/*
div { border: 1px solid #f00; }
div:hover { border: 1px solid #0f0; }
*/

/* !GLOBAL RESET */
html, body, div, span, applet, object, iframe, hr, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px; padding: 0px; border: 0px; outline: 0px; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;
}


/* !CLEAR FIX */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix {display: inline-table;}
/* Hides from IE-mac */
* html .clearfix { height: 1%; }
.clearfix {display: block;}
/* End hide from IE-mac */


/* !UTILITIES */

.fleft { float: left; }
.fright { float: right; }
.clear { clear: both; }
.aleft { text-align: left; }
.aright { text-align: right; }
.acenter { text-align: center; }
.hide { display: none; }


/* !STRUCTURE */

body {
	color: #333;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Verdana, Arial, sans-serif;
	font-size: 12px;
	background: #fff url('../LibraryFiles/body-bg.png') repeat-x;
}

TABLE {
	font-size: 1em;
}

TD {
	vertical-align: top;
	padding: 14px;
}
#wrapper {
	width: 800px;
	left: 50%;
	margin-left: -400px;
	top: 13px;
	position: absolute;
}

#header {
	height: 82px;
	padding: 0px 25px;
	clear: both;
}

#menu {
	height: 30px;
	margin: 12px 0px 20px 0px;
	clear: both;
}

#content {
	clear: both;
	overflow: hidden;
}

#footer {
	height: 74px;
	margin: 32px 0px 15px 0px;
	clear: both;
}

.block {
	float: left;
	overflow: hidden;
	width: 555px;
}
.block.thin {
	width: 210px;
	margin-right: 25px;
}
.block.wide {
	float: none;
	clear: both;
	width: 800px;
}


/* !LINKS */

a img { border: none; }
a {
	color: #173fad;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


/* !HEADER TAGS */

h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h2 { /* Replaced by sIFR */
	font-size: 23px;
	color: #2da754;
	padding: 10px 0px;
	border-bottom: 1px solid #e2e9f0;
}
h3 {
	font-size: 18px;
	color: #1946b1;
	padding: 10px 0px;
}
h3.title { /* Replaced by sIFR */
	color: #76a7df;
	border-bottom: 1px solid #e2e9f0;
}
h4 {
	font-size: 15px;
	color: #528bcc;
	padding: 5px 0px;
}

h3.alt {
	width: 245px;
	float: left;
	border: none;
	padding-bottom: 0px;
	padding-top: 16px;
}
h2.alt {
	width: 555px;
	float: left;
	border: none;
	padding-bottom: 0px;
}






/* !LISTS */

ul {
}
li {
	margin: 10px;
	padding: 0px 24px;
	list-style: none;
	background: transparent url('../LibraryFiles/bullet.png') 0px 3px no-repeat;
}

dt a {
	font-weight: bold;
}
dd {
	padding: 3px 0px 8px 0px;
	color: #9c9c9c;
	font-size: 10px;
}


/* !HEADER */

#logo {
	height: 82px;
	width: 89px;
	position: absolute;
}
#logo-name {
	margin-left: 105px;
}
#logo-name h1 { /* Replaced by sIFR */
	font-size: 25px;
	color: #225ec1;
	line-height: 82px;
}


/* !FOOTER */

#footer,
#footer a {
	font-size: 11px;
}
#footer {
	color: #8d8d8d;
}
#footer li {
	list-style: none;
	background: none;
	padding: 0px;
	margin: 0px;
	margin-right: 18px;
	display: inline;
}


/* !MAIN NAV */
/* primary */
#menu {
	background: transparent url('../LibraryFiles/menu-bg.png') repeat-x;
}
#menu ul,
#menu li {
	margin: 0px;
	padding: 0px;
}
#menu li {
	float: left;
	background: transparent url('../LibraryFiles/menu-l-bg.png') no-repeat;
}
#menu li:hover ul,
#menu li.sfhover ul {
	display: block;
	position: absolute;
}
#menu li a {
	line-height: 29px;
	padding: 0px 12px;
	display: block;
	font-weight: bold;
	font-size: 11px;
	background: transparent url('../LibraryFiles/menu-r-bg.png') top right no-repeat;
}
#menu li:hover,
#menu li.sfhover {
	background: transparent url('../LibraryFiles/menu-l-bg-hover.png') no-repeat;
}
#menu li:hover a,
#menu li.sfhover a {
	color: #fff;
	text-decoration: none;
	background: transparent url('../LibraryFiles/menu-r-bg-hover.png') top right no-repeat;
}


/* secondary */
#menu li ul {
	display: none;
	position: absolute;
	z-index: 10;
	border: 1px solid #8dbaa2;
}
#menu li li {
	float: none;
	display: inline;
	background: none;
}
#menu li li:hover,
#menu li li.sfhover {
	background: none;
}
#menu li:hover li a,
#menu li.sfhover li a {
	line-height: normal;
	padding: 8px;
	color: #2e7a47;
	background: none;
	background-color: #c8eede;
	border-bottom: 1px solid #b2dbc8;
	width: 200px;
}
#menu li li a:hover,
#menu li li.sfhover a:hover {
	color: #fff;
	background: none;
	background-color: #369d5a;
}
#menu li li a.last {
	border: none;
}



/* !SECTION NAV */

#section-nav {
	margin: 0px;
	padding: 0px;
}
#section-nav li {
	list-style: none;
	background: none;
	margin: 0px;
	padding: 0px;
	display: inline;
}
#section-nav a {
	display: block;
	padding: 7px;
	color: #369d5a;
	font-weight: bold;
	font-size: 11px;
	text-align: right;
	border-right: 4px solid #fff;
	margin: 0px;
}
#section-nav a.selected {
	color: #1740ad;
	border-right-color: #d7e5f8;
	background: #eff6f9 url('../LibraryFiles/sidenav-bg.png');
}




/* !BASIC TAGS */

p {	padding: 5px 0px; }
hr { margin: 10px 0px; border-bottom: 1px solid #e4eaf3; background-color: #e4eaf3; height: 1px; clear: both; }
