/*   CSS3  stylesheet */

body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: arial,sans-serif;
	font-size: 1em;
	color: #000;	
	background: #FFF url(images/body-bg.jpg) repeat-x;
}
 
html {
	margin: 0;
	padding: 0;
	height: 100%;
}

#container {
	position: relative;
	margin: 0 auto;
	width: 70%; 
}

#banner-wrapper {
	padding: 20px 0 0 0;
	overflow: hidden;
}
#banner-image {
	float: left;
	padding-right: 2%;
}
#banner-text {
	font-family: times new roman,serif;
	font-size: 2em;
	color: #FFF;
	margin: 15px 0 0 10px;
}

#main-nav {
	float: right;
	color: #DCDCDC;
	margin-top: ;
	*margin-top: 10px; /* fix for IE6 */
	_margin-top: 10px; /* fix for IE7 */
}
#main-nav li {
	display: inline;
	float: left;
	margin-left: 10px;
}
#main-nav a {
	display: block;
	color: #FFB6C1; 
	padding: 5px 0 2px 0;
	text-decoration: none;
	border-top: 5px solid #DC143C; 
}
#main-nav #current a {
	color: #FFF; 
	font-weight: bold;
	border-top: 5px solid #FFF; 
}
#main-nav a:hover, #main-nav #current a:hover {
	color: #FFF; 
	padding-bottom: 1px;
	border-bottom: 1px solid #FFF;
}

#content {
	padding: 20px 0 10px 0;
}
.image-center {
	text-align: center;
	margin: 15px 0;
}
#left-column {
	float: left;
	width: 71%;
	padding-right: 2%;
}
#right-column {
	float: left;
	width: 25%;
	font-size: 0.9em;
	margin-top: 30px;
}

#footer-wrapper {
	position: relative;
	float: left;
	min-width: 100%;
	font-size: 0.9em;
	color: #C0C0C0;
	text-align: center;
	background: #000 url(images/footer-bg.gif) repeat-x;
	overflow: hidden;
}
#footer-wrapper a {
	color: #808080;
}
#footer-wrapper a:hover {
	color: #FFF;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px solid;	
}
#footer-wrapper hr {
	color: #C0C0C0; 	
	background: #C0C0C0; 
	border: 0;
	height: 1px;
}
#footer {
	margin: 0 auto;
	width: 70%;
	padding: 40px 0;
}
#strap {
	padding-bottom: 10px;
}
#footer-nav {
	font-variant: small-caps;
	padding-bottom: 10px;
}

a { 
	color: #DC143C;
	text-decoration: none;
}
a:hover { 
	color: #800000;
	text-decoration: underline;
}
ul { 
	list-style-type: square;
	padding: 0;
	margin-left: 15px;
}
ol {
	list-style-type: lower-roman;	
	padding: 0;
	margin-left: 15px;
}
blockquote {
	padding: 0;
	margin-left: 15px;
}
hr {
	color: #800000; 	
	background: #800000; 
	border: 0;
	height: 1px;
}

h1 {
	font-family: times new roman,serif;
	font-size: 1.6em;
	font-weight: normal;
	color: #800000;
}
h2 {
	font-family: times new roman,serif;
	font-size: 1.3em;
	font-weight: normal;
	color: #800000;
	margin-top: 5px;
}
h3 {
	font-family: times new roman,serif;
	font-size: 1.3em;
	font-weight: normal;
	color: #800000;
	border-top: 1px solid #800000; border-bottom: 1px solid #800000; 
	margin-top: 5px;	
}
h4 {
	font-family: times new roman,serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #800000;
}
p {
	line-height: 1.3em;
}
img {
	border: 0;
	max-width: 100%;
	height: auto;
}

.subheader {
	font-family: times new roman,serif;
	font-size: 1.3em;
	color: #800000;
}
.boldtext {

	font-size: 1.2em;
	font-weight: bold;
	color: #800000;	
}
.smalltext {
	font-size: 0.8em;
}

form {
	margin: 0;
}
.form_box input[type="text"] {
	width: 280px;
	height: 30px;
}
.form_box textarea {
	width: 280px;
	resize: none;
}
.form_box input[type="text"], .form_box textarea {
	border: 1px solid #C0C0C0;
}
.form_box select {
	width: 287px;
	height: 30px;
	color: #808080;
}
.form_box input,select,textarea {
	margin-bottom: 5px;
}
.form_box input[type="button"] {
	margin: 10px 0 5px 0;
	width: 100px;
	height: 50px;
}
.form_box #captcha {
	margin: 0 1% -3px 0;
}
input[type="submit"] {
	margin: 0 0 5px 0;
	width: 100px;
	height: 50px;
}

#slideshow {
	font-size: 0.8em;
	padding: 0 0 10px 0;
}
a.slideshow img {
	border: 3px solid #FFF;
	max-width: 46%;
}

a.slideshow:hover img {
	border: 3px solid #800000;
}

a.slideshow:hover {
	color: #DAA520; /* irelevant definition to overcome IE bug */
}

.embed-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%; 
	margin-top: 40px;
	width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed { 
	position: absolute; 
	top: 0; left: 0; 
	width: 100%; height: 100%; 
}

.video {
  	height: 0;
  	padding-bottom: 80%; /* 465:375 or whatever aspect ratio*/
  	position: relative;
  	width: 100%;
}
.video iframe, .video object {
  	height: 100%;
  	left: 0;
  	position: absolute;
  	top: 0;
  	width: 100%;
	border: none;	
}

#map-canvas-container {
  	height: 0;
  	padding-bottom: 40%; /* 860:350 */
  	position: relative;
  	width: 100%;
}
#map-canvas-container img {
	max-width: inherit;
}
#map_canvas {
  	height: 100%;
  	left: 0;
  	position: absolute;
  	top: 0;
  	width: 100%;
}
#googlemap {
  	height: 100%;
  	left: 0;
  	position: absolute;
  	top: 0;
  	width: 100%;
}

iframe {
	border: 0;
}

@media screen and (max-width: 1050px) {
	#banner-wrapper {
		font-size: 0.9em;
	}
}

@media screen and (max-width: 950px) {
	#container {
		width: 95%;
	}
}

@media screen and (max-width: 700px) {
	#nav-button { 
		float: right;
		margin: 10px 1% 1px 0;
		background: transparent; 
		border-bottom: 12px double #FFF; 
		border-top: 4px solid #FFF;
		height: 4px; 
		width: 19px;
	}
	#nav-button:hover { 
		border-bottom: 12px double #FFB6C1; 
		border-top: 4px solid #FFB6C1;
	}
	#small-nav {
		font-variant: small-caps;	
	}
	#small-nav-menu {
		padding-top: 30px;	
	}
	#small-nav ul {
		list-style-type: none;
		margin: 0;
		border: 1px solid #C0C0C0; border-bottom: 0;
		border-radius: 5px;
	}
	#small-nav li {
		text-indent: 5px;
		border-bottom: 1px solid #C0C0C0;
	}
	#small-nav a {	
		display: block;
		text-decoration: none;
		color: #DC143C;
		padding: 5px 0;	
	}
	#small-nav a:hover {
		color: #DC143C; 
		background: #F5F5F5;
	}
	#small-nav .current a, .current a:hover {
		color: #800000; 
		font-weight: bold;
	}
	#small-nav label {  
  		cursor: pointer;
	}
	#small-nav #menu-toggle {
  		display: none; /* hide the checkbox */
	}
	#small-nav #menu {
    	opacity: 0; 
    	height: 0;
    	overflow: hidden;
		-webkit-transition: opacity 1.5s ease;
		-moz-transition: opacity 1.5s ease;
		-o-transition: opacity 1.5s ease;	
    	transition: opacity 1.5s ease;	
	}
	#small-nav #menu-toggle:checked + #menu {
    	opacity: 1;
    	height: auto;
	}
	#main-nav {
		display: none;
	}
	#content {
		padding-top: 0;
	}
}
@media screen and (min-width: 701px) {
	#nav-button, #small-nav { 
		display: none;
	}
}

@media screen and (max-width: 550px) {
	.form_box label {
		float: none;
		display: block;
	}
}

@media screen and (max-width: 600px) {
	#left-column, #right-column {
		float: none;
		width: auto;
	}
}

@media screen and (min-width: 1285px) {
	#container {
		width: 850px;
	}
}

@media print {
	#small-nav, #main-nav, #footer-nav {
    	display: none;
	}
}

