/* 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: url(images/background.jpg) repeat-y center;
	font: 80%/1.8 Gill Sans, Helvetica, Arial, sans-serif;
	color: #000;
	text-align: center;
}

td {
	font-size: 0.8em;
}

html>body td {
	font-size: 1em;
}

img {
	border: none;
}

#content img {
	padding:5px;
}

p {
	color: #FFF;
	font-family: Lucida Grande, Helvetica, Arial, sans-serif;
}

h1, h2, h3 {
	font-family: Gill Sans, Helvetica, Arial, sans-serif;
	line-height: 1.4;
	color: #FFF;
}

a {
	color: #FFF;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #000000;
	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: #grey;
}

.yourPage {
	font-weight: bold;
}

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

.login {
	font-size: 0.7em;
}

/* This styling denotes the currently selected section */

#menu .current {
	color: #FFF;
}

#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: 800px;
}

#branding {
	height: 192px; 
	background: url(images/branding.jpg) repeat-y center;
	
}

#menu {
	padding: 0;
	margin: 10px 20px 10px 10px;
	font: 1.2em/1.6 Gill Sans, Helvetica, Arial, sans-serif;
	line-height: 1.2em;
	width: 130px;
	float: left;
	display: inline; /* fix ie double margin float bug */
}

#menu ul {
	padding: 0px 0px 0px 5px;
	margin: 0;
	list-style-type: none;
}

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

	
#menu a {
 	color: #000;
	text-decoration: none;

    }

#menu a:hover {
	color: #FFF; 
}

#search {
	width: 190px;
	margin: 0 0 0 30px;
	padding-top: 15px;
	font: Lucida Grande, Helvetica, Arial, sans-serif;
	border-top: solid 1px #FFFFFF;
}

/* Sets style for sub-menu items which link to a section rather than a page. */
.sub_section {
	margin-left:30px;
	padding-left: 10px;
	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.8em;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	margin-top:10px;

}

#content {
	/*position: relative;
	top: -20px;*/
	padding: 0 0 0 5px;
	width: 380px;
	float: left;
	display: inline; /* fix ie double margin float bug */
}


#content li {
	margin-left: 30px;
	font-size: 1.1em;
}


#additional {
	padding: 0;
	width: 249px;
	float: right;
	font-size: 0.9em;
	line-height: 1.5em;
	display: inline; /* fix ie double margin float bug */
}

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

#additional p {
	padding: 0 20px 0 30px;
}	

#additional h2, h3 {
	padding: 0 20px 0 30px;
}	

#additional_panel_top {
}	

#additional_panel_bottom {
}	

#additional li {
	list-style: none;
}


#footer {
	width: 800px;
	margin-top: 20px;
	clear: both;
	text-align: center;
	border-top: 30px solid #000;
	font-size: 0.8em;
	position:relative;
	top: 20px;
}

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

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

.submit {
border:0;
position:relative;
top:6px;
}






