/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
  background-color: #402f26;
  border-style: none; /* Sets the border style properties for an element using shorthand notation */
  border-top: solid (value) #000000; /* Sets the top border properties for an element using shorthand notation */
  color: #2c2c2e;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 14px;
  margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: center; /* Centers the page content container in IE 5 browsers. */
}
/* Removes borders from images */
img {
	border: none;
}

img a {
	border: none;
}

/* Commonly used to style page titles. */
h1 {
  padding: 0 0 10px 0;
  color: #060;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 28px;
}

/* Commonly used to style section titles. */
h2 {
  padding-top: 10px;
  color: #5e7b22;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}
/* Sets the style for unvisited links. */
a,  a:link {
  color: #da4d33;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for visited links. */

/* Sets the style for links on mouseover. */
a:hover {
  color: #b92200;
  text-decoration: underline;
}

#outerWrapper {
		background-color: #5e7b22;
}


/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#pageWrapper {
  background-color: #FFFFCC;
  margin: 0px auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: left; /* Redefines the text alignment defined by the body element. */
  width: 960px;
}
#pageWrapper #topNavigation {
  background-color: #3c4f15;
  border-bottom: solid 1px #a8a2d1; /* Sets the bottom border properties for an element using shorthand notation */
  height: 25px;
  padding: 0px 0px 0px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
#pageWrapper #header {
	/* border-bottom: solid 1px #656586; Sets the bottom border properties for an element using shorthand notation */
	border-style: none; /* Sets the border style properties for an element using shorthand notation */
	font-size: 18px;
	font-weight: bold;
	height: 140px;
	line-height: 15px;
	margin: 0px 0px 0px 0px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
#pageWrapper #feature {
  margin: 0 20px;
  padding: 10px 0;
  text-align: center;
  /*min-height: 380px;*/
}

#pageWrapper #feature.noImage div {
	min-height: 0;
	padding: 0;
}

#pageWrapper #contentWrapper {
  background-image: url(../images/contentWrapper_bg.png);
  background-repeat: repeat-y;
  margin: 0px 0px 0px 0px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  overflow: hidden;
  padding-bottom: 0px;
  padding-right: 20px;
}
#pageWrapper #contentWrapper #rightColumn1 {
  background-color: #cfe4a3;
  border-left: solid 1px #5e7b22; /* Sets the left border properties for an element using shorthand notation */
  float: right;
  margin: 0px 0px 0px 0px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 260px;
}

#pageWrapper #feature.contact {
	height: 0;
}

#pageWrapper #feature.faq {
	height: 0;
}

#contentWrapper {
	min-height: 600px;
	}


#content p {
	font-size: 14px;
	line-height: 120%;
}

/* Places bottom border on H1 headings in content block */
#content h1 {
	border-bottom: solid 1px #060;	
}

#content h3 {
	margin: 8px 0 -10px 0;
	font-size: 14px;
	font-weight: bold;
}

#content_boxes .box {
	margin: 0 10px 10px 0;
	padding: 10px;
	width: 267px;
	min-height: 300px;
	float: left;
	background-color: #ffc;
	border: solid 1px #999;
}

#content_boxes h2 {
	text-align: center;
	line-height: 110%;
	
}

#content_boxes img {
	margin: 10px 0 0 0;
	padding: 0;
	border: solid 1px #333333;
}
	 
/* ----- Right Coloumn ----- */
#rightColumn1 h2 {
	font-size: 14px;
	font-weight: bold;
	color: #5e7b22;
	text-align: left;
	margin: 10px 0;
	padding: 5px 0;
	border-bottom: solid 1px #5e7b22;
}

#rightColumn1 p a {
	color: #C00;
}

#rightColumn1 li {
	display:block 
}

#rightColumn1 p.testimonial {
	line-height: 120%;
}

.quote {
	font-style: italic;
}

/*#rightColumn1 p.menu a:hover {
	background-color: #FFF;
}*/


/* ----- Right Column Menu Styles ----- */
.rightMenu ul {
	margin: 0 auto;
	padding: 0 0 10px 0;
	float: left;
	font-size: 14px;
	text-align: center;
	color: #000;
	list-style: none;
	display: block;
	}

.rightMenu li {
	width: 258px;
	margin: 0 0 5px 0;
	border: 1px solid #5e7b22;
	background-color: #FFC;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
	display: block;
}

.rightMenu li:hover {
	background-color: #FFF;
	}

.rightMenu li a {
	text-decoration: none;
	padding: 10px 0;
	color: #5e7b22;
	display: block;
	}


/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#pageWrapper #contentWrapper #content {
  background-color: #FFFFFF;
  float: left;
  margin: 0 0px 0 20px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 10px 10px 10px 20px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  border-top: solid 1px #cfe4a3;
  width: 599px;
}

/* ----- userContent block ------ */
.userContent h2 {
	margin: 20px 0 10px 0;	
	font-size: 16px;
}

.userContent h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0 -5px 0;
}

.userContent li {
	padding: 2px 0;	
}




/* ----- FOOTER STYLES ----- */
/* ---------- Define full-width footer at bottom of page */
#fullWidthFooter {
  background-color: #402f26;
  border-top: solid 1px #a8a2d1; /* Sets the top border properties for an element using shorthand notation */
  /*height: 350px;*/
  margin: 0px 0px 0px 0px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
/* ---------- Define the footer content container */
#footerContainer {
	width: 960px;
	margin: 15px auto 10px;
	overflow: hidden;
	font-size: 12px;
	text-align: left;
	color: #FFC;
}

#footerContainer p.footerSection {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px;
	border-bottom: solid 1px #FFC;
	padding-bottom: 5px;
} 

#footerContainer p {
	margin: 5px 0;
}

#footerContainer a {
	font-weight: normal;
	color: #FFC;
}

#footerContainer h4 {
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0;
}

/* ---------- Define four columns within footerContainer */
.quarterCol {
	float: left;
	width: 215px;
	margin-left: 20px;
	
}

/* ----- COPYWRITE PANEL STYLS ----- */
#copywrite {
	width: 960px;
	margin: 0 auto 30px;
	padding: 0;
	overflow: hidden;
	font-size: 10px;
	text-align: left;
	color: #FFC;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #ffc;
}
#copywrite p {
	margin: 10px 0 0 0;
	padding: 0 10px;
}

#copywrite p.edit {
	margin: 0;
	padding: 0 10px;
	text-align: right;
	}

.clear {
	height:0;
	clear:both;
}