* CSS Document */

/* Colours */

/*
		
*/

/* End Colours */

/* Template Structure */

body {
	/*
		please note, when using php accessability class, body font size is declared within _setup.php
		at:
		$_accessability -> _default_font_size = 0.8;
	*/
	
	
}
h1, h2, h3, h4, h5, h6 {
	margin: 5px 0;
}
p {
	margin-top: 0;
}
table {
	
}
th, td {
	vertical-align: top;
}
th {
	
}
td {
	
}

#accessability_info {
	text-align: right;
	width: 770px;
	margin: 0 auto 5px auto;
	font-size: 0.8em;
	padding-right: 10px;
}
#accessability_info span {
	margin-left: 10px;
}
#accessability_info a {
	
}

#container {
	width: 763px;
	margin: 0 auto;
	background: url(../_images/_structure/background_rep.jpg) left top repeat-y;
	padding: 0 1px 0 1px;
}

#header {
	background: url(../_images/_structure/header_rep.gif) left top repeat-x;
}
#header h1 {
	margin: 0;
}
#header h1 a {
	display: block;
	height: 112px;
	background: url(../_images/_structure/header.gif) left top no-repeat;
}
#header h1 a span {
	display: none;
}

#navigation {
	position: relative;
	z-index: 10;
	float: left;
	width: 169px;
}
#navigation ol {
	position: relative;
	z-index: 10;
	margin: 30px 0 40px 0;
	padding: 0;
	list-style-type: none;
}
#navigation ol li {
	display: block;
	position: relative;
}
#navigation ol li a {
	display: block;
	padding: 5px 10px 5px 5px;
	text-decoration: none;
	color: #FFF;
	text-align: right;
	border-top: solid 1px #F5ED81;
	background-color: #F42A41;
}
#navigation ol li a.last_item {
	border-bottom: solid 1px #F5ED81;
}
#navigation ol li a:hover {
	background-color: #CA0B23;
}
#navigation ol li.active a {
	background-color: #9D091C;
}


#navigation ol ol {
	position: absolute;
	width: 200px;
	z-index: 10;
	top: 0;
	margin: 0;
	margin-left: -9999px;
	border-left: solid 1px #fff;
}
#navigation ol li:hover ol {
	margin-left: 169px !important;
}
#navigation ol ol li {
	
}
#navigation ol ol li a {
	text-align: left;
}


#page_content {
	position: relative;
	margin-left: 175px;
	width: 580px;
	min-height: 400px;
	padding-bottom: 10px;
}
#page_content a {
	
}

#footer {
	font-size: 0.8em;
	clear: both;
	text-align: center;
	color: #FFF;
	background-color: #F42A41;
}
#footer a {
	color: #FFF;
	text-decoration: none;
	
}
#footer ol {
	border-top: solid 1px #666;
	border-bottom: solid 1px #666;
	list-style-type: none;
	margin: 0;
	padding: 5px 0 5px 0;
}
#footer ol li {
	display: inline;
}
#footer ol li a {
	padding: 0 7px;
	border-right: solid 1px #FFF;
}
#footer ol li a.last_item {
	border-right: none;
}
#footer ol li.active a {
	
}

#affiliates {
	padding: 5px;
	background-color: #F87F8D;
	clear: both;
}
#affiliates img {
	padding: 0 5px;
}
#address_details {
	background-color: #F42A41;
	padding: 5px;
}

.right {
	display: block;
	float: right;
	margin: 0 0 20px 20px;
}
.indent {
	padding-left: 10px;
	padding-right: 10px;
}
.center {
	display: block;
	margin: 0 auto;
}
.bottommargin {
	margin-bottom: 40px;
}
.halflist {
	width: 50%;
	float: left;
}

.indent .pullout_box {
	width: 558px;
	min-height: 100px;
}

.indent .pullout_box li {
	padding: 3px 0;
}


.column_seperator {
	margin-right: 15px;
}
.onefifth {
	float: left;
}
.twofifths {
	float: left;
}
.threefifths {
	float: left;
}
.fourfifths {
	float: left;
}


.onehalf {
	width: 285px;
	float: left;
}

.onehalf.seperator {
	float: left;
	margin-right: 10px;
}
.clearfix {
	clear: left;
}
.full {

}

.remove_bullets {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.remove_bullets li {
	
}

.pullout_box {
	float: left;
	margin: 0 0 10px 0;
	padding: 0;
	border: solid 1px #F42A41;
	/*min-height: 300px;*/
	width: 578px;
}
.pullout_box.centred {
	width: 80%;
	margin: 0 10%;
}
.onehalf .pullout_box {
	width: 283px;
}

.pullout_box * {
	margin: 0;
	padding: 5px;
}
.pullout_box ul {
	margin-left: 20px;
}
.pullout_box ul li {
	list-style-image: url(../_images/_structure/red_bullet.gif);
}
.pullout_box span {
	margin: 0;
	padding: 0;
}

.box_title {
	border-bottom: solid 1px #F42A41;
	padding: 5px;
	margin: 0;
	background-color: #F87F8D;
	color: white;
	font-size: 1.0em;
	text-align: center;
}

.box_title * {
	
}



/* End Template Structure */

/* home page */

#welcome_title {
	margin: 0;
	height: 79px;
	background: url(/_lib/_images/_structure/welcome.gif) left top no-repeat;
}

#welcome_title span {
	display: none;
}

/* end home page */

#celebrating_content {

}
#page_content h2, #page_content h3 {
	border-bottom: solid 1px #333;
	margin-bottom: 20px;
}

#mission_statement {
	margin-bottom: 20px;
	border: solid 2px #F42A41;
	padding: 10px 10px 15px 10px;
}
#mission_statement h2 {
	border-bottom: solid 1px #333;
	margin-bottom: 10px;
}
#mission_statement p.bold {
	line-height: 1.5em;
	
	margin-bottom: 0;
}

#exam_content {

}
#exam_content table {
	width: 100%;
}


#links_content {
	
}
#links_content ul {
	padding-left: 0;
	padding-right: 0;
	margin: 0 20px;
	list-style-type: none;
}
#links_content ul li {
	margin: 0;
	padding: 10px;
}

.gallery_row {
	clear: both;
}

.image_holder {
	width: 130px;
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
	text-align: center;
}
.image_holder img {
	padding: 0;
	margin: 0;
}


.one_third, .pullout_box .one_third {
	float: left;
	width: 150px;
	margin: 10px 7px;
	padding: 0 0 10px 20px;
}
.one_third li {
	
}


.one_half, .pullout_box .one_half {
	float: left;
	width: 46.999%;
	margin: 10px 1%;
	padding: 0;
}
.one_half li {
	margin-left: 20px;
}

blockquote {
	background-color: #F9EFEC;
	border: solid 1px #F2DDD7;
	padding: 10px;
	font-style: italic;
}

#faqs {

}

#faqs h4 {
	font-weight: normal;
	font-size: 100%;
	margin: 0 0 5px 0;
}

#faqs .answer {
	margin-bottom: 5px;
}
.answer_inner {
	background: #F8F8F8;
	margin: 5px;
	padding: 10px;
	border-bottom: solid 1px #CCCCCC;
}
ul .one_third {
	display: block;
	width: 33%;
	float: left;
}