@charset "UTF-8";
html { height: 101%; }
body  {
	font-size: 85%;
	font-family: "Times New Roman", Times, serif;
	background-color: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 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: #000000;
	height: 101%;
}
.twoColFixRtHdr #container { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: #FFFFFF;
	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. */
}





/*******************
** HEADER STYLING **
*******************/
.twoColFixRtHdr #header { 
	background: #FFF; 
	background-image: url(../images/gordon-garden-design-home-banner.jpg);
	background-repeat: no-repeat;
	height: 326px;
	margin: 0px;
	padding: 0px;  /* 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. */
} 
	.twoColFixRtHdr #header.home { background-image: url(../images/gordon-garden-design-home-banner.jpg); }
	.twoColFixRtHdr #header.profile { background-image: url(../images/gordon-garden-design-profile.jpg); }
	.twoColFixRtHdr #header.design-services { background-image: url(../images/gordon-garden-design-design-services.jpg); }
	.twoColFixRtHdr #header.portfolio { background-image: url(../images/gordon-garden-design-portfolio.jpg); }
	.twoColFixRtHdr #header.contact { background-image: url(../images/gordon-garden-design-contact.jpg); }

.twoColFixRtHdr #header img {
	margin: 145px 0px 0px 0px;
	float: left;
}

.twoColFixRtHdr #header ul {
	list-style-type: none;
	margin: 50px 0px 0px 0px;
	padding: 0px;
	float: left;	
}

.twoColFixRtHdr #header ul li {
	float: left;
	margin: 0px 10px;
	padding: 0px;
}

.twoColFixRtHdr #header ul li a:link,
.twoColFixRtHdr #header ul li a:active,
.twoColFixRtHdr #header ul li a:visited {
	color: #FFF;
	font-style: italic;
	font-size: 1.2em;
	text-decoration: none;
	padding: 0px 5px;
	display: block;
	height: 36px;
}
.twoColFixRtHdr #header ul li a:hover {
	text-decoration: underline;	
}
.twoColFixRtHdr #header ul li a.current {
	background-image: url(../images/gordon-garden-design-arrow.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}




/*****************
** RIGHT COLUMN **
*****************/
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 320px; /* 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 */
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin: 0px 0px 30px 0px;
	text-align: left;
}

.twoColFixRtHdr #sidebar1 p#resolution a:link,
.twoColFixRtHdr #sidebar1 p#resolution a:active,
.twoColFixRtHdr #sidebar1 p#resolution a:visited {
	float: right;	
	text-decoration: none;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	display: block;
	color: #999;
	font-size: 0.9em;
}
.twoColFixRtHdr #sidebar1 p#resolution a:hover {
	text-decoration: underline;	
}
.twoColFixRtHdr #sidebar1 p {
	margin: 10px 20px 40px 20px;;
	font-size:1.1em;
	color: #333;
	line-height: 1.5em;
}


/*************************
** MAIN CONTENT STYLING **
*************************/
.twoColFixRtHdr #mainContent { 
	width: 610px;
	float: left;
	margin: 25px 0px 0px 0px;
	padding: 0px 0px 50px 0px;
	font-size: 1.1em;
	letter-spacing: 0.01em;
	line-height: 1.8em;
	color: #333;
}

.twoColFixRtHdr #mainContent h1,
.twoColFixRtHdr #mainContent h2 {
	font-size: 1.7em;
	font-weight: normal;
	color: #aeafb2;
	margin-top: 0px;
}
.twoColFixRtHdr #mainContent h2 { font-size: 1.3em; margin-bottom: 5px; padding-bottom: 0px; font-weight: bold; }

.twoColFixRtHdr #mainContent p {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

.twoColFixRtHdr #mainContent strong {
	font-size: 1.2em;
	color: #AAA;
}

.twoColFixRtHdr #mainContent dl {
	float: left;
	clear: both;
	width: 599px;
}

.twoColFixRtHdr #mainContent dl dt {
	width: 90px;
	margin: 0px;
	padding: 0px;
	float: left;
	clear: left;
	color: #999;
	font-weight: bold;
}

.twoColFixRtHdr #mainContent dl dd {
	float: left;	
	width: 480px;
	margin: 0px;
	padding: 0px;	
}
.twoColFixRtHdr #mainContent dl dd span { margin-right: 20px; }


/*******************
** FOOTER STYLING **
*******************/
.twoColFixRtHdr #mainContent #footer { 
	float: left;
	width: 610px;
	margin: 30px 0px 0px 0px;	
	padding: 10px 0px 0px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	border-top: 1px solid #999;
	background-color: #FFF; 
	
} 
.twoColFixRtHdr #mainContent #footer ul {
	list-style-type: none;
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	float: left;
	width: 100%;
	font-size: 0.85em;
	line-height: 0.9em;
}

.twoColFixRtHdr #mainContent #footer ul li {
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 0px 10px 0px 0px;
	border-right: 1px solid #82B969;
	color: #999;
}




/********************
** GENERIC STYLING **
********************/
.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;
}
