@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-color: #292927;}

.expander {
	display:none;}

.expander a:link {
	font-size: 10px;
	font-weight: normal;}

#Wrapper {
	clear: both;
	margin-top: 20px;
	width:835px;}

#Header {
	float: left;
	clear:both;
	width: 835px;
	height: 78px;}

#Header_Left {
	float: left;
	clear: right;
	width: 395px;
	height: 78px;}

#Header_Right {
	float: left;
	clear: right;
	width: 440px;
	height: 78px;}

#Banner {
	float: left;
	clear: both;
	width: 835px;
	height: 187px;
	background-image: url(../images/default_03.jpg);
	background-repeat: no-repeat;
	margin-top: 0;
	#margin-top: -4px;
	_margin-top: -4px;}

#Menu {
	text-align: right;
	padding-right: 12px;
	margin-top: -12px;
	}

#Menu a:link, #Menu a:visited {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;}

#Menu a:hover, #Menu a:visited:hover {
	color: #FFFF00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;}



#Middle {
	margin-left: 0px;
	border-left: 2px solid black;
	float: left;
	clear: both;
	width: 835px;
	background-image: url(../images/middle_bkg.jpg);
	background-repeat: repeat-y;}

#Sidebar {
	float: left;
	clear: right;
	width: 166px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 0px;
	padding-top: 10px;

	}

#Sidebar a:link, #Sidebar a:visited {
	color: black;
	text-decoration: none;	
	font-weight: bold;}
	

#Sidebar a:hover, #Sidebar a:visited:hover {
	color: white;
	text-decoration: none;
	font-weight: bold;}

.SectionHeader
	{font-family: verdana, arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color : #666666;}

#Content {
	float: left;
	clear: right;
	width: 626px;
	background-image: url(../images/default_05.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	text-align: justify;
	padding: 0 20px 0 20px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;}

#Content p {text-align: justify; font-size:14px;}

#Content li {text-align: justify; font-size:14px;}

h1 {
	font-family: Arial Black, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #888888;
	text-align: left;
	font-weight: normal;}	

h2 {
	font-family: Arial Black, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #888888;
	text-align: left;
	font-weight: normal;}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #444444;
	text-align: left;
	font-weight: bold;}

.PageHeader {
	font-family: Arial Black, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #888888;
	text-align: left;
	font-weight: normal;}

.exp_menu {
	font-size: 10px;
	font-weight: normal;
}

#Footer {
	float: left;
	clear: both;
	width:835px;
	/*height:20px;*/
	background-image: url(../images/default_06.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 30px;
	color: #657540;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

ul
{
	margin-left:-40px;
	#margin-left:0px;
	
}

.menu
{
	margin-left:0px;
	font-size:14px;
	font-family: verdana, arial, sans-serif;
}

/*-----------------------------------------------------THIS IS FOR DROP DOWN MENU-------------*/
ul.topnav {  
    list-style: none; 
    font-family: verdana, arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color : #666666;
}  

ul.topnav li {  
    margin: 0;  
    padding: 0 0px 0 0;  
    position: relative; /*--Declare X and Y axis base for sub navigation--*/  
}  

ul.topnav li a{  
    padding: 0 5px 0 0;  
    color: #fff;  
    display: block;  
    text-decoration: none;  
    width:100%;
}  

ul.topnav li a:hover{  
    /* background: url(.gif) no-repeat center top; */
}  

ul.topnav li span { /*--Drop down trigger styles--*/  
    width: 150px;  
    height: -10px;  
  /*  background: url(.gif) no-repeat center top; */
}  

ul.topnav li span.subhover {background-position: center bottombottom; cursor: pointer;} /*--Hover effect for trigger--*/  

ul.topnav li ul.subnav {  
    list-style: none;  
    position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/  
    left: 167; top: -10px;     
    background: #C9CE8A;
    margin: 0; padding: 0;  
    display: none;  
    width: 175px;  
    /* border: 1px solid #111; */  
    font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color : #333333;
}  

ul.topnav li ul.subnav li{  
    margin: 5px 5px 5px 0px; padding: 5px 5px 5px 0px;  
    /* border-top: 1px solid #252525; */ /*--Create bevel effect--*/
    /*border-bottom: 1px solid #444; */ /*--Create bevel effect--*/  
    clear: both;  
    width: 150px;  
}  

html ul.topnav li ul.subnav li a {   
    width: 145px;  
    /* background: # url(.gif) no-repeat 10px center; */ 
    padding-left: 8px;  
}  

html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/  
    /* background: # url(.gif) no-repeat 10px center; */
}  

.justforo
{display:none }

/*-----------------------------------------------------THIS IS FOR DROP DOWN MENU-------------*/