@import url("navigation.css");
@import url("forms.css");
@import url("tags-2.css");
/*----------------------------------------------------------------
MASTER STYLESHEET

Includes: 
Browser Compatibility: IE 6, IE 7, FIREFOX, SAFARI 
----------------------------------------------------------------*/



/* =layout start / DO NOT EDIT BELOW THIS LINE
----------------------------------------------------------------*/

*{
margin:0;
padding:0;
color:#4e3e6f;
}

img{
border:none;
}

body{
text-align:center;
/*min-width:840px;for netscape browsers*/
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:small;
background:#33332d;
}

#invwrapper{
text-align:left;
margin:30px auto 30px auto;
width:900px;
}

#pagewrapper{
float:left;
width:890px;
background:#ffffff;
border:5px solid #d2d9cd;
}

#header{
width:890px;
height:93px;
background:url(../images/header/header-bg.jpg) left top repeat-x;
}

#headerLeft{
float:left;
width:270px;
height:93px;
}

#headerRight{
float:right;
width:615px;
height:93px;
background:url(../images/header/header-bg.jpg) left top repeat-x;
}

#navwrapper{
float:left;
height:28px;
width:888px;
background:#33332d;
padding:2px 0px 0px 2px;
position:relative; 
z-index:10;
}

#topphoto{
float:left;
width:886px;
background:#36322c;
padding:0px 2px 2px 2px;
}

#topphoto_hp{
float:left;
width:886px;
height:432px;
background:#36322c;
padding:0px 2px 2px 2px;
}

#pagetitle{

font-size:160%;
margin:0px 0px 10px 0px;
font-family:Georgia, "Times New Roman", Times, serif;
color:#4c75af;
}

#content_wrapper{
float:left;
width:890px;
background:url(../images/sidebar/solid_green_bg.jpg) left top repeat-y;
}

#content_wrapper_fade{
float:left;
width:890px;
background:url(../images/sidebar/solid_green_fade_bg.jpg) left bottom no-repeat;
}

#sidebar{
float:left;
width:167px;
padding:25px 10px;
}

#contentMain, #contentMainIndex{
float:right;
width:660px;
padding:20px;
}

#contentMainIndex{
background:url(../images/content/green-bg.jpg);
}

#footer{
float:left;
width:890px;
text-align:center;
padding:5px;
color:#FFFFFF;
font-size:10px;
}


#footer a,
#footer p{
color:#FFFFFF;
}

#footer span{
display:none;
}

#slideshow {
    position:relative;
    height:270px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:1;
    opacity:0.0;
}

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

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

.specials {
	font-size:12pt; 
	margin-bottom:10px; 
	/*  border-top:12px solid #336699;  */
	padding:10px; 
	/* background-image:url(../images/content/specials-background.jpg); */
	/*  background-repeat:repeat-x; */
}

.specialH2 {
	font-size:16pt; 
	color:#003366; 
	margin-bottom:8px;
}

.schedLink {
font-size:12px; 
margin-top:6px; 
margin-bottom:8px;
}

/* =layout end / DO NOT EDIT ABOVE THIS LINE
----------------------------------------------------------------*/