
@media screen and (max-width: 1200px) {

	body {
		background-size: 2000px 367px;
	}
	
		#header {
			height: 280px;
		}
	
			#header h1 {
				width: 400px;
				height: 104px;
				top: 90px;
				background-size: 400px 104px
			}

	
		#footer_inner {
			width: 100%;
			margin: 0 auto;
		}

}


@media screen and (max-width: 1020px) {

	body {
		background-size: 1500px 275px;
	}

	#wrapper {
		width: 750px;
	}
	
		#header {
			height: 280px;
		}
	
		#header h1 {
			width: 400px;
			height: 104px;
			top: 40px;
			background-size: 400px 104px
		}
		
			#col1 {
				width: 100%;
				float: none;
			}

}


@media screen and (max-width: 760px) {	

	body {
		background-size: 1000px 183px;
	}

	#wrapper {
		width: 500px;
	}
	
		#header {
			height: 280px;
		}
	
		#header h1 {
			width: 200px;
			height: 52px;
			top: 40px;
			background-size: 200px 52px
		}
	
		#nav {
			width: 100%;
			position: fixed;
			}
	
		#nav ul {
			float: right;
		}

}

@media screen and (max-width: 500px) {

	img.construction {
		display: none;
	}

	body {
		background-size: 1000px 183px;
	}
	
	#wrapper {
		width: 96%;
	}
	
		#nav {
			width: 100%;
			position: absolute;
			top: 200px;
			border-bottom: 2px #005a9c solid;			
			border-top: 2px #005a9c solid;
			height: 40px;
		}
	
			#nav ul {
				display: block;
				width: auto;
				height: 40px;
				overflow: hidden;
				float: left;
			}
	
				#nav ul li {
					display: inline-block;
					height: 40px;
				}
	
					#nav ul li a:link,
					#nav ul li a:visited {
						display: block;
						float: left;
						height: 36px;
						border-bottom: 2px #FFF solid;
						border-top: 2px #FFF solid;
						line-height: 36px;
						padding: 0 15px;
						margin: 0 0 0 5px;
						text-decoration: none;
						color: #666;
						font-size: 16px;
					}
	
					#nav ul li a:hover,
					#nav ul li a:active {
						border-bottom: 2px #666 solid;
						border-top: 2px #666 solid;
					}
	
					#nav ul li a.current:link,
					#nav ul li a.current:visited {
						border-bottom: 2px #005a9c solid;	
						border-top: 2px #005a9c solid;
						color: #005a9c;
					}
	
		#header {
			height: 280px;
		}
	
		#header h1 {
			width: 200px;
			height: 52px;
			top: 20px;
			background-size: 200px 52px;
		}

}