/* 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: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
html {
	overflow-y: scroll;
	height: 100%;
}
html, body {
	
	background: #019D9C;
}

#title {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background: url(../images/logo.gif) no-repeat 50% 50%;
	width: 527px;
	height: 88px;
}

	#title a {
		display: block;
		width: 177px;
		/*width: 527px;*/
		height: 68px;
		/*height: 88px;*/
		margin: 10px 0 0 10px;
		text-indent: -9999px;
	}
	#title a:focus{
  		outline:none;
 	}
	
#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: -100px;
	left: -1000px;
	padding: 2px 6px;
	text-decoration: underline;
	color: #fff;
	background: #333;
}

#accesskeysNavigation li a:focus,
#accesskeysNavigation li a:active {
	top: 10px;
	left: 0;
	margin-left: 10px;
}
	
#box {
	position: relative;
	width: 922px;
	/*margin: 0 50px 50px 50px;*/
	margin: 50px;
	background: transparent url(../images/box_bg.gif) repeat-y;
}

#header {
	position: relative;
	z-index: 1;
	height: 88px !important;
	height: 89px;	
	margin-top: 50px;
	background: url(../images/header_bg.gif) no-repeat;
	border-bottom: 1px #019D9C solid;
}

ul#metaNavigation {
	position: absolute;
	top: -20px;
	left: 716px;
}

	#metaNavigation li {
		float: left;
		border-left: 1px solid #ffffff;
	}

	#metaNavigation li.first {
		border: none;
	}

	#metaNavigation li a {
		display: block;
		width: auto !important;
		width: 1px;
		height: auto !important;
		height: 1px;
		line-height: 11px;
		padding: 0 5px;
		white-space: nowrap;
		font-size: 11px;
		color: #ffffff;
	}

	#metaNavigation li a:hover {
		/*color: #666;*/
		text-decoration: underline;
	}
	
#searchBox {
	position: absolute;
	top: 47px;
	left: 716px;
	width: 180px;
	height: 18px;
	background: transparent url(../images/search_bg.gif) no-repeat 0 0;
}

	#searchBox .formElement {
		padding: 0 !important;
	}

	#searchBox label {	
		display: none;
	}

	#searchBox .text {
		position: absolute;
		top: 2px;
		left: 5px;
		width: 111px;
		border: none;
		background-color: transparent;
		font-size: 12px;
		color: #6F6F6F;
	}
	
	#searchBox .button {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 1;
		width: 38px !important;
		height: 18px;
		border: none;
		background: #ddd url(../images/search_icon.gif) no-repeat 50% 50%;
		text-indent: -9999px;
	}

#col1 {
	position: relative;
	float: left;
	clear: both;
	width: 205px !important;
	width: 206px;
	border-right: 1px #009D9C solid;
	min-height: 400px;
	height: auto !important;
	height: 400px;
}

ul#mainNavigation {
	/*position: absolute;*/
	/*top: 0;*/
	/*left: 0;*/
	width: 205px;
	margin-bottom: 89px;
}

	#mainNavigation li {
		
	}

	#mainNavigation li.first {
		
	}

	#mainNavigation li a {
		display: block;
		width: auto !important;
		width: 205px;
		height: auto !important;
		height: 1px;
		line-height: 29px;
		padding: 0 10px 0 20px;
		font-weight: bold;
		/*white-space: nowrap;*/
		background: #EEEEEE url(../images/mainnav_li.gif) no-repeat 10px 12px;
		border-bottom: 1px #019D9C solid;
	}

	#mainNavigation li a:hover {
		background: #C0DEDE url(../images/mainnav_hover.gif) no-repeat 10px 12px;
		color: #011F1F;
	}

	#mainNavigation li a.act,
	#mainNavigation li a.cur {
		background: #C0DEDE url(../images/mainnav_act.gif) no-repeat 8px 14px;
		color: #011F1F;
	}
	
	#mainNavigation li ul {
		border-bottom: 1px #019D9C solid;
		/*padding: 5px 0;*/
		background: #D6E6E6;
	}
	
	#mainNavigation li li a {
		line-height: 20px;
		background: #D6E6E6 url(../images/mainnav_li2.gif) no-repeat 10px 8px;
		border: none;
		font-size: 11px;
	}

	#mainNavigation li li a:hover {
		background: #C0DEDE url(../images/mainnav_hover.gif) no-repeat 10px 8px;
	}

	#mainNavigation li li a.act,
	#mainNavigation li li a.cur {
		background: #C0DEDE url(../images/mainnav_act.gif) no-repeat 8px 9px;
	}

	#mainNavigation li li ul {
		border-bottom: none;
		padding: 0;
	}
	
	#mainNavigation li li li a {
		font-weight: normal;
		padding: 0 10px 0 28px;
		background: #D6E6E6 url(../images/mainnav_li3.gif) no-repeat 20px 10px;
	}

	#mainNavigation li li li a:hover {
		background: #C0DFDE url(../images/mainnav_li3.gif) no-repeat 20px 10px;
	}

	#mainNavigation li li li a.act,
	#mainNavigation li li li a.cur {
		background: #C0DFDE url(../images/mainnav_li3.gif) no-repeat 20px 10px;
	}
	
	#mainNavigation li li li ul {
		
	}
	
	#mainNavigation li li li li a {
		padding: 0 10px 0 35px;
		background: none;
	}
	
	#mainNavigation li li li li a:hover {
		background: #C0DFDE;
	}
	

	#mainNavigation li li li li a.act,
	#mainNavigation li li li li a.cur {
		background: #C0DFDE;
	}

#col2 {
	position: relative;
	float: left;
	width: 510px;
}

	#mainContent {
		padding: 30px 20px 50px 20px;
	}

#col3 {
	position: relative;
	float: left;
	width: 205px !important;
	width: 206px;
	border-left: 1px #009D9C solid;
}

	#rightContent {
		padding: 30px 9px 50px 9px;
	}

#footer {
	position: relative;
	height: 8px;
	background: transparent url(../images/footer_bg.gif) no-repeat 50% 50%;
}

	#corner {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 123px;
		height: 89px;
		background: transparent url(../images/corner.gif) no-repeat 50% 50%;
	}
	
	#address {
		position: absolute;
		bottom: 0;
		left: 206px;
		width: 496px !important;
		width: 510px;
		font-size: 10px;
		text-align: center;
		padding: 7px;
		color: #009D9C;
		border-top: 1px solid #009D9C;
	}
	
	#address a {
		font-size: 10px;
		color: #009D9C;
		text-decoration: underline;
	}