/************************** GENERAL STYLES *******************************/

/* 'zoom: 1' property fixes an IE double padding problem by creating hasLayout */

/* self clearing containters */
.subHeader:after,
.contentWrapper:after,
.entry:after
	{
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}

.subHeader,
.contentWrapper,
.entry
	{
		display: inline-block;
		_height: 1%;	/* hides from IE7 */
	}
	
/* Hides from IE-mac \*/
.subHeader,
.contentWrapper,
.entry
	{
		display: block;
	}
/* End hide from IE-mac */
	
* {margin: 0px;}
	
*
	{
		font-size: 11px;
		line-height: 16px;
		font-family: verdana, tahoma, sans-serif;
	}

img
	{
		border: none;
	}

body
	{
		margin: 0px;
		padding: 0px;
		position: relative;
		text-align: center;
		background: #ebebeb url(images/pageBG.png) repeat-x;
	}
	
h1
	{

	}
	
h2
	{

	}

h3
	{

	}
	
h4
	{

	}
	
p
	{
		margin: 4px 0px 0px 0px;
		padding: 12px 0px 0px 0px;
	}
	
ul, ol
	{
		margin: 3px 0px 14px 0px;
		padding: 0px 0px 0px 20px;
	}
	
li
	{
		margin: 1px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}

	
.centered
	{
		text-align: center;
	}
	
.centered img
	{
		margin: 10px auto;
	}
	
.rightJust
	{
		text-align: right;
	}
	
.displayNone
	{
		display: none;
	}
	
.displayBlock
	{
		display: block;
	}
	
.displayInline
	{
		display: inline;
	}


/************************** PAGE STRUCTURE *******************************/


#divPage
	{
		width: 800px;
		margin: 10px auto 0px auto;
		padding: 5px;
		text-align: left;
		background: #fff;
	}
	
#divHeader
	{
		width: 800px;
		height: 155px;
		vertical-align: top;
		background: #000 url(images/header.jpg) no-repeat;
	}
	
#divContent
	{
		vertical-align: top;
	}
	
#divFooter
	{
		height: 36px;
		margin: 0px 0px 0px 0px;
		border-top: 1px solid #fff;
		vertical-align: top;
		background: #a72924;
	}
	
/************************** PRIMARY NAV DROPDOWN MENUS - SUCKERFISH *******************************/

#primaryNav 
	{
		width: 800px;
		height: 36px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
		background: #df5e26;
	}
	
#nav
	{ 
		margin: 0px;
		padding: 0px 2px 0px 3px;
		list-style: none;
		line-height: 1px;
	}

#nav li
	{ /* all parent list items */
		margin: 0px;
		padding: 0px 0px 0px 0px;
		float: left;
	}
	
#nav li ul li
	{ /* all child list items */
		width: 130px;
		margin:  1px 0px 0px 0px;
		padding: 0px;
		background: #fff;
		float: left;
	}
	
#nav li ul 
	{ /* second-level lists and below */
		width: 130px;
		margin: 0px;
		padding: 0px;
		border-top: none;
		border-right: 2px solid #55d0fc;
		border-bottom: 2px solid #55d0fc;
		border-left: 2px solid #55d0fc;
		line-height: 1px;
		position: absolute;
		left: -999px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
		z-index: 10000;
		list-style: none;
		background: #55d0fc;
	}

#nav li ul ul 
	{ /* third-and-above-level lists */
		margin: -24px 0px 0px 130px;
	}
	
#nav li:hover
	{
		position: static;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul, #nav li.sfhover ul ul ul ul 
	{
		left: -999px;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul, #nav li li li li.sfhover ul 
	{
		left: auto;
	}
	
#nav li li:hover, #nav li li.sfhover
	{
		background: #f0f1f2;
	}

#nav a:link, #nav a:visited
	{
		padding: 9px 25px 11px 25px;
		line-height: 16px;
		color: #ffffcc;
		font-weight: bold;
		text-decoration: none;
		display: block;
		background-color: #a72924;
	}

#nav a:hover
	{
		line-height: 16px;
		color: #fff;
		text-decoration: none;
	}
	
#nav a:active, #nav a:active
	{
		line-height: 16px;
		color: #ffffcc;
		text-decoration: none;
	}
	
#nav a.altLink:link, #nav a.altLink:visited
	{
		line-height: 16px;
		background-color: #df5e26;
	}
	
#nav a.altLink:hover
	{
		line-height: 16px;
		color: #fff;
		text-decoration: none;
	}
	
#nav a.altLink:active, #nav a.altLink:active
	{
		line-height: 16px;
		color: #ffffcc;
		text-decoration: none;
	}
	
#nav li ul a:link, #nav li ul a:visited
	{
		padding: 3px 5px 4px 5px;
		color: #ffffcc;
		text-decoration: none;
	}

#nav li ul a:hover
	{
		color: #ffffcc;
		text-decoration: none;
	}
	
#nav li ul a:active, #nav a:active
	{
		color: #ffffcc;
		text-decoration: none;
	}


/************************** GENERAL LINKS *******************************/


	
#divContent a:link, #divContent a:visited
	{
		color: #a72924;
		text-decoration: underline;
	}

#divContent a:hover
	{
		color: #df5e26;
		text-decoration: none;
	}
	
#divContent a:active
	{
		color: #a72924;
		text-decoration: underline;
	}
	
#divContent h4 a:link, #divContent h4 a:visited
	{
		font-family: times new roman, times, serif;
		font-size: 16px;
		font-weight: bold;
		color: #a72924;
		text-decoration: none;
	}

#divContent h4 a:hover
	{
		font-family: times new roman, times, serif;
		font-size: 16px;
		font-weight: bold;
		color: #df5e26;
		text-decoration: none;
	}
	
#divContent h4 a:active
	{
		font-family: times new roman, times, serif;
		font-size: 16px;
		font-weight: bold;
		color: #a72924;
		text-decoration: none;
	}
	
	
#footerNavBlock a:link, #footerNavBlock a:visited
	{
		padding: 0px 5px;
		font-size: 11px;
		line-height: 11px;
		color: #ffffcc;
		text-decoration: underline;
	}

#footerNavBlock a:hover
	{
		color: #fff;
		text-decoration: none;
	}
	
#footerNavBlock a:active
	{
		color: #ffffcc;
		text-decoration: underline;
	}
	

/************************** HEADER *******************************/


#divHeader .pageTitle
	{
		width: 500px;
		height: 22px;
		margin: 52px 0px 0px 118px;
		padding: 0px;
		font: bold 18px verdana, tahoma, sans-serif;
		color: #ccc;
		float: left;
		overflow: hidden;
	}
	
#divHeader .takeOutLink
	{
		width: 115px;
		height: 100px;
		margin: 32px 24px 0px 0px;
		float: right;		
	}
	
	
/************************** FOOTER *******************************/


.footerWrapper
	{
		width: 790px;
		height: 24px;
		margin: 5px;
		border-top: 1px solid #df5e26;
		border-bottom: 1px solid #df5e26;
	}
	
#footerNavBlock
	{
		height: 18px;
		margin:  3px 10px;
		float: right;
		text-align: right;
		color: #ffffcc;
	}
	
	
#copy
	{
		height: 18px;
		margin:  3px 10px;
		float: left;
		font-size: 11px;
		color: #ffffcc;
	}



/************************** CONTENT *******************************/

.colWrapper
	{
		padding: 15px 15px 0px 15px;
	}
	
.horDivider
	{
		padding: 15px 15px 0px 15px;
	}
	
/*~~~~~~~~~ SUBHEADER ~~~~~~~~~*/


.subHeader
	{
		width: 100%;
		background: #a72924 url(images/subHeaderBG.gif) repeat-x;
	}
	
.subHeader .col_1
	{
		width: 328px;
		height: 220px;
		padding: 0px 0px 0px 15px;
		float: left;
		color: #ffffff;
/*		background: url(images/pageTitle_menu.gif) no-repeat 5px 0px; */
	}
	
.subHeader .col_1 h1
	{
		margin: 5px 0px 10px 0px;
		padding: 5px 0px 11px 0px;
		font-family: times new roman, times, serif;
		font-size: 26px;
		line-height: 26px;
		letter-spacing: 1px;
		font-weight: bold;
		color: #ffcc66;
		border-bottom: 1px dashed #df5e26;
	}
	
.subHeader .col_1 h3
	{
		margin: 5px 0px 0px 0px;
		padding: 2px 0px 6px 0px;
		font-family: times new roman, times, serif;
		font-size: 18px;
		line-height: 20px;
		letter-spacing: 1px;
		font-weight: bold;
		color: #df5e26;
	}
	
.subHeader .col_1 ul
	{
		margin: 0px 0px 0px 0px;
		list-style-image: url(images/listBullet1.gif);
	}
	
.subHeader .col_1 .left
	{
		width: 141px;
		float: left;
	}
	
.subHeader .col_1 .right
	{
		width: 177px;
		float: left;
	}

.subHeader .col_1 ul li
	{
		margin: 12px 0px 0px 0px;
		cursor: pointer;
		font-family: times new roman, times, serif;
		font-size: 16px;
		font-weight: bold;
		color: #ffffcc;
	}
	
.subHeader .col_2
	{
		width: 457px;
		height: 220px;
		float: left;
		position: relative;
	}
	
.subHeader .col_2 img
	{
		position: absolute;
		top: 0px;
		left: 0px;
	}

/*~~~~~~~~~ SUB CONTENT ~~~~~~~~~*/

.subContent
	{
		margin: 0px;
		padding: 0px;
		font-size: 0px;
		line-height: 0px;
		color: #666666;
	}
	
.subContentAlt
	{
		margin: 4px 0px 0px 0px;
		padding: 0px;
		color: #666666;
		background: url(images/subHeaderShadow.gif) repeat-x top left;
	}
	
.subContent_hide
	{
		display: none;
	}
	
.subContentHeader
	{
		width: 100%;
		margin: 4px 0px 0px 0px;
		padding: 0px 0px 8px 0px;
		background: url(images/subHeaderShadow.gif) repeat-x bottom left;
	}
	
.subContentHeader h2
	{
		height: 24px;
		margin: 0px;
		padding: 5px 0px 6px 15px;
		font-family: times new roman, times, serif;
		font-size: 22px;
		line-height: 26px;
		letter-spacing: 1px;
		font-weight: bold;
		color: #ffcc66;
		background-color: #6a0000;
	}
	
.subContent .contentWrapper,
.subContent_hide .contentWrapper
	{

		margin: 5px 0px 25px 0px;
		background: url(images/listBullet2.gif) repeat-y 396px 0px;
	}
	
.subContentAlt .contentWrapper
	{
		width: 100%;
		margin: 5px 0px 25px 0px;
	}
	
.subContent .col_100,
.subContentAlt .col_100
	{
		margin: 0px 30px;
		padding: 0px;
	}
	
.subContent .col_1,
.subContentAlt .col_1,
.subContent_hide .col_1
	{
		width: 340px;
		margin: 0px 30px 0px 30px;
		padding: 0px 0px 0px 0px;
		float: left;
		display: inline;
	}
	
.subContent .col_2,
.subContentAlt .col_2,
.subContent_hide .col_2
	{
		width: 340px;
		margin: 0px 30px 0px 30px;
		padding: 0px 0px 0px 0px;
		float: left;
		display: inline;
	}
	
.subContent h3,
.subContentAlt h3,
.subContent_hide h3
	{
		margin: 5px 0px 0px 0px;
		padding: 8px 0px;
		font-family: times new roman, times, serif;
		font-size: 18px;
		line-height: 20px;
		letter-spacing: 1px;
		font-weight: bold;
		color: #df5e26;
	}
	
.subContent h4,
.subContentAlt h4,
.subContent_hide h4
	{
		margin: 4px 0px 0px 0px;
		padding: 12px 0px 8px 0px;
		font-family: times new roman, times, serif;
		font-size: 16px;
		font-weight: bold;
		color: #a72924;
	}
	
.subContent h4.special,
.subContentAlt h4.special,
.subContent_hide h4.special
	{
		margin: 5px 0px 0px 0px;
		padding: 12px 0px 8px 37px;
		font-family: times new roman, times, serif;
		font-size: 18px;
		font-weight: bold;
		color: #a72924;
		background: url(images/menuSpecial.jpg) no-repeat;
	}
	
.subContent .note,
.subContentAlt .note,
.subContent_hide .note
	{
		margin: 0px;
		padding: 2px 0px;
		border-bottom: 1px dashed #ddd;
		color: #df5e26;
	}
	
.subContent .entry,
.subContentAlt .entry,
.subContent_hide .entry
	{
		margin: 0px;
		padding: 0px 0px 0px 0px;
		color: #663300;
	}
	
.col_100 .entry
	{
		padding: 5px 0px 15px 0px;
		border-bottom: 1px dashed #df5e26;
	}
	
.entry .pic
	{
		width: 250px;
		height: 150px;
		margin: 10px 15px 5px 0px;
		border: 1px solid #ccc;
		float: left;
		background: #eee;
	}
	
.entry .productPic
	{
		width: 150px;
		height: 150px;
		margin: 10px 15px 5px 0px;
		border: 1px solid #ccc;
		float: left;
		background: #eee;
	}
	
.subContent .entry .illustration,
.subContentAlt .entry .illustration,
.subContent_hide .entry .illustration
	{
		margin: 10px 0px 5px 15px;
		border: 1px solid #ccc;
		float: right;
	}


/*~~~~~~~~~ LOCATIONS ~~~~~~~~~*/

.googleMap
	{
		width: 200px;
		height: 200px;
		margin: 15px auto;
		padding: 10px;
		border: 1px dashed #ddd;
		color: #df5e26;
		background: #ffffff;
	}

	
	