/*  REUSSER DESIGN, LLC -------------------------------
	www.reusserdesign.com
	
	Northeast Indiana Driving Academy (NID0207)
	www.neidrivingacademy.com

/* MAIN STYLES ---------------------------------------------------*/	

body {
	font-family:Tahoma, Arial, Verdana, sans-serif;
	color:#2d75ad;
	font-size:13px;
	margin-top:0px;
	background-color:#dce9f1;
	}
	
a {
	color:#CC9900;
	text-decoration:underline;
	font-weight:bold;
	}
a:hover {
	text-decoration:none;
	}
a:visited {
	color:#CC9900;
	}
h1,h2,h3,h4,h5{
	font:"Times New Roman", Times, serif;
	text-transform:none;
	color:#1c456a;
	}
h1 {
	font-size:1.7em;
	
	}
	
h2 {
	font-size:1.5em;
	}
h3{
	font-size:1.3em;
	}

ul{
	list-style:outside url(../images/bullet.gif);
}


	
/* NAVIGATION ---------------------------------------------------*/

.nav a {
	padding-left:20px;
	color:#FEE66F;
	text-decoration:none;
	font-size:13px;
	font-family:Tahoma;
	}
	
.nav a:hover {
	color:#FEC107; 
	text-decoration:none;
	}

/* FOOTER ---------------------------------------------------*/

.footer {
	font-size:9px;
	color:#1c456a;
	}
	
.footer a{
	color:#1c456a;
	text-decoration:none;
	}
	
.footer a:hover {
	text-decoration:underline;
	}
.footer h1.copy{
	text-align: right;
	font-weight: normal;
	font-size:1em;
	margin-right: 1.5em;
}
.footer h1.copy a{
	font-weight: normal;
}
	

/* IDs ---------------------------------------------------*/
table {
	text-align: left;
}
#registration{
	width:80%;
	margin:0 auto;
	text-align: left;
}
#registration label{
	display:block;
	float:left;
	clear:left;
	width:100px;
}
#registration h2{
	margin-top:2em;
}

td.masthead {
	background-image:url(../images/masthead_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	}

td#footer {
	background-image:url(../images/footer_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	}

td#rightdiv {
	border-right:2px solid #cccccc;
	}
	
#message{
	background:#ffe3e3;
	margin:1em 0;
	padding: 8px;
	display: none;
}

.star{
	color:red;	
}

ol.ol-pad li {
	padding: 0 0 15px 0;
}

.shift{
	margin-left:-8px;
	margin-right:1px;
}

.notice{
	background:none repeat scroll 0 0 #FFFCDF;
	border:4px solid #FFF79F;
	font-size:20px;
	padding:10px;
	text-align:center;
	width:702px;
}

.float-right {
	float: right;
}

/*
**	Address UL Styles
*/
.address {
	list-style: none !important;
}

/************************************************************
** Online Courses
************************************************************/
.questions li {
	color: #D21616;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5em;
	margin: 2px 0px;
}

.questions {
	padding: 0px 20px !important;
}

/************************************************************
** Registration Page
************************************************************/
.reg-class {
	margin: 0 0 20px;
}

.reg-class ul {
	margin: 0 0 0 30px;
	padding: 0;
}

.reg-class .left-class {
	float: left;
	width: 440px;
}

.reg-class .right-class {
	float: right;
	width: 251px;
}

.heading-class {
	background: url(../images/titlebar.png) repeat-x;
	height: 33px;
	width: 100%;
}

.heading-class h4 {
	color: #f0f0f0;
	font-size: 11px;
	font-weight: bold;
	padding: 8px 0 0 10px;
}

.body-class {
	color: #5c5c5c;
	background: #e9e9e9;
	font-size: 11px;
	padding: 8px;
}

.body-class p {
	margin: inherit;
	padding: 0 0 15px 0;
}

.body-class p:last-child {
	padding: 0;
}

.price {
	background: url(../images/pricebar.png) no-repeat;
	height: 43px;
	margin: 0 0 6px 0;
}

.price a {
	color: #584306;
	text-decoration: underline;
}

.price a:hover {
	text-decoration: none;
}

.price:last-child {
	margin: 0;
}

.price h2 {
	color: #7B5D04;
	float: left;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 28px;
	margin: 0;
	padding: 9px 0 0 7px;
	text-shadow: 0 1px 1px #FFFFFF;
	width: 75px;
}

.price p {
	color: #584306;
	float: right;
	font-size: 10px;
	padding: 7px 0 0 0;
	margin: 0;
	width: 166px;
}

.onlinetable {
	margin: 0 0 30px 20px;
}

.onlinetable .firstcol {
	width: 54px;
}

.onlinetable td {
	padding: 5px;
	vertical-align: top;
}

/************************************************************
** Common
************************************************************/
.clear-both {
	clear: both;
}