/* 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 { 
	padding: 0px;
	margin: 0px;
	background: #1B211F url(images/ben_bg.jpg) no-repeat center top;
	font: 80%/1.8 Helvetica, Arial, sans-serif;
	color: #fff;
	text-align: center;
}

td {
	font-size: 0.8em;
}

html>body td {
	font-size: 1em;
}

img {
	border: none;
}

#content img {
	padding:5px;
}

p {
	color: #CCC;
	font-size: 0.9em;
}

a {
	text-decoration: underline;
	color: #CCC;
	font-weight: bold;
}

a:hover {
	color: #FFF;
	text-decoration: underline;
	text-shadow: 0px 0px 4px #FFF; 
}


h1, h2, h3 {
	font-weight: bold;
	line-height: 1.4;
	color: #FFF;
	text-shadow: 0px 0px 10px #FFF; 
}



#additional .date {
	font-style: italic;
	color: #999;
}

#content .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: #999;
}

.yourPage {
	font-weight: bold;
}



.search_descrip {
	font-style: italic;
	color: #666666;
	font-size: 0.9em;
}

.login {
	font-size: 0.7em;
}

/* 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;
}

td {
	margin: 0px;
	padding: 2px;
	background-color: #E2E3FF;
}

#sender_message {
	width: 300px;
	height: 8em;
}

#sender_name, #sender_email {
	width: 200px;
}

/* Layout areas */

#container {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 806px;
}

#branding {
	height: 110px; 	
}

#menu {
	font-size: 1.2em;
	line-height: 1.2em;
	height: 20px;
	width: inherit;
	margin:-38px 0 10px 10px;
}

#menu ul{

	overflow: visible;
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu a {
	float: left;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
 	color: #999;
	text-align: center;
	font-weight: normal;
    }
		
#menu li {
	float: left;
	margin: 0;
	padding: 0 0px;
	border-right: 1px solid #999;

	}
	
#menu a:hover {
 	color: #FFF;
}

#search {
	width: 150px;
	margin: 0 0 0 0px;
	padding-top: 45px;
}

/* 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 center;
}

/*Sets style for protected sub-menu items */
.protected_sub_section {
	margin-left:30px;
	padding-left: 20px;
	background: url(images/folder_locked.gif) no-repeat left center;
}

/*Sets style for protected sub-menu entries */
.protected {
	margin-left:30px;
	padding-left: 20px;
	background: url(images/locked.gif) no-repeat left center;
}

#cookie {
	font-size: 0.7em;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	margin-top: 0px;

}

#content {
	padding: 0 0 0 19px;
	float: left;
	display: inline; /* fix ie double margin float bug */
	clear:both;
	width:360px; 
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:340px;
}

html>body #content {
	width:340px;
} 



#content li {
	margin-left: 30px;
}


#additional {
	padding: 0 0 0 12px;
	margin: 37px 0 0 45px;
	float: left;
	font-size: 0.9em;
	line-height: 1.5em;
	display: inline; /* fix ie double margin float bug */
	border-left: 1px dashed #999;
	border-right: 1px dashed #FFF;
}

#additional { 
  width:180px; 
  voice-family: "\"}\""; 
  voice-family:inherit;
  width:160px;
} 

html>body #additional {
  width:160px;
} 

#additional img {
}

#additional p, #additional li {
	margin-top: 12px;
	font-size: 0.9em;
}	

#additional h2, #additional h3 {
	font-size: 1.1em;
}	


#additional ul {
	font-size:1.1em;
	padding: 0;
	list-style: none;
	margin:0;
}

#additional .gallery-li {
	padding: 0;
	margin-top: 12px;
	display: inline;
}

#additional .gallery-ul {
	padding: 0px 0px 0 0px;
	list-style: none;
}


#additional_panel_top {
	height: 0;
}	

#additional_panel_bottom {
	height: 0;
}	

#footer {
	width: 575px;
	margin-top: 20px;
	clear: both;
	text-align: center;
	border-top: 1px dashed #000;
	font-size: 0.8em;
	position:relative;
	top: 20px;
}

.join p{
width: 300px;
text-align: right;
}

.required{
color: #FF0000;
font-weight: bold;
}

.submit {
border:0;
position:relative;
top:6px;
}



fieldset {
	border: none;
	padding: 0;
}
label {
	display: block;
	margin-top: 10px;
}


