/* CSS Document */

html   
{
	 overflow:scroll;
	 }
body {
	color: #221c07;
	font-size: 12px;
	margin: 0 auto;
	background-color: #f3f2ea;
	background-repeat: repeat-x;
	background-position: top center;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/bg_body.jpg);
}

a {
	color:#a38116;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, p { margin:0 0 8px 0; }

h1 { font-size:25px; }

h2 { font-size:20px; }

h3 { font-size:15px; }

/* ---- class settings ----------------------- */

.img_top {
	position: absolute;
	top: 0;
	left: 0;
}

.img_btm {
	position: absolute;
	left: 0;
	bottom: 0;
}

.hidden-text {
     display: block;
     position: absolute;
     top: 0px;
     left: 0px;
     text-indent: -2000em;
}

/* ---
    min-height:400px;
    height:auto !important;
    height:400px;
--- */

.flag {
	color: #c22a29;
}

/* ---- layout settings ----------------------- */


#main_container {
	position:relative;
	margin:0 auto;
	width:960px;
	height:auto;
}

#header 
{
	cursor:pointer;
	width:940px;
	height:41px;
	padding: 130px 0 0 20px;
	
	background-repeat: no-repeat;
	background-image: url(../images/Logos_final.jpg); 
   
   
}


#banner {
	position:relative;
	top:0;
	left:0;
	float: left;
	width: 650px;
	height: 310px;
}

#banner_side {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:216px;
	height:318px;
	background-repeat: no-repeat;
	background-image: url(../images/bg_side-banner-home.jpg);
	
}

#banner_side2 {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:216px;
	height:318px;
	background-repeat: no-repeat;
	background-image: url(../images/bg_side-banner-home2.jpg);
	padding: 0 10px;
}



#banner_side h2, #banner_side p {
	padding: 10px;
}

/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	top:0;
	left:0;
	width:920px;
	height:41px;
}

/* ---- end nav id settings -------------------------- */

#main {

	position:inherit;
	top:0;
	left:0;
	width:960px;
	height:auto;
	background-repeat:repeat-y;
	background-image: url(../images/bg_main.jpg);
	
}

#main_top {
	position:relative;
	top:0;
	left:0;
	width:900px;
    min-height:700px;
    height:auto !important;
	padding: 30px 30px 20px 30px;
	background-repeat: no-repeat;
	background-image: url(../images/bg_main-top.jpg);
	
}

/* ---- start main content settings -------------- */

#content_main {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:630px;
	height:auto;
	padding: 30px 10px 10px 10px;
	background-repeat: no-repeat;
	background-image: url(../images/bg_content-main-home.jpg);
	
}

#content_main-sub {
	position:relative;
	top:-305px;
	left:2px;
	float:left;
	width:630px;
	height:auto;
	padding: 30px 10px 10px 10px;
	
}

/* ---- end main content settings ---------------- */

/* ---- start side bar content settings -------------- */

#side_bar {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:212px;
	height:auto;
	margin: 0 4px 0 0;
	background-repeat: repeat-y;
	background-image: url(../images/bg_sidebar.jpg);
}

#sidebar_content {
	position:relative;
	top:0;
	left:8px;
	width:182px;
	height:auto;
	padding: 0 10px;
	display:block
}
#sidebar_content2 {
	position:relative;
	top:0;
	left:0;
	width:182px;
	height:auto;
	padding: 0 10px;
	
}

#side_bar-sub {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:212px;
	height:auto;
	margin: 0 4px 0 0;
	background-repeat: repeat-y;
	background-image: url(../images/bg_sidebar-sub.gif);
}

/* ---- end side bar content settings ---------------- */

#footer {
	position:relative;
	top:0;
	left:0;
	width:960px;
	height:40px;
	clear:both;
}

#footer a {
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

/* ---- start navigation settings -------------------------- */
 
#nav a {
	position:relative;
	float:left;
	height:41px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-image:url(../images/nav/nav.gif);
}

/*
.logo 
{
	 
	display:block;
	height:120px;
	cursor:pointer;
	background-image:url(../images/bg_header.jpg);
}
*/


a#nav_01 {
	width:143px;
	background-position:0 0;
}

a:hover#nav_01{
	background-position: 0 -41px;
}

.active_01 {
	background-position: 0 -41px !important;
}

a#nav_02 {
	width:166px;
	background-position:-143px 0;
}

a:hover#nav_02{
	background-position:-143px -41px;
}

.active_02 {
	background-position:-143px -41px !important;
}

a#nav_03 {
	width:151px;
	background-position:-309px 0;
}

a:hover#nav_03{
	background-position:-309px -41px;
}

.active_03 {
	background-position:-309px -41px !important;
}

a#nav_04 {
	width:123px;
	background-position:-460px 0;
}

a:hover#nav_04{
	background-position:-460px -41px;
}

.active_04 {
	background-position:-460px -41px !important;
}

a#nav_05 {
	width:190px;
	background-position:-583px 0;
}

a:hover#nav_05{
	background-position:-583px -41px;
}

.active_05 {
	background-position:-583px -41px !important;
}

a#nav_06 {
	width:147px;
	background-position:-773px 0;
}

a:hover#nav_06{
	background-position:-773px -41px;
}

.active_06 {
	background-position:-773px -41px !important;
}


/* ---- ajax toolkit animation extender -------------------------- */

.flyOutDiv  

 {  

      display:none;  

      position:absolute; 
      
       cursor:pointer; 

      width: 375px;  
     
      height:auto;

      z-index: 3;  
      
      overflow:hidden;
       
      font-family: Arial, Helvetica, sans-serif;

      font-size: 12px;  

      border: solid 1px #CCCCCC;  
      background-color:#ffffcc;

      /*background-image: url(../images/bg_content-main-home.jpg); */

      background-repeat:repeat;       

      padding: 5px;  
      

 }  
 
 .flyOutDivHome  

 {  

      display: none;  

      position:absolute; 
      
       cursor:pointer; 

      width: 220px;  
     
      height:auto;

      z-index: 3;  
      
      overflow:hidden;
       
      font-family: Arial, Helvetica, sans-serif;

      font-size: 12px;  

      border: solid 1px #CCCCCC;  
      background-color:#ffffcc;

     /*background-image: url(../images/bg_content-main-home.jpg); */
    
     background-repeat:repeat;      
   
      padding: 5px;  
      
      

 }  

    

 .flyOutDivCloseX  

 {  

  background-color:#FFCC99;  

  color: #FFFFFF;  

  text-align: center;  

  font-weight: bold;  

  text-decoration: none;  

  border: outset thin #FFFFFF;  

  padding: 2px;   
   background-repeat:no-repeat;  

clear:both;

 }  



