html,body {
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #ffffff url("../images/mwgjs_bg.gif") left top repeat;
}

/* Typography */

h1 {
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	color: #304311;
	padding: 20px 0;
	letter-spacing: 0.1em;
}

a {
	color: #666600;	
}

p {
	padding: 4px 0;
}

ul {
	list-style-type: none;
}

/* End Of Typography */

#container {
	position: relative;
	width: 950px;
	margin: 0 auto;
	min-height: 100%;
	height: 100%;
	background: #ffffff url("../images/dropshadow.gif") right top repeat-y;
}

html>body #container {
	 height: auto;
}

#header {
	height: 194px;
	width: 950px;
	margin: 0 auto;
	background: #000000 url("../images/logo.gif") left top no-repeat;
}

#header a {
	float: left;
	display: block;
	height: 194px;
}

#flash {
	float: right;
	margin-left: 257px;
	height: 189px;
	width: 693px;
	background: #313E1C url("../images/flash.jpg") left top no-repeat;
}

#middle {
	width: 950px;
	margin: 0 auto;
	padding-bottom: 22px; 
	background: #ffffff url("../images/dropshadow.gif") right top repeat-y;
}

#wrap {
	width: 100%;
	float: right;
	margin-left: -256px;
}

#content {
	margin-left: 256px;
}

#main_content {
	line-height: 22px;
	width: 488px;
	padding: 0 26px;
}

#news {
	width: 204px;
	font-size: 11px;
}

#content ul {
	padding: 10px 0;
}

#news dt {
	color: #ffffff;
}

#news input {
	margin: 4px;
}

#updates dt {
	padding: 14px 10px;
	background-color: #685915;
	border-bottom: 1px solid #ffffff;
}

#updates dt a {
	color: #ffffff;
	text-decoration: none;
}

#updates dd {
	padding: 10px;
	background-color: #efcf34;
}

#news dd.more {
	text-align: right;
	color: #ffffff;
	padding: 2px 4px;
	border-bottom: 4px solid #ffffff;
	background-color: #000000;
}

#locations dt {
	padding: 4px 10px;
	background-color: #a1924a;
}

#locations dd {
	font-size: 12px;
}

#mailing_list {
	margin-bottom: 20px;
}

#mailing_list dt {
	padding: 4px 10px;
	background-color: #a1924a;
}

#mailing_list dd {
	padding: 6px;
	background-color: #f7e799;
}

#navigation {
	float: left;
	width: 256px;
}

#navigation li {
	border-bottom: 1px solid #e1e1e1;
}

#navigation li#pier {
	height: 424px;
	border-bottom: none;
	background: transparent url("../images/pier.jpg") left top no-repeat;
}

#navigation a {
	display: block;
	padding: 6px 6px 6px 12px;
	color: #000000;
	text-decoration: none;
}

#navigation a:hover {
	background-color: #666600;
	color: #ffffff;
}

body#home a#about {
	background-color: #666600;
	color: #ffffff;
}


.clear {
	clear: both;
}

div#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0;
	margin: 0;
	width: 100%;
}

#inner_footer {
	color: #c0c0c0;
	font-size: 9px;
	line-height: 20px;
	height: 20px;
	width: 950px;
	margin: 0 auto;
	background-color: #000000;
	border-bottom: 2px solid #000000;
}

#inner_footer a {
	color: #c0c0c0;
}

#inner_footer li {
	float: left;
	padding: 0 6px;
}

#inner_footer li#layout {
	float: right;
}

.text_strong {
	font-weight: bold;
}

.align-right {
	float: right;
	font-size: 11px;
	clear: right;
}

.news_header {
	background-color: #f1f1f1;
}

.news_header td {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}