/* @override http://www.hamiltonberchman.com/designdetails/temp.css */

body  {
	margin: 0 0 20px; 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;
	background-color: #CCCCCC;
	font: 95% Arial, Verdana, Helvetica, sans-serif;
}

#sidebar1 h3 {
	font-size: .95em;
	margin-bottom: 0;
	margin-top: 0;
}

#sidebar1 p {
	font-size: .80em;
		line-height: 1.2em;
	margin-top: 3px;
	margin-bottom: 20px;
	line-height: 1.4em;
}

h1 {
	margin-bottom: 8px;
	margin-top: 30px;
	font-size: 1.3em;
}

#mainContent ol {
	margin-bottom: 40px;
}

#mainContent p {
	margin-top: 0;
	margin-bottom: 20px;
	line-height: 1.5em;
	font-size: .95em;
}

#mainContent ol li {
	list-style-type: decimal-leading-zero;
	font-size: .95em;
	padding-bottom: 5px;
}

#mainContent h2 {
	font-size: 1.25em;
	margin-bottom: 5px;
}
.twoColFixRtHdr #container { 
	width: 600px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	margin: 10px auto 0;
	background-color: #FFFFFF;
}

p#topNote {
	font-size: .8em;
} 
.twoColFixRtHdr #header { 
	padding: 0;
	margin: 0;
} 
.twoColFixRtHdr #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: 0;
	height: 100px;
	line-height: 1.75em;
	text-indent: -10000px;
	font-size: 1.5em;
	background: url(http://www.hamiltonberchman.com/designdetails/DesignDetails-Banner_Fall.png) no-repeat;
}
.twoColFixRtHdr #sidebar1 {
	/* float: right;  since this element is floated, a width must be given */
	width: 200px; /* 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: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 20px 10px 15px;
}
.twoColFixRtHdr #mainContent { 
	width: 345px;
	margin: 0 20px 0 0; /* the right margin on this div element creates the column down the right 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: 0 0 0 10px;
	float: left;
} 
.twoColFixRtHdr #footer { 
	padding: 0 10px 0 10px;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
	font-size: .8em;
	line-height: 1.2em;
	clear: both;
}
.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;
}

a:link, a:visited {
	color: navy;
}

a:hover {
	color: green;
	text-decoration: underline;
}

#mainContent ul li {
	margin-bottom: 5px;
	font-size: .95em;
}

#mainContent img {
	margin-bottom: 8px;
}

<!--[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixRtHdr #sidebar1 { width: 220px; }
</style>
<![endif]-->
<!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixRtHdr #sidebar1 { padding-top: 30px; }
.twoColFixRtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->
