@import url(https://fonts.googleapis.com/css?family=PT+Sans+Caption:400,700);
html, body {
	font-family: 'PT Sans Caption', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.4em;
	background-color: #FFF;
	color: #006648;
	padding: 0;
	margin: 0;
	height: 100%;
}
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0;	 
	padding: 0;
}
a img { 
	border: none;
}
#page {
	min-height: 100%;
	min-width: 320px;
}
#header {
	position: fixed;
	width: 100%;
	height: 122px;
	z-index: 1000;
}
#header_content {
	width: 100%;
	height: 120px;
	background-color: #006648;
}
#header_logo_container {
	width: 126px;
	height: 80px;
	padding: 20px 0 20px 20px;
	float: left;
}
.header_logo {
	width: 126px;
	height: 80px;
	background-image: url(images/oak-ridge-pass-header-logo.gif);
}
#header_nav {
	height: 120px;
	padding: 0;
	float: right;
}
#header_nav li {
	list-style-type: none;
	display: inline-block; 
} 
#header_nav a {
	display: block;
	height: 120px;
	font-family: 'PT Sans Caption', sans-serif;
	font-size: 140%;
	font-weight: 700;
	line-height: 120px;
	color: #FFF;
	text-decoration: none;
	padding: 0 20px;
} 
#header_nav a:hover {
	color: #b5a167;
}
a.bodylink:link, a.bodylink:visited, a.bodylink:active {
	color: #b5a167;
	font-weight: 700;
}
a.bodylink:hover {
	color: #006648;
}
#green_line {
	width: 100%;
	height: 2px;
	background-color: #006648;
}
#tan_line {
	width: 100%;
	height: 2px;
	background-color: #b5a167;
}
#white_line {
	width: 100%;
	height: 2px;
	background-color: #FFF;
}
#main {
	overflow: auto;
	width: 100%;
	padding-top: 122px;
	padding-bottom: 64px;
}
#home-main {
	position: absolute;
	top: 122px;
	left: 0px;
	right: 0px;
	bottom: 64px;
	background: url(images/home-image.jpg) no-repeat center #b5a167;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-ms-behavior: url(backgroundsize.min.htc);
}
.home-content {
	padding: 15% 4% 0 4%;
	text-align: center;
}
.header-image {
	padding: 13% 0 13% 0;
	background-color: #CCC;
	text-align: center;
}
.body-content {
	max-width: 800px;
	margin: 0 auto;
	padding: 50px 20px;
	overflow: hidden;
}
#contact-area {
	margin-right: 40px;
	padding-right: 40px;
	border-right: 1px dotted #006648;
}
#contact-left-column {
	width: 65%;
	float: left;
}
#contact-right-column {
	width: 35%;
	float: right;
}
#contact-area input, #contact-area textarea {
	width: 98%;
	padding: 10px 1%;
	font-family: 'PT Sans Caption', sans-serif;
	color: #b5a167;
	border: 1px solid #b5a167;
	margin: 5px 0 20px 0;
}
#contact-area textarea {
	height: 200px;
}
#contact-area textarea:focus, #contact-area input:focus {
	border: 1px solid #555;
}
#contact-area input.submit-button {
    width: auto;
	font-family: 'PT Sans Caption', sans-serif;
	font-size: 140%;
    font-weight: 700;
	color: #b5a167;
    background-color: #006648;
	border: 2px solid #b5a167;
	padding: 10px 30px;
	margin: 5px 0 0 0;
}
#contact-area input.submit-button:hover {
	color: #004d48;
	background-color: #b5a167;
	border-color: #006648;
}
#contact-area input.submit-button:active {
	color: #004d48;
	background-color: #FFF;
}
label {
	font-weight: 700;
}
.button {
    display: inline-block;
    border: 2px solid #fff;
    padding: 15px 30px;
	font-family: 'PT Sans Caption', sans-serif;
	font-size: 160%;
	font-weight: 700;
	color: #FFF;
    background-color: #006648;
	margin: 0;
    text-align: center;
    text-decoration: none;
	overflow: hidden;
}
.button:hover {
    background-color: #b5a167;
}
.button:active {
    background-color: #fff;
    border-color: #006648;
	color: #006648;
}
#footer {
	Position: relative;
	left: 0;
	right: 0;
	Bottom: 0;
	margin-top: -64px;
	height: 64px;
	background-color: #006648;
	clear: both;
}
#home-footer {
	Position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #006648;
}
.footer-content {
	height: 62px;
	width: 100%;
	line-height: 62px;
	color: #fff;
	text-align: center;
}
h1 {
	font-family: 'PT Sans Caption', sans-serif;
	font-size: 400%;
	font-weight: 700;
	line-height: 1em;
	letter-spacing: -3px;
	color: #FFF;
	margin: 0;
	-moz-text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
	-webkit-text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
	text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
}
h2 {
	font-family: 'PT Sans Caption', sans-serif;
	font-size: 140%;
	line-height: 1.2em;
	font-weight: normal;
	color: #FFF;
	margin: 20px 0 26px 0;
	-moz-text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
	-webkit-text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
	text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
}
h3 {
	font-family: 'PT Sans Caption', sans-serif;
	font-size: 250%;
	font-weight: 700;
	line-height: 1em;
	letter-spacing: -1px;
	color: #b5a167;
	margin: 0;
	padding-bottom: 37px;
}
h4 {
	font-weight: 400;
	padding-bottom: 37px;
}

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

#contact-area {
	margin-right: 25px;
	padding-right: 25px;
}

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

h1 {
	font-size: 350%;
}
h2 {
	font-size: 120%;
}

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

#main {
	padding-bottom: 54px;
}
#home-main {
	bottom: 54px;
}
#footer {
	margin-top: -54px;
	height: 54px;
}
.footer-content {
	font-size: 90%;
	height: 52px;
	line-height: 52px;
	text-align: center;
}
#header {
	position: fixed;
	width: 100%;
	height: auto;
	z-index: 1000;
}
#header_content {
	width: 100%;
	height: auto;
}
#header_logo_container {
	width: 100%;
	height: 60px;
	padding: 15px 0 13px 0;
	float: none;
}
.header_logo {
	width: 95px;
	height: 60px;
	background-image: url(images/oak-ridge-pass-header-logo-responsive.png);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-ms-behavior: url(backgroundsize.min.htc);
	margin: 0 auto;
}
#header_nav {
	width: 100%;
	height: auto;
	padding: 0 0 13px 0;
	float: none;
	text-align: center;
}
#header_nav li {
	list-style-type: none;
	display: inline-block; 
} 
#header_nav a {
	height: auto;
	font-size: 100%;
	font-weight: 700;
	line-height: 1.2em;
	padding: 0 17px;
}
.button {
    padding: 10px 30px;
	font-size: 110%;
}

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

#contact-area {
	margin-right: 0;
	padding-right: 0;
	border-right: 0px;
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: 1px dotted #006648;
}
#contact-left-column {
	width: 100%;
	float: none;
}
#contact-right-column {
	width: 100%;
	float: none;
}

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

#main {
	padding-bottom: 44px;
}
#home-main {
	bottom: 44px;
}
#contact-area {
	margin-bottom: 30px;
	padding-bottom: 30px;
}
#contact-area input.submit-button {
    width: 100%;
	font-size: 120%;
}
.body-content {
	padding: 30px 20px;
}
#footer {
	margin-top: -44px;
	height: 44px;
}
.footer-content {
	font-size: 80%;
	height: 42px;
	line-height: 42px;
	text-align: center;
}
h1 {
	font-size: 225%;
	letter-spacing: -1.5px;
}
h3 {
	font-size: 165%;
	letter-spacing: -1px;
	padding-bottom: 20px;
}
h4 {
	font-weight: 400;
	padding-bottom: 20px;
}

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

#main {
	padding-bottom: 34px;
}
#home-main {
	bottom: 34px;
}
#footer {
	margin-top: -34px;
	height: 34px;
}
.footer-content {
	font-size: 80%;
	height: 32px;
	line-height: 32px;
	text-align: center;
}
h1 {
	font-size: 200%;
	letter-spacing: -1px;
}

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

h2 {
	font-size: 100%;
	margin: 10px 0 16px 0;
}