@charset "UTF-8";

/* Text Formatting */

body {
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	color: #444;
	background: #333;
}
.page { font-size: 1em; }

h1 { font-size: 2em; color: #030; margin: 5px 0px .35em 0px; font-weight: bold; }
h2 { font-size: 1.4em; color: #444; margin: 0px 10px .25em 0px; font-weight: bold; }
h3 { font-size: 1.2em; color: #000; margin: 0px 0px .5em 0px; font-weight: normal; line-height: 130%; }
h4 { font-size: 1em; color: #000; margin: 0px 0px .25em 0px; font-weight: normal;}
h5 { font-size: .9em; color: #000; margin: 0px 0px .5em 0px; line-height: 130%; font-weight: normal;}
h6 { font-size: .7em; color: #000; margin: 0px 0px 0em 0px; line-height: 80%; font-weight: normal; }
p {
	font-size: 1.1em;
	margin: 0px 10px .5em 0px;
	font-weight: normal;
	line-height: 120%;
}
li { margin: 0px 0px 10px 0px; }
a img { border: none; }
a { color: #00c;
	font-size: 1em;
	text-decoration: none;
	font-weight: bold;
}
a:hover { color: #0199df; text-decoration: underline; }

figure { display: block; margin: 0px; padding: 0px; }

figure .figure_photo7 { background-image: url(../artwork/loc-icon-big.png); 
background-repeat: no-repeat;
float: left;
display: block;
margin: 0px 10px 0 0;
width: 29px;
height: 34px;
border: 0px solid #000; }
figure .figure_photo8 { background-image: url(../artwork/checkbox-big.png); 
background-repeat: no-repeat;
float: left;
display: block;
margin: 0px 10px 0 0;
width: 29px;
height: 34px;
border: 0px solid #000; }
.page_content_container_center figure figcaption { font-size: 1em; color: #000; font-style: italic; margin: 0px 0px 10px 10px; padding: 0px 0px 0px 0px; }


/* Full screen monitor layout */

.page { position: relative; margin: 0px auto 0px auto; width: 100%; }
.page header {
	display: block;
	margin: 0px auto 0px auto;
	top: 0px;
	position: relative;
	height: 120px;
	background: url(../images/home-banner-big.jpg) 50% 0;
	background-repeat: no-repeat;
	background-color: #003300;
}
		a.fb {
	position: absolute;
	top: 130px;
	right: 4%;
	width: 30px;
	height: 30px;
	background: url(../artwork/f.png) no-repeat 0px 0px;
	}
	a.twitter {
	position: absolute;
	top: 130px;
	right: 1%;
	width: 30px;
	height: 30px;
	background: url(../artwork/twitter-big.png) no-repeat 0px 0px;
	}
.page .page_content { background-color: #fff; padding: 0px 0px 0px 0px; }
.page .page_content .page_content_container_nav {
	width: 100%;
	float: left;
	margin: 2px 0 0 0;
	height: auto;
	background-color: #003300;
}

.page .page_content .content {
	margin: 0px 10px 15px 10px;
	padding: 0px;
}
.page .page_content .page_content_container_top {
	width: 60%;
	float: left;
	margin: 10px 20% 0 20%;
	height: auto;
	background-color: #fff;
}
.page footer {

	display: block;
	border-top: 1px solid #ddd;
	padding: 15px 10px 15px 30px;
	font-size: 1em;
	color: #fff;
	height: auto;
	-moz-box-shadow: 0px 5px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 5px 3px rgba(0,0,0,0.3);
	box-shadow: 0px 5px 3px rgba(0,0,0,0.3);
	background: -moz-linear-gradient(top, #003300 50%, #000000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#003300), color-stop(80%,#000000));
}

.clear_both { clear: both; line-height: 1px; }

/* Rules Sensitive to Screen Size */

/* Small Screen Rules */
@media screen and (min-width: 150px) and (max-width: 500px) {	
	body { padding: 0px; }
	.page {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: .9em;
	background-color: #fff;
}
	.page header {
	height: 74px;
	background-image: url(../images/home-banner-sml.jpg);
	background-color: #fff;
	align: center;
}
a.fb {
	position: absolute;
	top: 10px;
	right: 7%;
	width: 20px;
	height: 20px;
	background: url(../artwork/f-sml.png) no-repeat 0px 0px;
	}
a.twitter {
	position: absolute;
	top: 10px;
	right: 2%;
	width: 20px;
	height: 20px;
	background: url(../artwork/twitter-sml.png) no-repeat 0px 0px;
	}
.page .page_content { background-color: #fff; padding: 0px 0px 0px 0px; }
.page .page_content .content {
	margin: 0px;
	padding: 0px; }
.page .page_content .page_content_container_nav {
	width: 100%;
	float: left;
	margin: 2px 0 0 0;
	height: auto;
	min-height: 45px;
	background-color: #003300;
}
	
.page .page_content .page_content_container_top {
	width: 60%;
	float: left;
	margin: 10px 0 0 0;
	height: auto;
	background-color: #fff;
}

figure { display: block; margin: 0px; padding: 0px; }
figure .figure_photo7 { background-image: url(../artwork/loc-icon-sml.png); 
background-repeat: no-repeat;
float: left;
display: block;
margin: 0px 10px 0 0;
width: 20px;
height: 24px;
border: 0px solid #000; }
figure .figure_photo8 { background-image: url(../artwork/checkbox-med.png); 
background-repeat: no-repeat;
float: left;
display: block;
margin: 0px 10px 0 0;
width: 20px;
height: 19px;
border: 0px solid #000; }
.page .page_content .page_content_container_bottom { width: 95%; float: left; margin: 0px 0px 10px 0px; padding: 5px 5px 0 5px; }		
}

/* Medium Screen Rules */
@media screen and (min-width: 501px) and (max-width: 1200px) {
.page { margin: 0px; padding: 0px; font-size: .9em }
	h1 { font-size: 1.8em; color: #030; margin: 5px 0px .35em 0px; font-weight: bold; }
	h2 { font-size: 1.4em; color: #444; margin: 0px 10px .25em 0px; font-weight: bold; }
	.page header {
	height: 64px;
	background-image: url(../images/home-banner-med.jpg);
	padding: 10px 50px 0px 75px;
}
.page .page_content { background-color: #fff; padding: 0px; }
.page .page_content .page_content_container_nav {
	width: 100%;
	float: left;
	margin: 2px 0 0 0;
	height: auto;
	min-height: 45px;
	background-color: #003300;
}
a.fb {
	position: absolute;
	top: 5px;
	right: 52%;
	width: 20px;
	height: 20px;
	background: url(../artwork/f-sml.png) no-repeat 0px 0px;
	}

	a.twitter {
	position: absolute;
	top: 5px;
	right: 49%;
	width: 20px;
	height: 20px;
	background: url(../artwork/twitter-sml.png) no-repeat 0px 0px;
	}
.page .page_content .page_content_container_top {
	width: 100%;
	float: left;
	margin: 10px 0 0 10px;
	height: auto;
	background-color: #fff;
}

figure .figure_photo7 { background-image: url(../artwork/loc-icon-med.png); 
background-repeat: no-repeat;
float: left;
display: block;
margin: 0px 10px 0 0;
width: 29px;
height: 34px;
border: 0px solid #000; }
figure .figure_photo8 { background-image: url(../artwork/checkbox-med.png); 
background-repeat: no-repeat;
float: left;
display: block;
margin: 0px 10px 0 0;
width: 29px;
height: 34px;
border: 0px solid #000; }
figure { display: block; margin: 0px; padding: 0px; }
}
.red {
	color: #cc0000;
}
.page footer .footer_content p {
	color: #FFF;
}
.white {
	color: #FFF;
}
