@charset "UTF-8";
body  {
	color: #291B0C;
	background-repeat: repeat-x;
	background-position: left top;
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding-top: 15px;
	background-color: #8EC8EE;
}

h1, h2, h3 {
	margin: 0;
	text-transform: capitalize;
	color: #192455;
	padding-top: 5px;
	font: normal 18px/150% "Arbutus Slab", "Times New Roman", Times, serif;
	padding-left: 10px;
}
.twoColHybLtHdr #container {
	width: 915px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(images/background_sidebar.png);
} 
.twoColHybLtHdr #header  {
	background-color: #dddddd;
	padding: 0;
	width: 915px;
	height: 200px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.twoColHybLtHdr #header1 {
	background-color: #E18818;
	width: auto;
	height: 32px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}
.twoColHybLtHdr #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 */
}

/* Tips for sidebar1:
1. Since we are working in relative units, it's best not to use padding on the sidebar. It will be added to the overall width for standards compliant browsers creating an unknown actual width. 
2. Since em units are used for the sidebar value, be aware that its width will vary with different default text sizes.
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColHybLtHdr #sidebar1 p" rule.
*/
.twoColHybLtHdr #sidebar1 {
	float: left;
	width: 302px; /* top and bottom padding create visual space within this div  */
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	background-color: #BEE2F2;
}
.twoColHybLtHdr  #sidebar1  p {
	padding-right: 20px;
	padding-left: 20px;
	font: 13px/160%  "Signika Negative", Arial, Helvetica, sans-serif;
}

.twoColHybLtHdr #sidebar1 h3 {
	padding-right: 20px;
	padding-left: 20px;
	text-transform: capitalize;
	padding-top: 10px;
	color: #FFFFFF;
	font: normal 16px/150% "Arbutus Slab", "Times New Roman", Times, serif;
}	

.twoColHybLtHdr #mainContent {
	width: 592px;
	float: right;
	background-repeat: repeat-y;
	background-position: right center;
	margin: 0;
	height: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.twoColHybLtHdr #mainContent p {
	text-decoration: none;
	padding-right: 40px;
	text-align: left;
	font: normal 14px/150% "Signika Negative", Arial, Helvetica, sans-serif;
	padding-left: 10px;
} 
.twoColHybLtHdr #footer {
	padding: 0 10px;
	background-color: #E18818;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
} 
.twoColHybLtHdr #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; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	color: #FFFFFF;
}

/* Miscellaneous classes for reuse */
.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;
}
.twoColHybLtHdr #footer link {
	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; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	color: #FFFFFF;
}
a:hover {
	color: #0000CC;
}
.twoColHybLtHdr #mainContent ul {
	font-size: 13px;
	font-style: normal;
	line-height: 120%;
	font-weight: lighter;
	text-decoration: none;
	padding-right: 30px;
	font-variant: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	list-style-type: none;
}
.twoColHybLtHdr #mainContent li {
	font-size: 14px;
	font-style: normal;
	line-height: 150%;
	font-weight: lighter;
	text-decoration: none;
	padding-right: 70px;
	font-variant: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	list-style-type: none;
}
