* {
	margin: 0;
	padding: 0;
}
a {
	outline: none;
/* removes the dotted line around images in Firefox */
}
html {
	background: #3a5975;
}
body {
	text-align: center;
	font-family: Verdana, sans-serif;
	color: #666666;
}
#content {
	width: 945px;
	background: white url('../images/bg.png') repeat-x left top;
	float: left;
}
#wrapper {
	width: 945px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;
}
#wrapper1 {
	background: url('../images/sidebar-background.png') repeat-y bottom left;
	padding: 0;
	margin: 0;
}
#logobg {
	background: white url('../images/bg.png') repeat-x left top;
	width: 225px;
}
#logo {
	padding-left: 20px;
	padding-top: 25px;
	padding-bottom: 22px;
}
#logo a {
	display: block;
	background: url('../images/logo.png') no-repeat;
	width: 177px;
	height: 95px;
	text-indent: -9999px;
}
#call {
	background: url('../images/call.png') no-repeat top left;
	text-indent: -9999px;
	width: 225px;
	height: 30px;
	padding-top: 25px;
	padding-bottom: 95px;
}
#main {
	display: inline;
/*for IE */
	float: left;
	width: 430px;
	margin-left: 245px;
	padding-left: 10px;
	padding-top: 90px;
	position: relative;
	text-align: left;
}
#main a, #main a:link {
	color: #00aada;
	text-decoration: underline;
}
#main a:hover, #main a:visited {
	color: #666666;
}
#main ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#main li {
	font-size: 0.8em;
	font-weight: normal;
	color: #666666;
	background-image: url(../images/bullet.png);
	background-position: 0 -1px;
	background-repeat: no-repeat;
	padding: 0 0 0 1em;
/* left padding moves the text away from the bullet */
}
#main-related {
	float: right;
	width: 225px;
	position: relative;
	top: 20px;
}
#main-related li a, #main-related li a:link {
	font-family: Verdana, sans-serif;
	font-size: 0.7em;
	padding: 0 0 0 15px;
	color: #00aada;
	background: url('../images/link-arrow.png') no-repeat center left;
}
#main-related li a:hover, #main-related li a:visited {
	color: #666666;
	background: url('../images/link-arrow-hover.png') no-repeat center left;
}
ul {
	margin: 0;
	padding: 0;
}
ul#related {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 200px;
	float: left;
	top: 2px;
	position: relative;
	line-height: 90%;
}
#related a {
	display: block;
  font-size: 0.7em;
}
/* Specific IE hack to display nav as inline elements*/
#related li {
	display: inline;
}
* html .nav a {
	height: 1px;
}
#footer {
	margin-right: 20px;	
	clear: both;
	background:  url('../images/footer.png') no-repeat;
	height: 80px;
	width: 945px;
	margin-left: auto;
	margin-right: auto;
}
div.dotsfooter {
	background: url('../images/dots.gif') repeat-x top;
	height: 8px;
	margin-left: 255px;
	width: 665px;
  position: relative;
  top: 29px;   	
}
#footer p {
	font-size: 0.55em;
	color: #999;
}

#footer #credits {
	float: left;
	text-align: left;
	width: 300px;
	padding-top: 6px;
}
#footer #links {
	float: right;
	width: 118px;
	text-align: right;
	
	padding-top: 6px;
}
#mainlevelfooter ul {
	color: #999;
}
#mainlevelfooter li {
	display: inline;
	padding-left: 10px;
	font-size: 0.55em;
}
#footer a, #footer a:link {
	color: #999999;
}
#footer a:hover, #footer a:visited {
	color: #666666;
}
#main-related img {
	width: 197px;
	height: 134px;
	border: 1px solid #bfbfbf;
}
#main-related p {
	font-size: 0.7em;
	padding-bottom: 10px;
	width: 197px;
}
#sidebar {
	float: left;
	width: 160px;
	margin-left: -685px;
	position: relative;
}
#download-box {
	width: 200px;
	height: 88px;
	float: left;
	position: relative;
	margin-top: -180px;
	background: url('../images/download-box.png') no-repeat top left;
	left: 25px;
}
#download-box a {
	display: block;
  width: 200px;
	height: 88px;
	text-indent: -9999px;
}
ul#downloads {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 180px;
	float: left;
	padding: 35px 0 0 40px;
}
#downloads li a {
	font-family: Verdana, sans-serif;
	font-size: 0.8em;
	background: url('../images/download-icon.png') no-repeat left;
	color: #00aada;
	padding: 6px 5px 6px 20px;
}
ul#mainlevel {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 224px;
	background: url('../images/subnav-gradient.png') repeat-x bottom;
	padding-bottom: 208px;
	float: left;
}
ul {
	margin: 0;
	padding: 0;
}
#mainlevel a {
	font-family: Verdana, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	color: white;
	text-decoration: none;
	padding: 6px 5px 6px 25px;
	display: block;
	background: #00aada url('../images/subnav-bg.png') no-repeat left bottom;
}
#mainlevel a:hover {
	background: #0057a1 url('../images/subnav-link.png') no-repeat left bottom;
}
#mainlevel a.current, #mainlevel a#active_menu, #mainlevel a.mainlevel_active {
	color: #d5ac5a;
	background: #0057a1 url('../images/subnav-link.png') repeat-y left bottom;
}
#mainlevel li li a {
	font-size: 0.6em;
	color: white;
	text-decoration: none;
	padding: 3px 5px 3px 40px;
	display: block;
	background: #0057a1 url('../images/subnav-link-noline.png') repeat-y left bottom;
}
#mainlevel li li a:hover {
	color: #d5ac5a;
	background: #0057a1 url('../images/subnav2-link.png') no-repeat left center;
}
#mainlevel li li a.current, #mainlevel li li a#active_menu {
	background: #0057a1 url('../images/subnav2-link.png') no-repeat left center;
}
/* Specific IE hack to display sub nav as inline elements*/
#mainlevel li {
	display: inline;
}
* html #mainlevel a {
	height: 1px;
}
/* Specific IE hack to display sub nav as inline elements*/
h1, h2 {
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h1 {
	font-size: 2.0em;
	color: #00549f;
	letter-spacing: -1.8px;
	padding-bottom: 35px;
}
.componentheading {
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 2.0em;
	color: #00549f;
	letter-spacing: -1.8px;
	padding-bottom: 35px;
}
h2 {
	font-size: 1.3em;
	letter-spacing: -1.2px;
	color: #00aada;
	padding: 0 0 0.6em 0;
}
p {
	font-size: 0.8em;
	color: #666666;
	padding: 0 0 0.8em 0;
}
.message {
	font-size: 0.8em;
	color: red;
	font-weight: bold;
}
h3 {
	font-size: 0.8em;
	font-weight: bold;
	color: #00549f;
	padding: 0.8em 0 0 0;
	display: block;
}
h3.related {
font-size: 0.7em;
padding: 0;
}
div.dots {
	background: url('../images/dots.gif') repeat-x center;
	height: 4px;
	padding: 0;
}
div.dotsfooter {
	background: url('../images/dots.gif') repeat-x center;
	height: 4px;
	margin-left: 255px;
	width: 665px;
	margin-top: -10px;
}
form.mapdirform, form#ff_form1 {
	font-size: 0.8em;
}
/* Tables */
col.textlabel {
	width: 80px;
}
col.details {
	width: 300px;
}
table.contact td {
	vertical-align: baseline;
	font-size: 0.8em;
}
p.after-table {
	padding-top: 0.7em;
}
/* Forms */
input, textarea {
	border: 1px solid #CBCBCB;
	color: #666666;
	font-size: 12px;
	font-family: Verdana;
	margin-bottom: 5px;
	padding: 2px;
}
div.testimonials p {
	padding: 0.6em 0 0.6em 0;
}
/* Terms */
#terms p {
	margin-bottom: 25px;
	font-size: 0.8em;
}
#terms li {
	background: url('images/spacer.gif');
	padding: 0;
	font-size: 0.8em;
}
#terms em {
	font-style: normal;
	font-weight: bold;
	display: block;
}
#terms ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#terms ol li {
	margin-bottom: 25px;
	margin-left: 0;
	font-size: 0.8em;
}
#terms ol {
	margin-left: 30px;
}
#terms ol ol {
	list-style: lower-alpha;
	margin-bottom: 20px;
	margin-left: 25px;
}
#terms ol ol ol {
	list-style: lower-roman;
}
#terms ul li, #terms ol ol li {
	margin-bottom: 0;
	font-size: 1.0em;
}
#userForm .componentheading {
	font-size: 0.8em;
	font-weight: bold;
	color: #00549f;
	padding: 0.8em 0 0 0;
	display: block;
}
#userForm td {
vertical-align: top;
font-size: 0.8em;
	color: #666666;
}
