@charset "utf-8";
/* CSS Document */

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* Position */
#main {
	background-color:#CCD;}

#main_wrapper {
	width: 800px;
	height: auto;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #fff;
	background-repeat: repeat;
	position: relative;
}

#top_rounded_corners {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 73px;
	width: 800px;
	position: relative;
	background-image: url(../images/top_rounded_corners.gif);
	background-repeat: no-repeat;
}

#header_wrapper {
	padding: 0px;
	width: 800px;
	float: left;
	background-color:#000;
	position: relative;
	margin-top: -20px;
	margin-right: 0px;
	margin-bottom: 35px;
	margin-left: 0px;
}

#logo_1 {
	margin: 0px;
	float: left;
	width: 500px;
	position: relative;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#logo_2 {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 290px;
	position: relative;
	text-align: right;
}

#menu_wrapper {
	padding: 0px;
	width: 800px;
	height: 25px;
	float: left;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	z-index: 2;

}

#top_menu ul li a, #top_nav ul li a:link, #top_nav ul li a:visited, #top_nav ul li a:active{
	color: #fff;
	font-family:"Arial Black", Gadget, sans-serif;
	font-size: 12pt;
	text-decoration: none;
	font-weight: bold;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #fffff;
	padding-right: 8px;
	padding-left: 5px;
}
#top_menu {
	margin: 0px;
	background:#600;
	padding: 0px;
	width: 800px;
	height: 25px;
	float: left;
	position: relative;
	z-index: 2;
}

#flash_banner {
	margin: 0px;
	padding: 0px;
	width: 800px;
	height: 120px;
	float: left;
	position: relative;
	z-index: 1;
}


#content_wrapper {
	width: 800px;
	padding: 0px;
	float: left;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	z-index: 1;
}

#content_tablepic {
	float: left;
	width: auto;
	margin-right: 10px;
	margin-left: 10px;
	position: relative;
	clear: right;
}

#content_1 {
	width: 800px;
	float: left;
	position: relative;
	margin: 0px;
	padding: 0px;
	margin-top: 20px; / margin-top: 40px; 
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;

}

#content_2 {
	width: 800px;
	margin: 10px;
	float: left;
	position: relative;
	margin: 0px;
	padding: 0px;
	margin-top: 20px; / margin-top: 40px; 
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#content_2 table{
	margin-right: 10px;
	margin-left: 10px;
}


#bottom_border {
	padding: 0px;
	float: left;
	width: 800px;
	height: 40px;
	position: relative;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


#footer_wrapper {
	padding: 0px;
	float: left;
	width: 800px;
	position: relative;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	z-index: 2;
}

#bottom_rounded_corners {
	margin: 0px;
	float: left;
	height: 90px;
	width: 800px;
	position: relative;
	background-image: url(../images/bottom_rounded_corners.gif);
	background-repeat: no-repeat;
	z-index: 1;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


/* Style */



.main_wrapper {
  background-color: #fff;
}

.top_rounded_corners {

}

.header_wrapper {
	background-color: #fff;
}

.logo_1 {
	background-color: #000;
}

.logo_1 img a, .logo_2 img a:link, .logo_1 img a:visted, .logo_1 img a:active, .logo_1 img a:hover{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}

.logo_2 {
	background-color: #000;
}

#logo_2 img a, .logo_2 img a:link,  .logo_1 img a:visted, .logo_1 img a:active, .logo_1 img a:hover{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}


.flash_banner {
  background-color: #771313;
}


.content_tablepic h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background:#fff;
	color: #000;
	position: relative;
	text-align: center;
	float: left;
	margin-left: 20px;
}

.content_tablepic h3 a, .content_tablepic h3 a:visited, .content_tablepic h3 a:active, .content_tablepic h3 a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	position: relative;
	text-align: center;
	text-decoration: none;
}

.content_tablepic h3 a:hover{
	color: #e60000;
}

.content_tablepic p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	position: relative;
	margin: 0px;
	padding: 0px;
}

.content_1 h1 {
	font-family:Calibri, "Century Gothic";
	font-size: 14pt;
	font-weight:600;
	color:#000;
	font-style: normal;
	font-weight: normal;
	margin-right: 10px;
	margin-left: 10px;
	width: 600px;
}

.content_1 h2 {
	font-family:Calibri;
	font-size: 14pt;
	background:#FFF;
	color: #000;
	font-style: normal;
	font-weight: bold;
	margin-right: 10px;
	margin-left: 10px;
}

.content_1 h2 a, .content_1 h2 a:link, .content_1 h2 a:active, .content_1 h2 a:visited{
	font-family:Calibri;
	font-size: 14pt;
	background:#FFF;
	color: #000;
	font-style: normal;
	font-weight: bold;

}

.content_1 h2 a:hover {
	color: #e67300;
}

.content_1 p {
	font-family:Calibri;
	font-size: 12pt;
	background:#FFF;
	color: #000;
	font-style: normal;
	font-weight: normal;
	padding: 0px;
	margin-right: 10px;
	margin-left: 10px;
}

.content_1 p a, .content_1  p a:link, .content_1  p a:active, .content_1  p a:visited{
	color: #000;
	text-decoration: none;
}

.content_1  p a:hover {
	color:#900;
}
.content_2 p a:hover {
	color:#900;
}
.content_1 p img {
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}

.content_1 ol {
	font-family:Calibri, "Century Gothic";
	font-size: 12pt;
	color: #000;
	list-style-type: square;
}
.content_2 h1 {
	font-family:Calibri, "Century Gothic";
	font-size: 16pt;
	color: #000;
	font-style: normal;
	font-weight:600;
	margin-right: 10px;
	margin-left: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #e60000;
	width:350px;
}


.content_2 h2 {
	font-family:Calibri, "Century Gothic";
	font-size: 14pt;
	color: #000;
	font-style: normal;
	font-weight: bold;
	margin-right: 10px;
	margin-left: 10px;
}

.content_2 h2 a, .content_1 h2 a:link, .content_1 h2 a:active, .content_1 h2 a:visited{
	font-family:Calibri, "Century Gothic";
	font-size: 14pt;
	color: #000;
	font-style: normal;
	font-weight: bold;

}

.content_2 h2 a:hover {
	color: #e67300;
}

.content_2 table h3 {
	font-family:Calibri, "Century Gothic";
	font-size: 12pt;
	color: #ffffff;
	font-style: normal;
	font-weight: bold;
	margin-right: 10px;
	margin-left: 10px;
	text-align: center;
}


.content_2 table h3 a, .content_2 table h3 a:link, .content_2 table h3 a:active, .content_2 table h3 a:visited  {
	font-family:Calibri, "Century Gothic";
	font-size: 12pt;
	color: #ffffff;
	font-style: normal;
	font-weight: bold;
	margin-right: 10px;
	margin-left: 10px;
	text-align: center;
	text-decoration: none;
}

.content_2 table h3 a:hover {
	color: #e67300;
}

.content_2 h3 {
	font-family:Calibri, "Century Gothic";
	font-size: 12pt;
	background:#FFF;
	color: #000;
	position: relative;
	text-align: center;
}

.content_2 p {
	font-family:Calibri, "Century Gothic";
	font-size: 12pt;
	background:#FFF;
	color: #000;
	font-style: normal;
	font-weight: normal;
	padding: 0px;
	margin-right: 10px;
	margin-left: 10px;
}

.content_2 p img {
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}


.content_2 ol {
	font-family:Calibri, "Century Gothic";
	font-size: 12pt;
	color: #000;
	list-style-type: square;
	line-height: normal;
}

.content_2 ol a, content_2 ol a:link, content_2 ol a:visited, content_2 ol a:active, content_2 ol a:hover {
	font-family:Calibri, "Century Gothic";
	font-size: 12pt;
	color: #99C;
	list-style-type: square;
}

#content_2 ol li a:hover {
	background-color: #CCC;
	
}


.bottom_border {
	background-color: #771414;
}

.footer_links p img{
}

.bottom_rounded_corners  p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	padding: 0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 60px;
	font-weight: bold;
	float: left;
}

.bottom_rounded_corners  p a, .bottom_rounded_corners  p a:link, .bottom_rounded_corners  p a:active, .bottom_rounded_corners  p a:visited, .bottom_rounded_corners  p a:hover{
	color: #e67300;
	text-decoration: none;
}

.bottom_rounded_corners table {
	float: right;
	padding: 0px;
	margin-top: -10px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.bottom_rounded_corners table img a{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


/* Top Navigation Position & Style*/

/* Top Navigation Position*/


 #top_menu ul {
	padding: 0;
	list-style: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
}

#top_menu a {
	display: block;
	padding-right: 1.2em;

}

#top_menu ul li {
	float: left;
}

#top_menu li ul {
	position: absolute;
	width: 14em;
	left: -999em;
	margin-left: 0em;
}

#top_menu li ul ul {
	margin-top: -1em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10.8em;
	width: 15em;
}

#top_menu li: hover ul {
	left: auto;

}

#top_menu li:hover ul ul, #top_menu li:hover ul ul ul, #top_menu li.sfhover ul ul, #top_menu li.sfhover ul ul ul {
	left: -999em;
	
}

#top_menu li:hover ul, #top_menu li li:hover ul, #top_menu li li li:hover ul, #top_menu li.sfhover ul, #top_menu li li.sfhover ul, #top_menu li li li.sfhover ul {
	left: auto;
}

/* Top Navigation Style */

#top_menu ul li a, #top_menu ul li a:link, #top_menu ul li a:visited, #top_menu ul li a:active{
	color: #ffffff;
	font-family:Calibri, "Century Gothic";
	font-size: 12pt;
	text-decoration: none;
	font-weight: bold;
}

#top_menu li ul a, #top_menu li ul a:link, #top_menu li ul a:active, #top_menu li ul a:visited{
	background-color: #ffffff;
	color: #990000;
	border: 1px solid #e67300;
	width: 15.5em;
}

#top_menu li ul a:hover {
	background-color: #990000;
	color: #ffffff;
}


#top_menu li ul ul a:link, #top_menu li ul ul a:visited, #top_menu li ul ul a:active{
	background-color: #ffffff;
	color: #990000;
}

#top_menu li ul ul a:hover{
	background-color: #404040;
	color: #bf1e2e;
}

/* Slidshow */
@charset "utf-8";
/* CSS Document */

#slider {
    width: 800px; /* important to be same as image width */
    height: 120px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	margin: 0px;
	padding: 0px;
}
#sliderContent {
    width: 800px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin: 0px;
	padding: 0px;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 384px;
    background-color: ;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
ul { list-style-type: none;}#main #main_wrapper #content_wrapper #content_1 h1 a {
	color: #000;
}

#history a:hover{
	font-family: Arial Black, Gadget, sans-serif;
	color:#99C;
}

#main #main_wrapper #content_wrapper #content_1 h1 {
	color: #000;
}
#aqa {
	font-family: Arial Black, Gadget, sans-serif;
	
	font-size:20px;
	font-weight:300;
	color:#000;
}
#main #main_wrapper #content_wrapper #content_2 ol li a {
	color: #000;
}
#main #main_wrapper #content_wrapper #content_2 a {
	font-family: Arial, Helvetica, sans-serif;
}
