@import url(form.css);

* { margin: 0px; padding: 0px; font-size: 100%; font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; }
a:link, a:visited { color: #02448d; }
a:hover, a:active { color: #bf7061; }
body { background-color: #FFFFFF; font-size: 0.7em; color: #404040; line-height: 1.6em; }
h1, h2, h3, h4, h5, h6 { color: #000000; margin-bottom: 0.75em; font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif; }
h1 { font-size: 1.5em; font-weight: normal; }
h2 { font-size: 1.1em; color: #E2383E; }
hr { display: none; }
div.hr { border-top: 1px solid #b7b7b7; padding-top: 8px; margin-bottom: 7px; }
img { border: 0px; }
input { vertical-align: middle; }
input.text, input.text-ghosted { padding: 2px; border: 1px solid #808080; }
input.text-ghosted { color: #808080; }
input.text { color: #000000; }
a.button, input.button { text-decoration: none; background-color: #808080; color: #FFFFFF; font-weight: bold; border: 0px; padding: 2px 4px; }
a.button:hover, input.button:hover { background-color: #909090; }
ol, ul { margin-left: 1.5em; padding-left: 1.5em; margin-bottom: 1em; }
p { margin-bottom: 0.8em; }
select { vertical-align: middle; }

html, html body { }
#root { width: 918px; position: relative; margin: 0px auto; background-color: #FFFFFF; background-image: url(../images/shadow.gif); background-repeat: repeat-y; }
	#root2 { width: 880px; margin: 0px auto; }
		#header { height: 1%; background-color: #FFFFFF; }
		#header #logo { float: left; padding: 20px; }
		#header #call-now { float: right; padding: 20px; }
		#top-image { margin: 2px 0px; }

		#body { margin-top: 8px; margin-bottom: 8px; height: 1%;  }
		.left-column { float: left; width: 600px; }
			.left-column .content { padding: 0px 20px 20px 20px; }
		.right-column { float: right; width: 207px;  margin: 0px 30px 10px 8px; }
			.right-column .content { padding: 0px 20px 20px 20px; }
			#right-column-links { padding-top: 5px; padding-bottom: 5px; background-color: #e8e4e4; background-image: url(../images/rightboxtop.gif); background-repeat: no-repeat; }
				#right-column-links .link { margin: 10px; border-bottom: 1px solid #808080; font-family: Georgia; }
				#right-column-links .link a { text-decoration: none; font-family: Georgia; color: #404040; }


		#footer-bar { width: 880px; background-color: #dcd9d9; color: #000000; text-align: center; font-size: 0.8em; padding: 4px 0px; position: absolute; bottom: 21px; left: 19px; }

.clear { clear: both; font-size: 0px; line-height: 0px; height: 0px; }
.align-left { text-align: left; }
.align-center { text-align: center; }
.align-right { text-align: right; }
.valign-top { vertical-align: top; }
.valign-middle { vertical-align: middle; }
.valign-bottom { vertical-align: bottom; }
.float-left { float: left; }
.float-right { float: right; }
.error { color: #ff0000; text-align: center; }

#navigation { background-color: #dcd9d9; padding: 6px 4px 6px 15px; overflow: hidden; }
#navigation ul { list-style-type: none; margin: 0; padding: 0; }
#navigation li { border-left: 1px solid #000000; float: left; line-height: 1.1em; margin: 0 1.5em 0 -1.5em; padding: 0 1.5em 0 1.5em; }
#navigation a { color: #000000; text-decoration: none; }
#navigation a:hover { color: #808080; }
#navigation a.active { color: #888888; }

#subnavigation { background-color: #dcd9d9; padding: 6px 4px 6px 4px; overflow: hidden; margin-bottom: 1.75em; }
#subnavigation ul { list-style-type: none; margin: 0; padding: 0; }
#subnavigation li { border-left: 1px solid #000000; float: left; line-height: 1.1em; margin: 0 1em 0 -1em; padding: 0 1em 0 1em; }
#subnavigation a { color: #000000; text-decoration: none; }
#subnavigation a:hover { color: #808080; }
#subnavigation a.active { color: #888888; }
