@charset "utf-8";
/* CSS Document */

* {
	box-sizing:border-box;
	margin:0;
	padding:0;	
}

body {
	background:#69c;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	height:100%;
}

	a {
		color:#c00;
	}
	
	a:hover {
		color:#900;
	}

.clear {
	clear:both;
	height:1px;
}

#main-bg {
	background:#8eb8e2 url(../images/top-bg.jpg) top repeat-x;
}

#header-container {
	width:100%;
	background:url(../images/header-tile.png) 50% 10px repeat-x;
}

#header {
	width:100%;
	height:150px;
	background:url(../images/header-bg.png) 50% 10px no-repeat;
}
	#header-left {
		width:336px;
		margin:0 auto;
		padding:10px 0 0 30px;
	}
	
	#header-left a {
		display:block;
		height:128px;
		width:242px;
		text-indent:-9999px;
		overflow:hidden;
	}
	
	#header-right {
		display:none;
		width:470px;
		float:right;
		padding:39px 19px 19px;
	}
		
		#header-right #banner {
			border:1px solid #4d7194;
			display:block;
			float:right;
			height:60px;
		}
		
#selecta {
	text-align:center;
	color:#fff;
	font-weight:bold;	
}


@media only screen and (max-width: 720px) {
#header-container {
	width:100%;
	background:none
}

#header {
	height:70px;
	background:url(../images/header-bg_m.png) 50% 5px no-repeat;
}

#header-left a {
		width:100%;
		height:70px;
	}
}

	
	
#content1 {
	width:100%;
	max-width:996px;
	margin:0 auto;
}

#content2 {

}

	#content-left,
	#content-right {
		width:100%;
		padding:10px;
		color:#036;
		text-align:center;
	}

#footer {
	margin:0 auto;
	width:100%;
	max-width:996px;
	height:148px;
	height:50px;
	padding:0 10px;
	margin-bottom:50px;
	
}

#copyright {
	border-top:1px solid rgba(255,255,255,0.5);
	height:41px;
	font-size:10px;
	color:#fff;
	padding:19px 0 0 0;
	text-align:center;
	
}

#footer-bg {
	background:url(../images/bottom-bg.jpg) bottom repeat-x;
	height:100%;
}

.hide {
	display:none;
}

.social-bookmarking {
	text-align:center;
	clear:both;
	line-height:32px;
	font-size:11px;
	padding:4px 0;
	color:#fff;
	margin-top:20px;
}

	.social-bookmarking img {
		margin:0 0 0 5px;
	}
	
