@charset "utf-8";
/* CSS Document */

/* index

1. Main content
2. Header
3. Primary Nav
4. Content
5. Sidebar
6. Social networking stuff
7. Footer

-------------------------------------------------------------------------------------- 



* Filename: 			globle.css
* Description: 			global CSS (master)
* Version:          	 5 (15/02/2010)
* Website:			motivatordrivingschool.com
* Author:			Thurston Tye

----------------------------------------------------------------------------------------
Colours :
MGL dark blue: #005c97
MGL light blue: #82b1df
MGL Green: #b4d66f 
------------------------------------------------------------------------------------------
*/

/* Styles applicable across the whole site ###################################################*/


/*########### Main Container elements ############*/
html {
margin:0;
padding:0;
background: #fff ;

}

body {
	margin:0;
	padding:0;
	font-family:"Gill Sans Std Light", Arial, sans-serif;
	font-size:65%;
	text-align:center;
	background: url(../images/top_bg.png) top center no-repeat;
	
	}
img{
	border:none;
}
	
h1 { font-size:1.8em; color:#005c97}/* 20px*/
h2 { font-size: 1.6em;color: #005c97;} /*18px*/
h3 { font-size: 1.4em;color: #005c97}/*14pt*/
h4 {font-size:1.4em;color:#005c97}
h5 {font-size:1.4em; color:#666666; font-family:"Gill Sans Std Light", Arial, sans-serif}
h6 {font-size:1.2em;color:#005c97}
p{ font-size: 1.3em;} /*12px*/
/*LVHA*/
a{ 
outline:none;
font-size: 1em;font-family: "Gill Sans Std Light", Arial, sans-serif;
text-decoration:none;
color:#666666;}
a:hover{text-decoration:none;
color:#b4d66f;
}

.note{font-size:1em; font-style:italic;} /*8px*/
ul,ol {
	font-size:1.2em;
}
.Wrap {
		clear:both;
		margin-top:-10px;
		margin-left:auto;
		margin-right:auto;
		padding:0;	
		width:996px;
	background:url(../images/centreBg.png) left bottom repeat-y;
}


/*######### header ##########################################*/


#header {
	float:left;
	margin:0 auto;
	background: url(../images/motivator_driving_school_he.png) top left no-repeat;/* ALWAYS match colour to background as image is transparent*/
	width:100%;	
	}

#header h1 {
	float:left;
				margin: 60px 0 0 45px;
				width:350px;
				height: 114px;
				background: url(../images/motivator_driving_school_lo.png) top left no-repeat;
				text-indent:-9999px
	}

.Wrap #header #cta{
	float:right;
	margin:35px 51px 0 0;
	width:250px;
	border:1px;
	overflow:hidden;
}
.Wrap #header #addThisbtn2 {
	float:right;
	overflow:hidden;
}

#header #callNow {
	display:block;
	float:right;
	margin:0 auto;
	/*margin:10px 51px 0 0;*/
	width:220px;
	height:120px;
	background:url(../images/CallNow.png) top left no-repeat;
	text-indent:-9999px;
	overflow:hidden;

}
*html #callNow{
margin:60px 35px 0 0px;
} /*ie6 hack*/

/*#### Primary Nav ##################*/

ul.nav{
	margin:0;
	padding:0 0 0 35px;
	float:left;
	list-style:none;
	width:90%;
	overflow:hidden;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.6em;
}

ul.nav li {
float:left;
}
ul.nav a {
	display:block;
	padding: 0 0.8em;
	line-height:2em;
	text-decoration:none;
	border-right: thin #999999 groove; 
}
ul.nav a:hover, ul.nav a:focus 
	{ background: #82b1df; color:#FFFFFF;}
#home .nav .home a {
	background: #82b1df; color:#FFFFFF;
/*	opacity: 0.5;*/
}
ul.nav li:last-child a{
	border-right:none;
}

#baseNav{
	float: left;
	width: 100%;
	margin:8px auto;
	padding: .2em 0  0 .2em;
	border-bottom: thin #000066;
	border-top: thin #000066;
	list-style:none;
	
		}
#baseNav li {
		float: left;
		margin: 0;
		padding:0;
		font-family: "Gill Sans Std Light", Arial, sans-serif;
		font-size:90%;
}
		
#nav a{
		float:left;
		display:block;
		margin:0;
		padding: .5em 1em;
		color: #666666;
		text-decoration: none;
		font-size:1.4em;
		font-family:Arial, Helvetica, sans-serif;
		border-bottom: #CCCCCC thin inset;
	}
#nav a:hover{
				background:#82b1df;
				color:#FFFFFF;
				
}
/*############# Content ##################################################################*/

#content{
	text-align:left;
	float:left;
	width:65%;
	padding: 10px 0 0 25px;
	margin: 0 0 0 20px;
	background:#FFFFFF;
	
}
/*html #content{ padding-left:10px;}*/

#ad {
	margin-top:5px;
	width: 95%;
}
#ad img{
margin: 0 8px 0 0;
  	padding: 4px;
 	border: 1px solid #D9E0E6;
}

#base {
	clear:both;
	height:50px;
	width:100%;
	margin:0 auto;
	padding:0 0 8px 40px;
	background: #FFFFFF url(../images/BotBg.png) bottom left no-repeat;
}

#baseNav a{
float:left;
		display:block;
		margin:0;
		padding: 0 1em;
		color: #666666;
		text-decoration: none;
		font-size:1.2em;
		border-top: #CCCCCC thin inset;
		font-family:Arial, Helvetica, sans-serif;
/*		border-bottom: #CCCCCC thin inset;*/
		}
		


#baseNav a:hover{color:#82b1df;}
#baseNav li{
padding:0 0 12px 0 ;
}
/*############### sidebar ############################################*/
#side{
	float:left;
	width:220px;
	margin:10px 0 0 35px;
}

#sidebar {
	/*text-align:center;*/
	float:left;
	width:210px;
	margin:0 auto;
	padding:0 0 12px 0;
	background:url(../images/sideBot.png) left bottom no-repeat;
}
*html #sidebar{
margin-right:40px;
margin-left:10px
} /*ie6 hack*/
/*####### Social Network stuff #######*/
.SocNet {
/*text-align:left;*/
	float:left;
	width:210px;
	margin:0 auto;
	padding:0 0 0 0;
}

	.Wrap #side .SocNet a {	
	display:block;
	margin-top: 20px;
}
/*
#facebook img{ float:left;
	margin:0 auto;
}

#twitter{
text-align:center;
margin:0 auto;
border:none;
}

#twitter img {

margin:10px 0;
border:none;
}
*/
#addThisbtn {
	float:right;
	margin:10px auto;


}
/* ##################### */
.box {
		width:100%;
		margin:0 auto;
		background: url(../images/sideCent.png) repeat-y bottom left;	
		}
.box h3 {
		margin: 0;
		padding: 20px 8px 4px 10px;
		font-size: 130%;
		color: #333;
		background: url(../images/sideTop.png) no-repeat top left;
		}
.box ul {
		margin:0;
		padding: 14px 10px 14px 10px;
		list-style:none;
		}
.box ul li {
		margin: 0 0 6px;
		padding: 0;
		}
.box ul li a {
		display:block;
		text-align:right;
		padding:0 0.7em;
		font-size:1.2em;
		font-family:"Gill Sans MT", Arial, sans-serif;
		text-decoration:none;
		color:#666666;
}
.box ul li a:hover {
		display:block;
		font-size:1.2em;
		font-family:"Gill Sans MT", Arial, sans-serif;
		text-decoration:none;
		background:#82b1df;
				color:#FFFFFF;
		}
		
/*#############Footer#######################################*/

#footer {
	clear:both;
	margin:0 auto;
	
	width:95%;
	font-size:1em;
	background:#fff;
	

}
#googleKeywords {
clear:both;
}

#footerNav, #footerKeywords, #footerKeywords2, #footerKeywords3, #legal{
margin:0 auto;
}

#footerNav li, #footerKeywords li, #footerKeywords2 li, #footerKeywords3 li, #legal li{
display: inline;
}

#footerNav a, #footerKeywords a, #footerKeywords2 a, #footerKeywords3 a,{
	text-decoration: underline;
	color:#666666;
}
#footerNav a:visited, #footerKeywords a:visited, #footerKeywords2 a:visited, #footerKeywords3 a:visited{
	text-decoration: underline;
	color:#666666;
}
#footerNav a:hover, #footerKeywords a:hover, #footerKeywords2 a:hover, #footerKeywords3 a:hover{
	text-decoration: underline;
	color:#00FF00;
}
#footerNav a:active, #footerKeywords a:active, #footerKeywords2 a:active, #footerKeywords3 a:active{
	text-decoration: underline;
	color:#00FF00;
}

#compinfo {
width:100%;
float:right;
margin:20px 0 25px;
padding:10px 0 20px 20px;
}
#legal a{
	display: inline;
	color: #0000CC;
	margin: 0 4px 0 4px;}
	
#footerText p{
	color: #666666;
	margin-bottom: 5px;
}

.footerEmail{
	color: #666666;
}

.footerEmail:hover{
	color:#fff;
	}
/*###########################################################*/
.Wrap #content #localBiz table {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.Wrap #content #localBiz td {
	font-family: "Gill Sans Std Light", Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000099;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.Wrap #hpc {
	margin:0 auto;
	padding:0;
	}

#quote {
	font-size: 1em;
	font-style: oblique;
	color: #005c97;
}



