@import url("/style/nav.css");

/*
-----------HTML Elements---------
*/
* { margin:0; padding:0; }
body {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	background: #feeace url('/themes/windsor/images/body-bg.png') top center repeat-y;
	line-height: 1.5em;
	color: #666;
}
p, ul, ol, table { margin: 0 0 1em 0; }
a { color: #666; }
a:hover { text-decoration: none }
ul { margin-left: 20px; padding-left: 20px; }
ol { margin-left: 20px; padding-left: 20px; }
h1, h2, h3, h4, h5 { margin: 0 0 0.5em 0; }
h1 {
	height: 75px;
	padding: 0 110px;
	color: #fece88;
	background: url('/themes/windsor/images/heading-bg.png') top left no-repeat;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/themes/windsor/images/heading-bg.png');
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	line-height: 67px;
}
h1.twoLines {	line-height: 32px; }
h2 { color: #005595; }
h4 { color: #005595; margin-bottom: .25em; }

/*
-----------Site-wide Tags-----------
*/
.clr { clear: both; }
.clrLt { clear: left; }
.clrRt { clear: right; }
.floatLt { float: left; }
.floatRt { float: right; }
.imgLt { float: left; margin: 0 1.5em 1em 0; }
.imgRt { float: right; margin: 0 0 1em 1.5em; }

/*
-----------Page Layout-----------
*/
#pageWrap {
	margin: 0 auto;
	width: 734px;
	background: #fff url('/themes/windsor/images/pagewrap-bg.png') top right no-repeat;
	position:relative;
}
#mainContent {
	position: relative;
	background: url('/themes/windsor/images/maincontent-bg.png') 1px bottom no-repeat;
	z-index: 0;
	zoom: 1;
}
#contentWrap {
	padding: 0 110px 20px;
}
#content {
	padding-right: 10px;
	height: 346px;
}
.secPage #content { visibility: hidden; }


/*
-----------jScrollPane Layout-----------
*/
#mainContent .jScrollPaneDrag {
	background: #74a6d4;
}
#mainContent .jScrollPaneTrack {
	background: #a8daf4;
}
#mainContent a.jScrollArrowUp, #mainContent a.jScrollArrowDown {
	background: url('/themes/windsor/images/scroll-arrows.gif') repeat-x 0 0;
	height: 15px;
}
#mainContent a.jScrollArrowUp:hover {
	background-position: 0 -14px;
}
#mainContent a.jScrollArrowDown {
	background-position: 0 -42px;
}
#mainContent a.jScrollArrowUp.jScrollActiveArrowButton, #mainContent a.jScrollArrowUp.jScrollActiveArrowButton:hover {
	background-position: 0 -28px;
}
#mainContent a.jScrollArrowDown:hover {
	background-position: 0 -56px;
}
#mainContent a.jScrollArrowDown.jScrollActiveArrowButton, #mainContent a.jScrollArrowDown.jScrollActiveArrowButton:hover {
	background-position: 0 -70px;
}

/*
-----------Header-----------
*/
#header {
	position: relative;
	height: 136px;
	padding: 12px;
	z-index: 1;
}
#header .logo {
	position: absolute;
	top: 6px;
	left: 0px;
}
#header .nav a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	line-height: normal;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	color: #005595
}

/*
----------Nav Design-----------
*/
#navWrap {
	position: absolute;
	bottom: 12px;
	right: 12px;
}
#navWrap li {
	margin: 0 5px;
	padding: 0 2px 1px 0;
	background: url('/themes/windsor/images/nav-bg.gif') top right no-repeat;
	zoom: 0;
}
#navWrap li a {
	padding: 5px 8px;
}
#navWrap li a:hover {
	background: #fee1b5;
}
#navWrap ul ul {
	margin-top: 1px;
	width: 160px;
	background: #fdbf6a;
}
#navWrap li li, #navWrap li li a {
	margin: 0;
	padding: 0;
	background: none;
}
#navWrap li li a {
	padding: 6px 5px;
}

/*
----------SubNav Design-----------
*/
#subNavWrap {
	position: absolute;
	top: 12px;
	right: 20px;
}
#subNavWrap li a {
	margin: 0 0 0 50px;
}
#subNavWrap li a:hover {
	text-decoration: underline;
}

/*
-----------General Column Formatting-----------
*/

/*
----------Footer----------
*/
#footer {
	color: #005595;
	font-size: 8px;
	font-weight: bold;
	text-align: center;
}
#footer .content {
	padding: 5px;
	background: #fdbf6a;
	font-size: 10px;
}
#footer a {
	color: #005595;
}
#footer .content a {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}