@charset "utf-8";
/* CSS Document */

html { height:auto; background:#320F0C url(/assets/images/bg2.png) repeat-y center; }
body {  }

#wrapper { width:948px; height:100%; margin:0 auto; padding:0; }

#header { position:relative; width:920px; height:120px; overflow:visible; background:url(/assets/images/border_t.png) no-repeat bottom; margin:0; padding:0 14px;  } 
#header.flash { position:absolute; top:0; left:0; height:152px; width:920px; z-index:100; }

#content_main { background:url(/assets/images/content_bg.png) repeat-y; width:920px; padding:0 14px; margin:0; }
#content_sub { float:right; width:659px; padding:15px; margin:0; min-height:450px; }

#slideshow { margin:0; padding:0; width:920px; height:424px; background:#EBE1CD; }

#sidebar { width:221px; padding:5px; margin:0; }
#sidebar a { display:block; }
#sidebar ul { list-style:none; margin:0; padding:0; }
#sidebar li { padding:10px 5px; margin:0; border-bottom:1px dotted #4C3F26; }

#sidebar .contactInfo { text-align:center; }
#sidebar .contactInfo img { background:#EBE1CD; padding:4px; border:#998D77 1px solid; }

.default #content_sub { display:none; }
.default #sidebar { display:none; }

#nav { width:920px; height:76px; padding:0; margin:0; }
#nav ul { list-style:none; padding:0; margin:0; }
#nav li { float:left; padding:0; margin:0; }
#nav a { height:76px; display:block; line-height:76px; }
#nav a span { display:none; }
#nav a.nav1 { background:url(/assets/images/nav_1.png) no-repeat top left; width:258px; }
#nav a.nav2 { background:url(/assets/images/nav_2.png) no-repeat top left; width:178px; }
#nav a.nav3 { background:url(/assets/images/nav_3.png) no-repeat top left; width:226px; }
#nav a.nav4 { background:url(/assets/images/nav_4.png) no-repeat top left; width:119px; }
#nav a.nav5 { background:url(/assets/images/nav_5.png) no-repeat top left; width:139px; }
#nav a:hover { background-position:left bottom; }

.subPage #nav { border-bottom:1px #EBE1CD solid; }
.default #nav { border-top:2px #EBE1CD solid; }

#footer { width:920px; padding:15px 14px; margin:0 0 25px; background:url(/assets/images/border_b.png) no-repeat top;  }
#footer .footerLogo { float:left; }
#footer .footerText { float:right; }

.clear { clear:both; }
.default .clear { display:none; }