/*This file contains styles for elements within #wrapper on the index page only. It also contains the image background for #wrapper.

NOTE: The carousel and audience panel have their own stylesheets*/




/*Logo for index page. This differs for index and secondary pages ------------------------------------*/

#header #logo {
	display: block;
	position:relative;
    background: #fff none repeat scroll 0 0;
    clear: both;
    float: left;
    height: 34px;
    margin: 30px 47px 0 0;
    width: 433px;
}

#header #logo img {
    max-width: 100%;
	border:0;
}
	
#logo h1 {  /* Screen readers will read the logo name as a top level heading */
	display:none;
	color:#000000;
	background-color:#ffffff;
	}


#wrapper {
	width:100%;
	position:relative;
	background: #fff url("../images/bg.png") no-repeat scroll center -65px;
}


#content {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	position:relative;
	}

#content #v_content #v_content_4 img { /*For acrobat reader icon*/
	display:inline;
	margin:0;
	border:none;
}

a.cc-link {
    text-decoration: underline !important;
}
