* {
    margin: 0;
    padding: 0; 
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 120%;
	color: #666;
	background: #819704 url('/bookit/images/bg.jpg') no-repeat;
}

#wrapper {
	margin: 0px auto;
	padding: 10px 0 0 0;
	width: 950px;
}

#header {
	float: left;
	width: 100%;
	margin: 0 0 20px 0;
}

#contentWrapper {
    background: #fff;
    padding: 10px;
    overflow: hidden;
    width: 930px;
}

#left {
	float: left;
	clear: both;
	width: 182px;
	margin: 0 22px 0 0;
}

#middle {
	float: left;
	width: 502px;
	margin: 0;
	padding: 0;
}

#right {
	float: right;
}

#footer {
	margin: 0px auto;
	text-align: center;
	color: #fff;
	font-size: 80%;
}

#footer a {
	color: #FFF;
	text-decoration: underline;
}

.clear {
    clear: both;
}


/* -- extra styles -- */


#accountlogin {
	background: url(/bookit/images/headers/accountlogin.jpg) no-repeat;
	width: 183px;
	height: 40px;
	margin-bottom: 5px;
}

#left #emailfield, #passwordfield {
	width: 113px;
}

#left label {
	width: 65px;
}

.lines {
	float: left;
	background: url(/bookit/images/lines.gif) repeat-x;
	height: 3px;
	width: 100%;
	margin: 5px 0 5px 0;
}

.lines_orange {
	float: left;
	background: url(/bookit/images/lines_orange.gif) repeat-x;
	height: 3px;
	width: 100%;
	margin: 8px 0 8px 0;
}

.hoveron {
	float: left;
	width: 700px;
	background-color: #ccc;
	padding: 5px;
	margin-top: 5px;
	cursor: pointer;
	overflow: hidden;
}

.hoveroff {
	float: left;
	width: 700px;
	background-color: #EEEEEE;
	padding: 5px;
	margin-top: 5px;
	overflow: hidden;
}


#aboutbookit {
	float: left;
	width: 423px;
	margin-right: 22px;
}

#aboutbookit_header {
	background: url(/bookit/images/headers/aboutbookit.jpg);
	height: 44px;
	margin: 0 0 10px 0;
}

#howtoregister {
	float: left;
	width: 260px;
}

#howtoregister_header {
	background: url(/bookit/images/headers/howtojoin.jpg);
	height: 44px;
	margin: 0 0 10px 0;
}

.bookit {
	color: #F68423;
}

#left a {
	font-weight: bold;
    color: #666600;
}


/* -- main styles -- */


h1 {
	line-height: 120%;
}

h2 {
	line-height: 130%;
	color: #00AEEF;
	font-size: 120%;
	font-weight: bold;
}

h3 {
    line-height: 120%;
    color: #fff;
    padding: 11px;
    font-size: 120%;
}

h4 {
    color: #fff;
    padding: 2px 0 0 18px;
    font-size: 90%;
}

h5 {
	line-height: 120%;
	color: #fff;
	font-size: 130%;
	font-weight: bold;
}

a {
    font-weight: bold;
    color: #F68423;
}

a:hover {
}

b {
	font-weight: bold;
    color: #F68423;
}

p {
    line-height: 120%;
    margin: 0 0 10px 0;
}

#middle p {
	margin: 15px 0 15px 0;
}

img {
	border: 0;
}

label {
	float: left;
	clear: both;
	width: 135px;
	color: #F68423;
	font-weight: bold;
}

.inputField {
	background: #eee;
	border: 1px solid #ccc;
}

input {
	background: #eee;
	border: 1px solid #9D9D9D;
	font-size: 90%;
	padding-left: 2px;
	font-family: Arial, Helvetica, sans-serif;
}

textarea {
	background: #eee;
	border: 1px solid #9D9D9D;
	font-size: 90%;
	padding-left: 2px;
	font-family: Arial, Helvetica, sans-serif;
}

select {
	background: #eee;
	border: 1px solid #ccc;
	font-size: 90%;
	padding-left: 2px;
	font-family: Arial, Helvetica, sans-serif;
}

.checkbox {
	border: 0;
	background: #FFF;
}

.checkbox-orange {
	border: 0;
	background: #F68423;
}

.button {
	background: url(/bookit/images/loginbg.jpg);
	border: 0;
	color: #FFF;
	font-weight: bold;
	font-size: 90%;
	
}






.odd { background: #f68423 url('/bookit/images/arrow.png') 10px 8px no-repeat; }
.even { background: #f79644 url('/bookit/images/arrow.png') 10px 8px no-repeat; }

.head_middleColumn { 
	background: url('/bookit/images/middleColumn_top_header.jpg') no-repeat; 
	height: 21px;
	margin-top: 5px;
}







ul.leftMenu {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.leftMenu li{
    margin: 1px 0 1px 0;
    padding: 5px 0 5px 20px;  
}

ul.leftMenu li a {
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}

.logo {
    float: left;
    width: 232px;
}

.navigation {
    float: right; 
}

.navigation ul li a {
    color: #657500;
    font-weight: bold;
    text-decoration: none;
}
.navigation ul {
    list-style-type: none;
}

.navigation ul li { 
    float: left;
    width: 80px;
    text-align: center;
    border-right: 1px solid #ccc;
}

ul { list-style: none; }


.organisationlogo {
	float: right;
    text-align: right;
    width: 690px;
    margin: 30px 0 0 0;
}

.head {
	background: url(/bookit/images/headers/blank.jpg) no-repeat;
	height: 37px;
	width: 182px;
}

#userdetails h3 {
	padding: 12px 0 0 10px;
}

.rightcolumn {
	background: url(/bookit/images/headers/blank.jpg) no-repeat;
	width: 182px;
}

.rightcolumn h3 {
	padding: 12px 0 0 10px;
	text-align: center;
}

.blankheader {
	background: url(/bookit/images/headers/blank_long.jpg) no-repeat;
	height: 37px;
	width: 701px;
	margin: 0 0 10px 0;
}

.blankheader h3 {
	padding: 12px 0 0 10px;
}

.faqs {
	padding: 0 0 0 0px;
}
.faqs-image {
    float: left;
    width: 256px;
    margin: 0 20px 10px 0;
    text-align: center;
    font-size: 80%;
}

.faqs-text {
}


.faqs h2 {
    clear: both;
	margin: 0;
	padding: 0;
	cursor: pointer; 
}
.faqs h2.open {
    color: #f68423;
}
.faqs .answer {
    margin: 0;
	padding: 0;
}
.faqs .answer p {
	margin: 0;
	padding: 0;
}
