@charset "utf-8";
/* CSS Document */

@import url("form.css");
@import url("nav.css");
@import url("datatable.css");

@font-face {
    font-family: 'ShelleyAllegroScriptRegular';
    src: url('/css/fonts/shelley_allegroscript-webfont.eot');
    src: url('/css/fonts/shelley_allegroscript-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/shelley_allegroscript-webfont.woff') format('woff'),
         url('/css/fonts/shelley_allegroscript-webfont.ttf') format('truetype'),
         url('/css/fonts/shelley_allegroscript-webfont.svg#ShelleyAllegroScriptRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	background:#000000 url(../images/bg.jpg) top center no-repeat;
	margin:0px;
}
a {
	color:#740707;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
h1 {
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#740707;
	letter-spacing:-1px;
	line-height:24px;
	margin-bottom:5px;
}
h2 {

}
h3 {

}

/*** CONTAINERS ***/

#header_container {
	clear:both;
	margin:0px auto;
	height:138px;
}
#nav_container {
	clear:both;
	margin:0px auto;
	
}
#content_container {
	clear:both;
	margin:0px auto;
	height:505px;
}
#footer_container {
	clear:both;
	margin:0px auto;
	height:98px;
}

/*** HEADER ***/

#header {
	clear:both;
	margin:0px auto;
	width:1200px;
	height:138px;
	background:url(../images/bg_top.jpg?chk=20111207) top center no-repeat;
	position: relative;
}

/*** NAV ***/

#nav {
	clear:both;
	margin:0px auto;

}

#nav-wrap {
	background: transparent url(/images/nav_bg.png) top left no-repeat;
	display: block;
	height: 62px;
	left: 0;
	overflow: hidden;
	padding: 15px 140px 0 140px;
	position: absolute;
	top: 88px;
	width: 1000px;
}

#nav-wrap ul { margin: 0; padding: 0; }

#nav-wrap li { display: block; float: left; }

#nav-wrap a {
	display: block;
	font-family: 'ShelleyAllegroScriptRegular', georgia, serif;
	font-size: 27px;
	line-height: 28px;
	margin-left: 2px;
	padding: 0 18px 0 10px;
	text-decoration: none;
}

#nav-wrap a:hover {
	background-color: #8B7B41;
	background-color: rgba(139,123,65,0.5);
}


/*** CONTENT ***/

#intro {
	background:url(../images/bg_top.jpg) top center no-repeat;
}
#content {
	clear:both;
	margin:0px auto;
	width:1200px;
	height:505px;
	background:url(../images/content_bg.jpg) no-repeat;
}
#content_inner {
	clear:both;
	margin:0px auto;
	width:960px;
	height:505px;
}
#wysiwyg {
	float:right;
	padding:20px;
	padding-top:10px;
	padding-bottom:80px;
	height:415px;
	font-size:11px;
	overflow:auto;
	background:url(../images/wysiwyg_bg.png) top left no-repeat;
}
#btn_hide {
	display:block;
	float:right;
	width:19px;
	height:505px;
	background:url(../images/btn_hide.png) no-repeat;
	text-decoration:none;
}
#btn_show {
	display:none;
	float:right;
	width:19px;
	height:505px;
	background:url(../images/btn_show.png) no-repeat;
	text-decoration:none;
}
.news_title {
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	color:#000000;
	font-weight:bold;
	font-size:12px;
	line-height:12px;
}
.news_date {
	color:#274e05;
	font-size:12px;
}

/*** FOOTER ***/

#footer {
	clear:both;
	margin:0px auto;
	width:1200px;
	height:98px;
}
#footer_top {
	width:1200px;
	height:39px;
}
#footer_left {
	float:left;
	width:969px;
	height:59px;
}
#footer_right {
	float:right;
	width:231px;
	height:59px;
}
#footer_bot {
	clear:both;
	padding-top:10px;
	text-align:center;
}
#footer_bot a {
	color:#c5ff73;
}

#ionline {
	font-family:"Segoe UI", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999999;
	}
#ionline a {
    background-color: #EEEEEE;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    color: #7F7F7F !important;
    padding: 4px;
	position:absolute;
	clear:both;
	margin-top:5px;
    text-decoration: none;
	-webkit-transition: background-color 150ms ease-in-out 0s;
	-moz-transition: background-color 150ms ease-in-out 0s;
	transition: background-color 150ms ease-in-out 0s;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	-moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
	}
#ionline a:hover {
	background-color:#666;
	text-decoration:none;
}

#ionline img {
	vertical-align:middle;
	margin-bottom:3px;
}
