/* 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_index.jpg) repeat top center;
	margin: 0;
	padding: 0;
}

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.jpg) no-repeat top center;
	position:relative;
}

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

#menu{
	padding-left: 19px;
}


#promise {
	background:url(images/BCL-promise.jpg) no-repeat top center;
	border-style: none;
	border:none;
	height:180px;
	overflow:hidden;
	position:absolute;
	top:764px;
	left:860px;
	width:200px;
	}

#promise span{
	display:none;
}

#quickSummary {
	display:none;
}

#supportingText{
	height:100%;
}

#headline{
	height:100%;
	padding:0px 22px 0px 22px;
}

#explanation {
	padding:0px 225px 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(resources/images/header_benefits.gif) no-repeat top center;
	height:100%;
}

#requirements{
	margin:65px 200px 30px 25px;
	padding:40px 0 15px 0;
	background: url(resources/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(resources/images/header_memberships.gif) top left no-repeat;
	margin: 5px 0 0 0;
	padding: 25px 0 0 0;
	width:169px;
}

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

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