@charset "utf-8";
/* CSS Document */
/* Clear browser defaults */
html, body {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	color:#000066;
	font-size: 13px;
	line-height: 1.3;
}

a:link, a:visited {
	text-decoration: none;
	color: #FF6600;
}
a:hover {
	color: #000000;
}


/* Main Layout Divs */
#wrap {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 0px;
	border: solid #cccccc 1px;
}
#header {
	height: 100px;
	width: 950px;
	background-image: url(../images/template/horizon4.jpg);
	border: none;
}

#contentwrap {
	height: 1%;
	background-image: url(../images/template/bg_bryane.png);
	background-repeat: repeat-y;

}

#main {
	float: right;
	width: 749px;
	height: 1%;
}

#maininner {
	margin-right: 10px;
	margin-left: 20px;
	clear: both;
	height: 1%;
}
.contentpane {
	float: left;
	margin-right: 10px;
	width: 499px;
}
.contentpanefull {
	float: left;
	margin-right: 10px;
	width: 700px;
}
#right {
	width: 200px;
	float: right;
}

#footer {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	padding-right: 20px;
	font-size: 10px;
	padding-left: 20px;
}



/* Left Navigation */
#left {
	width: 200px;
	float: left;
	background-color: #A2D5FB;
	text-indent: 5px;
}
#left ul {
	list-style: none;
	margin: 0;
	padding: 0px 0px 0px 0px;
}
#left li {
	border-bottom: solid #000 1px;
	border-top: solid #fff 1px;
	border-right: solid #000 1px;
}
#left li a {
	display: block;
	padding: 3px 3px 3px 0px;
	color: #000;
	text-decoration: none;
	font-size: 12px;
}
#left li a:hover {
	background-color: #D0EAFD;
}

.clearthis {
	clear: both;
}
.img_l {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
	float: left;
}
.img_lb {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
	float: left;
	border: solid #cccccc 1px;
}
.img_r {
	float: right;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.img_rb {
	float: right;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
	border: solid #cccccc 1px;
}
.centrealign {
	margin-left: auto;
	margin-right: auto;
}
.centrediv {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}

p {
	margin-top: 5px;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0px;
}
h1 {
	font-size: 150%;
}
h2 {
	font-size: 130%;
}
h3 {
	font-size: 115%;
}
h4 {
	font-size: 100%;
}
#right p {
	font-size: 85%;
	margin-top: 0px;
}
#hornav {
	height: 25px;
	text-align: right;
	line-height: 1.5;
	padding-right: 10px;
	border-bottom: solid #cccccc 1px;
	border-top: solid #cccccc 1px;
}
#pathway {
	height: 20px;
	line-height: 1.5;
	font-size: 12px;
	border-bottom: solid #cccccc 1px;
}
.box {
	border: 1px solid #CCCCCC;
	padding: 4px;
}
.centrepanel {
	width: 650px;
	left: 150px;
	float: right;
}
