/* 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/bg.gif) repeat-y center;*/
	font: 75%/1.6 "Lucida Grande", "Lucida Sans Unicode", Verdana, 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-weight: bold;
	line-height: 1.2;
	color: #000;
}

h1 {
 font-size: 1.7em;
}

h2 {
 font-size: 1.4em;
}

h3 {
 font-size: 1.2em;
}

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


a:hover {
	color: #000;
	text-decoration: underline;
}

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

.datenav {
	font-weight: bold;
}


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

.youAreHere {
	color: #grey;
	text-transform: uppercase;
}

.yourPage {
	font-weight: bold;
}

#menu {
	display: none;
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: 1px solid #666;
}

#menu a {
	text-decoration: none;
	color: #666;
}

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

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

#menu li {
	padding: 0;
	margin: 0;
	display: inline;
	padding: 0 40px 0 0;
}

/*.search_descrip {
	font-style: italic;
	color: #666666;
	font-size: 0.9em;
}*/

.login {
	font-size: 0.7em;
	display: none;
}


/* This styling denotes the currently selected section */

#menu .current {
	color: #000;
}

/*#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;
}

#print {
	margin-top: 40px;
}

#print a {
	display: none;
}

#screen {
	margin-top: 40px;
}

#screen a {
	color: #000;
	text-decoration: none;
	padding: 10px 0 10px 20px;
	background: url(images/screen.gif) no-repeat left center;	
}


ul.subMenu {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 1.2em;
}

ul.subMenu a {
	text-decoration: none;
}

ul.subMenu li {
	margin: 10px 0;
	padding-left: 10px;
	background: url(images/arrow.gif) no-repeat left center;	
}

.imageUsage {
	font-size: 0.8em;
	font-style: italic;
}

/* Layout areas */

#container {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
/*	background-color: #ffffff; */
	width: 800px;
}

#branding #logo {
	height: 50px; 
}

#branding #logo a {
	padding: 0 0 0 35px;
/*	font-family: Times;*/
	font-size: 2em;
}

#menu {
	padding: 0 0 5px 0;
	margin: 10px 35px;
}

/*#search {
	padding: 5px 0 0 5px;
	background-color: #fff;
	border: 1px dashed #ccc;
	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;
	margin: 0 35px;
}

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

#contentGallery {
	padding: 0;
	margin: 0 0 10px 35px;
	width: 320px;
	float: left;
	display: inline; /* fix ie double margin float bug */
}

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

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

.galleryThumb {
	width: 130px;
	height: 130px;
	float: left;
	margin: 0 3px 3px 0;
	text-align: left;
}

.thumbClear {
	clear: both;
	}

#footer {
	margin: 0 35px;
	padding: 5px;
	clear: both;
	text-align: center;
	border-top: 1px solid #ccc;
	font-size: 0.7em;
}

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

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

