@charset "utf-8";
/* Proud Mary Secondary CSS Document */

#newsArea {
	height: auto;
	width: 875px;
	background: #dad8cc;
	color: #405960;
	}
		
#newsArea h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	color: #405960;
	font-weight: bold;
	padding-top: 12px;
	padding-bottom: 20px;
	text-align: center;
	}
	
#newsArea h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	color: #405960;
	font-weight: bold;
	padding-top: 12px;
	text-align: center;
	}

#newsArea h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	color: #561216;
	font-weight: bold;
	text-align: center;
	padding-bottom: .7em;
	}
	
#newsArea h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	color: #405960;
	font-weight: bold;
	text-align: center;	
	padding-bottom: 1.3em;
	}
	
	
#newsArea h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #405960;
	font-weight: bold;
	text-align: center;	
	padding-bottom: .5em;
	}
	
#newsArea p {
	padding-bottom: 1em;
	padding-left: 1em;
	padding-right: 1em;
	font: .9em/1.4 em Georgia, "Times New Roman", Times, serif;
	color: #333333;
	margin-bottom: 1em;
	}
	
#newsArea p.rss {
	color: #315367;
	text-decoration: none;
	border-bottom: solid 1px #315367;
	}
	
#newsArea a {
	color: #315367;
	text-decoration: none;
	border-bottom: solid 1px #315367;
	}
	
#newsArea a:hover {
	border-bottom-style: solid;
	}
	
#newsArea img {
	float: left;
	padding-right: 1em;
	}
	


#contactArea {
	padding: 1em 0 1em 1.2em;
	}
	
#contactArea h1 {
	font: bold 1.4em/1.8 em "Trebuchet MS", Helvetica, sans-serif;
	text-transform: uppercase;
	color: #d52e36;
	}
		
#contactArea h2 {
	font: 1.4em/1.8em "Trebuchet MS", Helvetica, sans-serif;
	color: #028925;
	}
	
#contactArea p {
	font: .9em/1.4em Georgia, "Times New Roman", Times, serif;
	color: #333333;
	margin-bottom: 1em;
	}
	
#contactArea a {
	color: #d52e36;
	text-decoration: none;
	border-bottom: dotted 1 px #d52e36;
	}
	
#contactArea a: hover {
	border-bottom-style: solid;
	}
	
#contactArea img {
	float: left;
	padding-right: 1em;
	}
	


fieldset {
	margin-top: 30px;
	margin-bottom: 25px;
	margin-left: 10px;
	display: block;
	padding-left: 15px;
	}
	
.submit {
	margin-left: 10px;
	}
	
.clear {
	clear: both;
	}
	
input {
	width: 200px;
	}
	


input.radio, input.checkbox, input.submit {
	width: auto;
	}
	

#docform {
	float: left;
	}
	
#docform p {
	position: relative;
	width: 100%;
	}
	
#docform form {
	border: 1px solid #cccccc;
	width: 540px;
	margin-left: 30px;
	margin-top: 20px;
	}
	
legend {
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	text-transform: lowercase;
	padding: 2px 5px;
	color: #663300;
	margin-bottom: 20px;
	margin-left: -18px;
	margin-top: -2px;
	display: inline;
	}
	

label {
	float: left;
	margin-right: 2em;
	}
	
label.top {
	display: block;
	float: none;
	}
	
	
/* -- Menu Stuff --*/


#menuArea {
	height: auto;
	width: 740px;
	padding-top: 12px;
	padding-bottom: 50px;
	padding-left: 125px;
	}
	
#menuArea h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	color: #405960;
	font-weight: bold;
	padding-top: 12px;
	padding-bottom: 12px;
	border-style: none;
	width: 650px;
	text-align: center;
}
	
#menuArea h3 {
	margin-top: 1em;
	padding-left: .6em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	color: #79481f;
	}
	
#menuArea h4 {
	padding-left: .8em;
	padding-top: .2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 14px;
	}
	
#menuArea p {
	float: left;
	margin: 0.5em;
	padding: 5px;
	background: #eeece4 center;
	text-align: center;
	font-size: 8px;
	}
	
#menuArea a {
	font: 16px/1.4em Georgia, "Times New Roman", Times, serif;
	color: #79481f;
	font-style: italic;
	text-decoration: none;
	}
	
#menuArea a:hover {
	color: #b68f6f;
	text-decoration: underline;
	}
	
#menuArea img {
	padding-bottom: .5em;
	}
	
