/* CSS Document */
/* Taylored Images main layout template */

@import url("main_content.css");
@import url("supp_content.css");
@import url("main_nav.css");
@import url("supp_nav.css");
@import url("table.css");
@import url("footer.css");

* {padding: 0; margin: 0;}

body {
	font: 0.8em Tahoma, Arial, Helvetica, sans-serif;
	text-align: center;
	background: #1c54a8; /*url(../images/body_bg.jpg) top center no-repeat;*/
}

#container {
	margin: 0 auto;
	text-align: left;
	width: 950px;
	position: relative;
	/*background: #e2e9ef url(../images/bg.gif) repeat-y;*/
	background: #FFFFFF url(../images/body_bg.gif) repeat-y;
	overflow: auto;
	position: relative;
	border: 0x solid #FFF;
}

#branding {
	width: 100%;
	height: 300px;
	background: #1c54a8 url(../images/branding.jpg) no-repeat center bottom;
}

a {color: #FFFFFF;}
p {line-height: 1.5em; padding-bottom: 10px;}
p.copyright {margin-top: 30px; font-size: 0.85em; font-weight: bold; clear: both;}
ul {list-style: none;}

/*=== hx ===*/
h1 {text-indent: -9999px;}

h2 {
	font-weight: normal;
	line-height: normal;
	color: #b8282f;
	font: 30px "Trebuchet MS", Verdana, sans-serif ;
	margin-bottom: 25px;
	font-style: italic;
}


h3 {
	margin: 10px 0 15px 0;
	font-size: 16px;
	color: #b8282f;
	text-transform: uppercase;
	border-bottom: #b8282f 1px solid;
}

h3.noborder {border: none;}

h3.venue, h3.date {	
	padding-bottom: 15px;
	border: none;
}

h3.venue {font-size: 17px; color: #062948; border: none;}

h3.date {
	color: #062948;
	font-size: 18px;
}

h3.sponsor {
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

h4 {margin: 15px 0 7px 0; font-size: 14px; color: #7b9460;}
h5 {font-size: 12px; margin-bottom: 5px;}

/*=== images ===*/
img {padding-bottom: 5px;}
img.imageleft {float: left; padding: 0 15px 10px 0;}
img.imageright {float: right; padding: 0 0 10px 15px;}
img.imagecenter {margin-left: 25%; margin-right: -25%;}

/*=== classes ===*/
.welcome h2 {color: #999999; border-bottom: 0;}
.box {background-color: #f2f1f0; padding: 10px; margin-top: 30px; margin-bottom: 10px; border: #dcd8d3 1px dashed; margin-left: -10px; color: #43403c;}
.box h3 {margin-top: 0;}
.small {font-size: 20px;}

.colour {color: #E96B18; font-size: 15px;}

.important {
	background-color: #ED4F1E; 
	font-weight: bold; 
	color: #FFFFFF; 
	margin-bottom: 2px; 
	padding-bottom: 3px;
}

.signature {font-family: "Edwardian Script ITC", "French Script MT", "Palace Script MT", Script, cursive; font-size: 32px; padding: 25px 0 0 0;}
.esites {background: url(../images/esites_logo.gif) left center no-repeat; padding-left: 20px;}