@charset "utf-8";
* {
	padding: 0;
	margin: 0;
	border: 0;
}

strong, em, b, i {
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6, address {
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background: #17475b url(/images/site/bg_body.jpg) repeat-x;
	padding: 0;
	text-align: center;
	color: #000000;
}

#container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	border-top: none;
	border-right: 2px solid #c5d1d6;
	border-bottom: 2px solid #c5d1d6;
	border-left: 2px solid #c5d1d6;
}

#top_header {
	text-align: left;
	/*color: #FFF;*/
	width: 899px;
	margin: 0 auto;
	padding: 0 5px 0 0;
  height: 84px;
}

.homeHeader {
	background: url(/images/site/bg_top_header.jpg) no-repeat;
}

.blankHeader {
	background: url(/images/site/bg_top_header_blank.jpg) no-repeat;
}

.architectHeader {
	background: url(/images/site/bg_top_header_architects.jpg) no-repeat;
}

.contractorHeader {
	background: url(/images/site/bg_top_header_contractors.jpg) no-repeat;
}

.homeownerHeader {
	background: url(/images/site/bg_top_header_homeowners.jpg) no-repeat;
}

#mainContent h2, #mainContent h2.news-link
{
	font-size: 1.4em;
	margin-bottom: 10px;
}

#mainContent h2.news-link a {
	color: #17475b;
}

#homeLink {
  display: block;
  float: left;
  margin-top: 10px;
  width: 300px;
  height: 70px;
}

ul#top_nav {
	float: right; 
    margin-top: 20px;
	padding: 17px 0px 17px 25px;
}

#top_header ul,
#bottom_header ul,
#top_footer ul {
	list-style: none;
}

#top_nav li {
  float: left;
  font-size: 1.7em;
  margin: 0px 15px 5px 0px;
}


/* ------------------ Top Popup Menu -------------------------- */

#top_nav_complete {
  border: solid 2px #c5d1d6; 
  background: url(/images/site/bg_top_nav_complete_off.jpg) repeat-x; 
  position: absolute; 
  margin: -60px auto 0px 320px; 
  z-index: 100;
  width: 580px;
  height: 120px;
}

body:first-of-type #top_nav_complete {  
  margin: -70px auto 0px 320px; 
  height: 125px;
} /* SAFARI NAV HACK*/

body:first-of-type .top_nav_cat:hover { 
  background: url(/images/site/bg_top_nav_complete_on.jpg) repeat-x; 
  height: 113px;
} /* SAFARI NAV HACK*/


.headerTitle {
  color: #17475B;
  font-size: 1.7em;
  margin: 0 8px 5px 0;
}

.top_nav_cat,
.bottom_nav_cat {
  display: block;
  float: left;
  height: 100px;
}

.top_nav_cat{
  padding: 7px 0px 5px 7px;
}

.bottom_nav_cat{
  padding: 7px 0px 5px 5px;
}

.top_nav_cat:hover { 
  background: url(/images/site/bg_top_nav_complete_on.jpg) repeat-x; 
  height: 108px;
}

.top_nav_cat a,
.bottom_nav_cat a {
  font-size: 1.7em;
  margin: 0;
  color: #17475b !important; 
}

.top_nav_sub,
.bottom_nav_sub {
  font-size: 0.6em;
  margin-left: -5px;
}

.top_nav_sub li,
.bottom_nav_sub li {
  padding-left: 7px;
  width: 90px;
}

.top_nav_sub li {
  padding-top: 3px;
}

.bottom_nav_sub li {
  padding-top: 2px;
}

.top_nav_sub li:hover,
.bottom_nav_sub li:hover {
  background: url(/images/site/arrow.gif) no-repeat 0 55%;
}

.twoLine {
  line-height: 1.2em;
  vertical-align: middle;
}
/* ------------------ END Top Popup Menu -------------------------- */

/* ------------------ Bottom Menu -------------------------- */
.bottom_nav_sub {
  padding-top: 5px;
}
/* ------------------ END Bottom Menu -------------------------- */
#top_header ul li li{
  float: none;
  font-size: 0.6em;
  margin: 0 0 5px 0;
}

#top_header a,
#bottom_header a,
#top_footer a {
	text-decoration: none;
}

#bottom_header {
	background: #c5d1d6 scroll repeat 0 0;
}

body#large #masthead {
	float: left;
	z-index: 1;
	height: 350px;
	width: 580px;
}

body#small #masthead {
	float: left;
	z-index: 1;
	height: 244px;
	width: 580px;
}

ul#type_nav {
  width: 320px;
  height: 349px;
  display: block;
}

li#homeowner {
	background: #FFF url(/images/site/btn_homeowner_over.jpg) no-repeat;
}

li#homeowner a {
	background: #FFF url(/images/site/btn_homeowner.jpg) no-repeat;
  width: 320px;
  height: 117px;
  display: block;
}

li#homeowner a:hover {
  background: none;
}

li#contractor {
	background: url(/images/site/btn_contractor_over.jpg) no-repeat;
}

li#contractor a {
  background: url(/images/site/btn_contractor.jpg) no-repeat;
  width: 320px;
  height: 117px;
  display: block;
}

li#contractor a:hover {
  background: none;
}

li#architect {
	background: url(/images/site/btn_architect_over.jpg) no-repeat;
}

li#architect a {
  background: url(/images/site/btn_architect.jpg) no-repeat;
  width: 320px;
  height: 115px;
  display: block;
}

li#architect a:hover {
  background: none;
}

#center_content {
	background: #96172e url(/images/site/bg_sidebar.jpg) repeat-x;
}

#sidebar1 {
  float: right;
  width: 280px;
  padding: 15px 10px;
  color: #FFF;
  text-align: right;
}

#sidebar1 h3 {
  text-transform: uppercase;
  font-size: 2.5em;
  font-weight: normal;
  margin-bottom: 5px;
}

#sidebar p {
	margin-bottom: 10px;
}

#sidebar1 a,
#top_header a {
	color: #FFF;
}

#mainContent {
  margin: 0 318px 0 0;
  padding: 20px;
  background: #FFF;
  color: #17475b;
  border-right: solid 2px #c5d1d6;
  clear: left;
}

#mainContent h1 {
  font-size: 2.2em;
  font-weight: normal;
  margin-bottom: 8px;
}

#mainContent h1.upper {
  text-transform: uppercase;
}

#mainContent dt {
  font-size: 1.8em;
  margin-bottom: 10px;
}

#mainContent p {
  margin-bottom: 15px;
  font-size: 1.3em;
}

#mainContent a {
	color: #96172e;
}

#top_footer {
  background: #c5d1d6 url(/images/site/bg_top_footer.jpg) repeat-x;
  padding: 0 10px 0 20px;
  height: 130px;
}

#bottom_footer {
  width: 900px;
  margin: 0 auto;
  padding: 5px 10px 0 10px;
  color: #FFF;
}

#bottom_footer p {
  float: right;
  font-size: 1.3em;
  margin-bottom: 20px;
}
    
#bottom_footer a {
  color: #FFF;    
}

/* ------------------ Right Nav (small buttons) -------------------------- */
#mainHead {
  display: block;
  float: left;
  background: #C5D1D6 scroll repeat 0 0;
}

#mainHead.layout2 {
  width: 582px;
}

#mainHead.layout1 {
  width: 580px;
}

#mainHead img.homeownersMain {
  margin-top: -13px;
}

#mainHead img.contractorsMain,
#mainHead img.architectsMain {
  margin-top: -13px;
}

#topButtons {
  display: block;
  float: left;
  height: 117px;
  width: 318px;
}

#topButtons li {
  display: block;
  float: left;
  margin-top: -11px;
}

#bottomButtons {
  display: block;
  float: left;
  height: 117px;
  width: 318px;
  background: url(/images/site/btn_contact_small_over.jpg) no-repeat;
}

#bottomButtons a {
  display: block;
  background: url(/images/site/btn_contact_small.jpg) no-repeat;
  height: 117px;
  width: 318px;
}

#bottomButtons a:hover {
  background: none;
}
/* ----------------- END Right Nav (small buttons) -------------------------- */

.subMenu {
  background: url(/images/site/bg_subMenu.jpg) repeat scroll 0 0;
}

/* ------------------ homeowners -------------------------- */
#btnHomeowner {
  background: url(/images/site/btn_homeowners_small_over.jpg) no-repeat;
}

#btnHomeowner a {
  background: url(/images/site/btn_homeowners_small.jpg) no-repeat;
  display: block;
  height: 128px;
  width: 158px;
}

#btnHomeowner a:hover {
  background: none;
}

.contentHomeownersMenu {
  background: url(/images/site/bg_homeowners.jpg) no-repeat;
}

#homeownersBanner {
  width: 580px;
  height: 135px;
  margin-top: -20px;
  border-right: 2px solid #C5D1D6;
  background: url(/images/site/ban_homeowners.jpg) no-repeat;
}

#homeownersBanner a {
  display: block;
  width: 580px;
  height: 135px;
}
/* ---------------- END homeowners ------------------------ */

/* ------------------ contractors -------------------------- */
#btnContractor {
  background: url(/images/site/btn_contractor_small_over.jpg) no-repeat;
}

#btnContractor a{
  display: block;
  background: url(/images/site/btn_contractor_small.jpg) no-repeat;
  height: 128px;
  width: 158px;
}

#btnContractor a:hover {
  background: none;
}
.contentContractorsMenu {
  background: url(/images/site/bg_contractors.jpg) no-repeat;
}
/* ---------------- END contractors ------------------------ */

/* ------------------ architects -------------------------- */
#btnArchitect {
  background: url(/images/site/btn_architect_small_over.jpg) no-repeat;
}

#btnArchitect a {
  background: url(/images/site/btn_architect_small.jpg) no-repeat;
  display: block;
  height: 128px;
  width: 158px;
}

#btnArchitect a:hover {
  background: none;
}
.contentArchitectsMenu {
  background: url(/images/site/bg_architects.jpg) no-repeat;
}
/* ---------------- END architects ------------------------ */

/* ------------------ Layout 2 -------------------------- */
#center_content.layout2 {
  background: #8BA3ad url(/images/site/bg_sidebar_homeowners.jpg) repeat-x scroll 0 0;
}

#subHeader {
  display: block;
  float: left;
  height: 42px;
  width: 580px;
  border-right: 2px solid #C5D1D6;
}

#subHeader ul {
  font-size: 1.4em;
  list-style: none;
  padding-left: 10px;
}

#subHeader li {
  float: left;
  padding-top: 18px;
  padding-left: 10px;
  padding-right: 10px;
}

#subHeader li.on {
  background: url(/images/site/sub_selector.gif) no-repeat center 0;
}

#subHeader li:hover {
  background: url(/images/site/sub_selector_hover.gif) no-repeat center 0;
}

#subHomeowner li:hover {
  background: url(/images/site/sub_selector_home_hover.gif) no-repeat center 0;
}

#subContractor li:hover{
  background: url(/images/site/sub_selector_con_hover.gif) no-repeat center 0;
}

#subArchitect li:hover{
  background: url(/images/site/sub_selector_arch_hover.gif) no-repeat center 0;
}

#subHeader a {
  color: #FFF;
  text-decoration: none;
}
/* ---------------- END Layout 2 ------------------------ */

/* ------------------ Sidebar Form -------------------------- */

#sidebar2 {
  color: #FFF;
  float: right;
  padding-top: 10px;
  width: 305px;
  text-align: left;
  font-size: 1.4em;
}

#sidebar2 h1 {
  font-size: 1.7em;
  font-weight: normal;
  text-transform: uppercase;
}

#contactFields,
#contactDesc,
#contactSelect {
  padding-top: 10px;
}

#contactFields tr,
#contactDesc tr {
  padding-bottom: 5px;
}

#contactFields td,
#contactDesc td {
  text-align: right;
  padding-bottom: 2px;
}

#contactFields td.label,
#contactDesc td.label {
  width: 70px;
}

#contactFields td.inputField,
#contactDesc td.inputField {
  width: 210px;
}

#contactFields input,
#contactDesc input {  
  border: 2px solid #C5D1D6;
  height: 20px;
  width: 200px;  
}

#contactFields textarea,
#contactDesc textarea {
  border: solid 2px #c5D1D6;
  width: 200px;
}

#contactSelect,
#contactDesc {
  width: 285px;
  text-align: right;
}

#contactSelect select { 
  border: 2px solid #C5D1D6;
  width: 202px;
}

#contactSubmit {
  padding-top: 10px;
  width: 285px;
}

#contactSubmit input{
  background: url(/images/site/submit.gif) no-repeat;
  height: 40px;
  width: 110px;
  float: right;
  cursor: pointer;
}
/* ---------------- END Sidebar Form ------------------------ */

/* ------------------- Weblog ------------------------- */
.weblogList,
.weblogNumList {
  font-size: 1.3em;
  margin-bottom: 15px;
  padding-left: 20px;
}

.weblogList {
  list-style-type: disc !important;
}

.weblogNumList {
  list-style-type: decimal !important;
}

.weblogList ul li,
.weblogNumList ul li {
  font-size: .8em;
}

#inPerson,
#byEmail,
#byFax {
  display: block;
  float: left;
}

#inPerson,
#byFax {
  width: 250px;
}

#byEmail{
  width: 270px;
}

#byEmailResume {
  font-size: .8em;
}

.privacyList {
  margin-bottom: 15px;
  padding-left: 20px;
}

.privacyList ul {
  list-style-type: disc !important;
  padding-left: 20px;
}

.sidingThumb {
  width: 250px;
  float: left;
  padding-bottom: 20px;
}

.companyImage {
  width: 315px;
  border: solid 1pt;
}

#adminCareer,
#prodCareer,
#internCareer,
#adminCareer td,
#prodCareer td,
#internCareer td,
#adminCareer th,
#prodCareer th,
#internCareer th {
  border: solid 1pt;
  border-collapse: collapse;
  padding: 3px 5px;
}

#contactPage #contactCol1 {
  display: block;
  float: left;
  width: 265px;
}

#contactPage #contactCol2 {
  display: block;
  float: left;
  width: 265px;
}

div.gallery p a {
  display: block;
  width: 545px;
  height: 200px;
}

div.gallery p a.architectural {
  background: transparent url(/images/badge-architectural.jpg) 0 0 no-repeat;
}

div.gallery p a.frames {
  background: transparent url(/images/badge-frames.jpg) 0 0 no-repeat;
}

div.gallery p a.siding {
  background: transparent url(/images/badge-siding.jpg) 0 0 no-repeat;
}

div.gallery p a span {
  display: none;
}

/* ---------------- END Weblog ------------------------ */
    
.date { 
	color: #96172e;
	font-size: 0.8em;
}

.right {
	float: right;
	margin-left: 8px;
}

img.right {
	margin: 0 0 10px 10px;
	float: right;
}

/* this class can be used to float an element left in your page */
.left { 
	float: left;
	margin-right: 8px;
}

img.left {
	margin: 0 10px 10px 0;
    float: left;
}

/* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
.clear { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.show {
	display: block;
}

.hidden {
	display: none;
}

.bold {
  font-weight: bold;
}

.error, .red {
	color: #ff0000;
}
.error { 
font-size: 12px; 
display: block; 
}

/* ------------------ (TEST) -------------------------- *//