﻿body
{
    margin: 0px;
    padding: 0px;
    color: #000000;
    font-family: Helevetica,Arial,sans-serif;
    font-size: 13px;
    line-height: 1.5em;
    background-color: #ECE9D8;
}

a, a:link, a:visited {
    color: #006600;
}

a:hover {
	color: #CCFF00;
	text-decoration: none;
}

p {
    margin: 0px 0px 0px 20px;
}


h1 
{ 
    font-size: 40px; 
    font-weight: bold; 
    margin: 0 0 30px 0; 
    padding: 5px 0; 
    color: #fff;
}

h2
{
    font-size: 28px;
    font-weight: normal;
    line-height: 28px;
    margin: 0 0 20px 0;
    padding: 0 10 0 0;
    color: #000080;
}
h3 { font-size: 21px; margin: 0 0 20px 0; padding: 0; padding: 0; color: #e2d8bd; }
h4 { font-size: 18px; margin: 0 0 20px 0; padding: 0; }
h5 { font-size: 16px; margin: 0 0 10px 0; padding: 0; }
h6 { font-size: 14px; margin: 0 0 5px 0; padding: 0;}

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }
.cleaner_h10 { clear: both; width:100%; height: 10px; }
.cleaner_h20 { clear: both; width:100%; height: 20px; }
.cleaner_h30 { clear: both; width:100%; height: 30px; }
.cleaner_h40 { clear: both; width:100%; height: 40px; }
.cleaner_h50 { clear: both; width:100%; height: 50px; }
.cleaner_h60 { clear: both; width:100%; height: 60px; }

.margin_r35 { margin-right: 35px; }

.vertical_divider { background: url(images/vertical_divider.png) right repeat-y; }
.horizon_divider { background: url(images/horizontal_divider.png) bottom repeat-x; }

.float_l {
	float: left;
}

.float_r {
	float: right;
}

.image_wrapper {
	display: inline-block;
	padding: 8px;
	border: 1px solid #000;
	background: #211f1b;
	margin-bottom: 10px;
}
.fl_img {
	float: left;
	margin: 3px 30px 15px 0;
}
.fr_img {
	float: right;
	margin: 3px 0 15px 15px;
}

.button a {
	clear: both;
	display: block;
	width: 102px;
	height: 25px;
	padding: 3px 0 0 0;
	margin-top: 15px;
	background: url(images/button.png) no-repeat;
	color: #333;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

blockquote { font-style: italic; margin-left: 10px;}
cite { font-weight: bold; }
cite span { color: #fff; }
em { color: #CCCC66; }


#wrapper 
{
    width: 970px;
    padding: 0 10px;
    margin: 0 auto;
    background-image: url('../images/body_bg.jpg');
}
.background
{
    height: 40px;
    display: inline;
}

#header {
    width: 970px;
    height: 305px;
    text-align: center;
}

/* menu */
.menu {
    float: left;
    width: 100%;
    height: 40px;
    padding-top: 10px;
}
.menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.menu ul li
{
    display: block;
    float: left;
    height: 40px;
    background-image: url('../images/menu_bg.png');
    background-repeat: repeat-x;
}
.menu ul li a {
    float: left;
    display: block;
    width: 82px;
    height: 30px;
    padding: 10px 0 0 0;
    margin-left: 1px;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    color: #000000;
    font-weight: bold;
    outline: none;
}

.menu ul li a:hover, .menu ul li .current
{
    background-color: #800000;
    color: #FFFFFF;
    font-weight: bold;
    height: 30px;
}

.menu h2
{
    color: #FFFFFF;
    font-weight: bold;
    font-size: small;
}

/* end of menu */


#sidebar {
	height: 39px;
	padding: 10px 30px;
	background: url(images/templatmeo_menu.png) repeat-x;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu ul li {
	padding: 0px;
	margin: 0px;
	display: inline;
}
#menu ul li a {
	float: left;
	display: block;
	width: 102px;
	height: 24px;
	padding: 3px 0 0 0;
	margin: 0 5px 0 0 ;
	font-size: 13px;
	text-align: center;
	text-decoration: none;
	color: #333;	
	font-weight: bold;
	outline: none;
	border: none;
	background: url(images/menu.png) top left no-repeat; 
}
#menu ul li a:hover, #menu ul li .current {
	background: url(images/menu_hover.png) no-repeat;
}

#header  #site_title {
	clear: both;
	float: left;
	width: 260px;
	padding: 120px 0 0 30px;
}

#header  #site_title h1 {
	margin: 0;
	padding: 0;
}
#header  #site_title h1 a {
	margin: 0px;
	padding: 0px;
	font-size: 38px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
}
#header  #site_title h1 a strong {
	color: #FFFF33;
}
#header  #site_title a span {
	display: block;
	font-size: 14px;
	color: #2e2c27;
	font-weight: bold;
	letter-spacing: 2px;
	margin-left: 5px;
	margin-top: 5px;
	font-family: Helevetica,Arial,sans-serif;
}

#middle {
    clear: both;
    width: 970px;
    height: 305px;
    padding: 0px;
    background: url(images/middle.jpg) no-repeat;
}

#mid_img_wrap {
    float: left;
    width: 100%;
    height: 305px;
    padding: 0px;
}

#main
{
    margin: 0px;
    width: 970px;
}

#SocialMediaPanel
{
    float: right;
}

#Logo
{
    float: left;
    width: 288px;
    height: 75px;
}

.icoFacebook
{
    background-position: 0 0;
    width: 32px;
    height: 32px;
    background: url('../images/SocialMedia.png') no-repeat 0
0;
}

.icoIN 
{
width: 32px;
height: 32px;
background: url(../images/SocialMedia.png) no-repeat -192px 0;
}

.icoTwitter 
{
    width: 32px;
    height: 32px;
    background: url(../images/SocialMedia.png) no-repeat -32px 0;
}

.icoTwitter2 
{
width: 32px;
height: 32px;
background: url(../images/SocialMedia.png) no-repeat -576px 0;
}

.Head
{
    color:#333;
    font-size:22px;
    line-height:24px;
    padding:0 0px 0 0;
    text-transform:uppercase;
    
}
.Title
{
    margin: 0 0 .5em 0;
    overflow: hidden;
    width: 100%;
    color: #000000;
    font-size: medium;
}

.SubTitle
{
    color: #333;
    font-size: 16px;
    line-height: 24px;
    padding: 0 0px 0 0;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #FAFAFA;
}


#Breadcrumb{
    background-position: 0 0;
    height: 30px;
    width: 100%;
    line-height: 30px;
    background: url(../images/Breadcrumb-BG.jpg) no-repeat 0 0;
    margin: 0 0 2em 0;
    font-size: 11px;
}
#Breadcrumb span{display:inline-block;height:30px;float:left;font-weight:bold;color:#666;font-size:11px;}
#Breadcrumb .Intro{text-transform:uppercase;padding:0 15px 0 13px;margin:0 15px 0 0;font-size:10px;background:url(images/Breadcrumb-FirstSep.jpg) no-repeat right 0;}
#Breadcrumb .SkinObject{display:inline-block;color:#944e4e;height:30px;float:left;}
#Breadcrumb .SkinObject:hover{text-decoration:underline;}
#Breadcrumb span.Sep{width:14px;background:url(images/Breadcrumb-Sep.jpg) no-repeat 0 0;margin:0 15px;}



.left
{
    float: left;
    width: 600px;
    padding-right: 10px;
    text-align: left;
}

.content
{
}

.content_left
{
    float: left;
    width: 150px;
}
.content p
{
    padding-bottom: 15px;
    text-align: justify;
}

.content span
{
    font-size: small;
    color: #FF0000;
    font-weight: bold;
}

.content_right
{
    float: left;
    padding-left: 10px;
    width: 430px;
}
.content_right p
{
    padding-bottom: 15px;
    text-align: justify;
}

.content_right span
{
    font-size: small;
    color: #FF0000;
    font-weight: bold;
}

.content_right a
{
    text-decoration: none;
    font-weight: bold;
}

.TitleBar
{
    margin: 0 -100% 0 0;
    vertical-align: bottom;
    width: 100%;
    height: 15px;
}


.right
{
    float: right;
    padding-right: 10px;
    width: 333px;
}

.right .Top
{
    background-position: left top;
    height: 10px;
    background: url('../images/box_335_t.png') repeat-x left
top;
    float: left;
    width: 100%;
}


.Middle
{
    background-image: url( '../images/box_335_bg.png' );
    width: 100%;
    margin-top: 10px;
}

.Middle h1
{
    font-size: large;
    color: #800000;
}

.Middle ul {
    margin: 0px 15px 0 15px;
    padding: 10px 0px 10px 0px;
    list-style: none;
}

.Middle ul li
{
    height: 50px;
    clear: both;
    list-style-type: none;
    background: url('../images/Horizontal-Sep.jpg') repeat-x left bottom;
    padding: 1em 0;
    margin: 0;
    width: 100%;
}
.Middle ul .icon1
{
    background-position: left center;
    background-image: url('../images/AsideIcons_01.png');
    background-repeat: no-repeat;
}

.Middle ul .icon2
{
    background-position: left center;
    background-image: url('../images/AsideIcons_02.png');
    background-repeat: no-repeat;

}

.Middle ul .icon3
{
    background-position: left center;
    background-image: url('../images/AsideIcons_03.png');
    background-repeat: no-repeat;

}

.Middle ul .icon4
{
    background-position: left center;
    background-image: url('../images/AsideIcons_04.png');
    background-repeat: no-repeat;

}

.Middle ul .icon5
{
    background-position: left center;
    background-image: url('../images/AsideIcons_05.png');
    background-repeat: no-repeat;

}

.Middle ul li a
{
	background-color: transparent;
	height: 50px;
	margin: 0px 25px 0 0px;
	float: left;
	font-size: 12px;
	text-align: left;
	text-decoration: none;
	color: #333;
	font-weight: bold;
	outline: none;
	width: auto;
	padding-left: 80px;
	padding-top: 0px;
}
.Middle ul li p
{
    margin: 0px 0 0 0px;
    float: left;
    font-size: small;
    font-weight: normal;
}

.right .Bottom
{
    height: 10px;
    background: url( '../images/box_335_b.png' ) no-repeat;
    float: left;
    width:100%;
}

#Footer
{
    background-position: center top;
    width: 910px;
    padding: 20px 30px;
    text-align: left;
    color: #FFFFFF;
    background: #3B3B3B url(images/footer.png) no-repeat center top;
}

#Footer #Footer_LeftPane {
    float: left;
    margin: 0 20px 0 0;
    width: 590px;
}

#Footer #Footer_LeftPane p
{
    font-size: 11px;
}

#Footer #Footer_LeftPane span
{
    font-weight: bold;
    color: #FFFF00;
    font-size: small;
}



.clearfix {
display: block;
}

#Footer #Footer_LeftPane .left-footer
{
    width: 48%;
    float: left;
    font-size: 12px;
}

#Footer #Footer_LeftPane .left-footer p
{
    font-size: 12px;
}

#Footer #Footer_LeftPane .right-footer
{
    width: 48%;
    float: right;
 
}

#Footer #Footer_LeftPane .right-footer p
{
    padding: 0px;
    margin: 0px;
    font-size: 12px;
}

#Footer #Footer_RightPane {
    float: left;
    margin: 0 20px 0 0;
    width: 300px;
}

#Footer #Footer_RightPane p
{
    margin: 0px;
    padding: 0px;
}

/* Quick Links */
.tblQuickLinks { width:100%; }
.tblQuickLinks td { line-height:22px; }
.tblQuickLinks a:link, .tblQuickLinks a:active, .tblQuickLinks a:visited{ text-decoration:underline; color:#e5e5e5; }
.tblQuickLinks a:hover {color:#d0171e;}




#Footer .Copyright
{
    clear: both;
    height: 50px;
    border-top: 4px solid #333;
    line-height: 46px;
    text-align: center;
    border-top-color: #CCCCCC;
    font-weight: bold;
}

#Footer .Copyright a
{
    color: #FFFFFF;
}

#Footer .Copyright a:hover
{
    color: #FFFF00;
}

#mid_img_wrap {
    float: left;
    width: 100%;
    height: 305px;
    padding: 0px;
}


.menu_left
{
    height: 40px;
    background-image: url('../images/menu_left.png');
    background-repeat: no-repeat;
    width: 15px;
    float: left;
    display: block;
}
.menu_cont
{
    height: 40px;
    background-image: url('../images/menu_bg.png');
    background-repeat: repeat-x;
    float: left;
    display: block;
    width: 940px;
}
.menu_right
{
    float: left;
    width: 15px;
    background-image: url('../images/menu_right.png');
    background-repeat: no-repeat;
    height: 40px;
}


.style1
{
    font-size: 25px;
    font-weight: bold;
    color: #FF0000;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}

.style2
{
    font-size: 14px;
    font-weight: bold;
    color: #800000;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}
.scroll
{
	font-size: 25px;
	color: #0000FF;
	height: 25pt;
}
