/* CSS Document */

@import "/assets/styles/nav.css"; /* Navigation and drop down menu stylesheet */
@import "/assets/styles/content.css"; /* Content related stylesheet */

body {
	background-color: #EFF3EF;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 62.5%;
}

div {
	/*border: 1px solid red;*/
}

#pageContainer {
	width: 100%;
}

#page {
	width: 769px;
	margin: 0 auto;
	background-color: #FFFFFF;
}

/*
 header styles
*/

#header {
	width: 100%;
	height: 92px;
	overflow: hidden;
}

#header #logo {
	width: 179px;
	height: 92px;
	float: left;
}

#header #address {
	width: 382px;
	height: 92px;
	float: right;
}

#content {
	width: 100%;
	background-image: url(/assets/images/bgnd-content.gif);
	background-repeat:repeat-y;
	display: table;
}


/*footer*/
#footer {
	width: 100%;
	height: 15px;
	background-color: #000000;
	display: block;
	clear: both;
}

#footer a {
	background-image: url(/assets/images/tag-volveregroup.gif);
	background-repeat: no-repeat;
	display: block;
	width: 150px;
	height: 15px;
}

#footer span {
	display: none;
}

#pageOptions {
	width: 100%;
	height: 19px;
	background-color: #DAE6EE;
	font-size: 11px;
	text-align: right;
}


/* page-titles */
/*#pageTitle h1 {
	height: 38px;
	width: 100%;
	display: block;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
}
*/
#pageTitle span {
	display: none;
}


#breakingNews {
	height: 35px;
	width: 100%;
	display: block;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	background-image: url(/assets/images/title-breakingnews.gif);
}

#blockLinks ul {
	list-style-type: none;
	margin: 0;
	padding: 0 7px;
}

#blockLinks ul li {
	display: inline;
}

#blockLinks ul li a {
	display: block;
	width: 242px;
	height: 23px;
	background: url(/assets/images/blockLink.gif) top;
	color: #0A5690;
	font-size: 1.4em;
	text-decoration: none;
	font-weight: bold;
	padding: 7px 0 0 5px;
}

#blockLinks ul li a.blockLinkBlue {
	background-image: url(/assets/images/blockLinkBlue.gif);
	color: #fff;
}

#blockLinks ul li a:hover {
	background-position: bottom;
}

#blockLinks ul li a.blockLinkBlue:hover {
	color: #0A5690;
}