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

#wrapper {
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: auto;
	width: 100%;
	float: left;
}
#midbox {
	background-color: #707173;
	margin: 0px;
	padding: 0px;
}

#navbar {
	float: right;
	width: 22%;
}
#navigation{width: 74%; float: left; background: #707173; padding-left: 2%; padding-right: 2%;}
#content {
	float: left;
	width: 74%;
	padding-right: 2%;
	padding-left: 2%;
	background-color: #FFF;
}
#footer {
	height: 70px;
	width: 100%;
	text-align: center;
	padding-top: 20px;
	background-color: #fff;
	border-top-width: 6px;
	border-top-style: double;
	border-top-color: #666;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}

h1 {
	font-family: Tahoma, Geneva, sans-serif;
	color: #26b4ed;
	font-size: 1.5em;
	padding-top: 10px;
}
h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.8em;
	clear: both;
	color: #FFF;
}
h3 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
	clear: both;
	padding-top: 10px;
	color: #26b4ed;
}
h4 {
	color: #707173;
	font-size: 0.7em;
}


p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.8em;
	line-height: 120%;
	color: #333;
}
#navbar ul li a, #navigation ul li a {
	text-decoration: none;
	color: #FFF;
}

#navbar ul li a:visited, #navigation ul li a:visited {color:#903;
}

#photobox {
	height: auto;
	width: 100%;
	padding: 0 50px;
}
.figure300 {
	width: 40%;
	margin-top: 8px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 3px;
	font-size: 1em;
	color: #06c;
	font-style: italic;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	float: left;
}
.photo img {
	padding: 4px;
	margin-right: 4px;
	margin-left: 4px;
	border: 1px solid #369;
}


.clear {
	clear: both;
}
.textlist {
	font-family: Tahoma, Geneva, sans-serif;
	color: #333;
	font-size: 0.8em;
	line-height: 150%;
}
#navbar ul li {
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 200%;
	list-style-type: none;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

#navigation ul li {
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 200%;
	list-style-type: none;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	display: inline;
	padding-right: 20px;
}

#navigation ul{padding: 0px}

.img-left {
	float: left;
	border: 3px solid #666;
	padding: 4px;
	margin-right: 6px;
	margin-bottom: 10px;
}
.img-right {
	float: right;
	border: 3px solid #666;
	padding: 4px;
	margin-left: 6px;
}

img.responsive{height: auto !important; width: 100% !important;}

.centre {
	text-align: center;
}
.names {
	font-style: italic;
	font-weight: bold;
	color: #06c;
	font-size: 1em;
}
.contentbullets {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.8em;
	line-height: 120%;
	font-weight: bold;
	list-style-type: circle;
	color: #333;
}
.tab {
	margin-left: -20px;
}
.onethird {
	float: left;
	width: 40%;
	clear: both;
}
.twothird {
	float: left;
	width: 60%;
}



body {
	background-image: url(images/clouds.jpg);
	background-repeat: no-repeat;
	background-color: #e8eff9;
}
.figure150 {
	height: 160px;
	width: 168px;
	margin-top: 8px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 3px;
	font-size: 0.8em;
	color: #06c;
	font-style: italic;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	float: right;
}
.footer {
	text-align: center;
	list-style-type: none;
	text-decoration: none;
}
#footer li a {
	color: #666;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#footer li a:visited {
	color: #C00;
}

#footer ul {
	display: inline;
}
#footer li {
	display: inline;
	padding-right: 50px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#content iframe{width: 100% !important; height: auto !important;}

img.ad{width: 50% !important; height: auto !important;}

@media screen and (max-width:700px){
	#header{float: none; width: 100% !important;}
	#navbar{display: none;}
	#navigation, #content{width: 96% !important; float: none}
	img.ad{width: 100% !important;}
	.figure300{width: 100%;}
	#photobox{padding: 0}
	div.twothird {display: block; clear: both;}
	img.img-left, img.img-right{width: 40% !important; height: auto !important;}
	.onethird img.img-left{width: 90% !important; height: auto !important;}
}
@media screen and (max-width:430px){
}