/*BODY 
----------------------------------------*/

body {
	color: #777777;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #EAEAEA;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	background-position: center center;
	margin: 0px;
	padding: 0px 0px 5px;
}
.banner {
	padding-bottom: 5px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}
.mainbg {
	background-color: #EAEAEA;
	padding: 10px;
}
.content {
	text-align: justify;
	background-color: #FFFFFF;
	padding: 7px;
}
.right {
	font-size: 11px;
}

.address {
	padding: 5px 5px 5px 0px;
}
ol {
	list-style-image: url(../images/arrow.gif);
}
td {
	font-size: 12px;
}
a:link {
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	color: #CC0000;
	text-decoration: none;
}
.tel {
	background-image: url(../images/tel.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
.fax {
	background-image: url(../images/fax.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
.email {
	background-image: url(../images/email.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
.line {
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #E3E3E3;
}
.logos {
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #DCDCDC;
	font-size: 10px;
	text-align: center;
}
.splashimg {
	border: 1px solid #FFFFFF;
}
blockquote {
	background-image: url(../images/quotemark-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px 30px 0px 40px;
	margin: 0px 5px;
	font-size: 16px;
	font-weight: normal;
}
marquee {
	font-size: 16px;
	font-weight: normal;
}

/* HEADING
----------------------------------------*/

h1 {
	font-size: 22px;
	font-weight: normal;
	color: #444444;
}
h2 {
	font-size: 16px;
	font-weight: normal;
}
h3 {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	background-image: url(../images/nav-arrow.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 15px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
}

/* FORM ELEMENTS
----------------------------------------*/

form { 
	margin: 0;
}
input, textarea, select {
	background-color: #FFFFFF;
	border: 1px solid #DCDCDC;
	font-size: 12px;
	color: #777777;
	padding: 1px 3px;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
}
.butts {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	background-color: #999999;
	border: none;
	width: 100px;
	padding: 2px;
	color: #FFFFFF;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.required {
	color: #999999;
}
.formborders {
	background-color: #EAEAEA;
	border: 1px solid #DCDCDC;
}
.formcontent {
	border: 1px solid #DCDCDC;
	background-color: #FFFFFF;
	padding: 10px;
}
.formheader {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 10px 10px 13px;
	color: #444444;
}

/* NAV
----------------------------------------*/

.navtitle {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #EEEEEE;
	background-color: #000000;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#menu {
	width: 100%;
}
#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#menu ul li a {
	padding-left: 25px;
	display: block;
	height: 25px;
	text-decoration: none;
	text-transform: capitalize;
	line-height: 25px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/nav.png);
	background-repeat: no-repeat;
	background-position: 8px center;
	background-color: #333333;
	font-weight: bold;
	color: #EEEEEE;
	margin-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#menu ul li a:hover {
	background-image: url(../images/nav.png);
	background-repeat: no-repeat;
	background-position: 8px center;
	background-color: #990000;
	color: #FFFFFF;
}
