@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;
	background-image: url(images/grunge2.jpg);
	font: 90% "Century Gothic", Tahoma, "Lucida Grande", Verdana, Arial, sans-serif;
}
#fullcontainer{
	width: 960px;
	margin:auto;
	background-image: url(images/opacity20blue.png);
	border: 1px solid #808080;
}
#container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: auto; /* this overrides the text-align: center on the body element. */
	padding-bottom: 50px;
} 
#header {
	padding: 0px;
	width: 960px;
	text-align: left;
	margin: 0px 0px 5px;
} 
#header h1 {
	margin: 0;
}
#memberlogin {
	width: 158px;
	float:right;
	height:113px;
	font-size: 11px;
	margin-right:15px;
	text-align: left;
	margin-bottom: 0px;
	padding-left: 15px;
}
#navhead ul li {
	font-size: 10px;
	text-align: center;
	display: block;
	float: left;
	width: 137px;
	height: 25px;
	line-height: 25px;
	list-style: none;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background: url(images/opacity20blue.png);
}
#navhead ul li a:hover {
	background: #FFF;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 28px 10px 0px 30px;
	text-align:center;
	vertical-align:middle;
	font-size: 11px;
}
#mainContent {
	padding: 0px;
	text-align: center;
	width: 705px;
	margin-right: 220px;
} 
#footer {
	text-align: center;
	margin: auto;
	width:960px;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;	
} 
#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 0px;  padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#navfooter ul li {
	font-size: 12px;
	text-align: center;
	display: block;
	float: right;
	width: 160px;
	height: 30px;
	line-height: 30px;
	list-style: none;
	margin: 0px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.boxfiller {
	min-height: 607px;
	text-align: justify;
}
.righthalfcontainer {
	margin-left: 200px;
}
.lefthalfcontainer {
	margin-right: 200px;
}
.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;
}
.fineprint {
	font-size: 10px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
a:link {
	text-decoration: none;
	color: #fff;
}
a:visited {
	text-decoration: none;
	color: #CFCFCF;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #FF8000;
}


/* this starting bit is from Jill Merck to counter the EMeyers CSS reset*/
p {
	margin: 0px 0px 1em;
}
/*li {
	margin: 0px 0px 0.6em; 
}
*/

h1, h2, h3, h4, h5, h6 {
}
h1 {
	font-size: 22px;
	text-align: left;
	font-weight: bold;
}
/* this is the end of the bit  from Jill Merck to counter the EMeyers CSS reset*/


/* Sticky footer code STARTS here */

html, body, #stickyfooterwrap {height: 100%;}

body > #stickyfooterwrap {height: auto; min-height: 100%;}

#main {
	padding-bottom: 50px;
}  /* must be same height as the footer */

#footer {
	position: relative;
	margin-top: -40px; /* negative value of footer height */
	height: 40px;
	clear:both;
} 
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*Sticky footer code ENDS here*/

