 @charset "utf-8";
/* CSS Document */
/* undo some default styling of common (X)HTML browsers
/*------------------------------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,input,p,labe,lhtml,label,table,tr,td  {margin:0;padding:0;}
fieldset,img,a img,:link img,:visited img {border:0;}
ul {list-style:none;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}

/*-------------------------Global Elements-------------------------------*/

html  {height:100%;}
body { 
	height:100%;
	text-align:center; 
	font:12px/16px Arial, Helvetica, sans-serif; 
	color:#5B5841;
	}

h1{ 
	font-size:1.1em; 
	color:#000; 
	padding-left:30px;
}
h2{ 
	font-size:1.1em; 
	color:#0F4B6B; 
}

h3{ 
	font-size:1.0em; 
	color:#BF6320; 
}
a:link,a:visited	{ color:#0F4B6B; text-decoration:none; outline:none; }
a:hover,a:active	{ color:#BF6320; text-decoration:none; outline:none; }
* html .clearfix {height: 1%;}

/* ------------------------ type selectors ------------------------ */


/* ------------------------ classes ------------------------ */


/* ------------------------ form elements ------------------------ */


/* ------------------------ column-left framework ------------------------ */

#column-left{
	width: 187px;
	background-color:#000000;
}

/* ------------------------ column-right framework ------------------------ */


/* ------------------------ header framework ------------------------ */
.saerchbg{
	background-color:#b7b7b7;
	color:#3e3c3c;
}
	#header-left{
		color:#FFFFFF;
		padding-left:30px;
	}
	#header-left a:link, #header-left a:visited {color: #FFFFFF; text-decoration: none;}
    #header-left a:hover, #header-left a:active {color: #b7b7b7;  text-decoration: underline;}
	
	#header-right a:link, #header-right a:visited {color: #FFFFFF; text-decoration: none; font-weight:bold;}
    #header-right a:hover, #header-right a:active {color: #b7b7b7;  text-decoration: none; font-weight:bold;}
	
	
	.header-leftTop
	{
		font-family:Arial;
		font-size:12px;
		font-weight:bold;
		color:#000000;
		
		}
	 
/* ----------------------------- Buttons ---------------------------------------- */


/* ------------------------ horizontal nav ------------------------ */



.leftnavi-text1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;	 
	text-decoration:none;
	
}


.nav-bg{
	background-image:url(../images/topnav-bg.gif);
	background-repeat:repeat-x;
	height:61px;
	color:#FFFFFF;			
}
#main-nav-bg {
	background-image:url(../images/img-topnavbg.gif);
	background-repeat:no-repeat;
	width:551px;
	height:21px;
	background-position:center;
}
/* ------------------------footer framework ------------------------ */
#footer{
	background-image:url(../images/footer-bg.gif);
	background-repeat:repeat-x;
	height:90px;
	background-color:#FFFFFF;
	color:#000000;
	margin:0 auto;
	text-align:center;
}

/*-------------------------Content FrameWork---------------------------*/
#content{
	padding:20px !important; 
}
#nav-bg{
	background-image:url(../images/navbg-main.gif);
	background-repeat:no-repeat;
	height:19px;
}