/* CSS Document */
* { 
 margin: 0; 
 padding: 0; 
} 
body { 
 background: #0074B9;
 font: 14px/28px Arial, Verdana, sans-serif;
 text-align: center;
 color: #333333; 
} 
a:link {
 color: #0074B9;
 text-decoration: none;
}
a:visited {
 color: #0074B9;
 text-decoration: none;
}
a:hover {
 color: #000099;
}
#page {
	margin: 0 auto;
	width: 960px;
	text-align: left;
	background-color: #FFFFFF;
	overflow: hidden; /*put this in or no white space on the page in firefox*/
} 
img {  
 border-style: none;
}
#aboveheader {
 width: 960px;
 height: 50px;
 background: #0074B9;
}
#red {
 width: 944px;	
 border: 0 8px 8px 8px #DD3B3E solid;
}
#header { 
 height: 200px;
 border: 8px #DD3B3E solid;
} 
#header img {
 float: right;
 position: relative;
 margin: 142px -300px 0 10px;
}
#logo {
	float: left;
	position: absolute;
	background: url(images/logo.jpg) no-repeat;
	width: 634px;
	height: 181px;
	margin: 12px 24px 24px 12px;
}
#logo img {
 display: none;
}
#tagline {
 float: right;
 background: url(images/tagline4.jpg) top no-repeat;
 height: 109px;
 width: 294px;
 margin: 20px 20px 0 0;
} 
#phone {
 float: right;
 background: url(images/phone2.jpg) top no-repeat;
 height: 53px;
 width: 394px;
 margin: 20px 20px 0 0;
} 
#abovecontent {
 font-weight: bold;
 font-size: 16px;
 color: #FFFFFF;
 background: #DD3B3E;
 text-indent: 20px;
}
#content-right {
	float: right;
	width: 291px;
	margin-top: 24px;
	margin-right: 24px;
	margin-bottom: 60px;
	margin-left: 8px;
} 
#content-right p {
 padding-bottom: 18px;
 margin-left: 12px;
 margin-right: 12px;
}
#words {
 position: relative;
 margin: 24px 12px 24px 48px;
 padding-bottom: 0;
 background: #FFFFFF;
}
#before, #after {
 position: relative;
 margin: 24px 24px 24px 0;
 padding-bottom: 0;
 background: #FFFFFF;
}
#beforelong, #afterlong {
 position: relative;
 margin: 24px 12px 24px 48px;
 padding-bottom: 0;
 background: #FFFFFF;
}
#content-primary {
	float: right;
	width: 410px;
	margin-right: 12px;
	margin-bottom: 60px;
	margin-left: 36px;
} 
#content-primary p {
 line-height: 22px;
 padding-bottom: 18px;
 margin: 12px;
 margin-top:0; /*this is so there is no space between h2 and p*/
}
#content-primary p2 {
 line-height: 22px;
 padding-bottom: 0;
 margin: 12px;
 margin-top:0; /*this is so there is no space between h2 and p*/
}
#content-primary img {
 text-align: center;
 }
h2 {
 font-weight: bold;
 font-size: 1em;
 line-height: 120%;
 text-transform: uppercase;
 padding: 10px 10px 0 10px;
 margin-bottom:0; /*this is so there is no space between h2 and p*/
 color: #333333;
}
p.contact {
 text-align: center;
 font: Arial, Helvetica, sans-serif;
 font-size: 16px;
}
#content-primary ul {
 list-style: disc inside;
 list-style-position: outside; /*this makes the 2nd line of list line up with 1st rather than under bullet!!*/
 margin: 0 0 0 2em;
 padding: 0 0 0 0; /*have to set the margin and padding to zero but in IE the bullets go away unless change the left margin and left padding to 2em*/
 color: #0074B9;
}
#content-primary ul span {
 color: #000000; /*this makes text different color than bullets but have to place span tag in html for each <li> */
}
#content-primary img {
 margin: 24px 0 0 0;
}
#marciepic {
 margin: 0 0 24px 0;
 text-align: center; /*this line makes image center in FF*/
 }
#marciepic img{
  display:block;
  margin: auto; /*these 2 lines make the image center in IE*/
 }
div.figure {
  float: left;
  width: 75%;
  border: thin silver solid;
  margin: 24px;
  padding: 0.5em;
}
div.figure p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  line-height: 120%;
  text-indent: 0;
}
#figure2 {
  position: relative;
  text-align: center; /*this line makes image center in FF*/
 }
#figure2 img {
  display:block;
  margin: auto; /*these 2 lines make the image center in IE*/
  }
div.figure2 p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  line-height: 120%;
  text-indent: 0;
}
div.figure2 p + p {
  display: table-caption;
  caption-side: top;
}
#content-left {
	float: left;
	width: 151px;
	position: absolute;
	margin-top: 0;
	margin-right: 24px;
	margin-bottom: 24px;
	margin-left: 0;
}
#content-left p {
 padding-bottom: 5px;
} 
ul#nav { background: url(images/navmenu2.jpg) repeat:no-repeat; border: #DD3B3E solid; border-top: 0; border-right: 12px; border-bottom: 8px; border-left: 4px #DD3B3E solid; }
ul#nav li { list-style-type:none }
ul#nav li a { height:28px; width:135px; display:block; text-indent:-9999px; outline:none }
li#navAbout a, li#navServices a, li#navMilestones a, li#navGallery a, li#navFaqs a, li#navReviews a, li#navPolicies a, li#navResources a, li#navContact a, li#navBlog a, li#navHome a{ background:url(images/navmenu2.jpg) }

/*measurements for the nav image replacement:
The distance from the left to the...
initial state= 0
rollover state = 135px

The distance from the top to the...
about button = 0
services button = 26px
milestones button = 52px
before & after button = 78px
faqs button = 104px
rave reviews button = 130px
policies button = 156px
resources button = 182px
contact button = 208px
blog button = 234px
home button = 260px

the width of the...
about button = 135px
services button = 135px
milestones button = 135px
before & after button = 135px
faqs button = 135px
rave reviews button = 135px
policies button = 135px
resources button = 135px
contact button = 135px
shop button = 135px
newsletter button = 135px
blog button = 135px
home button = 135px

the height of the buttons = 26px each row; 338px total ht of image; total width of image 270 px*/

li#navAbout a 					{ background-position:0 0 }
li#navAbout a:hover				{ background-position:-135px 0 }
body#pageAbout li#navAbout a 			{ background-position:-135px 0 }

li#navServices a 					{ background-position:0 -26px  }
li#navServices a:hover				{ background-position:-135px -26px }
body#pageServices li#navServices a 			{ background-position:-135px -26px }

li#navMilestones a 				{ background-position:0 -52px  }
li#navMilestones a:hover				{ background-position:-135px -52px }
body#pageMilestones li#navMilestones a 		{ background-position:-135px -52px }

li#navGallery a 					{ background-position:0 -78px  }
li#navGallery a:hover				{ background-position:-135px -78px }
body#pageGallery li#navGallery a 			{ background-position:-135px -78px }

li#navFaqs a 					{ background-position:0 -104px  }
li#navFaqs a:hover				{ background-position:-135px -104px }
body#pageFaqs li#navFaqs a 			{ background-position:-135px -104px }

li#navReviews a 					{ background-position:0 -130px  }
li#navReviews a:hover				{ background-position:-135px -130px }
body#pageReviews li#navReviews a 			{ background-position:-135px -130px }

li#navPolicies a 					{ background-position:0 -156px }
li#navPolicies a:hover				{ background-position:-135px -156px }
body#pagePolicies li#navPolicies a 			{ background-position:-135px -156px }

li#navResources a 					{ background-position:0 -182px  }
li#navResources a:hover				{ background-position:-135px -182px }
body#pageResources li#navResources a 			{ background-position:-135px -182px }

li#navContact a 					{ background-position:0 -208px  }
li#navContact a:hover				{ background-position:-135px -208px }
body#pageContact li#navContact a 			{ background-position:-135px -208px }

li#navBlog a 				{ background-position:0 -234px  }
li#navBlog a:hover				{ background-position:-135px -234px }
body#pageBlog li#navBlog a 		{ background-position:-135px -234px }

li#navHome a 					{ background-position:0 -260px  }
li#navHome a:hover				{ background-position:-135px -260px }
body#pageHome li#navHome a 			{ background-position:-135px -260px }

#napologo {
 position: relative;
 margin: 24px 24px 24px 12px;
}
#irnlogo {
 position: relative;
 margin: 24px 24px 24px 24px;
}
#greensite {
 position: relative;
 margin: 24px;
 }
ul#faqs {
 list-style: disc outside;
 color: #0074B9;
 font-size:12px;
}
#footerup {
 clear: both;
 height: 45px;
 background: #FFFFFF;
 font-size: 12px;
 text-align: center; 
 line-height: 1em; 
 text-shadow: 1px 1px 1px #33333; 
 color: #33333;
} 
#footer { 
 height: 95px;
 background: #0074B9;
 font-size: 12px;
 text-align: center; 
 line-height: 1em; 
 text-shadow: 1px 1px 1px #33333; 
 color: #fff;
} 
#footer p {
 padding: 12px;
 text-align: center;
}
.clear { 
 clear: both; 
}
