body {
background-color: #ffffff;
background-image: url(/images/bggradient4.jpg);
background-repeat: repeat-x;
	color: #333333; 

	font-family:Helvetica, Verdana, Arial, Sans-Serif;
	font-size: 100%;
	margin: 0px 20px 20px 20px;
	padding: 0;
	min-width: 730px;
} 
/* overall text stylings are placed here, under the Body tag, for convenience */
a:link {
color: #b3d9b3;
}
a:visited {
color: #b3d9b3;
}
a:active {
color: #EC2508;
}
a:hover{
color: #EC2508;
text-decoration: none;
}
#wrapper { 
	margin: 0 auto;
	width: 800px;
	text-align: center;
} 

#wrapper ul {
	padding: 0px;
	border: 0px;
	margin: 0px;
}
#wrapper li {
	padding: 0px;
	border: 0px;
	margin: 0px;
}
#header {
	margin: 0 auto;
	width: 800px;
	text-align: right;
}
/* header styles are applied under the "wrapper" ID */
#header img {
	padding: 0px;
	border: 0;
}
#header ul {
	float: right;
	list-style: none;
	padding-bottom: 10px;
	padding-top: 8px;
}
#header li {
	display: inline; /*** Making the links horizontal aligned ***/
	FONT-FAMILY: Helvetica, Verdana, Arial, Sans-Serif;
	font-size: 12px;
	padding-right: 5px;	
	padding-left: 5px;
	text-decoration: none;
	color: #f1a67f;
}
#header li a {
	display: inline;
}
#header a:link{
	color: #b3d9b3;
	text-decoration: none;
}
#header a:visited{
	color: #b3d9b3;
    text-decoration: none;
}
#header a:active{
	color: #f1a67f;
	text-decoration: none;
}
#header a:hover{
	color: #f1a67f;
	text-decoration: underline;
}
/*End of the header text styles */
#sidebar {
	text-align: left;
	background: #cccccc;
	padding: 16px 16px 16px 0px;
	width: 185px;
	float: left;
	padding-right: 5px;
	border-bottom: solid #f1a67f 1px;
	border-top: solid #f1a67f 1px;
	border-left: solid #f1a67f 1px;
} 
/* Sidebar text styles */

#sidebar h2 {
	color: #7D0009;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	padding-left: 25px;
	padding-top: 20px;
	padding-right: 5px;
}
#sidebar h3 {
	color: #555555;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	line-height: 17px;
	font-size: 10px;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 25px;
	padding-right: 5px;
}
#sidebar p {
	color: #555555;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	line-height: 15px;
	font-size: 10px;
	padding-left: 25px;
	padding-right: 5px;
}
#sidebar a img {
	border: 0px;
}
#sidebar ul {
list-style: none;
padding-bottom: 4px;
padding-left: 25px;
padding-top:10px;
}
#sidebar li {
	color: #457658;
	line-height: 18px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	font-weight: bold;
	display: block;
}
#sidebar a:link{
	color: #D80825;
    text-decoration: none;
}
#sidebar a:visited{
	color: #D80825;
    text-decoration: none;
}
#sidebar a:active{
	color: #D80825;
    text-decoration: none;
}
#sidebar a:hover{
	color: #D80825;
    text-decoration: underline;
}

#subsection {
	font-size: 9px;
	padding-top: 0px;
	padding-bottom: 2px;
	padding-left: 10px;
	text-indent: 0px;
	display: block;
}
.testimonial {
	font-size: 12pt;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	color: #444444;
	line-height: 18pt;
	padding-top: 15px;
	padding-left: 25px;
	padding-right: 5px;
}
.test_attrib {
	font-size: 10pt;
	font-weight: bold;
	text-align: right;
	padding-left: 25px;
	padding-right: 12px;
}
/*End of sidebar text styles */
/*******************************
The p-gallery pages have the images centered
*******************************/
#maincontent {
	text-align: left;
	padding: 16px 30px;
	background: #eeeeee;
	width: 553px;
	float: right;
	margin-left: -5px;
	min-height: 400px;
	border-bottom: solid #f1a67f 1px;
	border-top: solid #f1a67f 1px;
	border-right: solid #f1a67f 1px;
} 
#maincontent2 {
	text-align: left;
	padding: 16px 30px;
	background: #eeeeee;
	width: 600px;
	float: right;
	margin-left: -5px;
	min-height: 400px;
} 
/* Main Content text style */
#myGallery
{
width: 460px !important;
height: 350px !important;
} 
#maincontent h1 {
    color: #555555;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
	line-height: 26px;
    font-size: 20px;
}#maincontent h2 {
    COLOR: #D58312;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
	line-height: 20px;
    font-size: 15px;
	font-weight: bold;
	padding-bottom: 10px;
}#maincontent h3 {
    color: #D58312;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
	line-height: 16px;
    font-size: 13px;
}#maincontent h4 {
    color: #555555;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
	line-height: 18px;
    font-size: 11px;
}
#maincontent p {
	color: #555555;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	padding-bottom: 10px;
	line-height: 15px;
}

#maincontent ul {
	padding: 0;
	margin: 0;
}
#maincontent li {
	color: #555555;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	padding-bottom: 10px;
	margin-left: 10px;
}

#maincontent td {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: top;
	}
#maincontent a:link {
color: #457658;
}
#maincontent a:visited {
color: #457658;
}
#maincontent a:active {
color: #EC2508;
}
#maincontent a:hover{
color: #EC2508;
text-decoration: none;
}
/**********************
The .price class spaces out the pricing table on the plans pages.
**********************/

.price{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	vertical-align: top;
}
/**********************
FORM elements
***********************/
.required {
	color:#FF0000;
	font-style: italic;
}
#maincontent input {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	border: solid #555555 1px;
}
#maincontent textarea {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	border: solid #555555 1px;
}
#maincontent .imgRight {
	border-color: #EC7D38;
	border-style: solid;
	border-width: 3px;
	margin-left: 10px;
	float: right;
}
/**********************
Image Stylings
***********************/
#maincontent .imgLeft{
	border-color: #EC7D38;
	border-style: solid;
	border-width: 3px;
	margin-right: 10px;
	float: left;
}
#maincontent .imgTedd{
	margin-right: 30px;
	margin-bottom: 20px;
	float: left;
	clear: both;
	width: 150px;
	height: 250px;
}
#maincontent .planlistThumb{
	border-style: solid;
	border-width: 3px;
	border-color: #EC7D38;
	margin-right: 10px;
	margin-top: 5px;
	float: left;
}


/*******************
Righty and lefty float elements in the design guide either right or left (duh!)
*******************/
#righty {
	float: right;
		}
#lefty {
	float: left;
	}
/************
captions
************/
div.caption {
	position: relative;
	text-align: center;
	}
div.caption p {
	text-align: left;
	color: #555555;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	padding-bottom: 0px;
	font-style: italic;
}
div.caption p.short {
	text-align:center;
}
div.caption img {
	border-style: solid;
	border-width: 3px;
	border-color: #EC7D38;
}
/*******************************
Clear div, for fixing pesky flow problems.
*******************************/
.clear{
	clear: both;
	padding:0;
	margin: 0;
	height: 1px;
}

/*******************************
the p-galsection works on the gallery section navigation pages.
things need to be left-justified, not centered
********************************/
.imageThumbs{
	text-align: left;
	clear: both;	
}
#maincontent .imageThumbs  a:link{
	color: #D80825;
    text-decoration: none;
}
#maincontent .imageThumbs a:visited{
	color: #D80825;
    text-decoration: none;
}
#maincontent .imageThumbs a:active{
	color: #D80825;
    text-decoration: none;
}
#maincontent .imageThumbs a:hover{
	color: #D80825;
    text-decoration: underline;
}
#maincontent a:hover .logolink {
	opacity:0.8;
	/*IE's asinine, non-standard tranparency here*/
	filter:alpha(opacity=80);
	background-color:#ffffff;
	border:0px;
}	  
.planlist td {
	width: 135px;
	margin: .25em;
	padding: .25em;
	text-align: center;
	font-size: 10px;
}
.picbox{
float: left;
margin: .25em;
padding: .25em;
text-align: center;
font-size:10px;
}

#maincontent .imageThumbs .picbox img {
	display: block;
	margin: 0 auto;
}
/*******************************
The p-gallery pages have the images centered
*******************************/
#p-gallery #maincontent {
	text-align: center;
}
p.credit{
	font-size: 10px;
	line-height:12px;
	text-align:right;
	margin-top: 0px;
	padding-right:10px;
}
/*****************
The id "tellme" is used to align the form fields in the "tell me" form
*******************/
#tellme {
	text-align: left;
}
#tellme h3 {
	color: #235670;
	font-size: 12pt;
}
#tellme input {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	border: solid #555555 1px;
}
/*********************************
Sections and Pages IDs are used on the Table of Contents to format the ToC lists
**********************************/
.sections{
	text-decoration: none;
	font-weight: bold;
	list-style-type: none;
}
.pages{
	list-style-type: none;
	text-indent: 10px;
}
/* end of Main Content text styles */
#footer {
background-color:#05099b;
	padding-top: 6px;
padding-bottom: 15px;
	clear: both;
	text-align: center;
}
#footer ul {
list-style: none;
padding-top: 10px;
padding-right: 10px;
}
#footer li{
	display: inline;
	padding-right: 8px;
	padding-left: 8px;
	COLOR: #ffffff;
    FONT-FAMILY: Verdana, Arial, Helvetica, Sans-Serif;
    FONT-SIZE: 10px
}
#footer a {
	text-decoration:none;
}
div.pagename { 
color: #9fb1d9;
    FONT-FAMILY: Verdana, Arial, Helvetica, Sans-Serif;
    FONT-SIZE: 26px;
	width: 800px;
text-align: right;
float: right;
margin-right: 12px;
margin-bottom: 8px;
 }

/*** Homes, engineering, and innovation have a custom style applied to the sidebar and maincontent ***/
/*** Removing the padding and margins on sidebar and maincontent keep everything snug together ***/
#p-bigpic #maincontent{
	text-align: left;
	padding: 0px;
	padding-bottom: 5px;
	background: #eeeeee;
	width: 600px;
	float: right;
	margin-left: -5px;
	min-height: 566px;
	border-bottom: solid #f1a67f 1px;
	border-top: solid #f1a67f 1px;
	border-right: solid #f1a67f 1px;


}
#p-bigpic #maincontent img{
	padding: 0px;
	margin: 0px;

}
#p-bigpic #sidebar {
	text-align: left;
	background: #cccccc;
	width: 190px;
	float: left;
	padding-right: 10px;
	min-height: 566px;
	border-bottom: solid #f1a67f 1px;
	border-top: solid #f1a67f 1px;
	border-left: solid #f1a67f 1px;

}

#p-bigpic #sidebar li {
	color: #457658;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	font-weight: bold;
	display: block;
	line-height: 14px;
}
/* end of Main Content text styles */

table.midtable { 
border-width: 0px;
border-spacing: 0px;
border-style: none;
padding: 0px;
 }

td.leftsidebar { 
background-color: #dbdbd8;
text-align: left;
border-style: none;
padding: 0px;
border-width: 0px;
 }

td.leftsidebar h2 {
	color: #7D0009;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	padding-left: 25px;
	padding-top: 20px;
	padding-right: 5px;
}
td.leftsidebar h3 {
	color: #555555;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	line-height: 17px;
	font-size: 10px;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 25px;
	padding-right: 5px;
}

td.leftsidebar p {
	color: #555555;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	line-height: 15px;
	font-size: 10px;
	padding-left: 25px;
	padding-right: 5px;
}


td.leftsidebar a{
	font-size: 9px;
	font-weight: bold;
	padding-left: 25px;
	padding-right: 5px;
}

td.leftsidebar a:link{
	color: #D80825;
    text-decoration: none;
}

td.leftsidebar a:visited{
	color: #D80825;
    text-decoration: none;
}

td.leftsidebar a:active{
	color: #D80825;
    text-decoration: none;
}

td.leftsidebar a:hover{
	color: #D80825;
    text-decoration: underline;
}

td.leftsidebar  ul {
list-style: none;
padding-bottom: 4px;
padding-left: 10px;
padding-top:10px;
margin-right:15px;
}
/************************* These styles are for the plans, and their associated menus **********/
/*Image Div holds the big picture and the associated picture menu */
#image {
  float: left;
  margin-top: 0px;
  margin-left: 40px;
  margin-right: 10px;
  margin-bottom: 20px;
  padding-bottom: 0px;
  border: none;
  width:412px;
  position:relative;
}

#image img {
	margin: 0px;
	padding: 0px;
	border: 1px solid #812400;
	z-index: 1;
}
/*fancy-ass menus for selection choices*/
#menu {
		float: left;
		margin-top:302px;
		margin-left: 0px;
		position:absolute;
		width:411px;
	}
#menu ul {
	width:137px;
	float:left;
	margin:0px;
	padding:0px;
	list-style:none;
	font-family:  Arial, Helvetica, Sans-Serif;
	font-size:13px;
	color: #812400;
	
}
#menu span {
	cursor:pointer;
}
#menu1{
background-image: url(/images/menu1-plans.png);
}
#menu2{background-image: url(/images/menu2-plans.png);}
#menu3{background-image: url(/images/menu3-plans.png);}
#menu li {
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 2px;
}
#menu ul .top {
	font-weight: bold;
	padding-left: 3px;
}
#menu ul .item{
	display:none;
}
#menu ul:hover .item{
	display:block;
}
#menu a {
	text-decoration: none;
	color: #812400;
}
/*hidden and unhidden show the zoom box and flip box, when appropriate */
.hidden { visibility: hidden; }
.unhidden { visibility: visible; }
/* toolbox holds any buttons that show up in-image. Each button has its own div, just in case we need it */
#toolbox {
	position:absolute;
	left: 5px;
	top: 5px;
	width:100%;
	z-index: 100;
	visibility: visible;
}
#flip {
	left:5px;;
	position:absolute;
	width:10%;

}

#zoom {
	position:absolute;
	right:0;
	width:10%;

}

/* These are for the bulleted lists on the timberframe page */
.bolder {
	font-weight: bold;
}
.dot {
	list-style:disc;
	font-weight: lighter;
}
.innerlist {
	position: relative;
	left: 25px;	
}
/* end of the style sheet. go get a cup of coffee! */

