/* cascading style sheet - last edit: 27 feb 08 */

html {
	height: 100%;
	}

body {
	background-image: url(../_images/background.jpg);
	height : 100%;
	padding: 0px;
	margin: 0px auto;
	}

/* -- wrap, wrap, wrap... they call it the wrapper -- */

#wrapper {
	padding: 0px;
	margin: 0px auto;
	position: relative;
	min-height: 100%;
	background: url(../_images/ylw_back01.png) repeat-y center top;
	width: 950px;
	}

* html #wrapper {
	height: 100%;
	}
	
/* -- header stuff -- */

#header {
	background: url(../_images/top_back.png) no-repeat scroll 0px;
	background-position: 6px 0px;
	width: 938px;
	height: 118px;
	clear: both;
	position: relative;
	}

#headerLogo a {
	float: left;
	overflow: hidden;
	text-indent: -1000em;
	width: 400px;
	height: 100px;
	margin: 5px 0px 0px 40px;
	}

/* -- main nav -- */
	
#mainNav {
	clear: both;
	height: 40px;
	width: 938px;
	padding: 0px 6px 0px 6px;
	position: relative;
	}	
	
#mainNav ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	}

#mainNav li {
	padding: 0px;
	margin: 0px;
	list-style: none;
	display: inline;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	}
	
#mainNav li a {
	text-indent: -1000em;
	display:block;
	float:left;
	height:40px;
	overflow:hidden;
	cursor: pointer;
	}

#mainNav_01 a {
	width: 94px;
	background: url(../_images/btn_sprite.png) no-repeat scroll 0px;
	background-position: 0px 0px;
	}
	
#mainNav_02 a {
	width: 111px;
	background: url(../_images/btn_sprite.png) no-repeat scroll 0px;
	background-position: -94px 0px;
	}
	
#mainNav_03 a {
	width: 205px;
	background: url(../_images/btn_sprite.png) no-repeat scroll 0px;
	background-position: -205px 0px;
	}
	
#mainNav_04 a {
	width: 157px;
	background: url(../_images/btn_sprite.png) no-repeat scroll 0px;
	background-position: -410px 0px;
	}
	
#mainNav_05 a {
	width: 95px;
	background: url(../_images/btn_sprite.png) no-repeat scroll 0px;
	background-position: -567px 0px;
	}
	
#mainNav_06 a {
	width: 168px;
	background: url(../_images/btn_sprite.png) no-repeat scroll 0px;
	background-position: -662px 0px;
	}
	
#mainNav_07 a {
	width: 108px;
	background: url(../_images/btn_sprite.png) no-repeat scroll 0px;
	background-position: -830px 0px;
	}
	
#mainNav_01 a:hover {
	background-position: 0px -40px;
	}
	
#mainNav_02 a:hover {
	background-position: -94px -40px;
	}
	
#mainNav_03 a:hover {
	background-position: -205px -40px;
	}
	
#mainNav_04 a:hover {
	background-position: -410px -40px;
	}
	
#mainNav_05 a:hover {
	background-position: -567px -40px;
	}
	
#mainNav_06 a:hover {
	background-position: -662px -40px;
	}
	
#mainNav_07 a:hover {
	background-position: -830px -40px;
	}
	
/* -- side nav -- */
	
td.menuon01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #FFFFFF;
	text-decoration: none;
	padding: 8px 8px 6px 32px;
	margin: 0px;
	cursor: pointer;
	background: url(../_images/nav_back01a.png) no-repeat;
	} 
	
td.menuoff01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #C9DFEF;
	background-color: #FFFFFF;
	text-decoration: none;
	padding: 8px 8px 6px 32px;
	margin: 0px;
	cursor: pointer;
	background: url(../_images/nav_back01b.png) no-repeat;
	}
	
td.menuon {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #0068b3;
	text-decoration: none;
	padding: 8px 8px 6px 32px;
	margin: 0px;
	cursor: pointer;
	background: url(../_images/nav_back02a.png) no-repeat;
	} 
	
td.menuoff {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #C9DFEF;
	background-color: #0068b3;
	text-decoration: none;
	padding: 8px 8px 6px 32px;
	margin: 0px;
	cursor: pointer;
	background: url(../_images/nav_back02b.png) no-repeat;
	}

/* -- body stuff -- */

#bodyWrapper {
	width: 938px;
	padding-top: .5em;
	padding-bottom: 2em;
	padding-right: 6px;
	padding-left: 6px;
	position:relative;
	clear:both;
	}

.searchtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	background: #FFFFFF;
	border: 1px solid #A5ACB2;
}

#contentPad {
	padding: 10px 10px 10px 16px;
	margin: 0px;
	}
	
.ul {
	margin-top: -1px;
	margin-bottom: 10px;
	}
	
.img {
	margin: 2px 0px 20px 20px;
	}

.formField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	background: #FFFFFF;
	border: 1px solid #b2b2b2;
	}
	
.submitBtn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	cursor: pointer;
	}
	
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #B10E26;
	text-align: left;
	border-bottom:1px solid #B10E26; 
	padding: 0px;
	margin-bottom: 20px;
	}
	
.subHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #1b4298;
	text-align: left;
	}
	
.mainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	}

.mainText a:link {
	color: #B10E26;
	text-decoration: none;
	font-weight: bold;
	}

.mainText a:visited {
	color: #B10E26;
	text-decoration: none;
	font-weight: bold;
	}

.mainText a:hover{
	color: #B10E26;
	text-decoration: underline;
	font-weight: bold;
	}

.mainText a:active {
	color: #B10E26;
	text-decoration: none;
	font-weight: bold;
	}
	
tr.headercells  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background: #1b4298;
	}
	
.headercells {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	}

.headercells a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	}

.headercells a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	}

.headercells a:hover{
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
	}

.headercells a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	}
	
tr.contentcells  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	background: #DDE2F0;
	}
	
.contentcells {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	}

.contentcells a:link {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	}

.contentcells a:visited {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	}

.contentcells a:hover{
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
	}

.contentcells a:active {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	}
	
/* -- footer stuff -- */

#footer {
	position: relative;
	margin: -2em auto 0 auto;
	text-align:center;
	}

.footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	}

.footerText a:link {
	text-decoration: none;
	color: #B10E26;
	}

.footerText a:visited {
	text-decoration: none;
	color: #B10E26;
	}

.footerText a:hover{
	text-decoration: underline;
	color: #B10E26;
	}

.footerText a:active {
	text-decoration: none;
	color: #B10E26;
	}
