/*
---------------------------------------------------------------------
            GLOBAL STYLES 
---------------------------------------------------------------------

These are default styles that every page needs to inherit */


/* This sets all browser padding and margin defaults to zero */
* { margin: 0; padding: 0; } 

/* This is a fix for IE 6 & 7 spacing issues. I think. */
* html img { display: block; } 

/* This keeps images wrapped in an anchor tag from displaying a border. Maybe. */
a img { border: none; margin: 0; padding: 0; }

/*Firefox produces a dotted outline that appears around links when you click on them. */
a { outline: none; }

/* this is a fix for IE/Mac, to keep the nav items from breaking. */
#header li {
	/*\*/overflow: hidden;/**/
}

body {
	background-color:#ffffff;
}

/* styles for IE 5 Mac */
.wrapper {
        background: transparent;
        position: absolute;
        top: 10px;
		width: 100%;
 }
 
 /* following rules are invisible to IE 5 \*/
.wrapper {
	background-color: #ffffff;
	text-align: center;
	position: absolute;
	top: 10px;
	left: 0px;
	width: 100%;
	text-align: center;
	min-width: 920px;
	max-width: 100%;
}
/* end IE 5 hack */ 
#container-home {
	height: 590px;
	width: 960px;
	text-align: left;
	margin: 0px auto;
	border: thin solid #A3AFAA;
	position: relative;
	z-index: 0;
	background-color: #ffffff;
	background-image: url(images/bg-roofline.gif);
	background-repeat: no-repeat;
	position: relative;
}
#container {
	min-height: 590px;
	width: 960px;
	text-align: left;
	margin: 0px auto;
	border: thin solid #A3AFAA;
	position: relative;
	z-index: 0;
	background-color: #ffffff;
}
#belowContainer {
	width: 960px;
	text-align: left;
	padding-top: 6px;
	margin: 0px auto;
	position: relative;
}
#belowTest-home {
	position: absolute;
	left: 311px;
}
#belowTest {
	position: absolute;
	left: 188px;
}
#belowPhone {
	position: absolute;
	left: 702px;
	width: 240px;
}






p {
	font: 12px/18px Helvetica, Arial, sans-serif;
	color: #5E6E66;
	letter-spacing: 0.05em;
	padding-top: 0px;
	text-align: justify;
}
.text {
	padding-bottom: 12px;
}
.text a {
	color: #C49F06;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #88968F;
}
.text a:visited {
	color: #C49F06;
	text-decoration: none;
	border-bottom: none;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #88968F;
}
.text a:hover, .text a:active {
	color: #009390;
	text-decoration: none;
	border: none;
}
.text2 {
	color: #88968F;
	letter-spacing: 0.05em;
	padding-bottom: 30px;
	text-align: left;
	font: 10.5px/14px Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}
.text2 a {
	color: #88968F;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #88968F;
}
.text2 a:visited {
	color: #88968F;
	text-decoration: none;
	border-bottom: none;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #88968F;
}
.text2 a:hover, .text2 a:active {
	color: #009390;
	text-decoration: none;
	border: none;
}
.text3 {
	padding-bottom: 12px;
}
.text3 a {
	color: #5E6E66;
	text-decoration: none;
}
.text3 a:visited {
	color: #5E6E66;
	text-decoration: none;
}
.text3 a:hover, .text3 a:active {
	color: #009390;
	text-decoration: none;
	border: none;
}
a img { 
	border: none !important;
	outline: none;
}
h1 {
	color: #C49F06;
	letter-spacing: 0.02em;
	padding-bottom: 9px;
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-style: oblique;
	line-height: 30px;
	font-weight: normal;
	font-variant: normal;
}
h2 {
	font: bold 16px/20px Helvetica, Arial, sans-serif;
	color: #009390;
	letter-spacing: 0.05em;
	padding-bottom: 6px;
	padding-top: 9px;
	text-align: left;
}
h3 {
	color: #5E6E66;
	letter-spacing: 0.05em;
	padding-bottom: 0px;
	text-align: left;
	font: bold 12px/18px Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}
h4 {
	color: #C49F06;
	letter-spacing: 0.02em;
	padding-bottom: 9px;
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 24px;
	line-height: 30px;
	font-weight: normal;
	font-variant: normal;
}
h5 {
	font: bold 12px/24px Helvetica, Arial, sans-serif;
	color: #009390;
	letter-spacing: 0.05em;
	text-align: left;
	font-style: oblique;
	padding-bottom: 9px;
}
.homeText {
	font: normal 21px/33px Helvetica, Arial, sans-serif;
	color: #4F5155;
	letter-spacing: 0.03em;
	margin: 62px 85px 0px 91px;
	padding-bottom: 0px;
	text-transform: uppercase;
	text-align: left;
}
.logo {
	border: 0px;
	text-decoration: none;
}
.logo a:link, .logo  a:visited, .logo a:hover, .logo  a:active {
	border: 0px;
	text-decoration: none;
}
.spaceAfter {
	margin-bottom: 12px;
}
.noSpaceAfter {
	margin-bottom: 0px !important;
}

/* NAVIGATION */ 

#navigation {
	position: absolute;
	top: 44px;
	left: 702px;
	z-index: 10;
}
#logos {
	position: absolute;
	top: 530px;
	left: 698px;
	z-index: 10;
}
.navItem {
	padding-bottom: 16px;
	border: 0;
	display: block;
}
#subnav {
	position: absolute;
	left: 510px;
	top: 128px;
	width: 155px;
}
.subnavItem {
	position: relative;
	float: right;
	padding: 0px 0px 1px 0px;
	margin: 0px;
	top: 0px;
	display: list-item;
}
#leaf_pos0 {
	position: absolute;
	top: 126px;
	left: 668px;
}
#leaf_posZ {
	position: absolute;
	top: 183px;
	left: 668px;
}
#leaf_pos1 {
	position: absolute;
	top: 42px;
	left: 668px;
}
#leaf_pos2 {
	position: absolute;
	top: 70px;
	left: 668px;
}
#leaf_pos3 {
	position: absolute;
	top: 98px;
	left: 668px;
}
/* MAIN CONTENT */ 

#logo_home {
	position: absolute;
	top: 279px;
	left: 122px;
	z-index: 1;
}
#logo {
	position: absolute;
	top: 30px;
	left: 34px;
	z-index: 1;
}

#main {
	position: relative;
	margin-top: 222px;
	height: auto;
	width: 960px;
	min-height: 368px;
	background-color: #f8f6ef;
	background-image: url(images/bg-roof2.gif);
	background-repeat: no-repeat;
}
#contactMsg {
	position: absolute;
	top: 154px;
	left: 617px;
	width: 230px;
}
.insetImg {
	position: relative;
	float: left;
	padding: 4px 20px 6px 0px;
	margin-left: 0;
}
.insetImgRT {
	position: relative;
	float: right;
	padding: 6px 0px 6px 20px;
	margin-left: 0;
}

#mainText_home {
	position: absolute;
	top: 430px;
	left: 310px;
	width: 455px;
}
#mainTextArea {
	position: relative;
	top: 30px;
	left: 187px;
	width: 473px;
	padding-bottom:60px;
}
#tagline_home {
	position: absolute;
	top: 556px;
	left: 310px;
}
#tagline {
	position: absolute;
	top: 346px;
	left: 702px;
}
#rightCol {
	position: absolute;
	top: 35px;
	left: 702px;
	width: 200px;
}
.quoteCredit {
	color: #88968F;
	letter-spacing: 0.05em;
	padding: 10px 0 40px 95px;
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10.5px;
	font-style: oblique;
	line-height: 18px;
	text-transform: uppercase;
}
.quote {
	color: #009390;
	padding: 0px;
	text-align: left;
	font: 12px/18px Helvetica, Arial, sans-serif;
	letter-spacing: 0.05em;
	padding-top: 0px;
	font-style: oblique;
}

/* LISTS */


ul {
	font-weight: normal;
	list-style-position: inside;
	left: 0;
	margin-bottom: 12px;
}
li {
	font: 12px/18px Helvetica, Arial, sans-serif;
	color: #5E6E66;
	letter-spacing: 0.05em;
}
.bullet {
	text-indent: -12px;
	margin-left: 12px;
	margin-bottom: 4.5px;
	list-style-image: url(images/img-bullet.gif);
}
.subBullet {
	font: 12px/18px Helvetica, Arial, sans-serif;
	color: #5E6E66;
	letter-spacing: 0.05em;
	text-indent: -12px;
	margin-left: 36px;
	margin-bottom: 4.5px;
	list-style-type: square;
}
#bulletLink ul, #bulletLink  il {
	font-weight: normal;
	list-style-position: inside;
	left: 0;
}



/* FORMS */




.form {
	font: oblique 12px Georgia, "Times New Roman", Times, serif;
	color: #603913;
	margin-bottom: 1px;
}
.formFill {
	font: oblique 12px Georgia, "Times New Roman", Times, serif;
	color: #A97C50;
	margin-bottom: 1px;
}
.spaceAbove {
	margin-top: 9px;
	}
table {
	background: none;
	padding-top: 16px;
	padding-left: 47px;
}



#form {
	padding-left: 24px;
}

.formTable {
	padding: 24px 0 24px 0;
	width: 200px;
}
.formFill {
	letter-spacing: normal;
	height: 20px;
	width: 450px;
	margin-bottom: 6px;
	border: 1px solid #685953;
	font: normal 9px/18px Helvetica, Arial, sans-serif;
	color: #CFC9C5;
	letter-spacing: 0.05em;
	padding: 2px;
}
.formText {
	font: 9px/18px Helvetica, Arial, sans-serif;
	color: #685953;
	letter-spacing: 0.05em;
	padding-top: 0px;
	text-transform: uppercase;
	
}
.messageField {
	font: 9px/18px Helvetica, Arial, sans-serif;
	color: #685953;
	text-transform: uppercase;
	padding: 2px;
	height: 125px;
	width: 518px;
	border: 1px solid #685953;
	letter-spacing: 0.05em;
}

.messageInput {
	letter-spacing: normal;
	height: 60px;
	width: 224px;
	margin-bottom: 6px;
	border: 1px solid #685953;
	font: 9px/18px Helvetica, Arial, sans-serif;
	color: #685953;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
.formSmall {
	font-size: 10px;
	letter-spacing: .5px;
}
.submitBtn {
	padding: 9px 0 20px 0;
	text-align: left;
	
}