* {
	text-decoration: none;
	margin: 0;
	padding: 0;
	}

html {
	height: 100%;
	}

body {
	height: 100%;
	}

div#container {
	min-height: 100%;
	position: relative;
	background: url('../images/structure/bg.png');
	background-position: bottom center;
	background-color: #ffffff;
	background-repeat: repeat-x;
	color: #333333;
	font-family: 'Myriad Pro', Tahoma, 'Trebuchet MS', Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	}
	
.mobile {
	display: none;
	}

.preload {
	display: none;
	}

.img_info {
	display: none;
	}

.content {
	width: 1024px;
	margin: 0 auto;
	}
	
.clear {
	clear: both;
	}

div.clear {
	clear: both;
	height: 0px;
	width: 0px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	}

a:link, a:visited {
	color: #006699;
	text-decoration: none;
	}

a:hover, a:active {
	text-decoration: underline;
	}

h1 {
	margin-top: 50px;
	padding: 5px 10px;
	font-size: 22px;
	line-height: normal;
	background-color: #006699;
	color: #ffffff;
	}

h2 {
	padding: 5px 10px;
	color: #006699;
	font-size:20px;
	}

h3 {
	padding: 5px 10px;
	color: #006699;
	font-size: 18px;
	}
	
p {
	padding: 5px 10px;
	margin-bottom: 10px;
	}
	
p.intro {
	background-color: #b3d2e1;
	color: #000000;
	}

p.footnote {
	font-size: 10px;
	font-style: italic;
	color: #666666;
	}
	
ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 50px;
	margin-bottom: 10px;
	}

img {
	border: 0;
	}

img.right {
	float: right;
	margin: 5px 0px 10px 10px;
	}

img.left {
	float: left;
	margin: 5px 10px 10px 0px;
	}

/* Header */

#header {
	background-color: transparent;
	background: url('../images/structure/header.png');
	background-position: top center;
	background-repeat: repeat-x;
	top: 0;
	left: 0;
	width: 100%;
	height: 160px;
	}

#header a.logo_link:link, #header a.logo_link:visited {
	display: block;
	width: 159px;
	height: 148px;
	float: left;
	background-image: url('../images/structure/logo_white.png');
	background-position: center center;
	background-repeat: no-repeat;
	}
	
#header a.logo_link:hover, #header a.logo_link:active {
	background-image: url('../images/structure/logo.png');
	background-position: center center;
	background-repeat: no-repeat;
	}

#header img {
	float: left;
	}

/* Menu */

#header ul {
	display: block;
	float: right;
	top: 0;
	right: 0;
	height: 148px;
	padding: 0;
	margin: 0;
	border-left: 1px solid #003366;
	border-right: 1px solid #0099cc;
	font-size: 14px;
	list-style-type: none;
	}

#header ul li {
	float: left;
	width: 100px;
	height: 148px;
	border-left: 1px solid #0099cc;
	border-right: 1px solid #003366;
	}

#header ul li a:link, #header ul li a:visited {
	display: block;
	width: 100px;
	padding-top: 100px;
	height: 48px;
	color: #ffffff;
	text-align: center;
	vertical-align: bottom;
	}

#header ul li a:hover, #header ul li a:active {
	background-image: url('../images/structure/hover.png');
	background-position: top center;
	background-repeat: repeat-x;
	color: #ddeeff;
	text-decoration: none;
	}

/* Main Section */

#middle {
	padding: 25px 0px;
	}
	
a#banner_left:link, a#banner_left:visited {
	display: block;
	float: left;
	width: 50px;
	height: 50px;
	margin-top: 250px;
	margin-left: 87px;
	background: url('../images/structure/arrow_left.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	}

a#banner_left:hover, a#banner_left:active {
	background: url('../images/structure/arrow_left_hover.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-decoration: none;
	}

a#banner_right:link, a#banner_right:visited {
	display: block;
	float: left;
	width: 50px;
	height: 50px;
	margin-top: 250px;
	margin-right: 87px;
	background: url('../images/structure/arrow_right.png');
	background-position: 8px 0px;
	background-repeat: no-repeat;
	}

a#banner_right:hover, a#banner_right:active {
	background: url('../images/structure/arrow_right_hover.png');
	background-position: 8px 0px;
	background-repeat: no-repeat;
	text-decoration: none;
	}

img.banner {
	display: block;
	clear: both;
	width: 750px;
	margin: 0 auto;
	margin-bottom: 25px;
	}

/* Bold Caption Paragraph */

blockquote {
	background-image: url('../images/structure/first_quote.png');
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0px 10px 25px 10px;
	}

p.quote {
	background-image: url('../images/structure/last_quote.png');
	background-repeat: no-repeat;
	background-position: bottom right;
	}

p.caption {
	margin: 0px 15px 15px 15px;
	
	color: #333333;	
	text-align: justify;
	font-size: 16px;
	line-height: 22px;
	}

blockquote p.caption {
	margin: 0;
	}
	
/* Homepage Three Columns */

div.three_cols {
	width: 1020px;
	margin: 0 auto;
	margin-bottom: 25px;
	border-left: 1px dotted #666666;
	overflow: hidden;
	}

div.three_cols div.col {
	float: left;
	margin-left: -1px;
	width: 340px;
	border-right: 1px dotted #666666;
	
	/* to equalise the height */
	padding-bottom: 5000px;
	margin-bottom: -5000px;
	}

div.three_cols div.two_col {
	float: left;
	margin-left: -1px;
	width: 680px;
	border-right: 1px dotted #666666;
	
	/* to equalise the height */
	padding-bottom: 5000px;
	margin-bottom: -5000px;
	}
	
div.three_cols form {
	margin-top: 50px;
	}

div.three_cols form fieldset {
	border: none;
	}
	
div.three_cols form input.text {
	clear: both;
	padding: 5px;
	width: 308px;
	margin: 0px 10px 10px;
	border: 1px solid #666666;
	font-size: 18px;
	}
	
div.three_cols form input#name {
	background-image: url('../images/form/name.png');
	background-position: bottom right;
	background-repeat: no-repeat;
	}
	
body#home div.three_cols form input#email {
	background-image: url('../images/form/email.png');
	background-position: bottom right;
	background-repeat: no-repeat;
	}

div.three_cols form textarea#message {
	clear: both;
	width: 308px;
	height: 75px;
	margin: 0px 10px 10px;
	padding: 5px;
	border: 1px solid #666666;
	font-size: 18px;
	background-image: url('../images/form/message.png');
	background-position: bottom right;
	background-repeat: no-repeat;
	resize: none;
	overflow: hidden;
	}

div.three_cols form input#submit {
	float: right;
	background: none;
	border: 1px solid #006699;
	font-weight: bold;
	font-size: 18px;
	color: #006699;
	padding: 2px 5px;
	margin: 0px 10px 10px;
	}

div.three_cols form input#submit:hover {
	background-color: #006699;
	color: #ffffff;
	cursor: pointer;
	}

img.thumb {
	float: left;
	
	background-color: #ffffff;
	border: 1px solid #990000;
	padding: 4px;
	margin: 5px;
	}

img.thumb:hover {
	background-color: #cc9999;
	}
	
/* Footer */

div#footer {
	position: absolute;
	bottom: 0px;
	width: 100%;
	border-top: 1px solid #0099cc;
	background-color: #003366;
	color: #ffffff;
	font-size: 10px;
	text-align: center;
	padding: 2px 0px 10px;
	}
	
div#footer a:link, div#footer a:visited {
	color: #cccccc;
	}

div#footer a:hover, div#footer a:active {
	text-decoration: underline;
	}
