@charset "UTF-8";
/* CSS Document */

/* A very simple CSS reset */
html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, a, img, small, strike, strong, b, u, i,  ol, ul, li {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/* Basic CSS Styles */
body {
	font-family: Helvetica, Arial, sans-serif;
	background-color: #FFFFFF;
	color: #111;
	line-height: 170%;
}

h1 {
	width: 386px;
    height: 75px;
    background: url(images/welcome_text.jpg);
    overflow: hidden;
    line-height: 500px;
}

h2 {
	font-size: 30px;
	font colour: #175CAB;
	margin: 12px 0 0 0;
	color: #175CAB;
}

h3 {
	font-size: 18px;
	font colour: #175CAB;
	margin: 0;
	color: #175CAB;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	font colour: #175CAB;
	margin: 12px 0 8px 0;
	color: #175CAB;
}

h5 {
	font-size: 12px;
	font-weight: bold;
	font colour: #175CAB;
	margin: 12px 0 8px 0;
}


p {
	font-size: 12px;
	line-height: 170%;
	margin: 0 0 24px 0;
}


a {
	color: #175CAB;
	text-decoration: none;
}
	
a:hover {
	border-bottom: 1px solid;
}

hr {
	color: #c0daee;

}

th, td {
	border:1px solid #c0daee;
	border-collapse:collapse;
	padding:0 5px;

}


th {
	background:#c0daee;
	font colour: #fff;
	text-align:left;

}

table {
		width: 500px;
		border:1px solid #c0daee;
		border-collapse:collapse;
		font-family:arial,sans-serif;
		font-size:12px;
}




/* Centre the whole page */
#wrap {
	width: 960px;
	height: auto;
	min-height: 100%;
	margin: 0px auto;
	background-color: #FFFFFF;
	border-left: 1px solid #c0daee;
	border-right: 1px solid #c0daee;
	padding: 0px;
	float: centre;
}


html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#main {padding-bottom: 100px;}  /* must be same height as the footer */

#footer {
	position: relative;
	float: centre;
	margin-top: -100px; /* negative value of footer height */
	height: 100px;
	width: 960px;
	background-color: #c0daee;
	clear:both;
} 
	
#foot_left {
	position: relative;
	width: 156px;
	float: left;
	padding: 24px 0 0 24px;
}

#foot_centre {
	position: relative;
	float: left;
	padding: 24px 0 0 24px;
}


#menu {
	float: left;
	width: 180px;

}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	height: 40px;
}
#menu ul li {
	display: inherit;
	background: #FFFFFF url(images/Menu_Back.jpg) repeat-y;
	padding: 12px;
	line-height: 18px;
}
#menu ul li a {
	color: #0071bb;
	text-decoration: none;
}
#menu ul li a:hover {
	border-bottom: 1px solid;
}

/* Body Area Styles */
#body{
	width: 500px;
	float: left;
	border-left: 1px solid #c0daee;
	border-right: 1px solid #c0daee;
	padding: 18px;
}

#photo{
	width: 742px;
	float: left;
	border-left: 1px solid #c0daee;
	padding: 18px;
}


/* News Area */
#news{
	width: 200px;
	float: left;
	padding: 18px;
}

/* clearfix hack */
.clearfix:after {body: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
