﻿@charset "utf-8";
body {
	background-color:#21c710;
	background-image:url(/images/background.jpg);
	background-repeat:repeat-x;
	color:#FFF;
}

#wrapper {
margin: 0 auto;
margin-top:25px;
width:950px;
}


#header {
	height:208px;background:transparent url(../images/header_bg.jpg) no-repeat;
}

#logo h1 {
	font-size:36pt;
	font-family:Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	
}

#slideshow {
	height:200px;
}

/* start gallery */
#content .gallery li { } 
#content .img_bg { display:block;width:82px;height:82px;padding:4px;background:transparent url(../img/gallery_img_bg.jpg) top center repeat-x; }
#slideshow { position:relative;float:left;height:200px;}
#slideshow div { position:absolute;top:5px;left:4px;z-index:10; }
#slideshow div.active {z-index:12;}
#slideshow div.last { z-index:11; }
#slideshow div img { display: block; }
/* end gallery */

/* start news */
#news {height:180px;overflow:hidden;padding:15px 14px 0 0;}
#news h2 {margin:0 10px 10px 10px;color:#fff;font-size:14px;font-weight:700;line-height:normal;text-align:center;}
#news p {margin:0 10px 10px 10px;color:#d5eeff;font-size:11px;line-height:normal;text-align:left;}
/* end news */

/* start popular */
#popular { width:950px;height:245px;overflow:hidden;background:transparent url(../images/popular_bg.jpg) top center no-repeat; }
#popular .popular {
	margin: 25px 0 0 25px;
	float: left;
	width: 260px;
	height: 195px;
}
#popular .popular p {margin:0 5px 10px;text-align:justify;line-height:normal;}
#popular .separator { float:left;width:36px;height:180px;background:transparent url(../img/popular_separator.png) center center no-repeat; }
/* end popular */

/* start content */
#content {margin:0 auto;background:#394042 url(../images/content_bg.png) top repeat-x; }
#content .content_b { width:862px;padding:10px 15px 0;background:transparent url(../img/content_b_bg.jpg) bottom no-repeat; }

#content h1, h2, h3, h4, h5, h6 {font-family: Georgia,'Lucida Grande',Verdana,Arial,sans-serif;font-weight:400;line-height:normal;margin:0 0 10px;}
#content h1 { font-size:24px;color:#fff; }
#content h2 { font-size:22px;color:#fff; }
#content h3 { font-size:20px;color:#fff; }
#content h4 { font-size:18px;color:#fff; }
#content h5 { font-size:14px;color:#fff;font-family: Tahoma,Arial,Verdana,sans-serif;font-weight:700 }
#content h6 { font-size:12px;color:#fff;font-family: Tahoma,Arial,Verdana,sans-serif; }
#content p  { text-align:justify;margin:0 0 10px; }
#content ul, #content ol  { padding:0;}
#content ul li { list-style-type:square;margin-left:20px;padding:0;}
#content ol li { margin-left:26px;padding:0;}
#content .qoute { border-left:3px solid #fff;margin:20px 0 20px 15px;padding:0 0 0 15px;text-align:justify;}

/* end content */



#footer {
	background-image:url(/images/site-images/footer-bg_06.jpg);
	background-repeat:no-repeat;
	height:107px;
	text-align:center;
	margin:0 auto;
}

#row {
clear:both;
margin:0;
}

#navigation {
	background-image: url('../images/top_menu_bg.jpg');
	background-repeat: repeat-y;
	height: 50px;
}

#navcontainer {
	margin-left:10px;
	margin-top:10px;
}

#footer p {
color:#FFF;
line-height:1.2em;
padding-left:1em;
margin-top:60px;
}

.floatleft {
float:left;
margin-right:.5em;
margin-left:.25em;
margin-bottom:.5em;
}

.floatright {
float:right;
margin-left:.5em;
margin-right:.25em;
margin-bottom:.5em;
border:solid #000;
}

.floatcenter {
text-align:center;
clear:both;
}

.Cbody {
	color:#000;
}