@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #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;
}
.twoColFixRtHdr #container {
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #fff;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #headerContainer {
	height: 160px;
	text-align: right;
	width: 100%;
	background-color: #fff;
}
.twoColFixRtHdr #header {
	height: 160px;
	padding-right: 10px;
	background-attachment: scroll;
	background-image: url(../images/header-bkgd.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: right;
	overflow: hidden;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
.twoColFixRtHdr #header h2 {
	margin: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 10px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 5px;
}
.twoColFixRtHdr #navContainer {
	height: 40px;
	clear: both;
	width: 100%;
	background-image: url(../images/nav-bkgd.png);
	background-repeat: repeat-x;
	background-position: left top;
}
.twoColFixRtHdr #nav {
	height: 40px;
	clear: both;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	font-family: rockwell;
	font-size: large;
	list-style-type: none;
	display: block;
}
#nav ul
{
	border: 0;
	margin: 0;
	list-style-type: none;
	text-align: center;
	padding-top: 0;
	padding-bottom: 0;
}
#nav ul li
{
display: block;
float: left;
text-align: center;
padding: 0;
margin: 0;
}
#nav ul li a
{
	width: auto;
	height: 40px;
	border-right: none;
	color: #fff;
	text-decoration: none;
	display: block;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: 40px;
	font-weight: normal;
	font-variant: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
#nav ul li a:hover
{
	color: #62bc46;
}
#nav a:active
{
	color: #62bc46;
}
#nav li#active a
{
	color: #62bc46;
}
.twoColFixRtHdr #mainContentContainer {
	background: #fff;
	clear: both;
	width: 100%;
	height: auto;
}
.twoColFixRtHdr #mainContent {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	width: 950px;
	margin-right: auto;
} 
.twoColFixRtHdr #mainContent h2 {
	color: #0050a3;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-right: -20px;
}
.twoColFixRtHdr #sidebar1 h2 {
	color: #61bc46;
	text-align: right;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.twoColFixRtHdr #sidebar1 p {
	font-size: 90%;
	text-align: right;
	padding-top: 0px;
	margin-top: 0px;
}
.twoColFixRtHdr #associationsContainer {
	background:#62bc46;
	height: 100px;
	width: 100%;
}
.twoColFixRtHdr #associations {
	background:#62bc46;
	height: 100px;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
.twoColFixRtHdr #footerContainer {
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
	width: 100%;
	background-attachment: scroll;
	height: 145px;
}
.twoColFixRtHdr #footer {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	height: 145px;
	background-attachment: scroll;
	background-image: url(../images/footer-bkgd.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #fff;
	margin-top: 0px;
	padding-top: 5px;
} 
.twoColFixRtHdr #footer p {
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
.twoColFixRtHdr #footer p a {
	text-decoration: none;
	color: #0050a3;
}
p a {
	font-weight: bold;
	color: #0050a3;
	text-decoration: none;
}
.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;
}
.logo {
	float: left;
}
.social {
	margin: 5px;
	float: right;
}
.association {
	margin-left: 3px;
}
.twoColFixRtHdr #sidebar1 a img {
	margin-top: 10px;
	margin-bottom: 10px;
}
.footerLinks {
	font-weight: bold;
	color: #0050a3;
	text-decoration: none;
}
.action {
	margin-right: 200px;
}
.coupon {
	margin-top: 10px;
	margin-bottom: 10px;
}

