@CHARSET "ISO-8859-1";

body {
	margin: 0px 0px 0px 0px;
	background-color: black;
	font-family: georgia, "times new roman",serif;
}

body.bodysmall {
	font-size: 42%;
}

body.bodyxsmall {
	font-size: 38%;
}

body.bodylarge {
	font-size: 53%;
}

.content h1 {
	font-size: 1.8em;
}

.content h2 {
	margin-top: 0px;
	font-size: 1.4em;
	font-weight: normal;
}

.content h3 {
	margin-top: 0px;
	font-size: 1.25em;
	font-weight: normal;
}

#NavBox {
	right: 0px; z-index: 1;
	width: 93%; height: 60px;
	margin: 20px 0px 25px 4%;
	background-color: black;
	background-image: url("../../img/top_bar_back.png");
}
 
body.bodysmall #NavBox, body.bodyxsmall #NavBox {
	width: 92%;
	margin-left: 5%;
}

body.bodyxlarge #NavBox {
	width: 1116px;
	margin-left: auto;
	margin-right: auto;
}

#NavLogo {
	position: absolute;
	top: -20px; left: 0px;
	margin-left: -4%;
}

body.bodysmall #NavLogo {
	margin-left: -5%;
}

body.bodyxsmall #NavLogo {
	margin-left: -6%;
}

#Navigation {
	width: 80%; height: 60px;
	margin: 0px 0px 0px 20%;
	font-size: 1.4em;
}

body.bodyxsmall #Navigation {
	width: 75%;
	margin-left: 25%;
	font-size: 1.3em;
}

#Navigation ul {
	list-style-type: none;
}

#Navigation ul li {
	float: left;
	width: 19%; height: 60px;
	margin-left: -1px;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
}

#Navigation ul li:hover, #Navigation ul li.active {
	background-color: #FFAF2C;
	background-image: url("../../img/top_bar_light.png");
}

#Navigation ul li div {
	margin-top: 18px;
	height: 25px;
	border-left: 1px solid #FFAF2C;
}

#Navigation ul li div a {
	color: white;
	text-decoration: none;
}

#Navigation ul li:hover div a {
	color: black;
}

#Navigation ul li div.navfirst {
	border-left: 0px solid #FFAF2C;
}

#ImageBox {
	position: absolute;
	top: 0px; left: 0px; z-index: 0;
	width: 100%;
}

#ImageBox1 {
	position: absolute;
	top: 0px; right: 0px;
	width: 300px; height: 455px;
	background-image: url("../../img/u/bg/bg4-1.jpg");
}

#ImageBox2 {
	position: absolute;
	top: 0px; right: 300px;
	width: 1050px; height: 455px;
	background-image: url("../../img/u/bg/bg4-2.jpg");
}

body.bodyxlarge #ImageBox1 {
	width: 469px; height: 700px;
	background-image: url("../../img/u/bg/bg4-3.jpg");
}

body.bodyxlarge #ImageBox2 {
	width: 1451px; height: 700px;
	right: 469px;
	background-image: url("../../img/u/bg/bg4-4.jpg");
}

#TitleBox {
	z-index: 2;
	top: 50px;
	width: 45%; height: 125px;
	margin: 0px 0px 0px 6%; 
	border: 1px solid #CCC;
	overflow: hidden;
}

body.bodyxlarge #TitleBox {
	width: 540px;
	left: -300px;
	margin-left: auto;
	margin-right: auto;
}

#TitleBoxBackground {
	position: absolute;  
	z-index: 3;
	width: 100%; height: 125px;
	background-color: #FBF4EA;
	background-image: url("../../img/bottom_shadow3.png");
	background-position: bottom right;
	background-repeat: repeat-x;
	opacity: 0.9;
	filter: alpha(opacity=90);

}

#TitleBoxShadow {
	position: absolute;
	left: -14px; top: 5px;
}

#TitleBoxBody {
	z-index: 4;
	padding: 10px 10px 10px 10px;
} 

#TitleBoxBody h1 {
	margin-top: 0px;
	font-size: 3.0em;
}

#BodyBox {
	z-index: 1;
	width: 94%;
	margin-left: 3%;
	background-color: white;
	border: 1px solid #999;
}

body.bodyxlarge #BodyBox {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

#MainBody {
	float: left;
	width: 60%;
	margin: 0px 0px 10px 3%;
	padding-top: 75px;
}

#SideBody {
	float: left;
	width: 30%;
	margin: 30px 3% 10px 3%;
}

#SideBody div.SideBar {
	margin: 0px 0px 15px 0px;
	background-color: #FBF4EA;
	border: 1px solid #CCC;
}

#FooterBox {
	z-index: 1;
	width: 100%;
	clear: both;
	background-color: #FBF4EA;
	border-top: 1px solid #CCC;
}

#FooterBox div.left {
	width: 49%;
	float: left;
}

#FooterBox div.right {
	width: 50%;
	float: right;
	border-left: 1px solid #CCC;
}

#FooterBox div.span {
	clear: both;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	text-align: center;
	padding: 10px 0px 10px 0px;
}

#FooterBox div div {
	margin: 2px 3% 5px 3%;
}

.side_shadow {
	position: absolute;
	left: -7px; top: 5px;
}

div.SideBar div.SideBarContent {
	padding: 2px 10px 0px 10px;
}

div.SideBar div.SideBarContent p {
	margin-bottom: 8px;
}

div.SideBar div.SideBarContent blockquote {
	padding-left: 1.2em;
	padding-top: 5px;
}

#CommentSideBarContainer {
	height: 100px;
}

body.bodyxsmall #CommentSideBarContainer {
	height: 125px;
}
