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

html, body, div, span, object, applet, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	outline: 0;
	font-size: 98%;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: baseline;
}

:focus { outline: 0;}

ol, ul {list-style: none;}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

a:link {
	color: #0066FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0066FF;
}
a:hover {
	text-decoration: underline;
	color: #FF6600;
}
a:active {
	text-decoration: none;
	color: #FF6600;
}



body  {
	line-height: 1;
	text-align: center;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(images2/bg.jpg);
	background-repeat: repeat-x;
	background-color: #D3B200;
}
a img {border: none;}

	h1 {
	font-size: 1.4em;
	color: #444;
	font-style: italic;
	line-height: 1.3em;
	text-transform: uppercase;
	text-align: center;
}
	h2 {
	font-size: 1.1em;
	color: #444;
	line-height: 1.5em;
}
	h3 {
	font-size: 1.3em;
	color: #444;
	line-height: 1.9em;
}
	h4 {font-size: 0.9em; color: #0066FF; }
	h5 {
	font-size: .85em;
	color: #444;
}
	h6 {font-size: 0.85em; margin: 0.5em 0 0;}
	p {color: #444; padding-top: 3px;line-height: 1.4em;}
	ul, ol {
	padding-left: 1em;
	color: #444;
	line-height: 1.5em;
	list-style-type: disc;
}



.wrap #container {
	width: 1016px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
}
#logo {
	float:left;
	padding-top: 45px;
	padding-left: 22px;
}
#header {
	background-repeat: no-repeat;
	background-image: url(images2/header5.jpg);
	height: 259px;
	width: 1016px;
	z-index: 0;
}
#menu {
	height: 268px;
	width: 195px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(images2/nav.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	padding: 0px;
	margin-right: 0px;
	margin-left: 8px;
	}
	#menu span {
		display: none;
	}
	#menu li, #menu a {
		height: 53px;
		display: block;
	}
	#menu li {
		float: left;
		list-style: none;
		display: inline;		/* fixes IE/Win double margin float bug (safe) */
	
	}

	/* margin-left - you will need to adjust this value to "center" your nav, if needed */ 
	/* width - width of each button, they will each most likely be unique */ 
	#home 		{ width: 195px; }
	#flagsandmags 	{ width: 195px; }
	#buy 	{ width: 195px; }
	#testimonials 	{ width: 195px; }
	#contact	{ width: 195px; }


	/* Changed values should match sum of "width" numbers specified above */ 
	#home a:hover			{ background: transparent url(images2/nav.jpg) -194px 0 no-repeat; }
	#flagsandmags a:hover  	{ background: transparent url(images2/nav.jpg) -194px -53px no-repeat; }
	#buy a:hover  		    { background: transparent url(images2/nav.jpg) -194px -106px no-repeat; }
	#testimonials a:hover  	{ background: transparent url(images2/nav.jpg) -194px -159px no-repeat; }
	#contact a:hover  		{ background: transparent url(images2/nav.jpg) -194px -212px no-repeat; }

	#home .active			{ background: transparent url(images2/nav.jpg) -194px 0 no-repeat; }
	#flagsandmags .active  	{ background: transparent url(images2/nav.jpg) -194px -53px no-repeat; }
	#buy .active  		    { background: transparent url(images2/nav.jpg) -194px -106px no-repeat; }
	#testimonials .active 	{ background: transparent url(images2/nav.jpg) -194px -159px no-repeat; }
	#contact .active 		{ background: transparent url(images2/nav.jpg) -194px -212px no-repeat; }

#sidebar1 {
	float: right;
	width: 218px;
	padding-bottom: 15px;
	position: relative;
}
.wrap #mainContent {
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.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;
}
 
</style>[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.wrap #sidebar1 { width: 220px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.wrap #sidebar1 { padding-top: 30px; }
.wrap #mainContent {
	zoom: 1;
	padding-right: 25px;
	padding-left: 25px;
}
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]

#top_bg {
	background-image: url(images_mg/bg_top.jpg);
	background-repeat: repeat-y;
	width: 100%;
	height: 178px%;
}
#mainTop {
	background-image: url(../safe%20student%20driver/images/main_top2.jpg);
	background-repeat: no-repeat;
	float: left;
	padding-left: 674px;
	height: 25px;
}
#mainImage {
	background-image: url(images2/main_bg.jpg);
	background-repeat: repeat-y;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 946px;
	padding-right: 35px;
	padding-left: 35px;
}
#mainBottom {
	clear: both;
}

.indent {
}

.indent2 {
	padding-left: 20px;
}




.bottom2 {
	float: left;
	width: 333px;
	padding-left: 30px;
	padding-top: 20px;
}
#bNav {
	padding-top: 10px;
	padding-left: 30px;
	float: left;
}
#copyR {
	padding-top: 10px;
	float: right;
	padding-right: 30px;
}
 #bNav a:link {
	color: #444;
	text-decoration: underline;
} 
#bNav a:visited {
	text-decoration: underline;
	color: #444;
}
#bNav a:hover {
	text-decoration: none;
	color: #FF6600;
}
#bNav a:active {
	text-decoration: none;
	color: #FF6600;
}#nav {
	background-image: url(../safe%20student%20driver/images/nav.jpg);
	width: 601px;
	float: right;
	height: 70px;
	margin-top: 55px;
	clear: both;
	margin-bottom: 28px;
}



a { color: #96997a; }


#mainContent h1 {
	font-size: 1.7em;
	line-height: 1.6em;
}
#footer {
	background-image: url(images2/footer.jpg);
	height: 82px;
	background-repeat: no-repeat;
	width: 1016px;
	background-position: center;
	margin: 0px;
}

#navagation {
	background-image: url(images2/nav.jpg);
	height: 321px;
	width: 195px;
	margin-left: 9px;
}
#tagline {
	padding-left: 350px;
	padding-top: 50px;
}
.topC2 {
	float: left;
	width: 707px;
	height: 17px;
	background-image: url(images2/col2_top.jpg);
	background-repeat: no-repeat;
}



.colMain {
	float: left;
	width: 212px;
}





.col1 {
	width: 212px;
	float: left;
}

.centerC2 {
	float: left;
	width: 707px;
	background-image: url(images2/col2_mid.jpg);
	background-repeat: repeat-y;
}
.bottomC2{
	background-image:url(images2/col2_bot.jpg);
	background-repeat: no-repeat;
	height: 18px;
	float: left;
	clear: both;
	width: 707px;
}


content2 {
	float: left;
	width: 329px;
}



.centerC1{
	float: left;
	width: 212px;
	background-image: url(images2/col1_mid.jpg);
	background-repeat: repeat-y;
}
.bottomC1{
	background-image:url(images2/col1_bot.jpg);
	background-repeat: no-repeat;
	height: 14px;
	float: left;
	clear: both;
	width: 212px;
}

.column2 {
	float: left;
	width: 329px;
	background-repeat: repeat-y;
}
.top2 {
	float: left;
	width: 329px;
	height: 17px;
}
.content3 {
	float: left;
	width: 600px;
	padding-left: 60px;
}
.content1 {
	float: left;
	width: 309px;
	padding-left: 30px;
}
#pics {
	width: 707px;
	height: 163px;
	background-image: url(images2/main_pics.jpg);
	background-repeat: no-repeat;
}
.help_button {
	padding-left: 60px;
}
.photoBox {
	padding-left: 20px;
}
.topC1 {
	background-image: url(images2/col1_top.jpg);
	background-repeat: no-repeat;
	height: 17px;
	width: 212px;
}
.col2 {
	width: 720px;
	float: right;
}

.redText {
	color: #C00;
}
.line {
	width: 600px;
	border-top-width: medium;
	border-top-style: double;
	border-top-color: #666;
	height: 5px;
	clear: both;
}

