@charset "utf-8";
/* CSS Document */

body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

#container {
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 10px;
	text-align: justify; /* this overrides the text-align: center on the body element. */
	border: 5px double #0f4e1c;
}

#header {
	width: 760px;
	height: 120px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}

#main {
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	min-height: 340px;
	width: 630px;
	float: right;
}

p {
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 10px;
}

h1 {
	font-size: 14px;
	font-weight: bold;
}

h2 {
	font-size: 14px;
	font-weight: bold;
}

h3 {
	font-size: 12px;
	font-weight: bold;
}

#nav {
	width: 110px;
	float:left;
}

ul.nostyling {
	list-style-type:none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 0px;
}

ul.nav {
	list-style-type:none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 0px;
}

ul {
	list-style-type:circle;
}

ul.quotehome {
	list-style-type:circle;
	margin-top: 0px;
	padding-top: 0px;
}

li {
	padding-top: 0px;
	padding-bottom: 10px;
}

td.indexleft {
	padding-right: 10px;
}

td.profile-right {
	
}

td.map {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-align:right;
	padding-left: 20px;
}

a.maplink:link {
	text-decoration: none;
}

a.maplink:visited {
	text-decoration: none;
}

a.maplink:hover {
	text-decoration: underline;
}

a.maplink:active {
	text-decoration: underline;
}

#footer {
	font-size:12px;
	clear: both;
}

table.footer {
	width:760px;
}

td.footer-left {
	text-align:left;
}

td.footer-right {
	text-align:right;
}