/*####################### RESET CSS ############################*/
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, legend,table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*####################### END RESET CSS ############################*/

/*####################### GLOBAL PROPERTIES ########################*/

body {
    text-align:center;
	margin:0px;
	background-color:#FFFFFF;
	font-size:13px;
	font-family:Century Gothic, Arial, Helvetica;
	}
img {
	border:0px;
	}
a {
	color:#0F5987;
	text-decoration: none;
	}
a:HOVER {
	color:#00672A;
	text-decoration: underline;

	}
h3{
	font-weight:800;
	text-align:left;
	color:#0F5987;
	font-size: 14px;
	margin: 0px;
	padding:1px;
	}
ul {
	margin-top:0px;
	}
table {
	font-size:12px;
	font-family:Century Gothic, Arial, Helvetica;
	}
hr{
width:800px;
}
/*#################### END GLOBAL PROPERTIES #######################*/

/*#################### FRAMEWORK #######################*/

#container {
    margin-left:auto;
    margin-right:auto;
	text-align:left;
	width:985px;
	line-height:140%;
	height:auto;
}
#header {
	height:150px;
	width:985px;
	margin-left: auto;
    margin-right: auto;
	text-align:left;
	background:url(images/bg_main.jpg) repeat-y;
}
.nocolumns {
 	margin-top:-2px;
	width:985px;
	background:url(images/bg_main.jpg) repeat-y;
	height:auto;
	padding: 10px;
}
.columns{
	margin-top:-2px;
	width:985px;
	background:url(images/bg_line.jpg) repeat-y;
	height:auto;
	padding: 10px;
}
#navigation{
	#margin-top:-4px;
}
	/*######### INDEX ###########*/
	
	#indexflash{
		margin-left:5px;
	}
	#indexmiddlerow{
		width:985px;
		height:auto;
		margin-top:9px;
	}
	#testimonials{
		width:242px;
		height:249px;
		background:url(images/testimonials_bg.png) no-repeat;
		font-size:12px;
		padding-top: 7px;
		float:left;
		margin-left:10px;
	}
	.testbg{
		background:url(images/bg_testimonials.png) no-repeat;
		width:228px;
		height:113px;
		padding:3px;
		margin-left:8px;
		margin-top: 2px;
	}
	.testtext{
		font-weight:800;
		padding-left: 2px;
		width:220px;
		line-height:1.2;
	}
	.testfrom{
		text-align:right;
		width:215px;
	}
	.testwhere{
		text-align:right;
		width:215px;
		margin-top:-5px;
	}
	#preownedflash{
		float:left;
		width:705px;
	}
	/*######### END INDEX ###########*/
	
	/*######### FOOTER ###########*/
	
	#footer{
		background-color:black;
		width:985px;
		height:150px;
		padding-top:7px;
		line-height:130%;
		clear:both;
		font-size:12px;
	}
	.footerlinks{
		color: white;
		float: left;
		margin-left:18px;
	}
	.footerlinksfirst{
		color: white;
		float: left;
		margin-left:18px;
	}
	
	.footerlinks ul{
		margin-top:4px;
	}
	.footerlinksfirst ul{
		margin-top:4px;
	}
	
	.footerlinks a{
		color:white;
	}
	.footerlinksfirst a{
		color:white;
	}
	
	.footerlinks a:hover{
		color: #FFB002;
		text-decoration:none;
	}
	.footerlinksfirst a:hover{
		color: #FFB002;
		text-decoration:none;
	}
	
	.footerlinksfirst h1{
		color: #FFB002;
		text-decoration:underline;
		font-size:15px;
	}
	.footerlinks h1{
		color: #FFB002;
		text-decoration:underline;
		font-size:15px;
	}
	#footerbottom{
		text-align:center;
		width:985px;
	}
	#footerbottom p{
		color:white;
		margin-top:13px;
		#margin-top:0;
		font-size:10px;
	}
	#footerbottom a{
		color: #FFB002;
	}
	/*######### END FOOTER #########*/

	/*############# INTERIOR PAGES ###########*/
	
	#leftside {
    float: left;
    height: auto;
    width: 430px;
	overflow:hidden;
	}
	#rightside {
    float: left;
    height: auto;
    margin-bottom: 3px;
    margin-left: 13px;
    width: 523px;
	overflow:hidden;
	}
	h1{
		font-weight:800;
		font-size:16px;
	}
	h2{
	    margin: auto;
		color:black;
		font-size:17px;
		font-weight:800;
		padding:1px;
	}
#staff {
	width:170px;
	float:left;
	text-align:center;
	font-size: 12px;
	padding-bottom:2px;
	}
#staff a{font-size: 11px;}
.staff_name{font-weight:900;}
	/*######### SCHEDULE ################*/
	.inputLabel{
		padding-right:5px;
	}
	input{
	margin-bottom:7px;
	#margin-bottom:0px;
	#margin-top:3px;
	}
	.myForms td{
		width:245px;
	}
	.myForms h4{
		font-size:15px;
		font-weight:800;
	}
	/*############ END INTERIOR PAGES ###########*/
	
/*#################### END FRAMEWORK #######################*/
#sitemap ul{

list-style-position: inside;
list-style-type: disc;
}
#vscroll0 li{
line-height:110% !important;
}
