/* 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;
  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: #2e3645;*/
  background-color: #7A573D;
  color: #2a2d2e;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 100%;
  line-height: 1.2em;
  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. */
}
/* Commonly used to style page titles. */
/*h1 {color: #fff; font: bold 140%/1.75em "Trebuchet MS", Arial, sans-serif;	}
/* Commonly used to style section titles. */
/*h2 {color: #fff; font: bold 120%/1.665em "Trebuchet MS", Arial, sans-serif;	}
/*h3 {color: #000; font: bold 110%1/5em "Trebuchet MS", Arial, sans-serif;}

/* Sets the style for unvisited links. */
a,  a:link {
	color: #663300;
	font-weight: bold;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
}
/* Sets the style for visited links. */
a:visited {
	color: #CCB19C;
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
	color: #CCB19C;
	text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
	color: #663300;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
	color: #663300;
}
em { text-transform:uppercase; color:#663300;font: bold italic 90%/1.2em Arial, Helvetica, sans-serif;}
#topDiv {
	background-color: #006775; /* Sets the bottom border properties for an element using shorthand notation */
	font-size: 18px;
	font-weight: bold;
	height:124px;
	text-align: left;
	background-image: url(images/affordableshadeofhouston.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

/* 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. */
#outerWrapper {
	background-color: #006775;
	border-left: 1px solid #663300;
	border-right: 1px solid #663300;
	border-bottom: 1px solid #663300;
	margin: 0 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: 60em;
}
#outerWrapper #topNavigation {
	background-color: #338593; /* Sets the bottom border properties for an element using shorthand notation */
	height: 20px;
	padding: 5px;	
}
#outerWrapper #topNavigation ul {
	display: block;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 200px;
}
#outerWrapper #topNavigation li {
	display: inline;
	padding-right:10px;
}
#outerWrapper #topNavigation a:link, #outerWrapper #topNavigation a:visited, #outerWrapper #topNavigation a:active { text-decoration:none;color: #663300;font: bold 100%/1.2em "Trebuchet MS", Arial, sans-serif; }
#outerWrapper #topNavigation a:hover { text-decoration:none;color: #CCB19C; font: bold 100%/1.2em "Trebuchet MS", Arial, sans-serif;}
#outerWrapper #contentWrapper {width:auto;}
#outerWrapper #contentWrapper #leftColumn1 {
	background-color: #006775; /* Sets the right border properties for an element using shorthand notation */	
	float: left;
	padding: 5px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 203px; 
}
#outerWrapper #contentWrapper #leftColumn1 h1 { color: #fff; font: bold 110%/1.6em "Trebuchet MS", Arial, sans-serif;	}
#outerWrapper #contentWrapper #leftColumn1 em { padding-left: 10px; color: #F0E7AE; font: bold 110%/1.4em "Trebuchet MS", Arial, sans-serif;	}

#outerWrapper #contentWrapper #leftColumn1 h3 { padding-left: 5px; color: #B48A6B; font: bold 100%/1.2em "Trebuchet MS", Arial, sans-serif;	}
#outerWrapper #contentWrapper #leftColumn1 ul { margin:0;padding-left: 5px; }
#outerWrapper #contentWrapper #leftColumn1 li { list-style: none;text-decoration: none;	}
#outerWrapper #contentWrapper #leftColumn1 li a { color:#CCB19C;font: bold 100%/1.2em "Trebuchet MS", Arial, sans-serif;}
#outerWrapper #contentWrapper #leftColumn1 li a:hover { color:#fff;font: bold 100%/1.2em "Trebuchet MS", Arial, sans-serif;}
#outerWrapper #contentWrapper #leftColumn1 img {border: none;}
/* 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. */
#outerWrapper #contentWrapper #content {
	margin: 0 0 10px 214px; 
	padding: 10px 10px 10px 30px; 
	border: 2px solid #B48A6B;
	background-color: #CCB19C;
}

#outerWrapper #contentWrapper #content img { border:2px solid #B48A6B; margin: 10px; }

#outerWrapper #contentWrapper #gallery {
	margin: 0 0 0 214px; 
	padding: 10px 10px 10px 15px; 
	background-color: #006775;
}
div.thumbnail {	width: 170px; float:left; margin:0 6px 6px 0; background: #CCB19C; border: 2px solid #B48A6B;}
div.thumbnail img { margin: 10px 0 0 8px; border: 2px solid #B48A6B;}
div.thumbnail p { margin: 0; padding: 5px 10px; text-align:center}

div.gallery {	width: 340px; float:left; margin:0 10px 10px 0; background: #CCB19C; border:2px solid #B48A6B;}
div.gallery img { margin: 10px 0 0 0px; border: 3px solid #B48A6B;}
div.gallery p { margin: 0; padding: 5px 10px; text-align:center}

#contactform {
	margin:.5em;
	padding:0;
	float:left;
	background-color:transparent;
	color: #FFFFCC;
}

.contactleft {width: 200px; margin: 0 0 .25em 0;padding: .05em .25em;float: left;
			text-align: right;
			clear: both; 			
			display: inline; color: #FFFFCC;			
			font: 75%/1.1em Arial, Helvetica, sans-serif;		
}
		
.contactright {	width: 300px; margin: 0 0 .25em 0; padding: .05em .25em; 
			float: left;display: inline; color: #FFFFCC;		
			font: 75%/1em Arial, Helvetica, sans-serif;
}
.additional_comments_form {display: none;}


div.galcontent { width: 675px; float:left; margin:0 10px 10px 0; background: #CCB19C; border:2px solid #B48A6B; padding: 0px 10px 0px}

/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */


#outerWrapper #contentWrapper .clearFloat {
  clear: left;
  display: block;
}
#outerWrapper #footer { text-align:center;
  background-color: #68A4AF;
  padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
#outerWrapper #footer h2 { color:#000;font: bold 100%/1.1em "Trebuchet MS", Arial, sans-serif;}
#outerWrapper #footer h3 a { text-decoration:none;color:#663300;font: bold 90%/1em "Trebuchet MS", Arial, sans-serif;}
#outerWrapper #footer h3 a:hover {text-decoration:none;color: #CCB19C;font: bold 90%/1em "Trebuchet MS", Arial, sans-serif;}

#topNavigation
#outerWrapper #footer #service_area ul { margin: 0 0 0 0; display: block;
	}
#outerWrapper #footer #service_area li {display: inline;
	padding-right:10px;padding-left: 10px;
	text-decoration: none;	font: small-caps 80%/.8em Arial, Helvetica, sans-serif;
	
}