/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {	margin:0;	padding:0;	border:0;	font-weight:inherit;	font-style:inherit;	font-size:100%;	font-family:inherit;	vertical-align:baseline;}
body {	line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th { vertical-align:top; }
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* typography.css */
html {font-size:100.01%;}
body { font-size:75%; color:#000000; background-color: #FFF; font-family:Georgia, "Times New Roman", Times, serif; }
h1, h2, h3, h4, h5, h6 {	font-weight:normal;	color:#FFF;}
h1 { font-size:24px; line-height:1; margin-bottom:1.2em; color: #B40838; font-weight: bold; text-transform: capitalize; font-family: Arial, Helvetica, sans-serif; }
h2 { font-size: 14px; text-transform: capitalize; color: #000; font-weight: bold; margin-bottom: 15px; margin-top: -20px; padding-top: 0px; font-family: Arial, Helvetica, sans-serif; }
h2 a{ font-size: 14px; text-transform: capitalize; color: #00529C; font-weight: bold; margin-bottom: 15px; margin-top: -20px; padding-top: 0px; font-family: Arial, Helvetica, sans-serif; }
h3 { font-size:13px; line-height:1; margin-bottom:1em; color: #B30838; font-family: Arial, Helvetica, sans-serif; font-weight: bold; }
h4 {font-size:12px;	line-height:1em;	margin-bottom:.5em;	font-family: Arial, Helvetica, sans-serif;	font-weight: bold;	text-transform: uppercase;}
h5 { font-size:11px; font-weight:bold; margin-bottom:0em; font-family: Arial, Helvetica, sans-serif; color: #000; text-align: right; }
h6 { font-size:12px; font-weight:bold; color: #931C33; }
h6 a { color: #931C33; text-decoration: underline; font-size: 11px; }

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p { margin:0 0 1.5em; line-height: 1.7em; font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#000;}
a {color:#009;text-decoration:underline;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
hr { background:#000000; color:#000000; clear:both; float:none; width:100%; height:2px; border:none; margin-top: 25px; margin-right: 0; margin-bottom: 35px; margin-left: 0; }
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0;}
ul, ol {margin:0 1.5em 1.5em 0;padding-left:3.333em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
th {font-weight:bold;}
thead th {background:#c3d9ff;}
th, td, caption { padding:2px 2px 2px 2px; vertical-align: top; }
tr.even td {background:#e5ecf9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}

/* forms.css */
label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input[type=text], input[type=password], input.text, input.title, textarea, select { border:1px solid #bbb; background-color: #FFF; color: #000; width:125px; padding-top: 1px; padding-right: 1px; padding-bottom: 1px; padding-left: 3px; }

input[type=text], input[type=password], input.text, input.title, textarea, select {margin:0.2em 0;}
input.text, input.title { width:125px; padding:5px; background-color: #FFF; }
input.title {font-size:1.5em;}
textarea {font-family: Arial, Helvetica, sans-serif; font-size: 12px; width:250px;height:50px;padding:3px;}
input[type=checkbox] { position:relative; top:.15em; background-color: #FFF;width:25px;  }
.small-input {width: 60px;}
form.inline {line-height:3;}
form.inline p {margin-bottom:0;}
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}

/* grid.css */
.container {width:900px;margin:0 auto;}
.last, div.last {margin-right:0;}
.box {padding:1.5em;margin-bottom:1.5em;background:#E5ECF9;}
hr.space {background:#fff;color:#fff;visibility:hidden;}
.clearfix:after, .container:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.clearfix, .container {display:block;}
.clear {clear:both;}

/* main.css */
#header { background-color: #FFF; background-image: url(../images/index-bg.jpg); background-repeat: repeat-x; background-position: center top; height: 650px; }
#city #header { background-image: url(../images/header-bg-nosubnav.jpg); background-repeat: repeat-x; height: 250px; }
#res #header { background-image: url(../images/header-bg-redsubnav.jpg); background-repeat: repeat-x; height: 300px; }
#comm #header { background-image: url(../images/header-bg-greensubnav.jpg); background-repeat: repeat-x; height: 300px; }
#corp #header { background-image: url(../images/header-bg-graysubnav.jpg); background-repeat: repeat-x; height: 300px; }


#logo { float: left; }
#nav { font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #FFF; padding-top: 5px; padding-left: 225px; }
#nav a { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FFF; padding-top: 6px; padding-bottom: 4px; padding-right: 9px; padding-left: 9px; text-decoration: none; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; }
#res .active { background-color:#A01E38; }
#corp .active { background-color:#666; }
#comm .active { background-color:#007054; }

#subnav { font-family: Arial, Helvetica, sans-serif; color: #FFF; font-size: 12px; margin-top: 9px; text-align: center; }
#subnav a { font-family: Arial, Helvetica, sans-serif; color: #FFF; text-decoration: none; font-size: 11px; font-weight: bold; padding-right: 12px; padding-left: 12px; }
#subnav a:hover { text-decoration: underline; }

#nav #cse-search-box { float: right; text-align: right; margin: 0px; padding: 0px; }

#telephone { float: right; margin-top: 5px; }
#flash { margin-top: 0px; margin-bottom: 13px; }
#residential { background-image: url(../images/res-bg.jpg); width: 400px; float: left; height: 230px; }
#city #residential { background-image: url(../images/res-bg-noblue.jpg); margin-bottom: 15px; }
#res #residential { background-image: url(../images/res-bg-noblue.jpg); margin-bottom: 15px; }
#comm #residential { background-image: url(../images/res-bg-noblue.jpg); margin-bottom: 15px; }
#corp #residential { background-image: url(../images/res-bg-noblue.jpg); margin-bottom: 15px; }



#residential img { float: left; margin-top: 34px; margin-left: 15px; margin-right: 32px; }
#residential ul li { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000; margin-bottom: 3px; line-height: 14px; }
#residential ul { margin-top: 70px; margin-bottom: 0px; }
#residential p { text-align: right; margin-right: 25px; }
#residential p a { font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-transform: uppercase; color: #A01E38; font-weight: bold; }



#office { background-image: url(../images/office-bg.jpg); width: 400px; float: left; height: 230px; }
#city #office { background-image: url(../images/office-bg-noblue.jpg); margin-bottom: 15px; }
#res #office { background-image: url(../images/office-bg-noblue.jpg); margin-bottom: 15px; }
#corp #office { background-image: url(../images/office-bg-noblue.jpg); margin-bottom: 15px; }
#comm #office { background-image: url(../images/office-bg-noblue.jpg); margin-bottom: 15px; }


#office img { float: left; margin-top: 34px; margin-left: 15px; margin-right: 32px; }
#office ul li { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000; margin-bottom: 3px; line-height: 14px; list-style-type: circle; }
#office ul { margin-top: 70px; margin-bottom: 0px; }
#office p { text-align: right; margin-right: 25px; }
#office p a { font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-transform: uppercase; color: #A01E38; font-weight: bold; }
#main { width: 800px; margin-top: 0px; margin-right: auto; margin-bottom: 0px; margin-left: auto; padding-top: 45px; clear: both; }
#city #main { padding-top: 15px; }
#city #main p { color: #00537D; font-size: 12px; line-height: 18px; }
#res #main { padding-top: 15px; }
#res #main p { color: #00537D; font-size: 12px; line-height: 18px; }
#comm #main { padding-top: 15px; }
#comm #main p { color: #00537D; font-size: 12px; line-height: 18px; }
#corp #main { padding-top: 15px; }
#corp #main p { color: #00537D; font-size: 12px; line-height: 18px; }



#main #form { float: right; width: 380px; background-image: url(../images/contact-bg.jpg); padding-top: 90px; background-repeat: no-repeat; padding-left: 10px; background-position: center top; }
#main #column1 { width: 380px; padding-right: 20px; border-right-width: 1px; border-right-style: solid; border-right-color: #CCC; }
#main #sidebar { float: left; width: 140px; padding-right: 5px; margin-right: 15px; border-right-width: 1px; border-right-style: solid; border-right-color: #333; }
#sidebar h2 { margin: 0px; padding: 0px; font-size: 12px; color: #A01E38; font-weight: bold; }
#sidebar-mini h2 { margin: 0px; padding: 0px; font-size: 12px; color: #A01E38; font-weight: bold; }


#main #sidebar-mini { float: right; width: 180px; margin-left: 9px; }
#main #map { float: left; margin-right: 15px; }
#main #map2 { float: left; margin-right: 15px; }
#main #map3 { float: left; margin-right: 15px; }

#city-bullets { width: 450px; margin-left: 160px; }
#city-bullets #columna { float: left; }
#city-bullets #columnb { padding-left: 190px; }
#city-bullets h2 { font-family: Arial, Helvetica, sans-serif; line-height: 36px; margin: 0px; padding: 0px; color: #00529C; font-size: 14px; font-weight: bold; }
#column-holder { width: 640px; padding-left: 160px; }
#column-split { float: left; width: 49%; }
#content .list { margin-left: 175px; }
#contact-mini { background-image: url(../images/quote-bg.jpg); padding-top: 125px; background-repeat: no-repeat; text-align: left; padding-right: 15px; padding-left: 15px; }
#contact-mini td { margin: 0px; padding: 0px; text-align: left; }
#contact-mini p { color: #000; }

#contact-mini h2 { padding: 0px; color: #000; line-height: 12px; margin-top: 8px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; }
#contact-mini input { margin-top: 1px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; }
.headshot { margin-right: 15px; margin-bottom: 15px; }



#main ul  { margin: 0px; padding: 0px; }
#main ul li  { list-style-image: url(../img/bullet.gif); margin-left: 25px; font-family: Arial, Helvetica, sans-serif; color: #00537D; }
#main ul li a  { text-decoration: underline; font-size: 12px; }
.quote { text-align: center; margin-top: 15px; margin-bottom: 5px; }







/* footer.css */
#footer { clear:both; background-image: url(../images/index-footer.jpg); background-repeat: repeat-x; background-position: center top; margin-top: 15px; margin-right: auto; margin-bottom: 0px; margin-left: auto; padding-top: 55px; padding-bottom: 35px; background-color: #E2E2E2; font-size: 10px; }
#footer p { font-family: Arial, Helvetica, sans-serif; font-size: 9px; line-height: 12px; }
#footer-left { width: 260px; }
#locations { float: right; width: 509px; }
#locations table tr td p { text-align: center; font-size: 12px; margin: 0px; line-height: 22px; }



#wrapper { width: 800px; margin-top: 0px; margin-right: auto; margin-bottom: 0px; margin-left: auto; }
#city #container { width: 800px; margin-top: 0px; margin-right: auto; margin-bottom: 0px; margin-left: auto; }
#city #mainNav { float: left; width: 145px; margin-right: 0px; padding-right: 5px; }
