@charset "utf-8";
/* CSS Document */



body { margin:0; padding:0; font-family:Verdana, Geneva, sans-serif;}

#header-wrapper{ width:100%; overflow:hidden; background: #bf1919;}

#header-inner{ width:980px; height:130px; margin:0 auto} 


.logo { width:600px; float: left;  color:#FFF; font-weight:bold; text-shadow:#333 3px 3px 3px; font-size:22px; margin-top:30px; }


.logo span { font-size:14px; font-weight:bold;  }



.clear { clear:both;}

#mainmenu{ width:980px;;  margin-top:5px; height:50px;}


#mainbanner{ width:100%; background:#fff; }

.banner{ width:980px; height:450px; margin:0 auto;padding-top: 5px;}



/* Menu Style */


#navigation {
	/*margin: 40px 0;	*/
	font: bold 12px/18px "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #444;
}

#navigation:after {
	clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

#navigation ul {	
	float: left;
	margin: 0;
	padding: 0;
	border-radius: 20px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.07);
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.07);
    overflow: hidden;
}

#navigation li {
	list-style:none;
	float: left;
	border-style: solid; 
	border-width: 1px;
    border-color: #BABABA #BABABA #BABABA #FFF;
	box-shadow: 0 1px rgba(255,255,255,1) inset;
	-webkit-box-shadow: 0 1px rgba(255,255,255,1) inset;
	background: #F7F7F7; /* Old browsers */
	background: -moz-linear-gradient(top, #F7F7F7 0%, #EDEDED 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F7F7F7), color-stop(100%,#EDEDED)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #F7F7F7 0%,#EDEDED 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #F7F7F7 0%,#EDEDED 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #F7F7F7 0%,#EDEDED 100%); /* IE10+ */
	background: linear-gradient(top, #F7F7F7 0%,#EDEDED 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F7F7F7', endColorstr='#EDEDED',GradientType=0 ); /* IE6-9 */	
}

#navigation li:hover, #navigation li.current {
	box-shadow: 0 1px rgba(255,255,255,0.2) inset;
	-webkit-box-shadow: 0 1px rgba(255,255,255,0.2) inset;
	border-color: #262626 !important;
	background: #4D4D4D; /* Old browsers */
	background: -moz-linear-gradient(top, #4D4D4D 0%, #262626 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4D4D4D), color-stop(100%,#262626)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #4D4D4D 0%,#262626 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #4D4D4D 0%,#262626 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #4D4D4D 0%,#262626 100%); /* IE10+ */
	background: linear-gradient(top, #4D4D4D 0%,#262626 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4D4D4D', endColorstr='#262626',GradientType=0 ); /* IE6-9 */
}

#navigation a {
	display: block;
	padding: 17px 32px;
	color: #444;
	text-decoration: none;
	text-shadow: 0 1px #FFF;
}

#navigation a:hover, #navigation li.current a {
	color: #FFF;
	text-shadow: 0 1px #000;
}

#navigation li:first-child {
	border-left-color: #BABABA;
	border-radius: 100px 0 0 100px;
}

#navigation li:last-child {
	border-radius: 0 100px 100px 0;
}





/* content */


#content-wrapper { width:100%; background:#fff;height:auto; overflow:hidden;   }

.content{ width:980px;  margin:0 auto; padding-top:20px; min-height:300px;}
.content_left{ width:560px; float:left;}
.content_right{width:390px; border:solid 1px #000000;float:left;padding-left:10px; margin-top:35px;}



.content h1,h2,h3,h4.otherpagecontent h1,h2,h3,h4{color: #9c1010;
font-weight: bold;

font-size: 22px;  }


.content p, .otherpagecontent p { font-size:12px; line-height:20px; padding:5px; text-align:justify;}





.otherpagecontent{ width:980px;  margin:0 auto; margin-top:20px;overflow-y:scroll; height:400px; overflow-x:hidden; }



.scrollbar
{
	margin-left: 30px;
	float: left;
	height: 300px;
	width: 65px;
	background: #F5F5F5;
	overflow-y: scroll;
	overflow-x:hidden;
	margin-bottom: 25px;
}

.force-overflow
{
	min-height: 450px;
}




/*
 *  STYLE 5
 */

#style-5::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#style-5::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

#style-5::-webkit-scrollbar-thumb
{
	background-color: #0ae;
	
	background-image: -webkit-gradient(linear, 0 0, 0 100%,
	                   color-stop(.5, rgba(255, 255, 255, .2)),
					   color-stop(.5, transparent), to(transparent));
}


/* Footer */


#mainfooter{ width:100%; background:#bf1919;height:auto; overflow:hidden;}

#footer{ width:980px; margin:0 auto; height:60px; font-size:12px;} 


#footer a { color:#fff; text-decoration:none;}


#footer a:hover { color:#C60; }

ul,li
{
	font-size:12px;
	color:#FFF;
}