@charset "UTF-8";
/* CSS Document */

@media screen and (max-width: 480px) {
	
	#header {
		width:auto;
	max-width: 480px;
	min-width:320px;
	
	
}
.home-page span.display-none {display:block;}
#logo {
	padding-left: 0px;
	position: relative;
	left: 0px;
	bottom: 0px;
	width: auto;
	max-width: 460px;
	min-width:300px;
	text-align: center;
	padding-top: 26px;
	padding-left: 10px;
	padding-right: 10px;
}
#logo img{
max-width: 100%;
	height: auto;
	width: auto; /* for ie 8 */
}

#whiteEdgeTop {
	background-image: url(images/BGwhiteEdgeTop.png);
	background-repeat: repeat-x;
	background-position: center top;
	height: 40px;
	margin-top: -40px;
}
#whiteEdgeMidTop {
	height: 40px;
	background-image: url(images/BGwhiteEdgeTop.png);
	background-position: center top;
	background-repeat: repeat-x;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;

}

#nav2 {
	float: left;
	position: absolute;
	left: 0px;
	bottom: 39px;
	width: auto;
	max-width: 470px;
	min-width:310px;
	margin-right: 5px;
	margin-left:5px;
	
}

#nav a {
	display: block;
	float: right;
	padding-bottom: 3px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0px;
	line-height: 14px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 3px;
	margin-right: 2%;
	margin-left: 1%;
	margin-bottom: 3px;	
	
}

#content {
	
	width: auto;
	max-width:470px;
	min-width:310px;
	padding-right: 0px;
	padding-left: 10px;
	
}
.links-page #content, .about-page #content, .contact-page #content {
	width: auto;
	max-width:460px;
	min-width:300px;
	padding-right: 10px;
	padding-left: 10px;
	
}



#footer {
	width: auto;
	max-width: 480px;
	min-width:320px;
}

#whiteEdgeMidBot {
	width: 100%;
	
}


/* GLOBAL ELEMENTS */
h1 {
	
	font-size: 40px;
	line-height: 40px;
	padding-right: 10px;
	
}
.about-page h1, .contact-page h1, .links-page h1 {
	margin-right: -10px;
} 


/* PAGE SPECIFIC STYLES */

.home-page h1 {
	font-size: 60px;
	line-height: 70px;
	text-align: center;
	padding-bottom: 0px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.home-page h2 {
	text-align: center;
	color: #999;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 2px;
	font-weight: normal;
	padding-bottom: 8px;
	padding-right:20px;
	padding-left:20px;
	
}
.about-page #content img {
	float: none;
	margin-top: -3px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 12px;
	display: block;
	max-width: 100%;
	height: auto;
	width: auto; /* for ie 8 */
}
.contact-page #content img {
	float: none;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:0px;
}
.contact-page #content p{
	text-align: center;
	margin: 0px 0px 0px;
}
.contact-page #content .phone-number {
	
	font-size: 44px;
	line-height: 44px;
	
	
}
.contact-page #content a {
	
	font-size: 30px;
	font-weight: normal;
	line-height: 40px;
	padding: 0;
	margin: 0;
}
.contact-page #content a span {
	font-size: 20px;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-style: italic;
	letter-spacing: 1px;
}

	
	}

