/* 
Colour References:
text: ##707e89;
heading: #267289;
sky blue: #88bcea;
dark blue: #215084;

*/

/* Reset */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, font, ins, kbd, q, s, samp,small, strike, tt, var,dl, dt, dd, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {	margin: 0;	padding: 0;	border: 0;	outline: 0;	font-weight: inherit;	font-style: inherit;	font-size: 100%;	font-family: inherit;	vertical-align: baseline;}body {	line-height: 1;	color: black;	background: white;} ul {	list-style: none;}/* tables still need 'cellspacing="0"' in the markup */table {	border-collapse: separate;	border-spacing: 0;}caption, th, td {	text-align: left;	font-weight: normal;}blockquote:before, blockquote:after,q:before, q:after {	content: "";}blockquote, q {	quotes: "" "";}

/******************
Overall Site Styles
******************/

/* General Styles */

body {
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#707e89;
	line-height: 1.7em;
	text-align:center;
	background-color: #fbfbfb;
	background-image: url(images/mainbgc.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#mainmenu {
	width: 950px;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	clear: both;
	position: relative;
		}
#quote {
	position: absolute;
	top: 0p;
	left: 712px;
		}
		

		
.logo {
	margin: 0;
	padding: 0;
	float: left;
}



strong{font-weight:800;}
p{padding-bottom:1em;
font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 12.5px;
	line-height: 1.4em;
	font-weight: normal;
	color: #7f8081;	
	}


h1{
	font-weight: normal;
	font-size: 16px;
	margin-bottom: 10px;
	text-transform: uppercase;
	color: #FFFFFF;
	letter-spacing: 2px;
	font-family: "Trebuchet MS", Arial, helvetica, sabs-serif;
	font-variant: normal;
	}



h2{
	font-weight: normal;
	font-size: 16px;
	margin-bottom: 10px;
	
	color: #1b4168;
	letter-spacing: 2px;
	font-family: "Trebuchet MS", Arial, helvetica, sabs-serif;
	font-variant: normal;
	}
h3{
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #8badb7;
	font-weight: bold;
	}
	

h4{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color: #FFFFFF;
	padding-bottom: 5px;
	font-weight: normal;
	}
	
.clearer {clear: both;}

/* Links */
a:link{color:#88bcea;text-decoration:none;}
a:visited{color:#88bcea;text-decoration:none;}
a:hover{color:#a9cf58;text-decoration:none;}
a:active{color:#a9cf58;text-decoration:none;}

/* Menu navbar */

#Navbar {
	width: 950px;
	margin-top: 22px;
	line-height: 1.3em;
			}

#Navbar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	
}

#Navbar ul li {
	display: inline;
}

#Navbar ul li a {
	height: 15px;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	display: inline-block;
	font-variant: normal;
	background-color: #fbfbfb;
	color: #215084;
	float: left;
	margin-right: 2px;
	text-transform: uppercase;
}

#Navbar ul li a:hover {
	background-color: #fefdb5;
	color: #50504e;
}

#Navbar ul li.activ a{
	background-color: #215084;
	color: #fbfbfb;
}

#dropmenudiv{
	position:absolute;
	width: 200px;
	z-index: 100;
	
	}

#dropmenudiv a{
	display: block;
	text-decoration: none;
	color:#707e89;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-size: 11px;
	z-index: -5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	margin-bottom: 1px;
		}

#dropmenudiv a:hover{
	color:#215084;
	text-align: left;
	background-color: #fbfbfb;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e1ddcf;
	margin-bottom: 1px;
	}


/* contents*/
#wrapper {
	width: 950px;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	clear: both;
	}


#rightcontents {
	width: 265px;
	padding-top: 20px;
	float: right;
		}

img {
border: none;
}
.intro {
	height: 288px;
	width: 400px;
	overflow: hidden;
	margin-top: 25px;
	float: left;
	margin-right: 20px;
}

#banner {
	height: 288px;
	width: 950px;
	overflow: hidden;
	margin-top: 1px;
	}
	
#banner .intro p {
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.4em;
	font-weight: normal;
	color: #aac0da;	
	}
.mainpic {
	margin-top: 1px;
	float: right;
}
.mainpictwo {
	margin-top: 1px;
	float: left;
}




.more {
	float: right;
	right-margin: 10px;
	display: block;
	font-size:12px;
	color:#6ba4b8;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		}

.more a:link, .more a:visited {
	font-size:12px;
	color:#6ba4b8;
	text-decoration: none;
	}
.more a:hover {
	color: #a9cf58;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #8fbfea;	
	}


#contentblock {
	width: 950px;
	
				}

#lcontents {
	width: 246px;
	float: left;
	padding-top: 20px;
	padding-right: 30px;
		}
		
#lcontents_photogallery {
	width: 950px;
	float: left;
	padding-top: 20px;
		}
#midcontents {
	padding: 20px;
	display:block;
	width: 334px;
	float: left;
	padding-right: 10px;
	background-color: #f0f0f0;
	border: 1px solid #FFFFFF;
	background-image: url(images/midbg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	}
#midcontents img {
	border: 4px solid #FFFFFF;
	margin-top: 8px;
	margin-bottom: 8px;
	}
.separator {
	background-image: url(images/dot.jpg);
	background-repeat: repeat-x;
	background-position: left top;	
	height: 2px;
	margin-top: 15px;
	margin-bottom: 15px;
}

/* Footer */
#footer {
	clear: both;
	background-color: #f8f9f9;
	background-image: url(images/footerbgc.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
	}
#insidefooter {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	padding-top: 25px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #8b8c8d;
		}
#insidefooter p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8b8c8d;
	}
#insidefooter a {
	color: #8b8c8d;
	text-decoration: none;
	}
#insidefooter a:hover {
	color: #347b91;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #88bcea;
		}
.leftfooter {
	float: left;
}
#footer .rightfooter {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
}
.rightfooter img {
	float: left;
	margin-right: 10px;
}
#footer .rightfooter a{
	color: #347b91;
}
#footer .rightfooter a:hover{
	color: #8b8c8d;
}
.sep {
	padding-left: 5px;
	padding-right: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #347b91;	
}


/* inner contents */
#maincontents {
	width: 950px;
	padding-top: 20px;
	padding-bottom: 30px;
	float: right;
		}
		
#maincontents img {
	float: left;
	margin-right: 25px;
	margin-bottom: 15px;
	padding: 6px;
	border: 1px solid #c9d3d8;
	background-color: #e8f3f9;
		}
#sidebar {
	width: 280px;
	float: left;
	padding-top: 20px;
	padding-right: 50px;
	background-image: url(images/verticalsep.jpg);
	background-repeat: no-repeat;
	background-position: right top;	
		}
#sidebar ul {
	padding: 0;
	margin-top: 4px;
	margin-bottom: 20px;
	list-style: none;
		}
#sidebar ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 12px;
	margin-left: 20px;
				}
#sidebar ul li a {
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 20px;
	display: block;
	height: 1%;
	color: #707e89;
	background-image: url(images/dotline.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;	
			}
#sidebar ul li a:hover {
	color: #267289;
	background-color: #e4eff5;	
			}
			
			/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
	margin: 0px;
}

.hoverbox a
{
	position:relative;
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.hoverbox a:hover
{
	position:relative;
	filter:alpha(opacity=60);
	-moz-opacity:.60;
	opacity:.60;
}
.hoverbox img
{
	background: #fff;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 150px;
	height: 150px;
	border: 8px solid #FFFFFF;
}

.hoverbox li
{
	background: #eee;
	color: inherit;
	display: inline;
	position: relative;
	float: left;
	padding: 0px;
	border: 1px solid #ddd;
	margin-top: 0px;
	margin-right: 18px;
	margin-bottom: 18px;
	margin-left: 0px;
}

.hoverbox ul
{
	padding: 0px;
	margin-top: 33px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.style1 {
	color: #163254;
	font-weight: bold;
	font-size: 26px;
}


#gallery .container a:link, #gallery .container a:visited {
	color: #3399FF;
	font-size: 12px;
}
#gallery .container a:hover {
	color: #FF0000;
	font-size: 12px;
}

#gallery ul{
	padding: 0px;
	list-style-type: none;
	margin: 0px;
	
}
#gallery li{
	display: inline;
	margin-right: 18px;
}
#gallery img{
	border: 1px solid #d6d5d5;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 4px;
}
#gallery a:hover img { border-color: #f9e505; }

