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

body {
	background-color: #FFFFFF;
}
.rnavmain {
	background-color: #CCCCCC;
	text-align: center;
	vertical-align: top;
	padding-top: 10px;
}
.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;




	color: #333333
	text-align: left;
	vertical-align: top;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: bold;
}
.main a {
	font-family: Arial, Helvetica, sans-serif;
	color: #003300
	text-decoration: none;
	text-decoration: none;
	color: #333333;
}
.main a:hover {
	color: #990000;
	text-decoration: underline;
}
.main a:visited {
	color: #666666;
}
.main h1 {
	font-size: 24px;
	font-weight: bold;
	color: #990000;
}
.main h2 {
	font-size: 18px;
	line-height: 2px;
	color: #990000;
	word-spacing: 10em;
}
.main h3 {
	font-size: 14px;
	line-height: 10px;
}
.by {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #990000;
	font-weight: bold;
}
.lead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	line-height: 18px;
}
#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	
	}
#navcontainer li { 
	margin: 0;

	}
#navcontainer a {
	display: block;
	color: #ffffff;
	/*background-color: #036;*/
	width: 150px;
	padding: 3px 12px 1px 8px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	}
#navcontainer li li a {
	display: block;
	color: #000;
	/*background-color: #69C;*/
	width: 150px;
	padding: 1px 3px 1px 17px;
	text-decoration: none;
	/*border-bottom: 1px solid #fff;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*font-weight: normal;*/
	}
#navcontainer a:hover {
	/*background-color: #369;*/
	color: #000;
	font-size: 10px;
	}
.tagline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.mast {
	border: 2px solid #000066;
}
.gbar {
	text-align: center;
	vertical-align: middle;
	background-color: #FFFFFF;
}
.ekcbar {
	background-color: #FFFFFF;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	text-align: center;
}
.subleads {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
}
.leads {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
.altn {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	border: 2px solid #000000;
	text-align: center;
	color: #000000;
}
.left_ads {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	vertical-align: top;
	background-color: #3399CC;
}
.left_ads a {
	text-decoration: none;
	color: #000000;
}
.left_ads a:hover {
	color: #990000;
	text-decoration: none;
}
.posted {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.leftnavbk {
	background-color: #3399CC;
}
#haikucontainer {
	margin: 0;
	padding: 0px 4px 1px 8px;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#000000;
	font-weight: bold;
	font-style: italic;
	}
	#haikucontainer a {
	display: block;
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	
	}
	#haikucontainer a:hover {
	color: #990000;
	
	}
	
	/*--------------------------- Slideshow---------------------*/
	
	
	#slider {
    width: 450px; /* important to be same as image width */
    height: 300px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}

#slider1 {
    width: 720px; /* important to be same as image width */
    height: 300px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}

#sliderContent, #slider1Content {
    width: 720px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage, .slider1Image {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 384px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}

.slider1Image span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 694px;
    background-color: #000;
    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, .slider1Image span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
.left {
	top: 0;
    left: 0;
	width: 110px !important;
	height: 280px;
}
.right {
	right: 0;
	bottom: 0;
	width: 90px !important;
	height: 290px;
}

ul { list-style-type: none;}


#banner {
	text-align:center;
	vertical-align:text-top;
	margin-top:10px;
	margin-bottom:5px;
}

#photoc {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-left: auto;
	margin-right: auto;
	font-weight:bold;
	vertical-align:top;
}

	#photo250 {
		width:250px;
	margin-left: auto;
	margin-right: auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	vertical-align:top;
	
}
	#photo300 {
		
	width:300px;
	margin-left: auto;
	margin-right: auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	vertical-align:top;
	
}
	#photo350 {
		
	width:350px;
	margin-left: auto;
	margin-right: auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	vertical-align:top;
	
}
	/*--- icontact style -----*/
	
	.icontact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333
	text-align: left;
	vertical-align: top;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: bold;
	width: 650px;
}
.icontact a {
	font-family: Arial, Helvetica, sans-serif;
	color: #003300
	text-decoration: none;
	text-decoration: none;
	color: #333333;
}
.icontact a:hover {
	color: #990000;
	text-decoration: underline;
}
.icontact a:visited {
	color: #666666;
}
	
	
	
	
	
	
	
	
	
	
	
	

/*-------- END-----------*/
.italic {
	font-style: italic;
}

