/* general tag styles */

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #000;
	padding: 0;
	margin: 0;
	text-align: left;
	font-size: 70%;
}

p, td, li, form, label {
	font-size: 1em;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

td, ul, ol, li, form, input, select {
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

img {
	padding: 0;
	border: 0;
}

p {
	line-height: 120%;
	padding: 0 0 10px 0;
	color: #000;
	font-weight: normal;
	border: 0;
	margin: 0;
}

p.clearit {
  clear: both;
  line-height: 1px;
  font-size: 1px;
} 

div.clearit {
  clear: both;
  line-height: 1px;
  font-size: 1px;
  height: 1px;
} 

h1 {
    font-size: 1.7em;
	line-height: 120%;
	padding: 78px 0 5px 0;
	border: 0;
	margin: 0;
	font-weight: normal;
	color: #17476F;
	text-align: right;
}

h2 {
    font-size: 1.3em;
	line-height: 120%;
	padding: 5px 0 5px 5px;
	border: 0;
	margin: 0 0 0 0;
	color: #fff;
	background: url(../images/h2-bg.jpg) left top repeat-y;
}

h3, h4 {
    font-size: 1.3em;
	line-height: 120%;
	padding: 5px 0 5px 20px;
	border: 0;
	margin: 0;
	color: #17476F;
	background: #ECF2F7;
	border: 1px solid #7EAFD8;
}

h5, h6 {
	font-size: 1.1em;
	padding: 15px 0 5px 0;
	border: 0;
	margin: 0 0 15px 0;
	color: #1D5482;
	background: url(../images/form-sep.jpg) left bottom no-repeat;
}

select {
	font-size: x-small;
}

a {
	color: #1D5482;
	text-decoration: none;
}

a:hover {
	color: #1D5482;
	text-decoration: underline;
}

label {
	vertical-align: middle;
}

.em-note {
  font-style: italic;
}

sup {
    font-size: 1em;
    vertical-align: baseline;
    position: relative;
   	bottom: 0.36em;
}

sub {
    font-size: smaller;
    vertical-align: baseline;
    position: relative;
    bottom: -0.25em;
}

/* tabular data cell styles */

td {
	text-align: left;
	vertical-align: top;
}

td.lm {
	text-align: left;
	vertical-align: middle;
	font-size: x-small;
}

td.lb {
	text-align: left;
	vertical-align: bottom;
}

td.lt {
	text-align: left;
	vertical-align: top;
	padding: 0;
}

td.ct {
	text-align: center;
	vertical-align: top;
}

td.cm {
	text-align: center;
	vertical-align: middle;
}

td.cb {
	text-align: center;
	vertical-align: bottom;
}

td.rt {
	text-align: right;
	vertical-align: top;
}

td.rm {
	text-align: right;
	vertical-align: middle;
}

td.rb {
	text-align: right;
	vertical-align: bottom;
}

/* main containers */ 

#main-container {
	text-align: left; 
	margin: 0;
	/*width: 1019px;*/
}

/* header */

#header {
	width: 100%;
	text-align: left;
	background: url(../images/bg.jpg) left bottom repeat-x;
}

.header-subpage {
	background: url(../images/subpage-bg.jpg) left bottom repeat-x !important;
}

#header-bg {
	background: url(../images/header-bg.jpg) bottom left no-repeat;
}

.header-commercial-bg {
	background: url(../images/header-comm-bg.jpg) bottom left no-repeat !important;
}

.header-residential-bg {
	background: url(../images/header-res-bg.jpg) bottom left no-repeat !important;
}

.header-business-bg {
	background: url(../images/header-business-bg.jpg) bottom left no-repeat !important;
}

.header-sp-bg {
	background: url(../images/header-sp-bg.jpg) bottom left no-repeat !important;
}

.hdr-l {
	float: left;
	width: 764px;
}

#logo {
	float: left;
	width: 244px;
	margin: 0 20px 0 0;
	padding: 0;
}

#login {
	float: left;
	width: 468px;
	padding: 15px 0 0 0;
	color: #073250;
	font-size: 0.9em;
}

#login input {
	width: 100px;
	padding: 1px;
	font-size: 1.1em;
	color: #000;
	vertical-align: middle;
}

#login input.btn {
	width: auto;
	padding: 0;
	font-size: 1.1em;
	color: #000;
}

#login p {
	text-align: right;
	padding: 5px 53px 0 0;
}

#login p a {
	text-align: right;
	color: #FF0000;
}

#welcome {
	float: left;
	width: 468px;
	padding: 15px 0 0 2px;
	color: #073250;
	font-size: 1em;
}

#welcome a {
	color: #00345F;
	margin: 0 0 0 20px;
	text-decoration: none;
}

#welcome a:hover {
	color: #00345F;
	margin: 0 0 0 20px;
	text-decoration: underline;
}

#welcome img {
	vertical-align: middle;
}

.hdr-r {
	float: right;
	width: 270px;
	padding: 17px 10px 0 0;
}

.hdr-r a {
	color: #00345F;
	font-size: 0.9em;
	text-transform: uppercase;
	margin: 0 10px 0 0;
	text-decoration: none;
}

.hdr-r a:hover {
	color: #00345F;
	font-size: 0.9em;
	text-decoration: underline;
}

.hdr-r img {
	vertical-align: middle;
}

#flash {
	padding: 0 0 0 201px;
}

/* home page styles */

#home-l {
	float: left;
	width: 319px;
	padding: 37px 0 0 15px;
}

.search {
	background: url(../images/search-bg.jpg) left top repeat-y;
	height: 100%;
}

.search-top {
	background: url(../images/search-top.jpg) left top no-repeat;
	padding: 1px 0 0 1px;
}

.search-l {
	float: left;
	width: 140px;
	background: url(../images/search.jpg) left top no-repeat;
	padding: 87px 0 103px 0;
	margin: 0 0 0 0;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
}

.search-r {
	float: left;
	width: 165px;
	padding: 47px 0 0 8px;
	margin: 0 0 0 0;
}

.search-r p {
	color: #1D5482;
	font-size: 1.1em;
}

.search-r p input {
	vertical-align: -0.3em;
	width: 15px;
}

.search-r p label {
	margin: 0 5px 0 0;
}

.search-label {
	float: left;
	width: 60px;
	color: #1D5482;
	padding: 2px 0 6px 0;
	font-size: 1.1em;
}

.search input {
	width: 95px;
	padding: 1px 0;
	font-size: 1em;
	color: #000;
	vertical-align: middle;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
}

.search select {
	width: 99px;
	padding: 1px 0;
	font-size: 1em;
	color: #000;
	vertical-align: middle;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
}

.search .clearit {
	background:  #79A6CD;
}

.search-r .clearit {
	background:  #fff;
}

#home-r {
	float: left;
	width: 672px;
	margin: 0 0 0 15px;
}

.blurb {
	background: #FFFFCC;
	padding: 10px;
	font-size: 1.4em;
	color: #A60053;
	font-weight: bold;
	text-align: center;
	font-family: Verdana, Helvetica, sans-serif;
	margin: 0 0 20px 0;
}

.services {
	background: #F0FFF0;
	padding: 10px 10px 1px 10px;
	margin: 0 0 3px 0;
	
}

.services p {
	text-align: center;
	font-size: 1.4em;
}

.services p.blurb {
	color: #008000;
	font-weight: bold;
	text-align: center;
	font-family: Verdana, Helvetica, sans-serif;
	background: none;
	margin: 0;
}

.services-list {
	background: #FFF8F2;
	margin: 0 0 2px 0;
}

.service-hdr {
	background: #F0F0FF;
	margin: 0 2px 2px 2px;
	padding: 3px;
	width: 236px;
	float: left;
	color: #CC3300;
	font-size: 1.2em;
	font-weight: bold;
	text-align: right;
}

.service-hdr-r {
	background: #F0F0FF;
	margin: 0 2px 2px 2px;
	padding: 3px;
	width: 761px;
	float: left;
	color: #336699;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}

.service-hdr-rl {
	background: #F0F0FF;
	margin: 0 2px 2px 2px;
	padding: 3px;
	width: 183px;
	float: left;
	color: #336699;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}

.service-hdr-rr {
	background: #F0F0FF;
	margin: 0 0 2px 2px;
	padding: 3px;
	width: 182px;
	float: left;
	color: #336699;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}

.service-item {
	background: #FFF8F2;
	margin: 0 2px 2px 2px;
	padding: 3px;
	width: 236px;
	float: left;
	color: #336699;
	font-size: 1.2em;
	font-weight: bold;
	text-align: right;
}

.service-item-rl {
	background: #FFF8F2;
	margin: 0 2px 2px 2px;
	padding: 3px;
	width: 183px;
	float: left;
	color: #336699;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}

.service-item-rr {
	background: #FFF8F2;
	margin: 0 0 2px 2px;
	padding: 3px;
	width: 182px;
	float: left;
	color: #336699;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}

.flags {
	padding: 0 0 10px 236px;
}

.flags img {
	margin: 0 35px 0 35px;
}

/* subpages styles */

#column-l {
	float: left;
	width: 193px;
	padding: 42px 0 0 13px;
	background: url(../images/column-l-bg.jpg) left top no-repeat;
}

.commercial #column-l {
	background: url(../images/column-lcomm-bg.jpg) left top no-repeat !important;
}

.business #column-l {
	background: url(../images/column-lbusiness-bg.jpg) left top no-repeat !important;
}

.sp #column-l {
	background: url(../images/column-lsp-bg.jpg) left top no-repeat !important;
}

#column-l ul {
	list-style: none;
	margin: 0 0 10px 20px;
}

#column-l ul li {
	list-style: none;
	padding: 2px 5px 2px 0;
	font-size: 1.1em;
	border-bottom: 1px solid #3371A5;
}

#column-l ul li.last {
	border-bottom: none;
}

#column-l ul li.last-nav {
	border-bottom: 2px solid #3371A5;
}

#column-l ul li a:hover {
	text-decoration: none;
	color: #FF9900;
	font-family: Verdana, Helvetica, sans-serif;
}

.h3-bottom {
	background: url(../images/h3-bg.jpg) right bottom no-repeat;
	line-height: 6px;
	font-size: 1px;
	padding: 0;
}

#column-r {
	float: left;
	width: 792px;
	margin: 0 0 0 15px;
}

#column-r-full {
	float: left;
	/*width: 792px;*/
	margin: 0 0 0 15px;
}

#column-r .navigation {
	margin-left: 120px;
}

#column-r-full .navigation {
	margin-left: 120px;
	width: 668px;
}

.required {
	color: #FF0000;
}

.h-line {
	background: url(../images/form-sep.jpg) left top no-repeat;
	padding: 0;
	font-size: 1px;
	line-height: 1px;
	margin: 10px 0 15px 0;
	clear: both;
}

.form-cell {
	clear: both;
	height: 100%;
}

.form-label {
	font-size: 1.1em;
	float: left;
	padding: 3px 0 9px 0;
	width: 140px;
	text-align: right;
}

.form-elements {
	font-size: 1.1em;
	float: left;
	padding: 0 5px 0;
	width: 610px;
}

.form-elements input, .form-lists input {
	width: 200px;
	padding: 1px;
	font-size: 1em;
	color: #000;
	vertical-align: middle;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

.form-elements textarea, .form-lists textarea {
	width: 580px;
	padding: 1px;
	font-size: 1em;
	color: #000;
	vertical-align: middle;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin: 0 0 9px 0;
}

input.small, select.small {
	width: 95px !important;
}

input.full, select.full {
	width: 580px !important;
}

.form-elements select, .form-lists select, .form-lists-small select {
	width: 206px;
	padding: 1px;
	margin: 0 0 9px 0;
	font-size: 1em;
	color: #000;
	vertical-align: middle;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

.form-elements .select-list {
	width: 290px;
}

.form-elements textarea {
	padding: 1px;
	font-size: 1em;
	color: #000;
	vertical-align: middle;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

.main-form-area input, .main-form-area select {
	background: #FFFFCC;
	border: 1px solid #7F9DB9;
}

.main-form-area .form-label {
	color: #009600;
}

.green {
	color: #009600;
}

.green label {
	color: #000;
}

.form-3cols .form-elements input {
	width: 75px;
}

.form-3cols {
	float: left;
	width: 250px;
}

.form-3cols .form-elements {
	width: 250px;
}

.form-2cols {
	float: left;
	width: 380px;
}

input.option {
	width: auto !important;
	background: none;
	padding: 0 !important;
	border: none;
}

.form-2cols .form-elements {
	width: 200px;
}

.form-2cols .form-options {
	width: 350px;
	text-align: right;
	font-size: 1.1em;
}

.info {
	position: relative;
}

.info-text {
	position: absolute;
	left: 20px;
	top: 1px;
	width: 200px;
	background: #000;
	color: #fff;
	font-weight: normal;
	font-size: 0.9em;
	padding: 10px;
	z-index: 100;
	text-align: left;
}

.form-4cols {
	float: left;
	width: 185px;
}

.form-4cols .form-elements {
	width: 185px;
}

.btn {
	background: #F2A531;
	color: #fff !important;
	font-weight: bold;
	padding: 2px 10px 3px 10px;
	margin: 5px 0 5px 0;
	border: none;
}

.note {
	font-size: 0.8em;
	font-style: italic;
	color: #FF0000;
}

.legend {
	float: right;
	padding: 0 0 0 0;
	color: #000;
	font-size: 0.9em;
	font-weight: normal;
}

.legend img {
	vertical-align: middle;
}

.form-lists {
	font-size: 1.1em;
	float: left;
	padding: 0 5px 0;
	width: 200px;
	color: #FF6600;
}

.form-lists-small {
	font-size: 1.1em;
	float: left;
	padding: 0 5px 0;
	width: 150px;
	color: #FF6600;
}

.form-lists p.label, .form-lists-small p.label {
	color: #FF6600;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0;
}

.form-lists-small .select-list {
	width: 150px;
}

.add-remove {
	float: left;
	width: 140px;
	padding: 100px 0 0 0;
}

.add-remove p {
	text-align: center;
}

.align-center {
	text-align: center;
	width: 762px;
}

/* tabs */

.tabs ul {
	list-style: none;
	margin: 0;
	height: 100%;
}

.tabs ul li {
	float: left;
	border-bottom: 1px solid #C1C1C1;
	background: url(../images/tab-r.jpg) right top no-repeat;
}

.tabs ul li a {
	float: left;
	display: block;
	font-weight: bold;
	padding: 5px 10px;
	background: url(../images/tab-l.jpg) left top no-repeat;
}

.tabs ul li a:hover {
	text-decoration: none;
}

.tabs ul li.selected {
	background: url(../images/tab-r-sel.jpg) right top no-repeat;
	border-bottom: 1px solid #185584;
}

.tabs ul li.selected a {
	background: url(../images/tab-l-sel.jpg) left top no-repeat;
	color: #fff;
}

.tab-hdr {
	background: #185584;
	clear: both;
	padding: 5px;
	color: #fff;
	font-size: 1.1em;
}

/* navigation */

.navigation {
	background: url(../images/nav-bg.jpg) left top no-repeat;
	margin: 0 0 10px 0;
}

.navigation-corner {
	background: url(../images/nav-corner.jpg) right top no-repeat;
	padding: 0 0 0 0;
	height: 100%;
}

ul.topnav {
	list-style: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 672px;
	height: 33px;
}

ul.topnav li {
	float: left;
	position: relative; /*--Declare X and Y axis base--*/
	line-height: 100%;
	background: none;
	padding: 0 0 0 0 !important;
}

ul.topnav li.separator {
	width: 2px;
	padding: 0;
}
ul.topnav li.separator img {
	vertical-align: 0;
}

ul.topnav li.selected a {
	color: #FECE00;
	background: url(../images/nav-pointer-on.gif) bottom center no-repeat;
	position: relative;
	z-index: 1001;
}

ul.topnav li a {
	color: #fff;
	font-size: 1em;
	padding: 9px 5px 8px 5px;
	height: 13px;
	float: left;
	text-decoration: none;
	display: block;
	line-height: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

ul.topnav li.selected a, ul.topnav .main-selected a {
	color: #ccc;
	background: url(../images/nav-pointer-on.gif) bottom center no-repeat;
	position: relative;
	z-index: 1001;
}
ul.topnav .main a.over, ul.topnav .main-selected a.over {
	/*background: url(../images/nav-pointer.jpg) bottom center no-repeat;*/
	position: relative;
	z-index: 1003;
	color: #ccc;
}
ul.topnav .main a:hover, ul.topnav .main-selected a:hover {
	/*background: url(../images/nav-pointer.jpg) bottom center no-repeat;*/
	position: relative;
	z-index: 1003;
	color: #ccc;
	text-decoration: none;
}
ul.topnav .main a, ul.topnav .main-selected a {
	/*padding: 6px 13px 14px 28px;*/
}
ul.topnav .main a img, ul.topnav .main-selected a img {
	margin: 0 0 0 4px;
	vertical-align: 0.1em;
}
ul.topnav li a:hover{
	color: #ccc;
}
ul.topnav li ul.subnav li.last a {
	border-bottom: none !important;
}
ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 30px; 
	background: #333333;
	border: 1px solid #000;
	margin: 0; 
	padding: 0;
	display: none;
	float: left;
	width: 200px; 
	margin: 0;
	z-index: 100;
}
ul.topnav li ul.subnav li{
	margin: 0; 
	clear: both;
	background: none;
	text-align: left;
	float: left;
	display: block;
	padding: 0 !important;
}
ul.topnav li ul.subnav li a {
	padding: 5px 5px 5px 8px !important;
	color: #fff !important;
	font-weight: bold;
	text-decoration: none;
	float: left;
	display: block;
	width: 187px; 
	background: none !important;
	text-align: left;
}
ul.topnav li ul.subnav li a:hover {
	color: #6699FF !important;
	font-weight: bold;
	text-decoration: none;
	background: #000 !important;
	
}
ul.topnav li ul.subnav li a.over {
	color: #6699FF !important;
	font-weight: bold;
	text-decoration: none;
	background: #000 !important;
	
}
ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #000 !important;
}

ul.topnav li ul.subnav li.arrow a {
	background: url(../images/nav-arrow.gif) right center no-repeat !important;
}

ul.topnav li ul.subnav li.arrow a:hover {
	background: #000 url(../images/nav-arrow.gif) right center no-repeat !important;
}

#nav-res ul.subnav, #nav-comm ul.subnav, #nav-business ul.subnav {
	width: 105px;
}

#nav-res  ul.subnav li a, #nav-comm  ul.subnav li a, #nav-business  ul.subnav li a {
	width: 92px;
}

#nav-sp ul.subnav {
	width: 181px;
}

#nav-sp  ul.subnav li a {
	width: 168px;
}

#nav-brokers ul.subnav {
	width: 161px;
}

#nav-brokers  ul.subnav li a {
	width: 148px;
}

#nav-tools ul.subnav {
	width: 156px;
}

#nav-tools  ul.subnav li a {
	width: 143px;
}

#nav-il ul.subnav {
	width: 150px;
}

#nav-il  ul.subnav li a {
	width: 137px;
}

ul.subnav2 {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav2 from affecting main navigation flow--*/
	left: 85px;
	top: 3px;
	background: #333333;
	border: 1px solid #000;
	margin: 0;
	padding: 0;
	display: none;
	float: left;
	margin: 0;
	width: 173px !important;
	z-index: 1009;
}
ul.subnav2 li{
	margin: 0;
	clear: both;
	background: none;
	text-align: left;
	float: left;
	display: block;
	padding: 0 !important;
}
ul.subnav2 li a {
	padding: 5px 5px 5px 8px !important;
	color: #fff !important;
	font-weight: bold;
	text-decoration: none;
	float: left;
	display: block;
	width: 160px !important;
	background: none !important;
	text-align: left;
	position: relative;
	z-index: 1009;
	
}
ul.topnav li ul.subnav li.arrow ul.subnav2 li a {
	background-image: none !important;
}
ul.topnav li ul.subnav li.arrow ul.subnav2 li a:hover {
	background-image: none !important;
}
ul.subnav2 li a:hover {
	color: #6699FF !important;
	font-weight: bold;
	text-decoration: none;
	background: #000 !important;

}
ul.subnav2 li a:hover { /*--Hover effect for subnav2 links--*/
	background: #000 !important;
}

/* footer */

#footer {
	border-top: 19px solid #FFFFCC;
	background: #C9DDEF;
	padding: 10px;
	text-align: center;
	color: #3371A5;
	ont-size: 0.8em;
}	

#footer a {
	color: #3371A5;
	text-decoration: none;
}

#footer a:hover {
	color: #3371A5;
	text-decoration: underline;
}

#footer span {
	margin: 0 0 0 10px;
}

