@import url(/_css/views/default.css?v=2);

@media screen {
	div#menu {
		position: relative;
		text-align: center;
		padding-bottom: 30px;
	}
	
	div#menu * {
		margin: 0;
		padding: 0;
	}
	
	div#menu ul {
		list-style-type: none;
		white-space: nowrap;
		border-left: 1px solid #CCC;
	}
	
	div#menu ul li {
		display: inline;
		padding: 0 6px;
		white-space: nowrap;
		border-right: 1px solid #CCC;
	}
	
	div#menu a,
	div#menu a:link,
	div#menu a:visited {
		font-size: 11px;
		font-weight: normal;
	}
	
	div#addthis {
		position: absolute;
		right: 20px;
		top: 20px;
	}
	
	a#cn_logo {
		width: 152px;
		height: 124px;
		top: 45px;
		left: 45px;
		background: url(/_elements/logo_inside.png) no-repeat;
	}
	
	#slogan {
		top: 75px;
		left: 300px;
	}
	
	#top {
		background: url(/_elements/background_top.jpg) no-repeat;
		height: 209px;
	}
	
	#middle {
		background: #FFF url(/_elements/background_middle.jpg) bottom left no-repeat;
	}
	
	div#middle_bleed {
		position: absolute;
		background: url(/_elements/background_middle_bleed_left.jpg) bottom left no-repeat;
		width: 27px;
		height: 179px;
		bottom: 0;
		left: -27px;
	}

	#bottom {
		background: #FFF url(/_elements/background_bottom.jpg) bottom left no-repeat;
		height: 87px;
	}
	
	#footer {
		background: url(/_elements/background_footer.jpg) no-repeat;
	}

	a.action_button,
	a.action_button:link,
	a.action_button:visited {
		position: absolute;
		display: block;
		width: 51px;
		height: 51px;
		font-family: Helvetica;
		font-size: 11px;
		font-weight: normal;
		text-align: center;
		color: #000;
		padding: 15px;
	}
	
	a.action_button:focus,
	a.action_button:hover,
	a.action_button:active {
		text-decoration: none;
	}
	
	a#action_button_1,
	a#action_button_1:link,
	a#action_button_1:visited {
		top: -168px;
		left: -17px;
	
	}

	a#action_button_1:focus,
	a#action_button_1:hover,
	a#action_button_1:active {
		background: url(/_elements/action_button_1_over.jpg) no-repeat;
	}
	
	a#action_button_2,
	a#action_button_2:link,
	a#action_button_2:visited {
		top: -87px;
		left: 23px;
	}
	
	a#action_button_2:focus,
	a#action_button_2:hover,
	a#action_button_2:active {
		background: url(/_elements/action_button_2_over.jpg) no-repeat;
	}
	
	a#action_button_3,
	a#action_button_3:link,
	a#action_button_3:visited {
		top: -6px;
		left: 72px;
	}
	
	a#action_button_3:focus,
	a#action_button_3:hover,
	a#action_button_3:active {
		background: url(/_elements/action_button_3_over.jpg) no-repeat;
	}
}
