/* CSS For The Southerlands
 * Created by MMG
 * Date: 2009-04-17
 */
 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

/* Global Styles */
body {
	background-color: #008444;
	margin:15px 0;
	text-align:center;
}
h2 {
	color:#333333;
	font-size:16px;
	margin:0;
	padding:0;	
	font-weight:bold;
}

h3 {
	color:#333333;
	font-size:14px;
	margin:0;
	padding:0;	
	
}

a:link, a:visited, a:active {
	color:#095;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}
#left a:hover {
	text-decoration:none;
}

ol, ul {
	margin:0 0 18px 18px;	
	padding:0;
}

li {
	padding: 5px 0;
	margin: 0 0 0 36px;
}

input.textbox, textarea {
	border:1px solid #666;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	line-height:25px;
	height:25px;
	padding-left:5px;
}
textarea { height:100px;
line-height:1.5;}
select {
	border:1px solid #666;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	height:25px;
}

#wrap {
	background-color:#FFF;
	margin: 0 auto;
	text-align:left;
	width: 974px;
}
#header {
	background-color:#FFFFFF;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	height:240px;
	padding:15px 0 0 30px;
}

#content {
	background-color:#FFFFFF;
	min-height:250px;
/*	background-image:url(../images/footer1.jpg);
	background-position:bottom;
	background-repeat:no-repeat;*/
}

#content #left {
	float:left;
	width:210px;
	padding-left:22px;
}

#content #center {
	float:left;
	padding:0 5px;
	width:550px;
	color:#333;
}

#content #center h1{
	color:#066839;
	font-size:22px;
	font-style:italic;
	margin:0 0 12px 0;
	padding:0;

}

#content #center p{
	font-size:16px;
	line-height:1.5;
	margin:4px 0 10 0;
	padding:0;
	font-style: normal;
}

#content #right {
	float:right;
	width:170px;
}
	
#footer1 {
	background-color:#FFFFFF;
	background-image:url(../images/footer1.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	height:275px;
}

#weather {
	margin:20px 0 0 15px;
	clear:both;
}

#footer2 {
	background-color:#008444;
	background-image:url(../images/footer2.jpg);
	background-position:top;
	background-repeat:no-repeat;
	color:#FFF;
	line-height:1.5;
	height:74px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	padding:20px 0 0 0 ;
	text-align:center;
}

#footer2 p, #footer2 a:link, #footer2 a:visited, #footer2 a:active {
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	text-decoration:none;
	margin:0; 
}
 
#footer2 a:hover {
	text-decoration:underline;
}
 
#footer2 .byline {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px; 
 }

/* misc styles */

.clear {
	clear:both;
}

#content #center blockquote {
	width:300px;
	float:right;
	font-style:italic;
	border-top: 3px solid #090;
	border-bottom: 3px solid #090;
}
#content #center blockquote p{
	color:#666;
	font-size:16px;
}

img.pageimage {
	padding:3px;
	background-color:#FFFFFF;
	border:1px solid #DDDDDD;
	text-align: center;
}

span.diningmenu {
	font-size:20px;
	color: #008444;
	font-style: italic;
	display:block;
	width:50%;
	border-bottom:1px solid #008444;
	margin:20px 0 10px 0;
}
.diningmenunotes {
	font-size: 12px;
}
