@import url('/css/base.css');
 
/* * { margin:0; padding:0; } */

img { border:0; behavior:url("iepngfix.htc"); }

body { text-align:center; background:#f9fbf5; }

/******HEADER******/
#header_container { background:url("/images/background_header.gif") top center repeat-x; height:550px; }
#header_container2 { background:url("/images/background_header2.gif") top center repeat-x; height:217px; }
#header { position:relative; margin:0 auto; width:1000px; text-align:center; z-index:100; }
#header .logo { float:left; }
	
#header .nav { font:bold 18px Arial; color:#eaede2; height:40px; margin:0 0 0 75px; }
#header .nav ul { list-style:none; }
#header .nav li { float:left; width: 160px; padding: 10px 0px 0 0px; ppadding:10px 40px 0 40px; }
#header .nav a { color:#eaede2; text-decoration:none; text-transform:uppercase; }
#header .nav a:hover { color:#333; }

#header #sub_nav { position:absolute; top:180px; left:0px; width:235px; display:none; font:14px Arial; color:#f9fbf5; text-align:left; z-index:1001; }
#header #sub_nav #links { margin:-5px 0; list-style:none; background:#4683a7; padding:0 20px; }
#header #sub_nav #links a { width:180px; border-bottom:1px solid #4c8bb0; }
//#header #sub_nav li { padding:5px 0; border-bottom:1px solid #4c8bb0; }
#header #sub_nav a { color:#f9fbf5; text-decoration:none; }
#header #sub_nav a:hover { color:#333; }
		
/******BODY - HOME PAGE******/
#body1 { position:relative; width: 1000px; margin:0 auto; z-index:1; }
		
/******BODY - SUB PAGES******/
#body2 { position:relative; margin:0 auto; width:1000px; background:url("/images/background_body2.gif") top center repeat-y;  }

.breadcrumb	{ margin:0 0 30px 0; font:11px Arial; }	
.breadcrumb .page { font:11px Arial; }
.breadcrumb a { color:#671c2e; text-decoration:none; }
.breadcrumb a:hover { text-decoration:underline; }
	
/******FOOTER******/		
#footer_container { background:#6ca9cd url("/images/background_footer.jpg") top center repeat-x;  }	
#footer { margin:0 auto; width:1000px; text-align: left; font:14px Arial; color:#eaede2; }

#footer .nav { padding: 20px 0 0 0; float:right; width:700px; font:bold 14px Arial; color:#eaede2;  }
#footer .nav ul { list-style:none; }
#footer .nav li { display:inline; margin:0 7px; }
#footer .nav a { color:#eaede2; text-decoration:none; text-transform:uppercase; }

/******CLASSES******/			
.float_left { float:left; }
.float_right { float:right; }
.clear { clear:both; height:1px; margin-top:-1px; overflow:hidden; }

.tab { background:url("/images/tab1.gif") bottom center no-repeat;  height:30px; padding:5px 0 0 0; color:#333; text-transform:uppercase; }
.tab2 { background:url("/images/tab2.gif") bottom center no-repeat; height:30px; padding:5px 0 0 0; color:#333; text-transform:uppercase; }
