/* 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: 13px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	top: 10px;
}
html {
	overflow-y: scroll;
}
html, body {
	height: 100%;
	text-align: center;
	background-image: url(../images/bg_body.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
}

#title {
	position: absolute;
	top: 29px;
	left: 45px;
	z-index: 2;
	background: url(../images/logo.jpg) no-repeat 50% 50%;
	background-image: url(../images/logo.jpg);
}

	#title a {
		display: block;
		width: 135px;
		height: 162px;
		text-indent: -9999px;
	}
	#title a:focus{
  		outline:none;
 	}
	
#subtitle {
	color: #FFFFFF;
	font-size: 20px;
	/*font-family: "Times New Roman", Times, serif;*/
	height: 35px;
	right: 206px;
	text-align: right;
	position: absolute;
	top: 155px;
	width: 450px;
	z-index: 2;
}

#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;
	min-height: 100%;
	width: 726px;
	margin: 0 auto;
	background: #FFF;
	padding: 10px;
}

* html #box {
	height: 100%;
}

#header {
	position: relative;
	z-index: 1;
	height: 200px;
	background-image: url(../images/bg_header.jpg);
	background-repeat: no-repeat;
	width: 714px;
	background-position: 0px 0px;
	top: 0px;
}

ul#languageNavigation {
	position: absolute;
	top: 109px;
	right: 17px;
	display: none;
}

	#languageNavigation li {
		float: left;
	}

	#languageNavigation li.first {		
		background: url(../images/icon_divider.gif) right no-repeat;
	}

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

#searchBox {
	position: absolute;
	top: 20px;
	right: 0;
	width: 150px;
	height: 16px;
	background: #efefef;
}

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

	#searchBox label {	
		display: none;
	}

	#searchBox .text {
		position: absolute;
		top: 2px;
		left: 3px;
		width: 125px;
		border: none;
		background-color: transparent;
		font-size: 10px;
	}
	
	#searchBox .button {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 1;
		width: 16px !important;
		height: 16px;
		border: none;
		background: #ddd url(../images/search_icon.png) no-repeat 50% 50%;
		text-indent: -9999px;
	}

ul#metaNavigation {
	position: absolute;
	top: 7px;
	right: 6px;
	background: url(../images/icon_divider.gif) right no-repeat;
	padding-right: 1px;
	display: none;
}

	#metaNavigation li {
		float: left;
	}	

	#metaNavigation li a {
		display: block;
		/*width: auto !important;
		width: 1px;
		height: auto !important;
		height: 1px;
		line-height: 11px;
		padding: 0 5px;
		white-space: nowrap;*/
		text-indent: -9999px;
		color: #000;
		background-repeat: no-repeat;
		background-position: 0 0;
		width: 20px;
		height: 16px;
		
	}

/*	#metaNavigation li a:hover {
		color: #666;
	}*/
	
	#metaNavigation #metaHome {
		background-image: url(../images/icon_home.gif);
	}
	#metaNavigation #metaContact {
		background-image: url(../images/icon_contact.gif);
	}
	#metaNavigation #metaSitemap {
		background-image: url(../images/icon_sitemap.gif);
	}
	#metaNavigation #metaSearch {
		background-image: url(../images/icon_search.gif);
	}
	#metaNavigation #metaLogin {
		background-image: url(../images/icon_login.gif);
	}

ul#mainNavigation {
	position: absolute;
	top: 0px;
	left: 0;
	width: 185px;

}

	#mainNavigation li {
		float: left;
		/*border-left: 1px solid #ccc;*/		
	}

	#mainNavigation li.first {
		border-width: 0;
	}

	#mainNavigation li a {
	display: block;
	/*width: auto !important;
		width: 1px;
		height: auto !important;
		height: 1px;	*/
	height: 30px !important;
	height: 50px;
	width: 175px;
	/*background-color: transparent;*/
	/*line-height: 20px;*/
	padding-top: 10px;
	text-align: left;
	font-weight: bold;
	/*white-space: nowrap;*/
	color: #507AB0;
	font-size: 17px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CDCBA2;
	font-family:Arial, Helvetica, sans-serif;
	}

	#mainNavigation li a:hover {
	/*background: #efefef;*/
	background: url(../images/bg_menu_a.gif) 0 0 no-repeat;
	color: #993300;
	}

	#mainNavigation li a.act,
	#mainNavigation li a.cur {
	color: #993300;
	}

	#mainNavigation li ul {
	/*position:absolute;
	top: -9999px;
	left: 33px;*/
	position:relativ;
	top: -1px;
	margin-left:15px;
	/*width: 150px !important;
		width: 190px;*/
		width: 173px;
	/*margin-left: -30px;*/
		/*padding: 0 30px 30px 30px;*/
	text-transform:none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #E6E6E6;
	border-right-color: #E6E6E6;
	border-bottom-color: #E6E6E6;
	border-left-color: #E6E6E6;
	clip: rect(-5px,auto,auto,auto);
	}
	
	#mainNavigation li li {
	clear: left;
	width: 173px;
	height: 100%;
	top: -10px;
	/*border: solid #ccc;
		border-width: 0 0 0px 0;*/
		/*background: white url(../images/bg_submenu.gif) left 20px no-repeat;*/
		/*background: #F2EFDE;*/
	}

	#mainNavigation li li.first {
		/*border-width: 0px 0;*/
	}
	
	#mainNavigation li li a {
		width: auto !important;
		width: 178px;
		font-weight: normal;
		white-space: normal;		
		/*display: block;*/
		height: auto !important;
		height: 1px;
		/*line-height: 29px;*/
		line-height: 19px;
		padding: 0 0 0 20px;
		color: #507AB0;
		border-bottom: 1px solid #E6E6E6;		
		font-size: 12px;
		text-align: left;
		background: none;			
		
	}
	
	#mainNavigation li li a:hover,	
	#mainNavigation li li a.act,
	#mainNavigation li li a.cur {
		background-image: none;
		color: #993300;
		font-weight: bold;
	}
		
	#mainNavigation li:hover ul,
	#mainNavigation li.sfhover ul {
		/*left: auto;*/
		top:auto;
	}

#col1 {
	position: relative;
	float: left;
	clear: both;
	width: 195px;
	min-height: 200px;
	height: auto !important;
	height: 400px;
	top: 0px;
	left:0px;
}


ul#subNavigation {
	margin: 5px 0 100px 0;
}

	#subNavigation li {
	padding-bottom: 1px;
	margin-bottom: -1px;
	}

	#subNavigation li a {
	display: block;
	height: auto !important;
	height: 1px;
	line-height: 29px;
	padding: 0 20px;
	color: #507BB0;
	border-bottom: 1px solid #E6E6E6;
	}
	
	*+html #subNavigation li a {
		width: 140px;
	}

	#subNavigation li a:hover {
		font-weight: bold;
	}

	#subNavigation li a.act,
	#subNavigation li a.cur {
	font-weight: bold;
	color: #993300;
	}
	
	#subNavigation li li  {	
		background-image: none;
	}

	#subNavigation li li a {
		padding-left: 30px;
		font-size: 11px;
	}
	
	*+html #subNavigation li li a {
		width: 130px;
	}	

#col2 {
	position: relative;
	float: right;
	width: 519px;
	top: 10px;
}

	ul#rootline {
	position: absolute;
	top: 26px;
	left: 24px;
	display: none;
	}

	#rootline li {
		float: left;
		padding-left: 6px;
		background: url(../images/bg_rootline.gif) 0 5px no-repeat;
	}

	#rootline li.first {
		background: none;
		padding-left: 0;
	}

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

	#rootline li a.cur, 
	#rootline li a:hover {
		text-decoration: underline;
	}

	#mainContent {
		width: 496px;
		min-height:300px;
	}

#col3 {
	position: relative;
	float: left;
	width: 170px;
	padding-left: 10px;
	top:0px;
}

	#rightContent {
		padding: 0px;
	}
	
	#newsPanel {
	padding: 0px;
	}

#footer {
	position: relative;
	height: 78px;
	width: 714px;/*	left: 180px;*/
	/*margin: 0 auto;*/
	/*margin-top: -52px;*/
	float:right;
}

	#footer hr {
	position: absolute;
	top: 0px;
	left: 195px;
	width: 496px;
	border: none;
	border-top: 2px solid #CFC9A7;
	}

	ul#footerNavigation {
		position: absolute;
		top: 7px;
		left: 180px;
		visibility:hidden;
	}
	
		#footerNavigation li {
			margin-top: 4px;
			float: left;
			border-left: 1px solid #ccc;
		}
	
		#footerNavigation li.first {
			border: none;
		}
	
		#footerNavigation li a {
			display: block;
			width: auto !important;
			width: 1px;
			height: auto !important;
			height: 1px;
			line-height: 11px;
			padding: 0 6px;
			white-space: nowrap;
			font-size: 11px;
		}
	
		#footerNavigation li a:hover {
			color: #666;
		}		
		
		
	ul#footerToolbar {
		
		position: absolute;
		top: 12px;
		right: 20px;
	}
	
		#footerToolbar li {
			float: left;
			padding: 0 2px 0 5px;
			border-left: 1px solid #ccc;
		}
	
		#footerToolbar li.first {
			border: none;
		}
	
		#footerToolbar li a {
			display: block;
			/*width: auto !important;
			width: 1px;
			height: auto !important;
			height: 1px;
			line-height: 11px;*/
			padding: 0 2px;
			white-space: nowrap;
			text-indent: -9999px;
			width: 12px;
			height: 11px;
		}
	
		/*#footerToolbar li a:hover {
			color: #666;
		}*/
		
		#footerToolbar #footerPrint {
			visibility:hidden;
			background-image: url(../images/icon_print.gif);
		}
		
		#footerToolbar #footerTop {
			background-image: url(../images/icon_top.gif);
		}	

		#footerToolbar #footerBack {
			background-image: url(../images/icon_back.gif);
		}	
	#copyright {
	position: absolute;
	top: 60px;
	right: 0px;
	width: 521px;
	font-size:12px;
	color:#666;
	}

legend {
	display: block;
}

#wrapper {
	background: #fff;
	border: 1px solid #CEC9AB;
	padding-bottom:60px;
}

/*
#col1, 
#col2 {
	display: none;
}*/

/*#mainContent, 
#col3 {
	display: none;
}*/
