/* BASIC */

h1, h2, h3, h4, ul, ol {
	margin: 0px;
	padding: 0px;
	font: Arial, Helvetica, sans-serif;
	font: sans-serif;
	color: #000;
}

.telephone {
	font-family: Arial, Helvetica, sans-serif;
	font: sans-serif;
	color: #333399;
}

#navpad {
	padding-top: 5px;
}

.clear {
	clear: both;
	color: #4070a0;
}

/* LAYOUT */

html { height: 100%;
}


/* BANNER STYLES */

#imgpad {
	padding-left: 21px;
}

#floatleft {
	float: left;
}

#floatright {
	float: right;
	margin-top: 23px;
	padding-right: 21px;
}

#floatright2 {
	float: right;
	padding-right: 15px;
}

/* NAV BAR */

#mainnav {
}

#mainnav ul {
	font-family: Arial, Helvetica, sans-serif; 
	font: sans-serif;
	padding: 0px;
	list-style: none;
}
#mainnav li {
	display: inline;
	margin-top: 0px;
	float: right;
}

#sitetools li a {
	font-size: 12px;
	text-decoration: none;
	color: #7f1323;
	padding: 24px;
	height: 2em;
	font-weight: bold;
}
#sitetools li a:hover {
	color: #003300;
}


/* MAIN AREA */

#flashpad {
	padding-left: 30px;
	padding-right: 0px;
}

#servicesbg {
	background-image: url(images/rightside_bg.jpg);
	width: 279px;
	height: 167px;
}

#servicesbg ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 35px;
}

#servicesbg li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	line-height: 2em;
}

#servicesbg a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

#services a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F00;
	font-weight: bold;
}
	
	

#headerpad {
	padding-left: 21px;
}

#services {
	float: right;
	padding-right: 21px;
}

#maintext {
	font-family: Arial, Helvetica, sans-serif;
	font: sans-serif;
	font-weight: normal;
	font-size: 12px;
	text-align: justify;
	padding-left: 30px;
	padding-right: 15px;
	width: 609px;
	color: #000;
	float: left;
}

.red {
	color: #660002;
	font-weight: bold;
}

.towinglist ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 35px;
}

.towinglist li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	list-style: circle;
}

/* BOTTOM NAV */

#bottomnav {
	text-align: center;
}

#bottomnav ul {
	font-family: Arial, Helvetica, sans-serif; 
	font: sans-serif;
	color: #660000;
	padding: 5px;
	word-spacing: 1px;
	list-style: none;
	text-decoration: none;
}
#bottomnav li {
	display: inline;
	margin-top: 0px;
}

#bottomnav li a {
	font-size: 11px;
	text-decoration: none;
	color: #660000;
	padding: 5px;
	height: 2em;
	font-weight: bold;
}
#bottomnav li a:hover {
	color: #003300;
}

.bottomtext {
	font-family: Arial, Helvetica, sans-serif;
	font: sans-serif;
	font-weight: normal;
	font-size: 12px;
	text-align: center;
	color: #000;
}

/* ARTICLE */

#articlepad {
	padding-left: 20px;
	padding-right: 20px;
	text-align: justify;
	text-indent: 20px;
}

.italic {
	font-style: italic;
}

#indent {
	text-indent: 20px;
}


