/* 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 Helvetica, Arial, Tahoma, sans-serif;
	text-align: center;
	background: #c6c6d4; /*url(../images/body_bg.gif) top left repeat-x*/
}

#container {
	margin: 15px 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: 10px solid #FFF;
}

#branding {
	width: 100%;
	height: 150px;
	background: #FFF 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 {
	color: #5b516d;
	font-size: 26px;
	margin-bottom: 25px;
	font-weight: normal;
	border-bottom: #d1d1d1 1px solid;
}


h3 {
	margin: 18px 0 10px 0;
	font-weight: normal;
	color: #998661;
	font-size: 18px;
}

h3.venue, h3.date {	
	padding-bottom: 15px;
	font-weight: normal;
}

h3.venue {font-size: 17px;}

h3.date {
	/*color: #397c5c;*/
	font-size: 20px;
	padding-top: 20px;
}

h3.sponsor {
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
	
h4 {margin: 25px 0 7px 0; font-size: 13px; /*color: #776a5b;*/ color: #333;}
h5 {font-size: 12px;}

/*=== images ===*/
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: #f1f1f1; padding: 10px; margin-top: 25px; margin-bottom: 25px; border: #dcd8d3 1px dashed; margin-left: -10px; color: #43403c;}
.box h3 {margin-top: 0;}

.colour {color: #383846;}

.important {
	background-color: #602dad; 
	font-weight: bold; 
	color: #FFFFFF; 
	margin-bottom: 2px; 
	padding: 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;}