/* 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 */

/*.sym {
}

.key {
	line-height: 0.6;
	width: 180px;
	padding: 10px;
	float: right;
	background-color: #E5E5E5;
	border: thin solid #f41b7d;
}

.key dt {
	color: #f41b7d;
  	float: left;
}

.key dd {
 	margin: 0 0 1em 4em;
}*/

.dir { 
	font-size: 0.8em;
	color: #f41b7d;
	font-weight: bold;
}

body { 
	padding: 0px;
	margin: 0px;
	background: #fff;
	font: 80%/1.6 "Century Gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333333;
	text-align: center;
}

td {
	font-size: 0.8em;
}

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

img {
	border: none;
}

p {
	margin-top: 0px;
	font-size: 1.2em;
}

li {
	font-size: 1.2em;
}

h1, h2, h3, h4 {
	font-weight: normal;
	line-height: 1.2;
	color: #f41b7d;
	margin-top: 0;
}

h1 {
 font-size: 2.0em;
}

h2 {
 font-size: 1.6em;
}

h3 {
 font-size: 1.4em;
}

h4 {
 font-size: 1.2em;
}

a {
	color: #0099CC;
	text-decoration: none;
}


a:hover {
	color: #F41b7d;
}

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

.datenav {
	font-weight: bold;
}


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

.youAreHere {
	color: #grey;
}

.yourPage {
	font-weight: normal;
	color: #f41b7d;
}


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

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

.search_descrip {
	font-style: italic;
	color: #666666;
	font-size: 0.8em;
}

#menu a {
	color: #333333;
	display: block;
	padding-right: 5px;
	font-size: 0.8em;
	text-decoration: none;
}

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

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

#branding {
	text-align: left;
	height: 213px;
	background:  url(images/wish_branding.jpg) no-repeat center;
}

#brandingHome {
	margin-left: -30px;
	}

#access {
	position: absolute;
	right: 20px;
	top: 0;
	font-size: 1em;
}

#access a {
	display: block;
	padding: 2px 20px 2px 0;
}

.logout {
	background: url(images/lock_open.gif) no-repeat right center;
}

.login {
	background: url(images/lock_closed.gif) no-repeat right center;
}


#search {
	margin-top: 5px;
	padding: 5px 0 0 5px;
	font: 1.0em Helvetica, Arial, sans-serif;
}



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

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

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

#cookie {
	font-size: 1em;
	top: -40px;
	text-align: center;
	z-index: 100;
	 
}

#menu {
	padding-right: 10px;
	padding-top: 60px;
	/*margin: 0 0px 0 10px;*/
	font: 1.3em/1.6 Helvetica, Arial, sans-serif;
	line-height: 1.2em;
	width: 190px;
	float: left;
	display: inline;
	background-image: url(images/back_div_left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 400px;
}

#content {
	margin: 0 0 0 8px;
	width: 380px;
	float: left;
	display: inline;
	overflow: visible;
	padding: 20px 0px 10px 5px;
}

#additional {
	padding-left: 20px;
	padding-top: 60px;
	padding-bottom:60px;
	margin: 0 0 0 0;
	width: 180px;
	float: right;
	display: inline;
	line-height: 0.8;
	background-image: url(images/back_div_blue.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 400px;
	text-align: left;
}

#additional a {
	color: #111;
	margin: 0 0px 0 0px;
}

#additional a:hover {
	color: #f41b7d;
}

/*#bodyContent {
	width: 370px;
}*/

#footer {
	clear: both;
	text-align: center;
	background-image:  url(images/footer.jpg);
	background-repeat: no-repeat;
	height: 60px;
	background-position: center top;
	padding-top: 60px;
}

#footer p {
	font-size: 0.7em;
}

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

.required{
color: #red;
}
	