/* Layout and styling for basic three column (menu, content, additional) page with branding and footer */
/* Coded by Jamie Freeman */
/* www.message.uk.com */

/* General styling */

body {
	background-color: #CDEABB; 
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/wd_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	line-height: 1.4;
	font-size: 80%;
}

td {
	padding: 2px;
}


table {
	border:0;
}

img {
	border:none}


#content img {
	border: solid 1px #3BA939;
	margin: 0 10px 0 0 ;
}

p {
	margin-top: 0px;
	color: #000000;
}

h1, h2, h3 {
	font-weight: bold;
	color: #000000;
	line-height: 1.1;
}

h1 {
 font-size: 1.6em; 
}

h2 {
 font-size: 1.3em;
 font-weight: bold;
}

h3 {
 font-weight: normal;
}

a {
	color: #157514;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.date {
	font-style: italic;
	color: #666666;
}

.datenav {
	font-weight: bold;
}

/* These style the cookie trail current page and the 'you are here' bit. */

.youAreHere {
	color: #666666;
}

.yourPage {
	color: #666666;
}


#menu ul, #menu p {
	padding: 0px 0px 0px 5px; 
	margin: 0;
	list-style-type: none;
	font-size: 1.1em;
	line-height: 1.8em;
	width: 130px;
}

#menu li {
	padding: 0; 
	margin: 0;
}

.search_descrip {
	font-style: italic;
	font-size: 0.9em;
}

label {
	margin: 0;
	padding: 0;
}

input {
	margin: 0;
	padding: 0;
}

/* This styling denotes the currently selected section */

#menu .current {
	color: #6699FF;
}

#branding h1 {
	margin: 0px;
	padding: 5px;
	color: #FFFFFF;
}

#branding p {
	margin: 0px;
	padding: 5px;
	color: #FFFFFF;
}


#sender_message {
	width: 300px;
	height: 8em;
}

#sender_name, #sender_email {
	width: 200px;
}

/* Layout areas */

#container {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-image: url(images/wd_bg.gif);
	background-position: top center;
	width: 864px;
}

#holder {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 800px;
	padding:0;
	margin-top:-20px;
	margin-bottom:0;
}

#branding {
	text-align: left;
	background-image: url(images/willow_branding.jpg);
	background-repeat: repeat-y;
	background-position: center;
	height: 160px; 
}

#search {
	height: auto;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 5px;
	padding-right: 5px;
	margin: 60px 0 0 0;
	color:#000000;
	font-weight:normal;
	width:130px;
}

/*Sets style for protected sub-menu items */
.protected_sub_section {
	padding-left: 20px;
	background: url(images/folder_locked.gif) no-repeat left center;
}

/*Sets style for protected entries */
.protected {
	padding-left: 20px;
	background: url(images/locked.gif) no-repeat left center;
}


/* Sets style for sub-menu items which link to a section rather than a page. */
.sub_section {
	padding-left: 20px;
	background: url(images/folder.gif) no-repeat left 4px;
}

#cookie {
	/*border:dashed;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

#menu {
	float: left;
	margin: 0;
	width:172px;
	position:relative;
	top:-20px;
	left: 42px;
	display:inline;
	font-weight:bold;
}

#content {
	float: left;
	width:430px;
	margin: 0 0 0 20px;
	position:relative;
	top:-16px;
	display:inline;
}

#additional {
	float: right;
	font-size: 0.9em;
	width:180px;
	margin:-30px 35px 0 20px;
	display:inline;

}

#additional img {
	padding:10px 10px 0px 0px;
}

#additional ul {
	font-size:1.1em;
	padding: 0;
	margin:0;
	list-style: none;
	line-height: 1.8em;
}

#additional .gallery-li {
	padding: 0;
	margin-top: 12px;
	display: inline;
	list-style: none;
}

#additional .gallery-ul {
	padding: 0px 0px 0 0px;
	list-style: none;
}

#additional_panel_top {
height:0;
line-height:0;
}

#footer {
	width: 846px;
	margin: 10px;
	padding: 5px;
	clear: both;
	text-align: center;
	font-size: 0.8em;
	background: url(images/willow_footer.jpg) top no-repeat;
	padding-top:90px;
	color:#67755E;
}

#footer p, #footer a {

color:#67755E;
}

#footer img {
border: none;
margin:0;
}

.join p{
width: 300px;
text-align: right;
}

.required{
color: #red;
font-weight: bold;
}

.galleryImages {
	margin:10px;
	float:left;
	display:inline;
	font-size:0.8em;

}

contentLogin {
	text-align:center;
	}

