@charset "UTF-8";
/* CSS Document */

body  {
	background-image: url(../IMG/gradient-bg.png);
	background-repeat:no-repeat;
	background-position:center top; 
	background-attachment:scroll;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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 { 
	background-image: url(../IMG/gradient-blue-bg.jpg);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: 0 286px;
	background-color: #FFF;
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.twoColFixRtHdr #header { 
	background: #DDDDDD; 
	padding: 0 0 0 0;  /* 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. */
}

#header-bar {
	background-image: url(../IMG/header-bar.jpg);
	position: relative;
	left:0px;
	top: 0px;
	width: 960px;
	height: 45px;
	z-index: 1000;
}

#login-container {
	position: absolute;
	top:;
	left:;
	height: 35px;
	width: 800px;
	z-index: 100;
}

#header-img {
	position:relative;
	left: 0px;
	top: 0px;
	width: 960px;
	height: 205px;
	z-index: 100;
}

#member-nav {
	background-image: url(../IMG/member-nav.jpg*);
	position: relative;
	left: 0px;
	top: 0px;
	width: 960px;
	height: 36px;
	z-index: 10000;
	vertical-align: middle;
	background-color: #065134;
	margin: 0 0 0 0;
}

.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: 320px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0 0 0 0;
	margin: 0 0 10px 0;
}

#sidebar-container-1 {
	position: relative;
	left: 10px;
	top: 10px;
	width: 300px;
	height: 238px;
	z-index: 10;
	margin: 0 0 20px 0;
}

#sidebar-container-2 {
	background-image: url(../IMG/gradient-faq-bg.jpg);
	background-repeat: repeat-no;
	position:relative;
	left: 10px;
	top: 10px;
	width: 300px;
	height: 320px;
	z-index: 10;
	margin: 0 0 0 0;
}

#top-container-center {
	background-image: url(../IMG/content-bg-3col.jpg);
	position: absolute;
	left: 330px;
	top: 10px;
	width: 300px;
	height: 237px;
	z-index: 10;
	margin: 0 0 0 0;
}

#top-container-left {
	background-image: url(../IMG/content-bg-3col.jpg);
	position: absolute;
	left: 10px;
	top: 10px;
	width: 300px;
	height: 237px;
	z-index: 10;
	margin: 0 0 0 0;
}

#top-container-right {
	background-image: url(../IMG/content-bg-3col.jpg);
	position:relative;
	left: 10px;
	top: 10px;
	width: 300px;
	height: 320px;
	z-index: 10;
	margin: 0 0 0 0;
}

#top-content-container {
	position: relative;
	left: 0px;
	top: 0px;
	height: 800px;
	width: 640px;
	margin: 0 0 0 0;
	z-index: 10;
}

#featured-container {
	background-image: url(../IMG/gradient-gray-accent.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	position: absolute;
	left: 10px;
	top: 268px;
	width: 620px;
	height: 319px;
	z-index: 10;
	margin: 0 0 0 0;
}

.twoColFixRtHdr #mainContent { 
	margin: 0 360px 35px 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: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.twoColFixRtHdr #footer { 
	padding: 0 0 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 

#content-bg-green {
	background-image: url(../IMG/gradient-green-bg.jpg);
	background-repeat: no-repeat;
	position: relative;
	height: 220px;
	width: 960px;
	bottom: 0px;
	z-index: 0;
}

#news-container {
	background-image: url(../IMG/gradient-green-accent.jpg);
	background-repeat: no-repeat;
	position:absolute;
	left:10px;
	top:10px;
	width:300px;
	height:200px;
	z-index: 10;
}

#press-container {
	background-image: url(../IMG/gradient-green-accent.jpg);
	background-repeat: no-repeat;
	position:absolute;
	left:330px;
	top:10px;
	width:300px;
	height:200px;
	z-index: 10;
}

#updates-container {
	background-image: url(../IMG/gradient-green-accent.jpg);
	background-repeat: no-repeat;
	position:absolute;
	left:650px;
	top:10px;
	width:300px;
	height:200px;
	z-index: 10;
}

#bottom-bar {
	background-image: url(../IMG/bottom-bar.jpg);
	background-repeat: no-repeat;
	position:relative;
	left:0px;
	bottom: 0px;
	width:960px;
	height:65px;
	z-index: 1000;
	clear: both;
	float: left;
	text-align: right;
}

#bottom-links {
	position: absolute;
	height: 20px;
	width: 700px;
	z-index: 100;
	font-size: 10px;
	font-weight: normal;
	margin-left: 20px;
	top: 25px;
	left: 0px;
	color: #FFFFFF;
	text-align: left;
}

#social-media {
	height: 65px;
	width: 320px;
	position: relative;
	bottom: 0px;
	left: 640px;	
	text-align: right;
}

#youtube {
	position: relative;
	height: 65px;
	width: 63px;
	right: 10px;
	bottom: 0px;
}

#twitter {
	position: relative;
	height: 65px;
	width: 63px;
	right: 73px;
	bottom: 0px;
}

#linkedin {
	position: relative;
	height: 65px;
	width: 63px;
	right: 136px;
	bottom: 0px;
}

#facebook {
	position: relative;
	height: 65px;
	width: 63px;
	right: 199px;
	bottom: 0px;
}

.twoColFixRtHdr #footer p {
	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;
}


<!--[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixRtHdr #sidebar1 { width: 220px; }
</style>
<![endif]--><!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixRtHdr #sidebar1 { padding-top: 30px; }
.twoColFixRtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->