/* Suggested order:
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *
 */

* {
	color: #000;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
}

html, body {
	height: 100%;
	text-align: center;
	
}
body {			
	background: #f2f2f2;
}

strong {
	font-weight: bold;
}

#title {
	position: absolute;
	top: 10px;
	right: 33px;
	z-index: 2;
	background: url(../images/logo.png) no-repeat 50% 50%;
}

	#title a {
		display: block;
		width: 183px;
		height: 76px;
		text-indent: -9999px;
	}
	
#subtitle {
	position: absolute;
	top: 7px;
	right: 3px;
	z-index: 2;
	width: 182px;
	height: 5px;
	background-image: url(../images/subtitle_bg.png);
	text-indent: -9999px;
}

#accesskeysNavigation li a {
	position: absolute;
	z-index: 3;
	top: 38px;
	left: -9999px;
	padding: 2px 6px;
	text-decoration: underline;
	color: #fff;
	background: #333;	
}

#accesskeysNavigation li a:focus,
#accesskeysNavigation li a:active {		
	left: 0;
}
	
#box {
	position: relative;
	width: 912px;
	margin: 0 auto;	
	padding: 0 10px;	
	background: #FFF url(../images/body_back.png) repeat-y;		
	
}

#header {
	position: relative;
	z-index: 1;
	height: 90px;
	width: 912px;
	background: #efefef url(../images/header_back.png) repeat-x;
	border-bottom: 1px solid #FFF;
}
	#header .printPage a span {
		font-weight: bold;
		text-decoration: none;
		color: #000;
	}
	#header .printPage a:hover span {		
		color: #666;
	}

#searchBox {
	position: absolute;
	top: 0;
	left: 0;
	width: 187px;
	height: 90px;
	background: #efefef url(../images/search_back.png) no-repeat 50% 50%;		
}

	#searchBox label {	
		display: none;
	}

	#searchBox .text {
		position: absolute;
		top: 48px;
		left: 6px;
		width: 150px;
		height: 20px;
		padding: 2px 2px 0 2px;
		border: none;		
		background-color: transparent;
		font-size: 12px;		
		font-weight: bold;		
		color: #999;
	}
	
	#searchBox .button {
		position: absolute;
		top: 48px;
		left: 158px;
		z-index: 1;
		width: 23px;
		height: 20px;
		border: none;	
		background-color: transparent;
		text-indent: -9999px;
	}

ul#metaNavigation {
	position: absolute;
	top: 58px;
	left: 202px;
	width: 360px;
	
}

	#metaNavigation li {
		float: left;
		border-left: 1px solid #333;
	}

	#metaNavigation li.first {
		border: none;
	}

	#metaNavigation li a {
		display: block;
		width: auto !important;
		width: 1px;
		height: 11px !important;
		height: 1px;
		line-height: 11px;
		padding: 0 5px;
		white-space: nowrap;
		color: #000;
		font-weight: bold;		
	}

	#metaNavigation li a:hover {
		color: #666;
	}

ul#mainNavigation {	
	width: 187px;	
	margin-top: 21px;
}
	#mainNavigation li a {
		display: block;
		width: auto !important;
		width: 187px;
		height: auto !important;
		height: 1px;
		line-height: 21px;
		padding: 1px 10px 0 17px;
		font-weight: bold;		
		background: #b8cbdf url(../images/mainNav_1_back.png) no-repeat;
		color: #333;
	}



	#mainNavigation li a.act,
	#mainNavigation li a.cur,
	#mainNavigation li a:hover {
		
		color: #FFF;
		background: #b8cbdf url(../images/mainNav_1_act.png);
	}		 
	#mainNavigation li:hover ul,
	#mainNavigation li.sfhover ul {
		left: auto;
	}


	#mainNavigation li ul {	
		top: 20px;
		left: -9999px;
		width: 187px !important;
		width: 187px;	
		text-transform:none;
	}
	
	#mainNavigation li li {
		clear: left;
		width: 187px;
		height: 100%;			
	}

	#mainNavigation li li.act,
	#mainNavigation li li.cur {
		background: url(../images/arrow_right.png) no-repeat 50% 50%;
	}
	#mainNavigation li li a {
		width: auto !important;
		width: 187px;		
		line-height: 21px;
		padding: 1px 10px 0 36px;		
		color: #000;		
		background: #e9edf1 url(../images/mainNav_2_back.png) no-repeat;
		
	}
	#mainNavigation li li a.act,
	#mainNavigation li li a.cur,
	#mainNavigation li li a:hover {
		background: #e9edf1 url(../images/mainNav_2_back_act.png) repeat-x;
		color: #0066cc;
		
	}
	 
#mainNavigation li li ul {		
		top: 20px;
		left: -9999px;		
		width: 187px !important;
		width: 187px;		
		text-transform:none;
	}
	
	#mainNavigation li li li {
		clear: left;
		width: 187px;
		height: 100%;				
	}

	#mainNavigation li li li.first {
		border-width: 1px 0;
	}
	
	#mainNavigation li li li a {
		width: auto !important;
		width: 187px;
		line-height: 21px;
		padding: 1px 10px 0 56px;
		font-weight: normal;
		white-space: normal;
		color: #5e84a2;
		background: #fff url(../images/mainNav_2_back.png) repeat-x;
		
	}	
	
	#mainNavigation li li li a.act,
	#mainNavigation li li li a.cur,
	#mainNavigation li li li a:hover {		
		color: #0066cc;
		background: #fff url(../images/mainNav_3_back_act.png) repeat-x;
	}
			 

	#col1 {
	position: relative;
	float: left;
	clear: both;
	width: 187px;
	min-height: 550px;
	height: auto !important;
	height: 550px;
	background: #efefef;
	overflow: hidden;
}


ul#subNavigation {
	margin: 30px 0 100px 0;
}

	#subNavigation li {
		padding-bottom: 1px;
		margin-bottom: -1px;
	}

	#subNavigation li a {
		display: block;
		height: auto !important;
		height: 1px;
		line-height: 20px;
		padding: 0 10px;
		font-weight: bold;
	}

	#subNavigation li a:hover {
		background: #efefef;
	}

	#subNavigation li a.act,
	#subNavigation li a.cur {
		background: #e1e1e1;
	}	

	#subNavigation li li a {
		padding-left: 20px;
		font-weight: normal;
	}

#col2 {
	position: relative;
	float: left;
	width: 512px;		
}

	ul#rootline {
		position: absolute;
		top: 5px;
		left: 15px;
	}

	#rootline li {
		float: left;
		border-left: 1px solid #333;
	}

	#rootline li.first {
		border: none;
	}

	#rootline li a {
		display: block;
		width: auto !important;
		width: 1px;
		height: auto !important;
		height: 1px;
		line-height: 10px;
		padding: 0 5px;
		font-size: 10px;
		white-space: nowrap;
	}

	#rootline li a:hover {
		color: #666;
	}

	#mainContent {
		padding: 20px 20px 50px 20px;
	}

#col3 {
	position: relative;
	float: left;
	width: 213px !important;	
	width: 200px;

}

	#rightContent {
		padding: 22px 0 50px 0 !important;
	}

#footer {
	position: relative;
	height: 53px;
	width: 912px;
	border-top: 1px solid #fff;
	background: #efefef url(../images/footer_back.png) repeat-x;
	
	
}


	#footer .printPage a span {
		font-weight: bold;
		text-decoration: none;
		color: #FFF;
	}
	#footer .printPage a:hover span {
		
		color: #666;
	}

	#address {		
		width: 160px;
		padding: 30px 16px;
		
	}

	#copyright {
		position: absolute;
		top: 2px;
		right: 10px;
	}
	
ul#footerNavigation {
	position: absolute;
	top: 5px;
	left: 202px;
}

	#footerNavigation li {
		float: left;
		border-left: 1px solid #fff;
	}

	#footerNavigation li.first {
		border: none;
	}

	#footerNavigation li a {
		display: block;
		width: auto !important;
		width: 1px;
		height: 11px !important;
		height: 1px;
		line-height: 11px;
		padding: 0 5px;
		white-space: nowrap;
		color: #FFF;
		font-weight: bold;		
	}

	#footerNavigation li a:hover {
		color: #666;
	}
	