/* CSS Document */

html, body {
	height: 100%;	
	background:#c8d6ff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: center;
	padding:0;
	margin: 0;
}

p {
	margin: 0;
	display: block;
}

p.address {
	color:#545454;
	margin-top: 4px;
}

p.headers {
	color: rgb(232,174,49);
	font-weight: bold;
	font-size: 16pt;
	text-align: left;
	margin-left: 10px;
	margin-bottom: 5px;
}

p.subhead {
	color: rgb(85,135,216);
	font-weight: bold;
	font-size: 12pt;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
}

p.subhead a:link {
	color: rgb(157,10,14);
}

p.subheada a:visited {
	color: rgb(157,10,14);
}

p.subhead a:hover {
	color: rgb(255,0,0);
}

a:link {
	color: rgb(157,10,14);
}

a:visited {
	color: rgb(157,10,14);
}

a:hover {
	color: rgb(255,0,0);
}

#container {
	position: relative;
	margin: 0 auto;
	width:957px;
	min-height: 100%;
	padding: 0;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	text-align: left;
	background-image: url('./images/back.jpg');
	background-repeat: repeat-y;
}
* html #container {height:100%;}

#banner {
	position: relative;
	background-image: url('./images/banner.jpg');
	background-repeat: no-repeat;
	margin-top: 0;
	width:957px;
	height:106px;
	padding:0;
}

#link a {
	position: absolute;
	left: 0px;
	height: 106px;
	width: 617px;
	display: block;
}

#search {
	position: absolute;
	right: 8px;
	margin-top: 45px;
}

/*   NavBar   */

#navbar {
	position: relative;
	background: #40c2b3;
	width: 957px;
	height: 31px;
	z-index: 500;
	background-image: url('./images/menu/navback.png');
}

#start {
	width: 1px;
	height: 26px;
	background: #ffffff;
	margin-left: 25px;
	float:left;
	margin-top: 5px;
}

#navbar ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#navbar ul ul {
	position: absolute; 
	width: 111px;
	left: -9999px;
	}

#navbar ul li {
	background: #fff;
	float: left;
	}

#navbar ul li a {
	display: block; 
	float: left; 
	width: 113px;
	height: 22px;
	padding-top: 9px;
	font: normal 1.35em 'Questrial', sans-serif;
	color: #ffffff;
	text-align: center;
	text-decoration: none; 
	background-image: url('./images/menu/menuback.png');
	}

#navbar ul li.selected a{
	background-image: url('./images/menu/select.png');
	color: #9f682f;
}

#navbar ul ul li {
	width: 111px;
	margin: 0;
	}

#navbar ul ul li a {
	width: 111px;
	text-align: center;
	padding-left: 0px;
	font-size: 1.05em;
	background: #ffffff;
	border-left: 1px solid #9f682f;
	border-right: 1px solid #9f682f;
	border-bottom: 1px solid #9f682f;
	}
	
#navbar ul ul li a:hover {
	width: 111px;
	padding-left: 0px;
	}

#navbar ul ul li:hover {
	border-bottom: 0px;
}

#navbar ul li:hover {
	position: relative;
	border-bottom: 1px dashed #9f682f;
	}

#navbar ul li:hover.nodash {
	border-bottom: 0px;
}

#navbar ul li:hover a {
	background-image: url('./images/menu/select.png');
	color: #9f682f;
	width: 113px;
	position: relative;
	}

#navbar ul li:hover li a{
	width: 111px;
	background: #ffffff;
}

#navbar ul li:hover li a:hover{
	background: #bec7ff;
}

#navbar ul :hover ul {
	width: 111px;
	left: 0px;
	top: 32px;
	}

#end {
	width: 1px;
	height: 26px;
	background: #ffffff;
	float:left;
	margin-top: 5px;
}

/*   End NavBar   */

#filler {
	width: 957px; 
	background: #fff; 
	height: 6px;
}

#leftbar {
	position: relative;
	margin-top: 10px;
	width: 174px;
	background: rgb(153,187,242);
	float: left;
}

#content {
	position: relative;
	width: 783px;
	background: #fff;
	margin-left: 174px;
	padding-bottom: 34px;
}

#bottombar {
	position: absolute;
	bottom: 0;
	background: #40c2b3;
	width: 957px;
	height: 26px;
	margin: 0;
	padding: 0;
	text-align: center;
	clear: both;
}


