body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 150%;
	padding: 0px;
	color: #E30000;
}
h2 {
	font-size: 120%;
	color: #E30000;
}

.fltlft {
	float: left;
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
}
.fltrt {
	float: right;
	padding: 0px;
	margin: 0px;
}
.clearfloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}


#headerbkgrd {
	width: 100%;
	background-image: url(../assets/head-bkgrd.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	background-position: left;
}
#header {
	width: 96%;
	margin: 0px;
}
#address p {
	margin: 2px;
}
#address em {
	font-size: 150%;
	font-style: normal;
	font-weight: bold;
}
#address {
	float: right;
	margin: 0px;
	font-size: 80%;
	padding-top: 20px;
	padding-right: 25px;
	background-image: url(../images/address-bkgrd-rt.gif);
	background-repeat: repeat-y;
	background-position: right;
	height: 145px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#contentbkgrd {
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
}
#content {
	margin: 0px;
	width: 96%;
	padding: 0px;
}


#nav {
	width: 100%;
	padding: 0px;
	min-height:45px;
	height:45px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #D3D3D2;
	background-image: url(../assets/nav-bkgrd.gif);
	background-repeat: repeat-x;
}
#nav img {
	margin: 0px;
	padding: 0px;
	float: left;
}
#nav ul {
    margin:0;
    padding:0;
    list-style:none;
}
#nav li {
	float:left;
	margin:0;
	padding:0;
	background-image: url(../assets/nav-divider.gif);
	background-position: right top;
	background-repeat: no-repeat;
	width: 24%;
}
.contact a {
	color: #333333;
}
#nav a {
	display:block;
	text-decoration: none;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 0px;
	text-transform: capitalize;
	color: #585858;
	padding-right: 0px;
	padding-left: 0px;
	width: 100%;
	height: 35px;
}
#nav a:hover {
	color: #0A12D8;
}
#nav .active {
	background-image:url(../general/tab-front-rt.gif);
}
#nav .active a {
	background-image:url(../general/tab-front-lt.gif);
	color: #0A11D8;
}



#lft-column {
	display: inline; /* Fixes IE double float margin bug (doubled margin on the side that matches the direction the div is floated). */
	float: left; /* Moves div to the left side of its container and allows content div to sit on its right. */
	width: 260px; /* Sets the width of the sidebar column */
	margin-left: 10px;
}
#lft-column p {
	font-size: 85%;
	font-weight: bold;
	color: #6C87A4;
}




#rt-column {
	margin-top: 0px; /* Removes all margin space above the content div */
	margin-right: 20px; /* Adds 20 pixels of margin space to the right of the content div */
	margin-bottom: 0px; /* Removes all margin space beneath the content div */
	margin-left: 285px; /* Carves out 200 pixels of margin space on the left side of the content div to make room for the sidebar div */
	font-size: 85%;
}

#rt-column ul {
	list-style-type: square;
}
#rt-column li {
	font-size: 100%;
	margin: 5px 0;
	font-weight: bold;
}



#footer {
	padding: 0px;
	color: #333333;
	width: 96%;
	font-size: 70%;
	margin: 0px;
}
#footer p {
	font-weight: bold;
	float: right;
	margin: 10px 0px;
	padding: 0px;
	text-transform: uppercase;
	color: #666666;
}
#footer ul {
	list-style-image: none;
	float: right;
	margin: 10px 15px;
	padding: 0px;
}
#footer ul li {
	display:inline;
}

#footer ul li a {
	padding:0px;
	text-decoration:none;
	color: #E30000;
	margin: 10px 0px;
}

#footer ul li a:hover {
	text-decoration: underline;
}
.contact {
	float: left;
	width: 40%;
}
.contact p {
	margin: 3px 10px;
	font-weight: bold;
}
#submit_query p {
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 10px;
	text-align: left;
}
select {
	float: right;
	margin-bottom: 10px;
}
h3 {
	font-size: 100%;
	color: #E30000;
	clear: right;
}
.directions {
	width: 50%;
	float: left;
	margin-right: 10%;
}
.border {
	border: 2px solid #E30000;
	padding: 2px;
}
.noborder {
	border: 0px none #E30000;
	padding: 2px;
}
.contact a:hover {
	color: #E30000;
	text-decoration: none;
}
