/* basic elements */

html {
	margin: 0;
	padding: 0;
}
	
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height:18px;
	font-size:small;
	background: #f2f1f5 url(images/body_bg_full.jpg) repeat top center;
	margin: 0;
	padding: 0;
	border-bottom: solid, 000,1px;
}

body a:link, a:active, a:visited{
	text-decoration:underline;
	color:#720a0b;
}

body a:hover{
	text-decoration:underline;
}

p{
	margin: 10px;
}

h3 {
	display:none;
}

ul {
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0;
}

li {
	padding-left: 7px;
	margin-bottom: 5px;
}

acronym {
	border-bottom: none;
}
img {
	border: none;
}
/* content div's */

#container { 
	margin: auto;
	width:892px;
    background:url(images/content_bg_top_small.jpg) no-repeat top center;
	position:relative;
}

#intro{
	width:892px;
	height:125px;
}

#menu{
	padding-left: 19px;
}


#leftcol {
	border-style: none;
	border:none;
	overflow:hidden;
	position:absolute;
	top:175px;
	left:29px;
	width:190px;
	}

#promise span{
	display:none;
}

#quickSummary {
	display:none;
}

#supportingText{
	height:100%;
}

#rightcol {
	padding:0px 22px 0px 225px;
}

#fullcol {
	padding:0px 22px 0px 22px;
}

#marketing {
	margin:0px 28px 0px 25px;
	height:216px;
}

#marcom1 {
	height:216px;
	float: left;
	width:270px;
	color:#FFFFFF;
}
#marcom2 {
	height:216px;
	float: left;
	width:188px;
	}
#marcom3 {
	height:216px;
	float: left;
	width:237px;
}
#marcom4 {
	height:216px;
	float: left;
	width:169px;
}
#benefits {
	margin:65px 200px 30px 25px;
	padding-top:40px;
	background: url(images/header_benefits.gif) no-repeat top center;
	height:100%;
}

#requirements{
	margin:65px 200px 30px 25px;
	padding:40px 0 15px 0;
	background: url(images/header_requirements.gif) no-repeat top center;
	border-bottom:1px solid #720a0b;
	height:100%;
}

#memberships{
	margin:0px 28px 10px 25px;
	text-align:center;
	clear:both;
}

#footer{
	padding:10px;
	text-align:center;
}

/*  Class Elements */
.img_link	{
	border:none;
}


/* link list and extra div's */

#memberList {
	position:absolute;
	width:170px;
	top:615px;
	z-index:5;
	color: #666666;
	font-size:10px;
	left: 700px;
	height:550px;
	line-height:13px;
	border-left: 1px black solid;
}

#linkList a:link, a:active, a:visited {
	color:#113c05;
	text-decoration:none;
}

#linkList a:hover{
	text-decoration: underline;
}

#lmemberships{
	background:url(images/header_memberships.gif) top left no-repeat;
	margin: 5px 0 0 0;
	padding: 25px 0 0 0;
	width:169px;
}

#larchives{
	background:url(images/header_archives.gif) top left no-repeat;
	margin: 10px 0 0 0;
	padding: 30px 0 0 0;
	width:150px;
}

#lresources{
	background:url(images/header_resources.gif) top left no-repeat;
	margin: 15px 0 0 0;
	padding: 30px 0 0 0;
	width:150px;
}

/*--- Float Elements ---*/
.fltrt_header { /* 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;
	margin-top: 1px;
	}
.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;
}
