/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }

h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }

ul,ol { list-style: none; }



body {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	font-size: 10px;
	line-height: normal;
	font-family: Helvetica, sans-serif;
	background-image:url(images/bg.jpg);
	background-position:center;
	background-repeat:repeat-y;
	background-color:#333333;
	}

#container {
	position:relative;
	width:900px;
	text-align:center;
	}
	
#footer_container {
	position:relative;
	bottom:0px;
	width:900px;
	text-align:center;
	}

#header {
	position:relative;
	top:0px;
	width: 900px;
	height: 170px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/seabecksheader.jpg);
	}
	
#nav {
	position:relative;
	width: 900px;
	height: 40px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	background-image:url(images/navback.jpg);
	font-size:14px;
	font-weight:bold;
	text-shadow:#000000 0px 2px 4px;
	text-decoration:none;
	z-index:2;
	}

#nav ul {
	position:absolute;
	color:#FFFFFF;
	list-style:none;
	padding:0px;
	margin:0px;
	}

#nav li {
	width:150px;
	float:left;
	
	}
	
#nav li a {
	display:block;
	color:#ffffff;
	width:150px;
	height:40px;
	line-height:40px;
	text-decoration:none;
	background-image:url(images/nav_btn.jpg);
	background-position:0px 0px;
	}
	
#nav li a:visited {
	color:#ffffff;
	text-decoration:none;
	background-position:0px 0px;
	}
	
#nav i a:active {
	color:#ffffff;
	text-decoration:none;
	background-position:0px -80px;
	}

#nav li a:hover {
	color:#ffffff;
	text-decoration:none;
	background-position:0px -40px;
	}
	
	
#nav ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	cursor: default;
	width: auto;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
#nav ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
#nav ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	text-align: center;
	cursor: pointer;
	width: 150px;
	float: left;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
#nav ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 150px;
	position: absolute;
	left: -1000em;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
#nav ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
#nav ul.MenuBarHorizontal ul li
{
	width: 150px;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
#nav ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: 0 0 0 0;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
#nav ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
#nav ul.MenuBarHorizontal ul
{
	border: 0px solid #CCC;
}
/* Menu items are a light gray block with padding and no text decoration */
#nav ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	padding: 0em 0em;
	text-decoration: none;
}
/* Menu items that have mouse over or focus have a blue background and white text */
#nav ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	color: #FFF;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
#nav ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	color: #FFF;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
#nav ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
background-image:url(images/sub_nav_top_btn.jpg);
	
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
#nav ul.MenuBarHorizontal ul li a.MenuBarItemSubmenu
{
	background-image:url(images/sub_nav_btn.jpg);
	}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
#nav ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
#nav ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background-image:url(images/sub_nav_btn.jpg);
}

#nav ul.MenuBarHorizontal ul li a.MenuBarItemSubmenuItem
{
	background-image:url(images/sub_nav_btn.jpg);
	}

	
#separator {
	position:relative;
	height:20px;
	background-image:url(images/separator.jpg);
	background-repeat:no-repeat;
	}
	
#content {
	position:relative;
	background-color:#CC260D;
	float:none;
	width:900px;
	}
	
#content.home{
	background-image:url(images/content_bg.jpg);
	}	

#content.menu{
	background-image:url(images/content_bg.jpg);
	}
	
#content h1{
	font-size:20px;
	font-style:italic;
	font-weight:bold;
	text-transform:uppercase;
	color:#ffffff;
	position:relative;
	padding:0em 0 .5em 0;
	left:20px;
}

#header_bg {
	width:500px;
	height:40px;
	background-color:#631E04;
	line-height:40px;
	color:#000;
}

#content h2{
	font-size:16px;
	color:#000000;
	position:relative;
}

#content p{
	font-size:16px;
	position:relative;
}

#content td{
	position:relative;
	font-size:16px;
}

#content td .menuitem{
	left:0px;
	width:400px;
}

#content td h2{
	left:0px;
	font-size:18px;
	font-style:italic;
	font-weight:bold;
	color:#FFF;
	width:330px;
}

#content td h4{
	left:0px;
	font-size:20px;
	font-style:italic;
	font-weight:bold;
	color:#FFF;
}

#content td h5{
	left:0px;
	font-size:16px;
	font-weight:bold;
	color:#FFF;
}
#content_img {
	position:relative;
	height:900px;
	display:block;
	}
	
#footer {
	position:relative;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-align:center;
	color: #ffffff;
	width: 900px;
	line-height: 40px;
	}
	
#location {
	top:25px;
	font-weight:bold;
}

#location.hite{
		height:200px;
}

#location h1{
	left:0px;
	font-style:normal;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
}

#location p{
	text-align:right;
	font-size:16px;
	font-weight:bold;
	margin-bottom:6px;
	margin-right:30px;
}

#location p .phone{
	color:#FFF;
	font-size:16px;
	font-weight:bold;
	text-align:right;
}

.shadow {
	background-color:#C00;
	background-image:url(images/shadowborder.png);
	background-repeat:repeat-y;
}

h6 {
	position:relative;
	margin-left:20px;
	}

.phoneNumber {
	font-size:16px;
	color: #FFF;
	font-weight:bold;
}
.location {
	color: #FFF;
	text-decoration:none;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
}

.Headlines {
	font-size:19px;
	font-style:italic;
	font-weight:bold;
	text-transform:uppercase;
	position:relative;
	left:20px;
	color: #FC0;
}

.white {
	color:#FFF;
}