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

td {
	font-size: 0.8em;
}

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

img {
	border: none;
}

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

h1, h2, h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	line-height: 1.2;
	color: #000;
}

h1 {
	font-size: 1.6em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}

a {
	color: #7BB0D6;

}

a:hover {
	color: #000000;
}

.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;
}


#menu ul {
	padding: 15px 0px 0px 0px;
	margin: 0 0 20px 0;
	list-style-type: none;
	background: url(images/menu_bg.gif) repeat-y center;
}

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

.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;
}

#menu a {
	color: #7BB0D6;
	font-weight: bold;
	font-size: 0.9em;
}

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


#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;
/*	background-color: #ffffff; */
	width: 798px;
}

#branding {
	text-align: left;
	height: 153px; 
	background: url(images/branding.gif) repeat-y center;
	
}

#menu {
	padding: 0;
	margin: 10px 23px 10px 23px;
	font: 1.3em/1.6 Helvetica, Arial, sans-serif;
	line-height: 1.2em;
	width: 125px;
	float: left;
	display: inline; /* fix ie double margin float bug */
	text-align: center;
}

#search {
	padding: 15px 0 0 5px;
	height: 90px;
	background: url(images/search_bg.gif) no-repeat;
	font: 0.8em/0.8 Helvetica, Arial, sans-serif;
}



/* 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 {
	padding-left: 20px;
	background: url(images/folder_locked.gif) no-repeat left center;
}

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

#cookie {
	font-size: 0.8em;
}

#content {
	padding: 0;
	margin: 10px 0 23px 0;
	width: 450px;
	float: left;
	display: inline; /* fix ie double margin float bug */
}

#additional {
	padding: 5px 0 15px 0;
	margin-right: 23px;
	width: 125px;
	float: right;
	font-size: 0.9em;
	line-height: 1.5em;
	display: inline; /* fix ie double margin float bug */
	background: url(images/sub_menu_rule.gif) no-repeat bottom center;

}

#footer {
	padding: 10px;
	clear: both;
	text-align: center;
	background: url(images/footer_rule.gif) no-repeat top;
/*	border-top: 1px dashed #ccc; */
	font-size: 0.7em;
}

.copyright {
	color: #grey;
}

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

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

