@charset "UTF-8";
body  {
	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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #002f49;
	background-image: none;
}
.twoColFixRtHdr    #container {
	width: 960px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left;
	background-image: url(../images/headers/bkgdblendwbanner.png);
	background-repeat: no-repeat;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixRtHdr #header {
	background-image: none;
	padding: 0;
	margin: 0px;
} 
.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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 140px;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
	background-position: top;
}
.twoColFixRtHdr #container #sidebar1 a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.twoColFixRtHdr #container #sidebar1 a:visited {
	color: #D56342;
	text-decoration: none;
}
.twoColFixRtHdr #container #sidebar1 a:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #D3876F;
}
.twoColFixRtHdr #container #sidebar1 a:active {
	color: #FFFFFF;
	background-color: #D3876F;
}
#description {
	margin-right: 200px;
	padding-top: 40px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFFFFF;
}
.twoColFixRtHdr #container #description p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding-left: 40px;
	color: #FFFFFF;
}
.twoColFixRtHdr #mainContent {
	margin-top: 80px;
	margin-right: 200px;
	margin-bottom: 40;
	margin-left: 40px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFFFFF;
	padding: 0;
	float: none;
} 
.twoColFixRtHdr #footer {
	background-color: #599597;
	height: 60px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.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; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
#nav  {
	background-image: none;
	background-repeat: no-repeat;
	padding: 0;
	background-color: #D3876F;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin: 0px;
	list-style-type: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	width: 100%;
	clear: both;
	font-size: 95%;
}
#nav li {
	display: inline;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#nav a:link {
	color: #FFFFFF;
	background-color: #D3876F;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 4px;
	padding-left: 20px;
	float: left;
	width: auto;
}
#nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #D3876F;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 4px;
	padding-left: 20px;
	float: left;
	width: auto;
}
#nav a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #599597;
}
#nav a:active {
	color: #FFFFFF;
	background-color: #599597;
}
	#classic #nav-classic a,
	#traditional #nav-traditional a,
	#modern #nav-modern a,
	#contemporary #nav-contemporary a,
	#miscellaneous #nav-miscellaneous a,
	#contact #nav-contact a {
	color:#fff;
	text-shadow:none;
	background-color: #599597;
	}
	#classic #nav-classic a:hover,
	#traditional #nav-traditional a:hover,
	#modern #nav-modern a:hover,
	#contemporary #nav-contemporary a:hover,
	#miscellaneous #nav-miscellaneous a:hover,
	#contact #nav-contact a:hover {
	background-color: #599597;
	}
	#nav a:active {
		background:#599597;
		color:#fff;
	}
	}
