/* 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: #FFF; /*url(../images/body_bg.gif) top left repeat-x*/
}

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

#branding {
	width: 100%;
	height: 150px;
	background: #FFF url(../images/branding.jpg) no-repeat;
}

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: #012c3c;
	font-size: 26px;
	margin-bottom: 25px;
	font-weight: normal;
	border-bottom: #d0e2f0 1px solid;
}

h2.welcome {
	color: #999999;
	font-size: 26px;
	margin-bottom: 25px;
	font-weight: normal;
	border-bottom: 0;
}

h3 {
	margin: 30px 0 10px 0;
	color: #118568;
	font-size: 20px;
	font-weight: normal;
}
	
h4 {margin: 15px 0 7px 0; font-size: 14px; color: #444;}
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;}
.colour {color: #82b318; font-weight: bold;}
.box {background-color: #F8FFF4; padding: 10px; margin-top: 15px; margin-bottom: 10px; border: #A6E38B 1px solid;}
.box h3 {margin-top: 0;}

.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;}
