@charset "utf-8";
/* CSS Document */


/* Global */

body{
font-family:Helvetica,Arial,sans-serif;
font-size:12px;
line-height:135%;
background:#481515;
padding:0px;
margin:0px;
}

p{
font-weight:normal;	
}

h1{font-size:18px; background-color:#CCC; padding:7px 5px 7px 5px;}
h2{font-size:16px; color:#900; padding:7px 5px 7px 5px;}

h2 a{
color:#900;
text-decoration:none;
}

h3{font-size:16px; padding:7px 5px 3px 5px;}
h4{}

#tabs h1{font-size:18px; padding:10px 5px 10px 5px; background:none;}

#tabs img{
padding:10px;	

	
}

#tabs div.full{
float:left;
height:400px;
}

a{
color:#000;
text-decoration:underline;
}

a:hover{
text-decoration:underline;	
}

a.highlight{color:#03F;}

/* ------------------------- Begin layout */

#wrapper{
margin:0 auto;
padding:0;
width:979px;
}

#header{
background:url("../images/header1.jpg") no-repeat center #691D1D;
height:205px;
border:2px solid #FFF;
border-bottom:none;
}

#headertop{
background:url("../images/topbar-bg.png") repeat-x scroll 0 0 #DBDBDB;
color:#444444;
padding:6px 15px 6px 15px;
border:2px solid #FFF;
border-bottom:none;
border-top:none;
}

#menu{
background:url("../images/horiz-bg.png") repeat-x scroll 0 0 #6A1D1D;	
height:40px;
border:2px solid #FFF;
border-top:none;
line-height:28px;
color:#FFF;
}

#menu ul li a{
color:#FFF;
text-decoration:none;
}

#menu ul li a:hover{
color:#FFF;
text-decoration:underline;
}

#menu ul{
padding:5px;
margin:0px;
}

#menu ul li{
	display:inline;
	padding:5px;
	font-size:14px;
}

#content{
min-height:200px;
background:#FFF;
padding:5px;
  }
  
#bottom{
background:url("../images/bottom-bg.png") repeat-x scroll 0 0 #6A1D1D;
height:40px;
line-height:40px;
text-align:center;
font-size:14px;
font-weight:bold;
margin:0px;
}

#bottom ul li{
display:inline;

}

#bottom ul{
	margin:0px;
	padding:0px;
}

#bottom ul li a{
color:#FFF;
text-decoration:none;
padding:5px 10px 5px 10px;
}

#footer{
background:url("../images/horiz-bg.png") repeat-x scroll 0 0 #6A1D1D;	
padding:10px;
}

#footer ul li{
list-style-image:url(../images/red-arrow.png);
padding:5px;
line-height:20px;

}

#footer ul li a{
color:#FFF;
text-decoration:none;
padding:5px;
}

#footer h3{
color:#FFD0D0;
}

#footer .copyright{
text-align:center;	
color:#FFF;

}

#bottomstrip{
width:100%;
height:80px;
background-color:#732222;
}


/* JQuery Slideshow styling */
#slideshow {
    position:relative;
height:100%;
width:470px;
	text-align:center;
}



#slideshow IMG {
	text-align:center;
	
	position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
	
}

#slideshow IMG.active {
   
   z-index:10;
    opacity:1.0;
	
}

#slideshow IMG.last-active {
   z-index:9;
   
}



#slideshow2 {
    position:relative;
height:100%;
width:470px;
	text-align:center;
}



#slideshow2 IMG {
	text-align:center;
	
	position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
	
}

#slideshow2 IMG.active {
   
   z-index:10;
    opacity:1.0;
	
}

#slideshow2 IMG.last-active {
   z-index:9;
   
}

