/* This stylesheet was originally designed and developed by Codify Design Studio (codifydesign.com) */
@charset "UTF-8";
html {
       overflow-y: scroll;
}

/* Text Formatting */
body {
	font-family: Arial;
	font-size: 12px; /* base font-size defined in pixels, all else proportional to this base */
	margin: 0px;
	padding: 0px 20px 20px 20px;
	color: #555;
	background-color: #205576;
	background-image: url(../images/page_background.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

.page { font-size: 1em; }

.clear_both { clear: both; line-height: 1px; }
.debug { margin: 0px 0px 20px 10px; font-family: Courier; }

h1 { font-size: 2em; color: #9e472a; margin: 0px 0px .5em 0px; font-weight: normal; }
h2 { font-size: 1.6em; color: #525032; margin: 0px 0px .5em 0px; }
h3 { font-size: 1.25em; color: #9e472a; margin: 0em 0px .25em 0px; }
p { margin: 0px 0px 1em 0px; font-size: 1em; }
li { margin: 0px 0px 10px 0px; }
a img { border: none; }
a { color: #db4104; text-decoration: none; }
a:hover { color: #0e7db1; text-decoration: underline; }

/* Layout */
.page {
	position: relative;
	max-width: 980px;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.page header {
	display: block;
	position: relative;
	height: 75px;
	background-color: #fffee8;
	z-index: 100;
}
.page header a.logo {
	position: absolute;
	top: 17px;
	left: 20px;
	display: block;
	width: 197px;
	height: 108px;
	background-image: url(../images/logoNS.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.page .page_content { background-color: #f9f2db; padding: 0px 0px 0px 0px; }

.page .marquee_smallscreen { display: none; }
.page .marquee_panel_data { display: none; }
.page .marquee_container {
	position: relative;
	width: auto;
	height: 325px;
	overflow: hidden;
	margin: 0px 0px 25px 0px;
	padding: 0px;
	background-color: #fff;
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,.3);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,.3);
	box-shadow: 0px 3px 3px rgba(0,0,0,.3);
}
.page .normal_container {
	position: relative;
	width: auto;
	min-height: 325px;
	overflow:auto;
	background-color: #fff;
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,.3);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,.3);
	box-shadow: 0px 3px 3px rgba(0,0,0,.3);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	padding: 10px;
}
.page .page_content .normal_container .bigRight{
	float: right;
	padding-right: 10px;
}

.page .page_content .normal_container .smallLeft {
	float: left;
	width: auto;
	padding-top: 60px;
	padding-left: 20px;
}

.page .marquee_container .marquee_photos { position: absolute; top: 0px; left: 0px; display: none; }
.page .marquee_container .marquee_caption { width: 275px; margin: 0px; padding: 15px 0px 10px 0px; color: #fff; position: absolute; top: 350px; left: 20px; background-color: rgba(41,17,0,.82); }
.page .marquee_container .marquee_caption_content { margin: 0px 20px 20px 20px; padding: 0px 0px 20px 0px; }
.page .marquee_container .marquee_caption h2 { margin: 0px 0px 10px 0px; color: #ffffff; font-size: 2em; font-family: Georgia; font-weight: normal;  }
.page .marquee_container .marquee_caption p { margin: 0px 0px 10px 0px; color: #fff; }
.page .marquee_container .marquee_caption a { color: #2fa4db; text-decoration: none; }
.page .marquee_container .marquee_caption a:hover { color: #fff; text-decoration: underline; }
.page .marquee_container .marquee_nav { position: absolute; width: 200px; bottom: 10px; left: 25px; text-align: left; padding: 0px; }
.page .marquee_container .marquee_nav a {
	display: inline-block;
	width: 20px; height: 20px;
	margin-left: 15px;
	background: url(../images/marquee_buttons.png) no-repeat 0px 0px; cursor: pointer;
}
.page .marquee_container .marquee_nav a:hover { background-position: -25px 0px; }
.page .marquee_container .marquee_nav a.selected { background-position: -50px 0px; }

.page .home_promo_container { margin: 0px; padding: 0px 0px 20px 20px; }	
.page .home_promo_container .home_promo { margin: 0px; padding: 0px; width: 33%; float: left; }
.page .home_promo_container .home_promo .home_promo_content { margin: 0px; padding: 0px 35px 0px 75px; background: no-repeat 0px 4px; }
.page .home_promo_container .home_promo .home_promo_content h2 { margin: 0px 0px 10px 0px; font-family: Georgia; font-weight: normal; font-size: 1.5em; }
.page .home_promo_container .home_promo .home_promo_content p:first-line { font-weight: bold; color: #444; }


.page nav { position: absolute; top: 50px; right: 15px; text-align: right; letter-spacing: 1px; z-index: 200; }
.page nav a {
	color: #db4104;
	padding: 7px 0px 7px 11px;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px 2px 4px 17px;
	font-size: 1.1 em;
	background: url(../images/icon_dots.png) no-repeat 0px 10px;
}
.page nav a:hover { color: #0e7db1; }

.page footer {
	display: block;
	border-top: 1px solid #ddd;
	padding: 15px 10px 15px 20px;
	font-size: 0.9em;
	color: #757575;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-bottom-left-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	-webkit-border-bottom-right-radius: 7px;
	border-bottom-right-radius: 7px;
	background: #fbfbf1; /* Old browsers */
	background: -moz-linear-gradient(top,  #f9f2db 52%, #c5bfaa4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(52%,#f9f2db), color-stop(100%,#c5bfaa)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f9f2db 52%,#c5bfaa 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f9f2db 52%,#c5bfaa4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f9f2db 52%,#c5bfaa 100%); /* IE10+ */
	background: linear-gradient(top,  #f9f2db 52%,#c5bfaa 100%); /* W3C */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f2db', endColorstr='#e9e0c4',GradientType=0 ); /* IE6-9 */
	text-align: center;

}

.required {
	color: #970000;
	font-style: italic;
}

.stress {
	color: #9e472a;
}

.soft {
	font-size: x-small;
	font-weight: lighter;
	font-style: italic;
}

#contactform {
	margin: 2px;
	padding: 2px;
	float: left;
	width: 90%;
}

