@charset "utf-8";
body  {
	font: 100%/1.3em  Arial, Verdana, Helvetica, sans-serif;
	background: #141114 url(../images-driver-training-driving-lesson-school-sunshine-coast-brisbane-caboolture-bribie/driving-lessons-brisbane.png) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #f0f0f0;
}
.links {
color: #f0f0f0;
text-decoration: none;
}
a:hover.links{color: #f0f0f0; text-decoration:none;}
*{margin:0; padding:0;}
img{border:none;}
a{color:#FFCC00; text-decoration:none;}
a:hover{color: #FF9900; text-decoration:none;}
table{
	border-collapse:collapse;
	}
#container { 
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	background: url(../images-driver-training-driving-lesson-school-sunshine-coast-brisbane-caboolture-bribie/driver-training-caloundra.jpg) no-repeat; 
	padding: 0 0 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:215px;
	margin:0;
} 
#header .col1 {
	margin:0; 
	width:400px;
	padding: 15px 0 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#header .col2 {
	float:right;
	width:360px;
	text-align:right;
	padding: 20px 0 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#nav { 
	margin:0;
	padding:0;
	height:36px;
	}
/*promotion box..........................................................*/
#promotion-home{
	width:960px;
	background:url(../images-driver-training-driving-lesson-school-sunshine-coast-brisbane-caboolture-bribie/driving-xmas-promotion-bg.png) no-repeat;
	height:55px;
	margin: 5px 0 0 20px;
	}
#promotion-home h5 {color:#01a8fe; margin:0 10px 0 10px; padding-top:10px;  font-size:1.4em; line-height:1.4em; }
#promotion-home h5 a{color:#01a8fe; }
#promotion-home h5 a:hover{color:#FF9900;}

/*sidebar..........................................................*/	
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 285px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 0;
	text-align:right;
}
#sidebar1 img{padding-bottom:5px; }
#staff {
	float: right; /* since this element is floated, a width must be given */
	width: 285px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 0;
	text-align:right;
}
#staff img{margin:5px 0 5px 3px ; border:1px solid #FFFFFF; }
#mainContent { 
	margin: 0 300px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: left;
}
#wideContent { 
	margin: 0 ; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: left;
}
#splash { 
	margin: 0 ; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: left;
}
#splash img{ text-align:center;}
#logo img {padding:10px 10px 10px 0;}
#mainContent .textArea{
	width:610px;
	height:285px;
	overflow:auto;
	}
/*news section main content.................................................*/	
#body_news #mainContent{
	width:900px;	
	padding: 10px 20px;
	} 
#body_news #mainContent table{
	margin:0;
	padding:0;
	border:0;
	}
	
#body_news #mainContent td{
	padding:2%; 
	border:none;
	border-bottom:1px dotted #CCCCCC;
	}

#body_news #mainContent td p{
	padding:0; 
	margin:0;
	}

/*global text styles.................................................*/	
h1{margin:0.7em 0; font-size:1.4em;} 
h2{margin:0.7em 0; font-size:1.2em; font-style:italic;}  
h3{margin:0.5em 0; font-size:1.0em; }  
p{margin:0.7em 0; padding-right:3%; font-size:0.82em;} 
h4{margin:0.7em 0; padding-right:3%; font-size:0.68em; line-height:1.1em; font-weight:normal;}
ul, ol{margin:0.7em 5%; font-size:0.82em} 

h1.splash{ font-size:2.0em; font-style:normal; color:#4eb7ee; text-align:center}
h2.splash{ font-size:2.0em; font-style:normal; color:#4eb7ee; text-align:center}
h3.splash{ font-size:1.2em; font-style:normal; color:#4eb7ee;  text-align:center}
#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */
body#body_location  #mainContent {width:960px;}
body#body_location  .mapBox {width:960px;}
p.map{font-size:10px; line-height:1em;}
p.map a{color:#FFCC00;}
p.map a:hover{color: #FF9900; text-decoration:none;}
body#body_location  .location-block {
	float: left;
	width: 450px;
	margin-right: 10px;
	padding-right:10px;
	border-right:1px dotted #666666;
}

body#body_location  .location-block.last {
	margin-right: 0px;
	border-right:none;
	margin-right:0;
	padding-right:0;
}
body#body_location  .location-block p.location{height:120px; overflow:auto;}
body#body_location  .location-block ul {
	list-style-type: none;
}

body#body_location  .location-block h2 {
	font-size: 16px;
	margin-top:0;
	height:40px;
}
body#body_location  .location-blockSingle {
	float: left;
	width: 600px;
		height: 400px;
	margin-right: 10px;
	padding-right:10px;
	border-right:0px dotted #666666;
}

body#body_location  .location-blockSingle ul {
	list-style-type: none;
}

body#body_location  .location-blockSingle h2 {
	font-size: 16px;
	margin-top:0;
	height:40px;
}
body#body_location  .location-blockSingleMap {
	float: left;
	width: 300px;
	margin-right: 0px;
	border-right:none;
	margin-right:0;
	padding-right:0;
}
