/* Background and body styles */
body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #725C48;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	background-color: #C0C0C0;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	background-position: center top;
}

a {
	color: #725C48;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


/* container */
/*-----------------------------------------------------------------------------------------------*/

#container {
	width: 790px;
	margin: auto;
}

/* top */
/*----------------------------------------------------------------------------*/

#header {
	width: 790px;
	height: 176px;
	margin: 0;
	padding: 0;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	display: block;
}
#logoBox {
	width:210px;
	height:170px;
	margin-left: 285px;
	margin-top: 0px;
}

#logoBox H1 {display:none;}
#logoBox a {display:block; width:210px; height:150px;}

/* navigation */
/*----------------------------------------------------------------------------*/

#nav {
	width: 790px;
	height: 26px;
	margin: 0;
	padding: 0;
	background-image: url(images/nav_bg.jpg);
	background-repeat: no-repeat;
}
#leftnav {
	float: left;
	margin-right: 8px;
	width: 286px;
	background-image: url(images/leftnav-bg.jpg);
	background-repeat: repeat-y;
}

#subnav {
	background-image: url(images/leftnav-subtitle-bg.jpg);
	background-repeat: repeat-y;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: center;
}
#subnavborder {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E7E3DF;
	border-bottom-color: #E7E3DF;
	margin-right: 8px;
	margin-left: 8px;
	
}
#ternav {
	height: 180px;
	padding-top: 10px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 20px;
	text-align: center;
}
#ternav2 {
	height: 180px;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 20px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}

#ternav2 p {
	line-height: 16px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#ternav p {
	line-height: 16px;
	font-size: 10px;
	margin-right: 25px;
	margin-left: 25px;
}

/* content */
/*-------------------------------------------------------------*/

#content {
	clear: both;
	width: 750px;
	padding: 0 20px 0 20px;
	margin: 0;
	background-image: url(images/content_bg.jpg);
	background-repeat: no-repeat;
	text-align: center;
}
#subcontent {
	clear: both;
	width: 790px;
	padding: 33px 0 0 0;
	margin: 0 0 33px 0;
	background-image: url(images/content_bg.jpg);
	background-repeat: no-repeat;
}
.on {
	color: #E6920D;
}

#description {
	background-image: url(images/description-bg.jpg);
	background-repeat: no-repeat;
	float: right;
	height: 306px;
	width: 297px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #666666;
	text-align: center;
	
}

#description_scroll {
	background-image: url(images/description-bg.jpg);
	background-repeat: no-repeat;
	float: right;
	height: 306px;
	width: 297px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #666666;
	
}

.p_about {
text-align:left;
margin: 0 5px 10px 10px;
}

.title {
	font-size: 18px;
	color: #1490A3;
	font-style: italic;
	font-weight: bold;
}


.scroll-pane {
	width: 260px;
	height: 240px;
	overflow: auto;
	background: #fff;
	float: left;
	text-align: center;
}

#scroll {}
	
	

