/*
©2008 Bam Creative

Title : Burke Air Stylesheet
Author : Jay Hollywood | Bam Creative
URL : www.burkeair.com.au

Description : Stylesheet


*/

/*---------------------------------------------- GLOBAL SETTINGS */
html, body {
	height: 100%;
	}

body {
	font-family:"Times New Roman", Times, serif;
	font-size: 100% !important; /* dont control the font-size here - leave it for the 
	element you want to control. This sets the base text size to 16px */
	background: url(/art/bg.gif) repeat-x;
}

/*-------------------------------------------------------- LINK */


a {
	color: #058060 ;
	text-decoration: none;
}

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


/*---------------------------------------------------- HEADINGS */

h1, h2, h3, h4, h5, h6 {
font-weight:normal;
margin:0pt;
padding:0pt;
}
h1 {
	font-size: 1.25em;
	line-height: 2.4em;
	color: #0a8263;
}

h2 {
	font-size: 1em;
	font-weight: 600;
	line-height: 1.8em;
	color: #0a8263;
}

h3 {
	font-size: 0.875em;
	font-weight: 600;
	line-height: 1.4em;
	color: #3c3c3c;
}

h4 {
	font-size: 0.80em;
	line-height: 1em;
	color: #0a8263;

}

h5 {
	font-size: 0.6875em;
	line-height: 1em;
	color: #0a8263;
	font-weight: 600;
}

h6 {
	font-size: 0.6875em;
	line-height: 1em;
	font-weight: 600;
	color: #0a8263;
}


/*-------------------------------------------------- PARAGRAPHS */

p {
	font-size: 0.9em;
	line-height: 1.4em;
}

.mceContentBody { /* for tinyMCE editable area to match */
	font-size: 100%;
}

/*----------------------------------------------------- BULLETS */

#content ul, #content ol, .mceContentBody ul {
	margin-left:0px;
	padding-left:15px;
}

#content ul li, .mceContentBody ul li { /* make sure you reference ul via the container it's in - i.e. #content */
	font-size: 0.85em; /* try and match the <p> font-size for consistency */
	line-height: 1.7em;
	list-style-type:none;
	background:url(/art/liststyle.gif) no-repeat left top;
	padding-left:13px;
	margin-left:0px;
	color: #5f5f5f;
}
/* For sitemap bullet styles edit /templates/cms/cms_styles.css lin 250 */

#content ol li {
	font-size: 0.85em; /* try and match the <p> font-size for consistency */
	line-height: 1.7em;
	padding-left:13px;
	margin-left:0px;
	color: #5f5f5f;
}
/* For sitemap bullet styles edit /templates/cms/cms_styles.css lin 250 */


/*------------------------------------------------------ LAYOUT */


#container {
	width:100%;

	display: block;
}

#header {
	width: 770px;
	float: left;
	display: block;
	background: url(/art/header.jpg) no-repeat;
	height: auto;
}

#nav {
display: none;
}

#header #logo {
	margin: 0;
	padding: 0;
	}

#contact {
	position: absolute;
	top: 240px;
	left: 20px;
	line-height: 20px;
	color: #fff;
	font-size: .9em;
	display: none;
	}

#slogan {
	display: none;
	}
	
#leftpanel {
	width: 240px;

	display: block;
	float: left;
	background: #000;
	}

#content {
	margin: 0 0 0 260px;
	width: 510px;
	}

#content p{
	text-align: justify;
	color: #5f5f5f;
	}

#panel {
	width: 240px;
	float: left;
	font-family: "Times New Roman", Times, serif;
	display: block;
	background: url(/art/leftpanel.gif) no-repeat;

	}
#panel h2{
	width: 200px;
	background: #fae1a3;
	height: 30px;
	padding: 0 20px;
		margin-top:12px;
		margin-bottom:10px;
	}

#panel h3{
	padding: 10px 20px 0 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	}

#panel p{
	padding: 10px 20px;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-size: .75em;
	color: #3c3c3c;
}
#contact-details {
	padding: 5px 0 10px 18px;
	float:left;
	
}

#contact-details select{
	border: none; 
	width: 180px;
}

.hide-me{
	display: none;
}



#footer {
	font-size: 0.75em;
	width: 100%;
	height:31px;
	background: url(/art/footerbg.gif) repeat-x;
	display: block;
	color: #908e8e;
	font-family: Arial, Helvetica, sans-serif;
}

#footer-inner {
	width: 770px;
	}

.footer-left {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	padding: 6px 0 0 0;
}

.footer-right {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	padding: 6px 0 0 0;
	

}


/*------------------------------------------------------ TABLES */


/*------------------------------------------------------- FORMS */

form label {
	font-size: 0.75em;
}

form input, form select, form textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	width: 220px;
	border: 1px solid #ccc;
	display: block;
	background-color: #fff;
}

form input {
	width: 10em;
}

form select {

}

/* contact form */
form#contactform {
	width: 400px;
}

form#contactform ol {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
}

form#contactform ol li{
	display: block;
	}

form#contactform label {
	color: #4b4b4b;
	margin: 2px 0;
}

form#contactform input {
	margin: 4px 0;
	color: #4b4b4b;
	
}

form#contactform textarea {
	width: 220px;
	margin: 4px 0;

}

form#contactform a#submit {
	background: url(/art/submitbtn.gif) 0 0;
	width: 68px;
	height: 20px;
	display: block;
	margin: 10px 0 0 0;
	float: right;
}
form#contactform a#submit:hover {
	background: url(/art/submitbtn.gif) 0 -20px;
}



/*----------------------------------------------------- CLASSES */

.clear {
	clear: both;
}


/*----------------------------------------------------- SITEMAP */


ul#site_map { }
	ul#site_map li { margin-bottom: 5px; }
	ul#site_map li.depth1 { margin-left: 30px; }
	ul#site_map li.depth2 { margin-left: 60px; }
	ul#site_map li.depth3 { margin-left: 90px; }
	ul#site_map li.depth4 { margin-left: 120px; }
	hr{

	background:#DBEAF1;/*NS FF OP */

	color:#DBEAF1;/*IE*/

	border:none;/*FF NS OP*/

	height:1px;/*FF NS OP*/

	width: 100%;

}
