﻿/************ PRIMARY STYLES *************/

*	{
	margin: 0;
	padding: 0;
}

body {
	background-color: #9d0102; 
	color: #000000;
	margin: 0;
	padding: 0;
	font: 100% "Times New Roman", Times, serif;
	
}
	
	
h1 {
	font: bold 18px "Arial Narrow", "Times New Roman", Times, serif;
	margin: 3px 3px 5px 5px;
	padding: 5px 0px 5px 10px;
	background-color: #9d0102;
	color: #fefefe; 
}

h2            {
	margin: 0px 0 5px 10px; 
	padding: 0;
	font-size: 14px; 
	
	}
	
p	{
	margin: 0 10px 10px 10px;
	}
	
imagetitle  {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, Sans-Serif; 
	font-size: 10px; 
	font-weight: normal; 
	color: #333333; 
	padding: 0px;
	}


img	{
	margin: 0;
	padding: 0;
	border: 0;
}

a:link, a:visited     {
	background-color: inherit;
	color: #0000FF;
	text-decoration: none;
	}
	
a:hover    {
	background-color: inherit;
	color: #0077FF;
	}
	
a:active   {
	background-color: inherit;
	color: #333333;
	}

/********** MAIN OUTLINE OF LAYOUT ********/

#main 	   {
	width:860px;
	margin: 0 auto;
	padding: 0; 
	border: 0px solid #000000;
	background: url(images/container-background.jpg);
	}
	
#main-home	{
	width:860px;
	margin: 0 auto;
	padding: 0; 
	border: 0px solid #000000;
	background: url(images/container-home-background.jpg);

}	

/********** MAIN LAYOUT AREA *********/

#header    {
	height: 133px;
	background: #9d0102 url(images/header.jpg) no-repeat center top;
	border-bottom: 0px solid #800000;
	text-align: center;
	
	}

div#container {
	width: 860px;
	margin: 0;
	padding: 0;
	line-height: 125%;
	
}

div#subheader	{
	background: #9d0102 url(images/sub-heading-bar.jpg) no-repeat 0 50%;
	width: 799px;
	margin: 2px 1px 0 31px;
	
}

div#subheader h1 {
	font: bold 18px "Arial Narrow", "Times New Roman", Times, serif;
	margin: 2px 0 2px 170px;
	padding: 2px 0px 2px 10px;
	
	 
}

	
		
div#leftcolumn      {
	float:left; 
	padding:0 0 0 0px;
	margin: 0;
	height: 100%;
	
	}
	
div#content   {
	margin: 0 30px 0 202px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, Sans-Serif; 
	font-size: 12px; 
	font-weight: normal; 
	color: #333333; 
	padding: 0px;
	}
	
div#content-home   {
	margin: 0 30px 0 32px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	padding: 0px;
	}
	
	
div#footer	{
	width: 100%;
	height: 64px;
	text-align: center;
	background: #9d0102 url(images/footer.jpg) no-repeat center top;
	}

/********** MAIN DROP-DOWN MENU**************/
div#centered	{
	width: 798px;
	text-align: left;
	margin: 0 0 0 31px;
	padding-left: 1px;
	background-color: #27304a;

}

#nav, 
#nav ul { 	
	text-align: left; 
	padding: 0 0 0px 0; 
	margin:0; 
	list-style:none; 
	font: 10px verdana, sans-serif; 
	border: 0; 
	border-color:#000000; 
	background:#27304a; 
	position:relative; 
	z-index:200;
	}

#nav li	{
	border-left:1px solid #fff;
}

#nav li.noborder	{
	border: 0;
}


#nav {
	height:25px;
	padding:0;
	}

#nav table {
	border-collapse:collapse;
	}
	
#nav li {
	float:left; 
	padding:0 6px 0 11px;
	}
	
#nav li li {
	float:none; 
	}
	
#nav li ul {
	border:2px solid #9d0102;
	z-index:300;
	}

#nav li ul li	{
	border-top: 1px solid #f2f2f2;
	border-left: 0;
	}	
	
/* a hack for IE5.x and IE6 */
#nav li a li {
	float:left;
	border-top: 1px solid #f2f2f2;
	}

#nav li a {
	display:block;
	float:left;
	color:#fefefe;
	height:25px;
	padding-right:5px;
	line-height:25px;
	text-decoration:none;
	white-space:nowrap;
	}
	
#nav li li a {
	height:20px; 
	line-height:20px; 
	float:none;
	}

#nav li:hover {
	position:relative;
	z-index:300; 
	background:#3F4E78;
	}
	
#nav a:hover {
	position:relative;
	z-index:300; 
	text-decoration:underline; 
	color:#afafaf;
	}

#nav :hover ul {
	left:0; 
	top:22px;
	}
	
#nav :hover ul.flyleft {
	left:-70px; 
	top:22px;
	}
	
	
/* another hack for IE5.5 and IE6 */
#nav a:hover ul {
	left:-10px;
	}

#nav ul {
	position:absolute; 
	left:-9999px; 
	top:-9999px;
	}

/* it could have been this simple if all browsers understood */
/* show next level */
#nav li:hover li:hover > ul {
	left:-15px; 
	margin-left:100%; 
	top:-1px;
	}
	
/* keep further levels hidden */
#nav li:hover > ul ul {
	position:absolute; 
	left:-9999px; 
	top:-9999px; 
	width:auto;
	}
	
/* show path followed */
#nav li:hover > a {
	text-decoration:underline; 
	color:#fefefe;
	
	}

/* but IE5.x and IE6 need this lot to style the flyouts*/
/* show next level */
#nav a:hover a:hover ul,
#nav a:hover a:hover a:hover ul,
#nav a:hover a:hover a:hover a:hover ul,
#nav a:hover a:hover a:hover a:hover a:hover ul	{
	left:100%;
	top:-1px;
	}

/* keep further levels hidden */
#nav a:hover ul ul,
#nav a:hover a:hover ul ul,
#nav a:hover a:hover a:hover ul ul,
#nav a:hover a:hover a:hover a:hover ul ul {
	position:absolute; 
	left:-9999px; 
	top:-9999px;
	}


/********** Sub Top Nav ********/

div#topnav  {
	padding: 0 31px 3px 0; 
	margin: 0 0 0 0; 
	float:right;
	width: 170px;
	margin-right: -1px;
	}


#topnav ul	{
	text-align: left;
	vertical-align: bottom;
	padding: 10px 0 0 0;
	margin: 3px 0 0 0;
	color: #000000;
	width: 100%;
	font: bold 11px "Arial Narrow", "Times New Roman", Times, serif;
	list-style-type: none;
}

#topnav ul li	{
	padding: 0;
	margin: 2px 0 2px 12px;
	display: block;
	padding: 3px 2px 3px 2px;
	background-color: #27304a;
	
}

#topnav ul li a	{
	color: #ffffff;
	text-decoration: none;
	
	}

#topnav ul li a:hover
	{
	color: #afafaf;
}


	
/********** LEFT MENU **********/

#leftmenu         {
	
	float: left;
	width: 172px;
	padding: 0;
	margin: 0 0 0 0px;
	padding: 0 0 0 31px;
	}

#leftmenu h2	{
	background: #9e986d url(images/header_background.gif) no-repeat left 50%;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	padding: 3px 0 3px 30px;
	margin: 0px 0 0 0;
	border-bottom: 1px solid #000000;
}

#leftmenu ul	{
	list-style-type: none;
	margin-left:0;
	padding-left:0;
}

#leftmenu ul li	{
	border-bottom: 1px solid #fefefe;
}
	
#leftmenu a       {
	background-color: #eeefda;
	display: block;
	color: #000000;
	padding: 6px 0 6px 15px;
	margin: 0;
	text-decoration: none;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	
}
	
#leftmenu a:hover {
	color: #FFFFFF; 
	background-color: #afafaf;
}

#leftcontent        {
	float: left;
	width: 172px;
	padding: 0;
	margin: 0 5px 0 0px;
	padding: 0 0 0 25px;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;

	}

	

/********** MISC STUFF - LISTBOXES**********/	
	
#listboxwrap   {
	text-align: left;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 799px;
	float: left;
	background: #dedbdd url(images/listbox-background.jpg) 0 0;
	height: 100%;
	color: #990002;
}

        
#listbox1, #listbox2 {
    float: left;
    padding:0 0 0 0;
    margin: 0 0 0 0;
    background: none;
    /*border-right: 3px solid #fff;*/
    
    }
    
#listbox3  {
    float: left;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    
    }
  
    
#listbox1 {
    text-align: left;
    width: 215px;
   
    }
    
#listbox2 {
    text-align: left;
    width: 227px;
    
   }
   
#listbox3 {
    text-align: left;
    width: 354px;
    
   }
   
    
    
#listbox1 h2, #listbox2 h2, #listbox3 h2	{
	background: #970204 url(images/sub-heading-button-w.jpg) no-repeat 0 0;
	height: 20px;
	padding: 2px 0 0 30px;
	margin: 0 0 0 0;
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}    
    

#listbox1 p, #listbox2 p, #listbox3 p {
    font: 11px Arial, Helvetica, sans-serif;
    color: #000000;
	font-weight: normal;
	line-height: 16px;
	margin: 0 8px 2px 8px;
	padding: 0;

}   
	
/********** OTHER MISC. ***********/

div#specialevent        {
	background: #d5d0aa;
	float: left;
	width: 215px;
	padding: 0;
	margin: 0;
	
}

div#specialevent h2	{
	background: #9a2e2c url(images/red-subheading.gif) no-repeat;
	height: 26px;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	padding: 3px 0 0 30px;
	margin: 0 0 0 0;
	border-bottom: 1px solid #000000;
}

div#specialevent p	{
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
}


div#topbox	{
	float: right;
	width: 250px;
}	

div#topbox-1	{
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	float:right;
	background: #8d0f0d url(images/home.gif) no-repeat left bottom;
		margin-right: 10px;
		border-top: 0;
}

div#topbox-2	{
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	float:right;
	background: #8d0f0d url(images/contact.gif) no-repeat left bottom;
	margin-right: 10px;
	border-top: 0;
}


div#topbox-1 a {
	font: 16px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

div#topbox-2 a {
	font: 16px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

div#topbox-1 p, div#topbox-2 p	{
	margin: 15px 20px 3px 40px;
	padding: 0;
}

	
div#footer p	{
	margin:0;
	padding: 7px 0 15px 0;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	font: bold 11px Arial Narrow, Helvetica, sans-serif;
	}
	
div#rightbox-1	{
	text-align:center;
	float:right;
	margin: 0 0 0 10px;
	padding: 0;
	height: 315px;
	width: 200px;
	
	
}

div#rightbox-home	{
	text-align:center;
	float:right;
	margin: 0 0 0 10px;
	padding: 0;
	height: 287px;
	
}

div#rightbox-2 {
	text-align:center;
	float:right;
	margin: 0 0 0 10px;
	padding: 0;
	height:195px;
	width: 200px;
	
}
div#rightbox-3	{
	text-align:center;
	float:center;
	margin: 0 0 0 5px;
	padding: 0;
	height: 225;

}


div#bluebar	{
	clear: both;
	width: 799px;
	height: 24px;
	margin: -10px 0 0 -1px;
	padding: 0 0 0 0;
	background: url(images/bluebar.jpg) no-repeat;

}
	
	
.special-1	{
	font-weight: normal;
}	

img.floatright	{
	float: right;
}

div#clearall	{height: 0;
	clear: both;
}

/********** Schedule table format *********/

#mytable {
	width: 600px;
	padding: 0;
	margin-left: 14px;
}

th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	border-left: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding: 4px 4px 4px 10px;
	background: #CAE8EA url(images/bg_header.jpg) no-repeat;
}

td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 4px 4px 4px 4px;
	color: #4f6b72;
	
	
}


td.alt {
	background: #F5FAFA;
	color: #797268;
	text-align: center;
	line-height: 14px;
}

th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(images/bullet1.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	
}

th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(images/bullet2.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
	text-align: left;
	line-height: 8px;

}
