/*****************
 * 
 * Pritchard, Inc Web site 
 * Created by Landmine Design, Inc.
 * www.landmine-design.com
 * created 20080826
 * last edit 20080826
 * 
 *****************/


/*************
 * 
 * Color Palette
 * Tan bg color: #ae8a33
 * Body text: #fff
 * 
 *************/



/**************
 * 
 * Main structure styles
 * 
 *************/


body  {
	background: #D2D7E0 url(../images/bg.gif) repeat;
	font: 0.7em/1.5 Georgia, Geneva, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 15px 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #fff;
}

p {
	margin:0;
}

a img {
	border: none;
}

h2 {
	font-size: 1.5em;
	}

 #topcontainer { 
	width: 762px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: transparent url(../images/top.gif) no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	height:28px;
} 

 #container { 
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #282f59 url(../images/body-bg.jpg) repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
 #header { 
	background: #fff;
	height:230px; 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	border-bottom: 5px solid #ae8a33;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: 5px 35px;

} 

#subHeader{
   margin-left:1em;
   display:none;
}

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
 #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 185px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 0px 15px 35px;
	margin-top: -80px; /* pulls the sidebar up into the header */
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 230px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 20px 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.oneColFixLtHdr #mainContent {
    margin:0;
		padding: 20px 20px 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#bottomcontainer { 
	width: 762px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: transparent url(../images/bottom.gif) no-repeat;
	background-position:bottom;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-bottom: 34px;
} 


#footer { 
	background-color: #ae8a33;
	height:2.7em;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	padding: .5em 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 

#footer a {
	text-decoration:underline;
	margin-left: 30px;
	padding: 0;
}

#footer #save-green {
	margin-left:15px;
	margin-top: -25px;
	float:left;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* 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:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



/**************
 * 
 * Side Box -- Rounded Corners
 * 
 *************/


div.sideBox {
  width:100%;
  color: #fff;
  margin-top:2em;
  } 
  
div.sideBox p {
	padding: 1em;
}  
  
div.sideBox a, div.sideBox a:visited {
	color:#393d67;
	font-size:1.1em;
	font-weight: bolder;
	text-decoration:underline;
	display:block;
	margin-bottom:1em;
}
div.sideBox a:hover {
	color: #d3d3d3;
}
div.sideBox img.sideBoxHeading {
	margin:8px 3px;
	
}

div.sideBox a#pastAdvice {
	display:inline;
}
div.sideBox a#pastAdvice img {
	margin-left: 15px;
}


div.sideBox h1{
	padding-top:4px;
	color: #fff;
	font-size: 1.5em;
}

div.sideBox h1, div.sideBox h2, div.sideBox h3 {
	  color: #ae8a33;
	  margin: 10px 0 5px 0;
	  line-height: 1.2em;
	  padding:0 1em;
}

div.sideBox h1.yellowHeader {
	  color: #e4a023;
  font-size:2.5em;
  margin: .2em 0;
  line-height: 1em;
  }



div.sideBoxBody {
  background:  url("../images/sidebox_top.gif") top right no-repeat;
  margin:0 auto;
  padding:5px 4px 0 4px;
  }
  
div.sideBoxFooter {
  background:  url("../images/sidebox_bottom.gif") bottom left no-repeat;
  height:7px; 

  }

div.sideBoxWhiteBody {
  background:  url("../images/sidebox_white_top.gif") top right no-repeat;
  padding:0;
  }
 div.sideBoxWhiteBody p{
    padding: 0;
    margin: 2px 1em 10px 1em;
 	color: #393D67;
	line-height: 1.5em;
 }
div.sideBoxWhiteFooter {
  background:  url("../images/sidebox_white_bottom.gif") bottom left no-repeat;
  height:10px; 
  margin:0;
  }

div.centerText {
  text-align: center;
  }

/**************
 * 
 * mainContent typesetting
 * 
 *************/

#mainContent p {
	font-size: 125%;
	font-weight:500;
	line-height: 1.6em;
	margin-bottom: 1em;
}

#mainContent a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#mainContent a:hover {
	text-decoration: underline;
	
}
#mainContent ul {
	list-style-image:url(../images/bullet.gif);
	list-style-position:outside;
}

#mainContent ul li {
	font-size:1.1em;
	margin-bottom:6px;
}

#mainContent ul li  ul{
	list-style-image: url(../images/bullet-dash.gif);
	list-style-position:outside;

}




.testimonialName {
	padding-bottom: 1em;
	border-bottom: 1px solid #ae8a33;
	font-style:italic;
	font-weight: bolder;
}

.uLine {
  text-decoration: underline;
  }

/****************
 * 
 * Expert Form
 * 
 * ************/

#commentForm {

	
}



#commentForm input, #requestForm input{
	margin-left: .5em;
	margin-top:.5em;
	border: 1px solid #ae8a33;
	vertical-align:bottom;
	
}

#commentForm label, #requestForm label{
	display:inline-block;
	width: 12em;
	text-align:right;
}
#commentForm .ckBox {
	margin-left: 155px;
	border: 0;
	outline: 1px solid #000;
}
#commentForm label.ckBoxLabel {
	text-align:left;
}

#commentForm #questionLabel{
	width: 134px;
	vertical-align:top;
	padding-right: 10px;
}

textarea {
	margin-top:.5em;
	overflow: auto;
	border: 1px solid #ae8a33;
}

#commentForm br, #requestForm br {
	line-height: 0;
	height: 0;
}

#commentForm .btn, #requestForm .btn {
	color: #000;
	background-color: #fff;
	border: 1px solid #ae8a33;
}
#commentForm #btnSubmit, #requestForm #btnSubmit{

}
#commentForm textarea#question{
	margin-left:9px;
}

#commentForm label.error {
	font-weight: bold;
	color: red;
	width: 50%;
	margin-top:0;
	text-align:left;
	margin-left: 145px;
	line-height: 1.7em;
	vertical-align:top;
	height: 20px;
	padding-top:0;
	vertical-align:top;
	}
#commentForm input#btnSubmit, #expertForm input#btnSubmit  {
	margin-left: 144px;
	margin-top: 10px;

}



/***************
*
* header flash
* 
***************/

div#headerflashcontent {
	width: 440px;
	height: 193px;
	margin-left: 320px;
	padding:0;
}

html>body #headerflashobject {
  margin-top: -7px;
}

#headerflashcontent img {
	margin-top: -7px;
}

/*******************
*
* specials page
*
********************/

div.special {
	margin:15px 5px 0 10px;
	width:320px;
	height:200px;
	float:left;
	padding:0;
}

div.special h2 {
	margin-bottom:.2em;
	padding-left: .2em;
	border-bottom:1px solid #fff;
	}
	
div.special p {
	padding-left:.2em;
	}
div.special p.p-img, div.special h2.h-img {
	margin-left:100px;
}
	
div.special img.img-left {
	float:left;
	max-height: 150px;
}

