/* Coded by Jamie Freeman */
/* www.message.uk.com */

/* General styling */

/** {
	border: dotted 1px #666;
	background-color: #red;
}*/

body { 
	padding: 0px;
	margin: 0px;
	background: #dcdcdc url(../images/background.jpg) repeat-x;
	font: 75%/1.6 Arial, "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;
}

h1, h2, h3 {
	font-weight: bold;
	line-height: 1.2;
	color: #333;
	padding-top: 0;
	margin-top: 0;
}

h1 {
 font-size: 1.8em;
}

h2 {
 font-size: 1.5em;
}

#additional2 h2 {
	color: #666;
	font-weight: normal;
	font-size: 1.4em;
}

#additional h2 {
	color: #666;
	font-weight: normal;
	font-size: 1.4em;
}

h3 {
 font-size: 1.4em;
}

a {
	color: #039;
	text-decoration: none;
	font-weight: bold;
}


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

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

.datenav {
	font-weight: bold;
}


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

#cookie {
	font-size: 0.7em;
	margin: 0 20px 0 0;
	padding: 10px 0 0 25px;
	color: #ccc;
}

#menu #cookie a {
	color: #a2b0d4;
}

.youAreHere {
	color: #ccc;
	text-transform: uppercase;
	font-weight: normal;
}

.yourPage {
	font-weight: bold;
	color: #666;
}

#menu {
	font-size: 1.2em;
	font-weight: bold;
	background: url(../images/menu_bg.jpg) no-repeat;
	padding: 20px 0 0 0;
	margin: 0;
	height: 72px;
}

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

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

#menu li {
	margin: 0 6px 0 0;
	display: inline;
	padding: 0 10px 0 0; 
	border-style: solid;
	border-color: #ccc;
	border-width: 0 2px 0 0;
}

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

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


td {
	margin: 0px;
	padding: 2px;
	background-color: #E2E3FF;
}

#sender_message {
	width: 300px;
	height: 8em;
}

#sender_name, #sender_email {
	width: 200px;
}

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

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

ul.subMenu a:hover {
	text-decoration: underline;
}

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

/* Layout areas */

#branding {
	background: url(../images/banner.jpg);
	height: 160px;
}


#container {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 807px;
	background: url(../images/content_bg.jpg);
}

#logo {
	height: 113px;
	position:absolute;
	top:22px;
	width: 210px;
	margin-left:10px;
}

#search {
	padding: 22px 17px 0 5px;
	color: #fff;
	position:relative;
	left:600px;
	width:200px;
}


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

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

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

ul#content, ol#content {
	padding-left: 15px;
}

ul li {
	margin-left: 0px;
	list-style-image:url(../images/bullet_arrow.gif);
}

ol li {
	margin-left: 0px;
}

#additional2 {
	float: left;
	width: 125px;
	margin: 10px 16px 0 25px;
	font-size: 0.9em;
	line-height: 1.5em;
	display: inline; /* fix ie double margin float bug */
}

#additional {
	float: left;
	width: 125px;
	margin: 10px 20px 0 16px;
	font-size: 0.9em;
	line-height: 1.5em;
	display: inline; /* fix ie double margin float bug */
}


#callout {
	padding: 16px 8px 0px 8px;
	/*width: 125px;*/
	background-image: url(../images/callout.jpg);
	background-repeat: no-repeat;
	margin: 0;
	
	
}

#callout p {
/*width: 109px;*/
	margin: 0px;
}

#calloutEnd {
margin: 0 0 8px 0;
	/*width: 125px;*/
	background-image: url(../images/callout_end.gif);
	background-repeat: no-repeat;
	height: 23px;

}


/*#additional img {
	padding-top:1px;
	padding-bottom: 0px;
	margin: 0px;
	}
*/

#footer {
	clear: both;
	text-align: center;
	font-size: 1.7em;
	height: 75px;
	background: url(../images/footer_bg.jpg) no-repeat;
	font-weight: bold;
	color: #039;
}

#footer p {
	padding: 17px 0 0 0;
}

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

.warning {
	color: #FF0000;
	font-weight: bold;
}