@charset "UTF-8";
body {
	font: 62.5% Helvetica, Arial, Verdana, sans-serif;
	background: #FFFFFF;
	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: #666666;
}
p {
	padding: 0;
	margin: 0;
	font-size: 1.1em;
	margin-top: 0px;
	margin-bottom: 7px;
	line-height: 1.3em;
}
img {
     border:none;
}
.twoColFixRtHdr #container {
	width: 710px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}
.twoColFixRtHdr #header {
	background: #FFFFFF;  /* 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. */
	height: 100px;
	margin: 0;
	display: block;
}
.twoColFixRtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 199px;
	height: 389px;
	background-image: url(images/gradient.jpg);
	padding-top: 11px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 11px;
}
.twoColFixRtHdr #mainContent {
	margin: 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: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 400px;
	width: 500px;
	background-color: #A4A4A4;
	float: left;
}
#textContent {
	margin: 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: 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 470px;
	background-color: #CCCCCC;
	color: #333333;
	float: left;
}
#links {
	width: 220px;
	float: left;
	margin-right: 15px;
}
.twoColFixRtHdr #footer {
	background:#FFFFFF;
}
.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;
}
#logo {
	float: right;
	margin-top: 78px;
}
#nav {
	float: left;
	font-size: 1.1em;
	color: #000000;
	font-weight: bold;
	margin-top: 82px;
}
#nav a {
	color: #000000;
	text-decoration: none;
}
#nav a:hover {
	color: #666666;
	text-decoration: none;
}
#nav ul, li {
	display: inline;
	margin: 0;
	padding: 0;
}
#nav .currentNav {
	color:#666666;
	text-decoration:none;
}
#description {
	float: left;
	width: 485px;
	margin-right: 15px;
	margin-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom: 5px;
	margin-bottom: 40px;
}
#descriptionHome {
	float: left;
	width: 485px;
	margin-right: 15px;
	margin-top: 10px;
	margin-bottom: 40px;
}
#descriptionHalf {
	float: left;
	width: 235px;
	margin-right: 15px;
	margin-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom: 5px;
	margin-bottom: 40px;
}
#address {
	float: left;
	padding-left: 11px;
	width: 199px;
	margin-top: 12px;
}
#address p {
	font-size: 1.1em;
}
#address a:link {
	color: #666666;
}
h4 {
	font-size: 1.4em;
	color: #000000;
	padding: 0;
	margin: 0;
	font-weight: normal;
}
.blackText {
	color: #000000;
}
a:link {
	text-decoration: none;
	color: #333333;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #666666;
}
#row {
	width: 190px;
}
#thumbnail {
	height: 60px;
	width: 60px;
	float: left;
	background-color: #A6A6A6;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-top: 1px;
	margin-left: 1px;
}
#sidebar1 a {
	width: 60px;
	height: 60px;
	padding: 1px;
	display: block;
	float: left;
	margin-right: 1px;
	margin-bottom: 1px;
}
#sidebar1 a:hover {
	background-color: #FFFFFF;
}
#sidebar1 .current {
	background-color: #000000;
}
h5 {
	font-size: 1.4em;
	color: #006633;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
.logoFull {
	margin-top: 138px;
	margin-left: 3px;
}
#textWrap {
	background-color: #767676;
	display: block;
}

