/* 
CSS Document for The Woodcock
*/
* {
	margin: 0;
	padding: 0;
}
body {
	text-align: left;
	background-color: #A4AE87;
	font-family: "Century Gothic", Helvetica, Verdana, Arial;
	font-size: 0.9em;
}
img {
	border-style: none;
}
a:link, a:visited {
	color: #FFF;
}
a:active, a:hover {
	color: #485432;
}
#wrapper {
	margin: 40px auto;
	width: 1005px;
	background-color: #A4AE88;
	height: 580px;
}
#page {
	background-image: url(images/woodcock_bg.gif);
	position: relative;
	background-repeat: no-repeat;
	height: 550px;
}
#top_nav {
	text-align: right;
	padding-top: 12px;
	padding-bottom: 12px;
}	
#top_nav ul {
	display: inline;
	list-style: none;
	margin-right: 35px;
}
#top_nav li {
	display: inline;
	text-decoration: none;
	margin-right: 10px;
}
#top_nav a:link, #top_nav a:visited {
	color: #A4AE87;
	text-decoration: none;
}
#top_nav a:active, #top_nav a:hover {
	color: #FFF;
	text-decoration: none;
}
#content_left {
	width: 320px;
	position: absolute;
	height: 450px;
	left: 25px;
	top: 60px;
	font-size: 80%;
	text-align: justify;
}
#content_mid {
	width: 320px;
	position: absolute;
	left: 370px;
	top: 60px;
	height: 430px;
	font-size: 80%;
	padding-top: 30px;
	text-align: justify;
}
#content_midlinks {
	width: 320px;
	position: absolute;
	left: 370px;
	top: 60px;
	height: 430px;
	font-size: 80%;
	text-align: justify;
}
#gallery {
	width: 960px;
}
#form {
	padding-left: 20px;
	width: 580px;
	margin-top: 25px;
}
.flash {
	margin-left: 55px;
	margin-top: 30px;
}
.quote {
	text-align: center;
}
.events_p{
	float: right;
}
.events_img{
	float: left;
	margin-right: 10px;
	clear: both;
	margin-bottom: 10px;
}
.body {
	font-family: "Century Gothic", Helvetica, Verdana, Arial;
	font-size: 0.9em;
	color: #333333;
	font-weight: lighter;
}
#content_right {
	width: 220px;
	position: absolute;
	left: 715px;
	top: 60px;
	height: 450px;
	font-size: 80%;
}
#content_righthome {
	width: 220px;
	position: absolute;
	left: 715px;
	top: 60px;
	height: 450px;
	font-size: 80%;
	padding-left: 15px;
	border-left-style: double;
	
}
#footer {
}
.footsize {
	float: left;
	font-size: 0.6em;
	padding-top: 7px;
	padding-left: 5px;
}
.footsize_r {
	text-align: right;
	font-size: 0.6em;
	padding-top: 7px;
	padding-left: 5px;
}
/* 
CSS new form
*/
#form_container {
	padding-left: 20px;
	width: 600px;
	margin-top: 25px;
}
#title {
	width: 548px;
	height: 26px;
	padding-top: 5px;
	background: transparent url("images/form_bgtop.gif") no-repeat;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
	font-family: "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 18px;
	font-weight: bold;
}

.col1 {
	text-align: right;
	width: 80px;
	height: 31px;
	margin: 0;
	float: left;
	margin-right: 2px;
	background: url(images/form_bglable.gif) no-repeat;
}

.col2 {
	width: 465px;
	height: 31px;
	display: block;
	float: left;
	margin: 0;
	background: url(images/form_bgtextfield.gif) no-repeat;
}

.col2comment {
	width: 465px;
	height: 98px;
	margin: 0;
	display: block;
	float: left;
	background: url(images/form_bgtextarea.gif) no-repeat;
}

.col1comment {
	text-align: right;
	width: 80px;
	height: 98px;
	float: left;
	display: block;
	margin-right: 2px;
	background: url(images/form_bglablecomment.gif) no-repeat;
}

div.row {
	clear: both;
	width: 550px;
}

.submit {
	height: 29px;
	width: 548px;
	background: url(images/form_bgsubmit.gif) no-repeat;
	padding-top: 5px;
	clear: both;
} 

.input {
	background-color: #fff;
	font: 11px/14px "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #5A698B;
	margin: 4px 0 5px 8px;
	padding: 1px;
	border: 1px solid #8595B2;
}

.textarea {
	border: 1px solid #8595B2;
	background-color: #fff;
	font: 11px/14px "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #5A698B;
	margin: 4px 0 5px 8px;
}

