/* div {border:1px solid #000; }*/
body {
	_behavior:url("csshover.htc"); 
}

* {
	margin: 0;
	padding: 0;
}

.clear {
	clear:both;
}

html, body {
	background-color:#F8F8F8;
	font-family:Arial, Helvetica, sans-serif;
	height:100%;
}

h1 {
	line-height:0.8em;
	font-size:1.25em;
	color:#F90;
	text-align:center;
	font-weight:normal;
}

h2 {
	font-size:0.75em;
	color:#F90;
	text-align:center;
	padding-top:20px;
	font-weight:normal;
}

p {
	padding-top:15px;
	font-size:0.75em;
	color:#818286;
}

table {
	width:100%;
	margin-top:15px;
	font-size:0.75em;
	color:#818286;
	border-style:solid;
	border-width:1px;
	border-color:#000;
}

table td, tr {
	border-style:solid;
	border-width:1px;
}

#wrapper {
	min-width:1024px;
/*	min-height:100%;
	*height:100%;
	margin-bottom:-76px;	*/
}

#header {
	background:url(../images/logo_bg.png) no-repeat 50% 0px;
	background-color:#F0F0F0;
	text-align:center;
	padding-top:35px;
}

.page-empty {
	height: 75px;
	clear: both;
}

#footerwrapper {
	position:relative;
	z-index:1;
}

#footer {
	position:relative;
	top:-50px;
	min-width:1024px;

}

#logo {
	height:90px;
}

#nav {
	height:26px;
	text-align:center;
	margin-top:46px;
	position:relative;
	z-index:3;
}

.linkcont {
	text-decoration:none;
	list-style:none;
	margin:0 auto;
}

.link {
	text-align:center;
	cursor:default;
}

#nav .linkcont {
	height:26px;
	width:725px;
}

#nav .link {
	float:left;
	width:145px;
	position:relative;
}

#nav .link a {
	height:26px;
	line-height:26px;
	background:url(../images/button.png) no-repeat 0px 0px;
	color:#FFF;	
	vertical-align:middle;	
	letter-spacing:-0.3px;
	font-size:0.875em;
	display:block;
}

#nav .link a:hover {
	color:#333;
}

#nav a.activelink {
	background:url(../images/button.png) no-repeat 0px -52px;
}

#nav a.activelink:hover {
	color:#FFF;
}

#nav a.activelink:hover {
	background:url(../images/button.png) no-repeat 0px -52px;
}

#nav .link ul a {
	height:22px;
	color:#888;
	height:inherit;
	background:none;
	font-size:inherit;
	line-height:18px;	
	display:inline-block;
}

#nav .link ul li:hover {
	background-color:#E6E6E6;
}

#nav ul ul {
	color:#888;
	font-size:0.8em;
	text-align:center;
	list-style:none;
	position:absolute;
	top:26px;
	left:-1px;
	width:146px;
	border-bottom:1px solid;
}

#nav ul ul ul {
	font-size:inherit;
}

#nav ul ul li {
	position:relative;
	height:22px;
	border:1px solid;
	border-bottom:0;
	background-color:#F8F8F8;
}

#nav .link ul li ul {
	position:absolute;
	top:-1px;
	left:144px;
}

#nav ul ul,
#nav ul li:hover ul ul,
#nav ul ul li:hover ul ul {
	display:none;
}

#nav li:hover ul,
#nav ul ul li:hover ul,
#nav ul ul ul li:hover ul {
	display:block;
}

* html .link ul li { 
	height: 1%;
	} 
* html .link ul li a { 
	height: 1%; 
	} 

#central {
	position:relative;
	background:url(../images/road.png) no-repeat 100% 0px;
	padding-top:30px;
	z-index:2;
}

#bgroad2 {
	position:absolute;
	top:-128px;
	left:-100px;
	background:url(../images/road2.png);
	height:128px;
	width:232px;

}

.line {
	background:url(../images/line.png) repeat-x;
	height:15px;
}

#list {
	margin:0px 122px;	
}

#corner_topleft {
	background:url(../images/corner_topleft.png) no-repeat;
	height:35px;
	width:35px;
	float:left;
}

#corner_topright {
	background:url(../images/corner_topright.png) no-repeat;
	height:35px;
	width:35px;
	float:right;
}

#border_up {
	background:url(../images/corner_lineup.png) repeat-x;
	height:35px;
	margin:0px 35px;
}

#border_left {
	background:url(../images/corner_lineleft.png) repeat-y 0 0;
}

#border_right {
	background:url(../images/corner_lineright.png) repeat-y 100% 0;
}

#corner_downleft {
	background:url(../images/corner_downleft.png) no-repeat;
	height:35px;
	width:35px;
	float:left;
}

#corner_downright {
	background:url(../images/corner_downright.png) no-repeat;
	height:35px;
	width:35px;
	float:right;
}

#border_down {
	background:url(../images/corner_linedown.png) repeat-x;
	height:35px;
	margin:0px 35px;
}

#content {
	position:relative;
	background-color:#FFFFFF;
	margin:0px 35px;

}

#content #column1 {
	float:left;
	width:144px;
	margin-right:35px;
}

#content #column2 {
	margin:0 auto;
/*	overflow:hidden;*/
	margin-bottom:30px;
	z-index:75;
}

#content #column2 small {
	color:#F00;
}

#content ul {
	margin-left:25px;
	padding-top:15px;	
	font-size:0.75em;
	color:#818286;
}

#content #column1 img {
	margin-bottom:10px;
}

#content a {
	color:#FA2;
}

#content a:visited {
	color:#F80;
}

#content a:hover {
	color:#D60;
}

#content #downnav {
	margin-top:10px;
	text-align:center;
}

#content #downnav a {
	font-size:0.875em;
	color:#818286;
	margin-right:20px;
}

#content #downnav a:hover {
	color:#333;
}

#content #downnav a.activelink {
	color:#F90;
}

#copyrights {
	margin-top:10px;
	font-size:0.7em;
	color:#818286;
	text-align:center;	
}

.centered {
	text-align:center;
}

.valigned {
	vertical-align:middle;
}

table.padded th {
	font-weight:bold;
}
	
table.padded td, table.padded th {
	padding:8px;
}

ul.padded li {
	padding:5px 0;
}
