.mainheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5B5B5D;
}
.navbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-attachment: fixed;
	background-image: url(images/nav_back.jpg);
	background-repeat: repeat;
}

.mainheaderbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #58585A;
}
.headerbg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5B5B5D;
	background-attachment: fixed;
	background-image: url(images/bannertop_wrench.png);
	background-position: right center;
	background-repeat: no-repeat;
	font-weight: bold;
}

.specialsborder {
	border: thin solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CACACA;
	margin-bottom: 7px;
}

.sidenavborder {
	border: thin solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CACACA;
	padding-top: 5px;
	height: 372px;
}

.sidenavborder2 {
	border: thin solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CACACA;
	padding-top: 0px;
	height: 372px;
}

.bodycontent {
	height: 433px;
}


.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.orangebox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ffffff;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
	color: #FFFFFF;
}
.headerbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}
.sidenav ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	list-style-image: url(images/orange_arrow.jpg);
	list-style-type: none;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 9px;
	padding-left: 1.0em;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	margin-left: 0.2em;
}

.sidenavcushion {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 6px;
}

.sidenavbottom {
	padding-top: 20px;
}
.orangesubhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #F99B30;
	line-height: 30px;
}
.parabullet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	line-height: 16px;
}

.grayaboutpara {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

.orangeaboutparabold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #F99B30;
}

.graypara {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #666666;
}
.grayparabold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
	font-weight: bold;
	color: #666666;
	margin: 0px;
}
.orangeparabold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F99B30;
}

#aboutnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	overflow: hidden;
	height: 345px;
	width: 200px;
	padding: 0px;
	margin: 3px 0px 0px;
}

#specialnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	overflow: hidden;
	height: 86px;
	width: 180px;
	padding: 0px;
	margin: 20px 0px 0px 0px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#mechanictop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	height: 83px;
	width: 200px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.grayparabold2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}

a.sidenav2:link { color: #F99B30; text-decoration: none }
a.sidenav2:active { color: #F99B30; text-decoration: none }
a.sidenav2:visited { color: #F99B30; text-decoration: none }
a.sidenav2:hover { color: #C17104; text-decoration: none }

/* Schedule Appointment Page */
div.Form-Container
{
}
div.Form-Container div.Line
{
margin:8px 0 8px 0;
overflow:auto;
}

div.Form-Container label
{
width:70px;
float:left;
}

div.Form-Container input
{
float:left;
}

div.Form-Container input.Date
{
width:75px;
}

div.Form-Container input.Time
{
width:60px;
}

#appointment-date, #appointment-time
{
display:inline;
}

#appointment-time label
{
width:35px;
padding-left:0em;
}

#ui-datepicker-div 
{
font-size:0.725em;
}

.ui-datepicker-week-end, .ui-datepicker-week-end a
{
background-color:#999;
background-image:none;
}

.page-schedule-appointment legend
{
font-weight:bold;
color:#CACACA;
color: #666666;
}

.page-schedule-appointment #valSummary
{
/*
margin-left:330px;
*/
float:right;
margin-top:-2em;
width:270px;
z-index:500000;
color:Red;
}

.page-schedule-appointment #valSummary ul
{
margin-top:0.5em;
padding-left:1em;
margin-bottom:0;
font-size:0.9em;
}

span.ValidationError
{
color:Red;
margin-left:0.5em;
}

#appointment-date span.ValidationError, #appointment-time span.ValidationError
{
margin-left:0.1em;
float:left;
}

.graytext
{
color: #666666;
}