/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 0 auto; /* Sets body to center everything.Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px;
	scrollbar-face-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #e6e6e6;
	scrollbar-arrow-color: #FFFFFF;
	background-color: #076EB0;
	background-image: url(images/bodybg.jpg);
	background-repeat:repeat-x;
}

/*  CONTENT  ===========================*/

p, a, ul, li, ol, td, div, textarea {
font-family: Arial, Helvetica, sans-serif;
font-style:normal;
text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}

p {
	font-size: 13px;
	padding-right: 310px;
	color: #000;
	line-height: 19px;
}

p.centered {
text-align:center;
}

p strong {
color:#0000CC;
font-weight:bold;
}

.emphasize { /*use emphasize to 'brighten' up words in content */
	color:#076EB0;
	font-size:13px;
	font-weight: bold;
}

h1, h2, h3, h4, h5, p {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:lighter;
	text-align:left;
	margin-left: 30px;
}

h1 {
	font-size: 30px;
	color: #17467C;
	line-height: 45px;
	padding: 0px 0px 0px 20px;
	text-transform: capitalize;
	margin-bottom: 15px;
	background-image: url(images/h1bg.jpg);
	background-repeat: no-repeat;
	margin-left: 20px;
	margin-top: 28px;
	;
}

h2 {
	font-size: 16px;
	color: #CC6600;
	line-height: 20px;
	margin: 0px 0px 0px 30px;
	padding: 0px 0px 0px 0px;
	text-transform: uppercase;
	font-weight: bold;
}

h3 {
font-size: 17px;
color: #000;
line-height: 30px;
margin: 0px 0px 0px 30px;
padding: 0px 0px 0px 0px;

}

h4 { /* use for internal content ctas */
font-size: 20px;
color: #990000;
font-style:italic;
font-weight:bold;
line-height: 28px;
margin: 0px 0px 0px 30px;
padding: 0px 0px 0px 0px;
}

h5 { /* use for box disclaimers */
	font-size: 13px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0px 0px 0px 30px;
	padding: 8px;
	background-color: #e6e6e6;
	border: 1px solid #999;
	width: 500px;
}

a { /* Creates the general link style for the site. This is not the main navigation.  */
	font-size: 13px;
	font-weight: bold;
	color: #CC6600;
	text-decoration: underline;
}

a:hover { /* Creates hover for the general link style for the site. This is not the main navigation.  */
	color: #CC9900;
}

/*------------------ LISTS FORMATS --------------------------*/

ul,ol,li { /* strips all ul's, ol's, and li' from padding or margins unless defined in classes below*/
margin: 0;
padding: 0;
}

/* ----------------- UL's for content in short, med, long, and column ----------------*/

ul.contentshort {
	margin: 0;
	width:300px;
	float:left;
	margin: 0px 0px 10px 0px;
	padding: 0px 10px 5px 10px;
	display: block;
}

ul.contentshort li {
	margin: 3px 0 3px 33px;
	padding: 0;
	font-size: 13px;
	line-height: 18px;
}

ul.contentmed {
	margin: 0;
	width:550px;
	float:left;
	margin: 0px 0px 10px 0px;
	padding: 0px 10px 5px 10px;
	display: block;
}

ul.contentmed li {
	margin: 3px 0 3px 33px;
	padding: 0;
	font-size: 13px;
	line-height: 18px;
}

ul.contentlong {
	margin: 0;
	width:750px;
	float:left;
	margin: 0px 0px 10px 0px;
	padding: 0px 10px 5px 10px;
	display: block;
}
ul.contentlong li {
	margin: 3px 0 3px 33px;
	padding: 0;
	font-size: 13px;
	line-height: 18px;
}

ul.columnlists {
	margin: 0;
	width:230px;
	float:left;
	margin: 0px 0px 10px 0px;
	padding: 0px 10px 5px 10px;
	display: block;
}

ul.columnlists li {
	margin: 3px 0 3px 33px;
	padding: 0;
	font-size: 13px;
	line-height: 18px;
	list-style-type: square;
}

ul.columnlistsnostyle {
	margin: 0;
	width:230px;
	float:left;
	margin: 0px 0px 10px 0px;
	padding: 0px 10px 5px 10px;
	display: block;
}

ul.columnlistsnostyle li {
	margin: 3px 0 3px 33px;
	padding: 0;
	font-size: 13px;
	line-height: 18px;
	list-style-type:none;
}

/*------- wrapper for ul's and other items */
div#wrapper {
display: block;
margin-left: 20px;
}

/* used to break content that overlaps */
div#clearboth {
clear: both;
height:0px;
_height: 0px;
margin-top: -30px;
}

div#clearleft {
clear: left;
height:0px;
_height: 0px;
margin-top: -30px;
}

div#clearright {
clear: right;
height:0px;
_height: 0px;
margin-top: -30px;
}

/* ------------------------- HORIZONTAL NAVIGATION ----------------------------- */
/* Removes all margins and padding except bottom padding, which provides room to put our border. This serves as the resting place for our tabs. */

ul#mainnav {
	margin: 0px;
	padding: 2px 0px 0px 0px;
	width: auto;
	height:44px;
	position:absolute;
	top: 256px;
	left: 11px;
	border-top: 3px solid #dadada;
	width: 971px;
}

/* This creates the tabs. We set a height for each tab, give it a border and place 2 pixels of space between each tab. We float them left on the navbar and remove the bullets. */

ul#mainnav li {
	float: left;
	border: 1px solid #d6d6d6;
	list-style: none;
	height: 37px;
	margin-right: 5px;
}

ul#mainnav li a {
font-size: 12px;
font-weight:lighter;
color: #fff;
text-decoration: none;
padding: 10px 4px 0px 4px;
height: 27px;
float:left;
display:block;
display: inline-block;
text-transform:uppercase;
}

/* OFF - This creates the style for our links. */
ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	display: block;
	background-image:url(images/navbtn_off.gif);
	background-repeat:repeat-x;
}
/* ON - Creates the "on" status style, which can be applied directly to a single link. */
ul#mainnav li a.current:link, ul#mainnav li a.current:visited {
	color: #FFFFFF;
	display: block;
	background-color:#FFFFFF;
	background-image:url(images/navbtn_on.gif);
	background-repeat:repeat-x;
}

/* HOVER - Creates the hover status style, which can be applied directly to a single link. */
ul#mainnav li a:hover {
	color: #FFFFFF;
	display: block;
	background-image:url(images/navbtn_hover.gif);
	background-repeat:repeat-x;
}

/*  PAGE LAYOUT ===========================*/

div#all { /* Holds the entire web page from the beginning body tag to the end body tag */
	width:1000px;
	text-align:left;
	margin: 0 auto;
	padding: 0px;
	background:none;
}

div#header {
	position:relative;
	padding: 0;
	margin: 0;
	width:1000px;
	height: 302px;
	text-align:left;
	float:left;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}

div#maincontent {
	border: 0px;
	width:1000px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color:#fff;
	background-image: url(images/contentbg.jpg);
	background-repeat: repeat-y;
	float:left;
	display:block;
	position:relative;	
	min-height: 400px;
	_height: 400px;
}

/*  ADDRESS ===========================*/

address {
	width:230px;
	vertical-align:top;
	font-size:14px;
	font-style:normal;
	font-weight:bold;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	color: #000000;
	text-align: left;
	line-height: 21px;
	position:absolute;
	display:block;
	clear: both;
	left: 719px;
	top: 7px;
}

address strong {
font-size: 22px;
font-weight:lighter;
line-height:34px;
color:#000066;
border-bottom: 1px dotted #000066;
}


address img {
margin: 8px 0px 8px 0px;
text-align:center;
}

address a {
font-size:11px;
font-style:normal;
color: #0033CC;
text-align: left;
line-height: 16px;					
}

/* ------------------------- FOOTER NAVIGATION ----------------------------- */

ul#footernav {
	width: 980px;
	text-align:center;
	clear:both;
	height:46px;
	display:block;
	margin: 0;
	padding-left: 20px;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	padding-top: 25px;
	position: relative;
}

ul#footernav li {
	border-right: 1px solid #d6d6d6;
	list-style: none;
	text-align: center;
	margin: 0 auto;
	display: inline-block;
	float:left;
	padding: 0px 4px 0px 4px;
	margin: 0px 0px 0px 0px;
}

ul#footernav li a {
	font-size: 11px;
	width:auto;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	display:block;
	font-weight:lighter;
	text-decoration:none;
	text-align: center;
	vertical-align:middle;
}

/* OFF */
ul#footernav li a:link, ul#footernav li a:visited, ul#footernav li a:active {
	display: block;
	color: #000;
}
/* ON */
ul#footernav li a.current:link, ul#footernav li a.current:visited {
	color: #FF6600;
	display: block;
	text-decoration:underline;
}

/* HOVER */
ul#footernav li a:hover {
	color: #0000CC;
	display: block;
	text-decoration:underline;
}

/*  IMAGE CLASSES and ID's for content area ===========================*/

img.left {
float: left;
margin: 5px 10px 5px 0px;
border: 2px solid #efefef;
}
img.right {
float: right;
margin: 5px 5px 5px 5px;
border: 2px solid #efefef;
padding: 4px;
}

img.border {
border: 2px solid #efefef;
padding: 4px;
}

/* CTA and IMAGE COMBOS ========================*/
/*NOTE: must be placed before paragraph tags */

#ctaimagewrapperright {
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 0px 10px;
	float:right;
	width: 250px;
	position: absolute;
	left: 708px;
	top: 121px;
}

#ctaimagewrapperleft {
padding: 10px;
margin: 0px 20px 10px 10px;
border: 1px solid #e6e6e6;
float:left;
width: 250px;
}


#ctaimagewrappercenter {
padding: 10px;
margin: 10px 0px 10px 0px;
border: 1px solid #e6e6e6;
margin: 0 auto;
text-align:center;
}



.ctaimagetext {
	background-color:#fff;
	color:#000066;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height: 18px;
	font-size:15px;
	font-weight:bold;
	font-style:italic;
	margin: 5px 0px 0px 0px;
	padding: 5px 5px 10px 5px;
	text-align:center;
	width: 240px;
}



/*  WEB AUDIO ===========================*/

a.webaudio {
	position: absolute;
	top: 37px;
	right: 380px;
	width: 287px;
	height: 27px;
	background-image: url(images/noimage.gif);
	background-repeat:no-repeat;
}

div#webaudiopopup {
width: 100%;
height: 100px;
background-image:url(images/webaudiobg.gif);
background-repeat:no-repeat;
background-position:center;
background-color:#747474;
}

div#soundapplet {
width:100%;
text-align:center;
height: 30px;
position:relative;
top: 49px;
}


a.viewgallery {
	position: absolute;
	top: 37px;
	right: 155px;
	width: 219px;
	height: 27px;
	background-image: url(images/noimage.gif);
	background-repeat:no-repeat;
}


/*  ADMIN SIGN ===========================*/

div#signin {
	text-align:center;
	clear:both;
}

div#signin a{
color:#000;
font-size:10px;
font-weight:bold;
text-decoration:none;
text-transform:uppercase;
}

/*  COPYRIGHTS ===========================*/

div#copyright {
	text-align:center;
	font-size: 9px;
	padding: 5px 0px 5px 0px;
	width: 1000px;
	height: 50px;
	color:#000;
	line-height: 19px;
}

div#copyright a {
font-size: 9px;
font-weight: normal;
color: #000;
text-decoration: underline;
}

/*  GOOGLE MAPS ===========================*/

div.googlemap {
	padding: 5px;
	width: 650px;
	margin-left: 30px;
	margin-bottom: 20px;
	background-color: #e8e8e8;
}

div.googlemapright {
 padding: 5px;
 border: 1px solid #e8e8e8;
 width: 330px;
 margin-bottom: 20px;
 position:absolute;
 top: 30px;
 left: 230px;
}


/*  NETOPIA IFRAMES ==========================*/

#netopiaiframe {
	margin-left: 50px;
}
/* TABLE FOR CONTENT ============================*/

table, td, th  {	
	border-collapse: collapse;
	vertical-align: top;
}

table#content  {	
width: 600px;
margin-top: 15px;
margin-bottom: 10px;
text-align:left;
vertical-align:top;	 
margin-left: 70px; 
}

table#content tr.title  {
background-color:#009933;
color:#FFFFFF;
font-size: 13px;
font-weight:bold;
}

table#content td  {
	font-size: 13px;
	color: #000000;
	padding: 4px;
	text-align:left;
	vertical-align: top;
}

/* TABLE FOR RESTAURANT MENU ============================*/

table#restmenu {
width: 700px;
margin-top: 15px;
margin-bottom: 10px;
text-align:left;
vertical-align:top;	 
margin-left: 30px;
}

table#restmenu tr {
margin: 0px 0px 0px 0px;
display:block;
}

div#dotted{
border-bottom: 1px dotted #666;
width:700px;
margin-bottom: 40px;
height:0px;
}

.entree {
font-size:16px;
font-weight:bold;
text-align:left;
font-family: Georgia, "Times New Roman", Times, serif;
height: 16px;
}

.entreedescr {
font-size:12px;
font-weight: normal;
color: #996633;
text-align:left;
font-style:italic;
padding: 0px 30px 0px 0px;
display:block;
width:70%;
}

.price {
font-size:13px;
font-weight:bold;
font-style:italic;
color:#333333;
text-align:right;
display:block;
font-family:Georgia, "Times New Roman", Times, serif;
vertical-align:top;
}

.pricedescr {
font-size:11px;
font-weight:normal;
color:#333333;
text-align:right;
display:block;
font-family: Arial, Helvetica, sans-serif;
width: 100px;
}
div#manflogos {
	width: 262px;
	height: 176px;
	position:absolute;
	top:75px;
	left: 712px;
}
div#video {
	float: left;
	height: 240px;
	width: 320px;
	position: absolute;
	left: 20px;
	top: 90px;
}

img.leftspace {
float: left;
margin: 5px 10px 5px 0px;
border: none;
}
