@import "common.css";

a {
	color: #59220e;
	}
	
a:visited {
	color: #b38807;
	}

#pageBackground {
	/*clear: both;
	width: 900px;*/
	background: #000;
	/*padding: 0px;
	margin: 0px;
	border: solid 1px #ff0000;*/
	}

#contentLeftFrame {
	width: 8px;
	min-height: 580px;
	/*overflow: hidden;*/
	background: #000 url(../images/hp/gradient_frame_lft.jpg);
	background-positon: top;
	background-repeat: no-repeat;
	float: left;
	}
	
#contentRightFrame {
	width: 8px;
	min-height: 580px;
	/*overflow: hidden;*/
	background: #000 url(../images/hp/gradient_frame_rt.jpg);
	background-positon: top;
	background-repeat: no-repeat;
	float: left;
	}
	
#contentContainer {
	/*width: 884px;*/
	min-height: 580px;
	/*overflow: hidden;*/
	float: left;
	background: #000;
	}
	
#innerContentContainer {
	background: #fff1b6;
	width: 884px;
	min-height: 477px;
	position: relative;
	}
	
#pageHeader {
	width: 553px;
	height: 50px;
	overflow: hidden;
	float: left;
	padding-top: 10px;
	padding-bottom: 6px;
	margin-left: 11px;
	border-bottom: solid 2px #2f4687;
	}
	
#pageHeaderPicPlaceholder {
	width: 304px;
	height: 230px;
	float: right;
	}
	
#pageHeaderPic {
	width: 324px;
	height: 331px;
	position: absolute;
	top: -33px;
	right: 0px;
	z-index: 997;
	}
	
#content {
	padding: 10px 19px;
	}
	
.subPageTitle {
	padding-left: 19px;
	font-size: 18px;
	font-weight: bold;
	padding-top: 15px;
	color: #391b0b;
	}
	
.pageTitle {
	padding-left: 19px;
	font-size: 24px;
	font-weight: bold;
	padding-top: 15px;
	}
	
#gallery {
	margin: 0px auto;
	text-align: center;
	}
	
.LSM_0 li {
	padding-bottom: 4px;
	}
	
.LSM_0 li a {
	font-size: 13px;
	}
	
#subNavContainer {
	width: 133px;
	height: 136px;
	overflow: hidden;
	float: left;
	background: url(../images/sub_box.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	padding-right: 20px;
	margin-top: 14px;
	margin-bottom: 60px;
	}
	
#subNav {
	list-style-type: none;
	margin-left: 0px;
	margin-top: 10px;
	padding-left: 10px;
	}
	
#subNav li {
	padding: 2px 0px;
	}
	
#subNav li a {
	font-size: 14px;
	color: #00071e;
	text-decoration: none;
	font-weight: bold;
	}

#subNav li a:hover {
	color: #fff;
	}

#subNav li a.active {
	color: #fff;
	}
	
#topNavHomeLink {
	z-index: 998;
	position: relative;
	/*display: block;*/
	top: 17px;
	clear: both;
	text-decoration: none;
	color: #FFF;
	margin-left: 20px;
	font-weight: bold;
	}
	
#topNavHomeLink:hover {
	color: #B38807;
	}