@CHARSET "ISO-8859-1";
/* CSS Document for Premier Driving School
Author: E-Moxie Data Solutions, Inc.
Author URI: http://e-moxie.com
Copyright (c) 2008
*/

/* Browser Reset Styles ================= */
html, body, div, span, applet, object, 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, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
strong {
	font-weight: bold;	
}
small {
	font-size: 75%;	
}
em {
	font-style: oblique;	
}

/* Basic Definitions ==================== */
body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	background: #fbfbfb;
}

h1 {
	font-size: 30px;
	color: #000;
	margin: 10px 0;
	padding: 0;
	font-weight: normal;
}
h2 {
	font-size: 26px;
	color: #50780e;
	margin: 10px 0;
	padding: 0;
	font-weight: normal;
}
h3 {
	font-size: 18px;
	color: #333;
	margin: 10px 0;
	padding: 0;
	font-weight: normal;
}

a:link, a:visited, a:active {
	color: #3399cc;
}

p {
	line-height: 1.4em;
	margin: 5px 0 10px 0;
	padding: 0;
}

ul, ol {
	margin: 10px 0 10px 25px;
	padding: 0;
}
	li {
		margin-bottom: 5px;
		line-height:16px;
	}

/* Classes ============================== */
.clear {
	clear: both;
	height:1px;
}
.left {
	float: left;
	margin-right: 15px;
}
.right {
	float: right;
	margin-left: 15px;
}

.faux2col{
	width:450px;
	margin-right:20px;
	float:left;
}

.accordionPanel{display:none;}
.accordion h2 {cursor:pointer; font-size:20px; color:#333;}

.styled {
	width: 250px;
	padding: 5px;
	margin-bottom: 5px;
	border: 1px solid #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

.styled_table {
	border-top: 1px solid #ddd;
}

.styled_table tr th {
	background: #ddd;
	padding: 0px 20px;
	height: 29px;
	line-height: 29px;
	border-top: 1px solid #ddd;
	color:#333;
}

.styled_table tr td {
	background: #f6f6f6;
	padding: 0px 20px;
	height: 29px;
	line-height: 29px;
	border-bottom: 1px solid #ddd;
	vertical-align: middle;
}

.styled_table tr.odd td {
	background: #fbfbfb;
}
.styled_table tr.sub td {
	background: #eefbff;
	font-size:10px;
}

.styled_table tr:hover td { background: #fdfcf6; }

.styled_table .action {
	text-align: right;
	padding: 0 20px 0 10px;
}

.styled_table tr .action a { margin: 0 0 0 10px; text-decoration: none; color: #9b9b9b; }
.styled_table tr:hover .action .edit, a.edit:hover { color: #c5a059; }
.styled_table tr:hover .action .delete, a.delete:hover { color: #a02b2b; }
.styled_table tr:hover .action .view, a.view:hover { color: #55a34a; }

.styled_table tr:hover .action a:hover { text-decoration: underline; }

.alert {
	background: #fff8c3;
	border: 2px solid #9e9c8d;
	padding: 15px;
	margin-bottom: 20px;
}
.black { color: #000; }
.gray {	color: #6a6a6a;}
.red {color: red;}
.small {font-size:10px;}
.hidden {display:none;}
ul.green-arrows {
	margin: 10px 0;
}
ul.green-arrows li {
	font-size: 18px;
	margin: 20px 0 20px 30px;
	background: url('../images/green-arrow.gif') 0 center no-repeat;
	padding: 5px 0 5px 40px;
	
}
.indent {margin:0 30px 0 30px;}

.location-holder{
	margin-bottom:10px;
	padding:10px 0 10px 0;
	border-bottom:1px solid #efefef;
	float:left;
	width:460px;
	margin-right:10px;
}
.location-course-holder-h3 {font-size:20px!important;}

.location-holder h3, .location-course-holder h3 {font-size:20px!important;}
.location-holder h4, .location-course-holder h4 {font-size:16px!important; color:#ff8949; margin-top:8px!important; margin-bottom:2px;}
.location-holder h5, .location-course-holder h5 {font-size:14px!important; color:#000; font-weight:bold; margin-top:8px!important; margin-bottom:2px;}


.location-course-holder{
	margin-bottom:10px;
	padding:10px 0 10px 0;
	border-bottom:1px solid #efefef;
}

.location-photos-holder {background-color:#f4f5f6; border:1px solid #e8e9eb; padding:5px; width:384px; height:100px; overflow:hidden;}
	.location-photos-holder img {border:1px solid #c6cbd4; margin-right:3px; width:120px; height:90px;}

.course-holder-wrapper{
	padding:10px 0 10px 0;
	float:left;
	width:300px;
	margin-right:20px;
}

.course-holder{background-color:#f4f5f6; border:1px solid #e8e9eb; padding:5px; margin-bottom:10px;}
.course-holder ul {margin:5px 0 0 10px; padding:0;}
.course-holder li {border-bottom:1px solid #ccc; padding-bottom:5px;}
.course-holder li.last {border-bottom:0px;padding-bottom:5px;}

.confirmButton {
	height: 49px;
	width: 250px;
	background: url(/images/confirm-button.gif) no-repeat top left;
	border:0px solid #fff;
	cursor:pointer;
}

/* Forms ================================ */
fieldset {
	border: 1px solid #ddd;
	padding: 19px;
	margin: 0 0 20px 0;
	background: #fbfbfb;
}


fieldset label {
	line-height: 12px;
	font-weight:bold;
}

fieldset .text-long {
	border: 1px solid #ddd;
	background: #fff url(/accounts/images/input-shaddow.gif) no-repeat left top;
	font: 11px Arial, Helvetica, sans-serif;
	color: #646464;
	padding: 5px 7px;
	width: 264px;
	margin: 0 10px 0 0;
}

fieldset .text-xlong {
	border: 1px solid #ddd;
	background: #fff url(/accounts/images/input-shaddow.gif) no-repeat left top;
	font: 11px Arial, Helvetica, sans-serif;
	color: #646464;
	padding: 5px 7px;
	width: 625px;
	margin: 0 10px 0 0;
}

fieldset .text-medium {
	border: 1px solid #ddd;
	background: #fff url(/accounts/images/input-shaddow.gif) no-repeat left top;
	font: 11px Arial, Helvetica, sans-serif;
	color: #646464;
	padding: 5px 7px;
	width: 124px;
	float: left;
	margin: 0 10px 0 0;
}

fieldset .text-small {
	border: 1px solid #ddd;
	background: #fff url(/accounts/images/input-shaddow.gif) no-repeat left top;
	font: 11px Arial, Helvetica, sans-serif;
	color: #646464;
	padding: 5px 7px;
	width: 44px;
	float: left;
	margin: 0 10px 0 0;
}

fieldset .text-long:focus, 
fieldset .text-medium:focus,
fieldset .text-small:focus,
fieldset .text-xlong:focus,
fieldset textarea:focus { background: #fdfcf6 url(/accounts/images/input-shaddow-hover.gif) no-repeat left top; }

fieldset textarea {
	border: 1px solid #ddd;
	background: #fff url(/accounts/images/input-shaddow.gif) no-repeat left top;
	font: 11px Arial, Helvetica, sans-serif;
	color: #646464;
	padding: 5px 7px;
	width: 90%;
	margin: 0 10px 0 0;
	height: 148px;
	overflow: hidden;
}

.button-submit {
	font: 11px Arial, Helvetica, sans-serif;
	color: #646464;
	width: 94px;
	height: 29px;
	cursor: pointer;
	border: none;
	background: url(/accounts/images/button-submit.gif) no-repeat left top;
}

/* Header =============================== */
#header-wrap {
	height: 71px;
	background: url('../images/header-bg.gif') 0 0 repeat-x;
	clear: both;
}
#header {
	width: 960px;
	margin: 0 auto;
	clear: both;
}
#logo {
	width: 159px;
	height: 59px;
	float: left;
}

/* Navigation =========================== */
#navigation {
	width: 800px;
	float: left;
}
span#buttons {
	display: block;
	width: 186px;
	float: right;
	padding: 11px 0;
}
span#buttons a {
	display: block;
	float: left;
}
ul#nav {
	width: 580px;
	float: left;
	padding: 0;
	margin: 0 0 0 30px;
}
ul#nav li {
	display: inline;
}
ul#nav li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	padding: 23px 10px 27px 10px;
	display: block;
	float: left;
	height: 21px;
	margin-right: 5px;
}
ul#nav li a:hover {
	color: #ffce0f;
}
ul#nav li a#current {
	background: url('../images/nav-on-bg.gif') 0 0 repeat-x;
}

/* Content ============================== */
#container {
	width: 960px;
	margin: 0 auto;
}

#focus {
	background: url('../images/focus-bg.gif') 0 bottom repeat-x;
	color: #333;
	padding-top: 30px;
	padding-bottom: 90px;
	font-size: 14px;
}

#focus_small {
	background-image: url('/images/focus-bg.gif');
	background-repeat:repeat-x;
	color: #333;
	padding-top: 30px;
	padding-bottom: 20px;
	font-size: 14px;
}

#focus h1, #focus_small h1 {
	font-size: 41px;
	font-weight: bold;
	color: #333;
	text-shadow: 1px 1px 1px #333;
}

#focus_small h1 span {
	font-size:18px;
	color:#333;
	text-shadow:none;
}


#focus h1 span {
	font-size: 24px;
	color: #333;
	font-weight: bold;
	text-shadow: 1px 1px 1px #333;
}

#focus h3, #focus_small h3 {
	font-size: 16px;
	color: #0d1b3b;
	font-weight: bold;
	text-transform: uppercase;
}

#focus-top-left {
	width: 370px;
	float: left;
	font-size: 14px;
}

#focus-top-right {
	width: 565px;
	float: right;
}

#focus-bottom-left {
	width: 300px;
	float: left;
	text-align: justify;
	font-size: 12px;
	padding: 0 30px 0 0;
}
#focus-bottom-center {
	width: 300px;
	float: left;
	text-align: justify;
	font-size: 12px;
	padding: 0 30px 0 0;
}
#focus-bottom-right {
	width: 300px;
	float: left;
	text-align: justify;
	font-size: 12px;
	padding: 0;
}

.white-focus {
	background: #fff;
	border: 1px solid #e2e2e2;
	margin: 0px 10px 40px 10px;
	
	padding: 15px 20px 5px 20px;
}

.white-focus-alt {
	background: #fff;
	border: 1px solid #e2e2e2;
	margin: 10px 0 10px 0;	
	padding: 15px 20px 5px 20px;
}
.white-focus h2, .white-focus-alt h2 {
	margin: 0;
	padding: 0;
	color: #2d2d2d;
	font-weight: bold;
	font-size: 25px;
	line-height: 1.1em;
}
.white-focus h2 span {
	font-size: 23px;
	font-weight: normal;
}

#main-content {
/* 	margin: 10px 0	0 10px; */
}

/* Footer ================================ */
#footer-wrap {
	background: #0a1630 url('../images/footer-bg.gif') 0 0 repeat-x;
	padding-bottom: 100px;
}
#footer {
	width: 960px;
	margin: 0 auto;
	padding: 40px 20px;
}
#footer-cols {
	width: 620px;
	float: left;
	margin-right: 30px;
	padding-bottom: 20px;
}
.footer-col {
	width: 145px;
	float: left;
	padding: 0 10px 0 0;
}
.footer-col.last {
	padding: 0;
}
.footer-col h4 {
	color: #ffce0f;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}
.footer-col ul {
	margin: 10px 0px 0 0;
}
.footer-col ul li {
	margin-bottom: 5px;
}
.footer-col ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}

#tweets {
	width: 275px;
	float: left;
	border-left: 3px solid #293754;
	padding: 0 0 0 30px;
}
#tweets h2 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 20px;
	border-bottom: 2px solid #4f3807;
}
#tweets h2 a {
	color: #3399cc;
	text-decoration: none;
}
#bird {
	position:relative;
	top:5px;
	margin-right:5px;
}

.tweet {
	color: #fff;
	font-size: 12px;
	padding-bottom: 15px;
}
.tweet a {
	color: #fff4ca;
}
.tweet span.tweet-text {
	display: block;	
	line-height: 1.2em;
	padding: 0 0 5px 0;
	margin: 0;
}
.tweet span.tweet-date {
	display: block;	
	font-family: Georgia, serif;
	font-size: 11px;
	font-style: oblique;
	color: #cecece;
	padding: 0;
	margin: 0;
	line-height: 1em;
	text-align: right;
}

#copyright {
	color: #fff;
	font-size: 10px;
	text-align: center;
}
#copyright a {
	color: #fff4ca;
}
#copyright a.white {
	color: #fff;
	text-decoration: none;
}