@import "reset.css"; 
@import "typography.css"; 

body {
}

html>body {
}

*{
outline: none;
}






/* --- layout ----------------------------------------------- 
   keep these for just the layout no background color nothing! */

div#container{
	width: 950px;
	margin: 22px auto;
	
}

div#wrapper{

}

div#content{
	clear: both;
}

div#navigation{
	background: #F05F15;

}

div#extra{
	clear: both;
}

div#footer{
	clear: both;
	position: relative;
}

/* --- faq page layout ------------------------------------------ */
.faq-entry #content{
	height: 1600px;
}

/* --- backgrounds ---------------------------------------------- */




/* --- links ---------------------------------------------------- */
a, a:link{
	color: #F05F15;
	text-decoration: none;
}

a:hover{
	color: #F05F15;
	text-decoration: underline;
}


/* --- header ----------------------------------------------
.home #header{
	height: 277px;
	width: 100%;
	margin-bottom: 13px;
	padding: 0;
	background: #F05F15;	
}

.home #header h1{
	float: left;
	padding: 185px 10px 10px;
	margin: 0;
	line-height: 0;	
}

.home #header h2{
	float: left;
	padding: 30px 0 0 40px;
	margin:0;
}
 */

.home #header{
	height: 157px;
	width: 100%;
	margin-bottom: 13px;
	padding: 0;
	background: #F05F15;	
}

.home #header h1{
	float: left;
	padding: 65px 10px 10px;
	margin: 0;
	line-height: 0;	
}

.home #header h2{
	float: left;
	padding: 35px 0 0 10px;
	margin:0;
}






/* --- navigation ----------------------------------------------- */
#navigation ul{
	float: left;
	width: 925px;
	margin: 0 0 13px 0;
	padding: 1px 0 0px 25px;
	background: #F05F15 url('/img/backgrounds/navigation-arrow.png') no-repeat  10px 3px;
	
}

#navigation ul li{
	display: inline;
	margin: 0;
	padding: 0;
}

#navigation li a{
	float: left;
	padding: 0 8px 0 7px;
	
	background: url('/img/backgrounds/nav-bar.png') no-repeat right;
	
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 25px;
}

#navigation li a:hover, #navigation li.active a{
	text-decoration: underline;
}







/* --- banner --------------------------------------------------- */

.banner{
	height: 180px;
	position: relative;
	clear: both;
	margin-bottom: 13px;
	background-repeat: no-repeat;
}

.banner ul{
	width: 450px;
	position: absolute;
	top: 15px;
	left: 495px;
	padding: 40px 0 0 0;
	margin: 0;
	list-style-type: none;
}

.home .banner ul{
	width: 330px;
	position: absolute;
	top: 15px;
	left: 600px;
	padding: 40px 0 0 0;
	margin: 0;
	list-style-type: none;	
}

.banner ul li{
	display: inline;
}

.banner ul li a{
	display: block;
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 16px;
}



.banner ul li#active a{
	position: absolute;
	top: 0;
	font-size: 36px;
	font-weight: normal;
	line-height: 35px;
	text-transform: capitalize;
}

.banner ul li a:hover{
	text-decoration: underline;

}

.banner ul li a span{
	text-transform: capitalize;
	
}

.banner h3, .banner p{
	position: absolute;
	top: 55px;
	left: 495px;
	font-size: 12px;
	line-height: 16px;
	color: #FFF;
}

.banner h3 a, .banner p a{
	font-size: 12px;
	line-height: 16px;
	color: #FFF;
}

.home .banner h3, .home .banner p{
	left: 600px;
}









/* --- content --------------------------------------------------- */

.primary-content, .secondary-content{
	width: 455px;
	float: left;
	padding-left: 11px;
}

.secondary-content{
	float: right;
}




/* news */
.article, .event{
	border-bottom: 1px dotted #EF5F16;
	margin-bottom: 12px;
}

.article p, .event p{
	margin-bottom: 10px;
	font-size: 13px;
}

.article p.small-description, .event p.small-description{
	margin-bottom: 6px;
}

.article h4, .event h4{
	margin-bottom: 5px;
	position: relative;
}

.article h4 span, .event h4 span{
	position: absolute;
	right: 0;
	font-size: 12px;
}

.paging{
	margin-bottom: 20px;
}

.paging div.disabled{
	display: inline;
}

.paging a.previous {
	padding-left: 15px;
}

.paging a.next{
	padding-right: 15px;
}







/* faqs */

#faqs{
	position: relative;
	margin: 0;
	padding: 0;
}

#faqs li{
	width: 210px;
	list-style-type: none;
	background: #F05F15;
	color: #FFF;
	border-bottom: 1px solid #FFF;
}

#faqs li a, #faqs li h5{
	display: block;
	padding: 5px 10px;
	color: #FFF;
	text-transform: uppercase;
}

#faqs li h5{
	margin: 0;
}

#faqs li a:hover{
	font-weight: bold;
}

#faqs li ul{
	position: absolute;
	left: 191px;
	top: 0;
	width: 700px;
	background: transparent;
	display: none;
	z-index: 100;
}

#faqs li ul li{
	background: #FFF;
	border-bottom: 1px dotted #707070;
	color: #707070;
	margin-left: 10px;
}

#faqs li ul li a{
	color: #F05F15;
}

#faqs li#show{
	background: #FFF;
	color: #F05F15;
	border-right: 1px solid #FFF;
}

#faqs li#show a{
	color: #F05F15;
}

#faqs li#show ul{
	display: block;
}	

#faqs li ul li{
	width: 680px;
}

#faqs li ul li div.hide-answer{
	display: none;
	padding: 15px;
}
#faqs li ul li div.show-answer{
	display: block;
	padding: 15px;
}

/* data capture popup */

#content p{
	position: relative;
}

.private {
	position: relative;
}

.data_capture{
	height: 200px;
	width: 251px;
	padding: 15px;
	position: absolute;
	bottom: 0px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	background: #FFF;
	border: 3px solid #F05F15;
}

#close-icon{
	position: absolute;
	top: 3px;
	right: 5px;
	font-size: 10px;
}

#loading-img{
	position: absolute;
	bottom: 5px;
	left: 10px;
}
.data_capture p{
	font-size: 11px;
	margin-bottom: 14px;
}

.data_capture form{
	position: absolute;
	top: 62px;
}
.data_capture label{
	color: #FFF;
	background: #F05F15;
	font-size: 11px;
	height: 16px;
	width: 60px !important;
	clear: left;
	float: left;
	margin-bottom: 10px;
	padding: 3px 5px
}

#furtherInfo{
	width: 217px !important;
	height: auto;
	font-size: 9px;
}

.data_capture input{
	border: 1px solid #F05F15;
	font-size: 11px;
	float: left;
	padding: 3px 3px 3px 2px;
}

.data_capture input{
}

.data_capture input.submit{
	margin-top: 0px;
	margin-left: 178px;
	background: #F05F15;
	color: #FFF;
	clear: left;
}



.data_capture p.error{
	margin: 0;
	color: red;
}




/* form */

#EnquiryAddForm{
}


#EnquiryAddForm fieldset, #MemberAddForm fieldset, #MemberEditForm fieldset{
	float: left;
	margin:0 30px 0 0;
	padding: 10px;
}

fieldset legend{
	font-size: 25px;
	color: #F05F15; 
	line-height: 1; 
	margin-bottom: 0.4em; 
	padding-top: 3px;
}


#EnquiryAddForm div.input, #MemberAddForm div.input, #MemberEditForm div.input{
	margin: 5px 0;
	padding: 0;
	float: left;
	clear: both;
	width: 100%;
	background: #F05F15;
}

div.input label{
	color: #FFF;
	text-align: left;
	width: 123px;
	margin: 0;
	padding: 3px 5px;
	float: left;
}

div.input input{
	background: #FFF;
	border: 1px solid #D75F3E;
	width: 254px;
	color: #D75F3E;
	padding: 5px 3px;
	margin: 0;
	float: right;
}

div.input textarea{
	width: 405px;
	height: 185px;
	border: 1px solid #D75F3E;
	margin-bottom: -5px;
}

.checkbox{
	clear: left;
	float: left;
	position: relative;
	width: 370px;
	padding: 0px 0 10px 10px;
	height: 18px;
}

.checkbox label{
	position: absolute;
	left: 25px;
	top: 0;
	width: 350px !important;
}

.checkbox input{
	position: absolute;
	left: 10px;
	top: 2px;
	width: 15px !important;
}


div.submit{
	clear: both;
	margin: 10px 0 0 0;
	
	text-align: right;
}

div.submit input{
	background: #F05F15;
	color: #FFF;
	padding: 5px;
	border: none;
	width: 120px;
}

.required{	
}

.error-message{
	color: #FFF;
	padding: 30px 5px 0;
}


/* just ask */
#justask-question{
	text-align: center;
	width: 100%;
	margin-bottom: 30px;
}

#justask-question form{
	width: 500px;
	margin: 0 auto;
}

#justask-question form label{
	display: block !important;
	text-align: left;
	font-size: 14px;
	padding: 0;
	margin-bottom: 0px;
}

#justask-question form textarea{
	width: 100%;
	height: 300px;
	padding: 5px;
	margin-bottom: 20px;
}

#justask-question form input#Submit1{
	float: right;
}

#just-answer-logo{
	float: right;
	position: relative;
	bottom: 20px;
}








/* --- extra --------------------------------------------------- */
#extra{
	position: relative;
	float:left;
	width: 100%;
}

#extra-logo{
	position: absolute;
	bottom: 40px;
}


#extra-note{
	float: right;
	width: 450px;
	padding-bottom: 60px;
	margin: 0 10px 15px 0;
	background: url('/img/backgrounds/extra-call-logo.jpg') no-repeat bottom left;
	
}

#extra-note p{
	padding-top: 15px;
	background: url('/img/backgrounds/extra-call-border.png') repeat-x top;
	font-size: 14px;
}





/* --- footer --------------------------------------------------- */

#footer{
	height: 22px;
	width: 100%;
	background: #6D6D6D;
	
}

#footer p#copywrite-text{
	float: left;
	padding: 5px 0 3px 10px;
	color: #FFF;
	font-size: 10px;
	
}

#footer p#copyrite-links{
	float: right;
	padding: 5px 10px 3px 10px;
	font-size: 11px;
	color: #000;
}

#footer p#copyrite-links a{
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
}

#footer p#copyrite-links a:hover{
	text-decoration: underline;
}











/* ---[ misc ]------------------------------------- */

img, a img {
    border: none;
    }
.hide {
    display: none;
    }
.clear {
    clear: both;
    }
.debug {
    border: 1px solid red;
    }

	.cake-sql-log {
		position:fixed;
		top:98%;
		z-index:10;
		width:100%;
		background-color:#000;
		color:#FFF;
		border-collapse:collapse;
	}

	.cake-sql-log caption {
		background-color:#900;
		color:#FFF;	
	}

	.cake-sql-log:hover {
		top:auto;
		bottom:0;
	}

	.cake-sql-log td {
		padding:3px;
		border:1px solid #999;
		background-color:#EEE;
		color:#000;
	}