/* do the reset, see also normalize additions 1211 */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header, 
hgroup, menu, nav, section, menu,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}                  

blockquote, q { quotes:none; }
blockquote:before, blockquote:after, q:before, q:after { 
content:''; content:none; 
}
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { 
border-bottom:1px dotted #000; cursor:help; 
}

hr { 
	display:block; 
	height:1px; 
	border:0; 
	border-top:1px solid #ccc; 
	margin:1em 0; 
	padding:0; 
}

ul, ol {
    margin-left: 0;
    padding: 0 0 0 0;
}

dd {
    margin: 0 0 0 40px;
}

nav ul, nav ol {
    list-style: none;
    list-style-image: none;
}

/* html 5 specific */
article, aside, figure, footer, header, 
hgroup, nav, section {
   display: block;
}

/* normalize reset specific thinking */
audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

[hidden] {
    display: none;
}

body, button, input, select, textarea {
    font-family: sans-serif;
}

a:focus {
    outline: thin dotted;
}

a:hover, a:active {
    outline: 0;
}

b, strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

figure {
    margin: 0;
}

pre, code, kbd, samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: none;
}

small {
    font-size: 75%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

svg:not(:root) {
    overflow: hidden;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* #444 is more legible than #000 */
body, select, input, textarea { color:#444; }

/* optimize headers for display */
h1, h2, h3, h4, h5, h6 { 
	font-family:Arial, Helvetica, sans-serif; 
	/*text-shadow: 1px 1px 0px #fff;*/
	font-weight:bold; 
	text-rendering: optimizeLegibility; 
}

@font-face { font-family:Arial, Helvetica, sans-serif; }

html, body {
	width:100%; 
	height:100%; 
	padding:0px; 
	margin:0px;
	overflow:hidden;
}

html { 
	font-size: 100%; 
	-webkit-tap-highlight-color: rgba(0,0,0,0); 
	-webkit-text-size-adjust: 100%; 
	-ms-text-size-adjust: 100%;
}

body {
	font-size:1em;
	line-height:1.2em; 
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
}

/* some re-useable styles from base4 */
.noBorder {
	border:0px;
	outline:none;
	vertical-align:text-bottom;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

.noBullet {
	list-style:none;
}

.alert {
	margin:5px 0 5px 2px;
	padding:0 0 0 20px;
	color:#CC3300;
	background-image: url(../images/icons/alert.gif);
	background-repeat: no-repeat;
}

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; } /* Hides from IE-mac \*/
.clearfix { display: block; }

/* layout */
#supersize{
	position:absolute;
	top:0;
	left:0;
	overflow:hidden;
	z-index:0;
	width:1680px;
	height:1124.4px;
}
	
#container {
	text-align:center;
	width:836px;
	direction:ltr;
	margin-top:0px;
	margin-right:auto;
	margin-bottom:0px;
	margin-left:0px;
}

/* header */
body > #container > header {
	width:100%;
	height:126px;
	margin-top:78px;
	float:left;
	display:block;
	background-image:url(../images/logoBackground.png);
	background-repeat:no-repeat;
	position:relative;
	z-index:9999;
}

body > #container > header > #logo {
	width:338px;
	height:100px;
	padding-top:12px;
	padding-left:16px;
	text-align:center;
	position:relative;
	z-index:9991;
}

body > #container > nav {
	width:88px;
	height:154px;
	margin-top:12px;
	background-image:url(../images/menuBackground.png);
	background-repeat:no-repeat;
	float:left;
	clear:left;
	display:block;
	text-align:left;
	position:relative;
	z-index:9999;
	font-size:0.8em;
}

/* nav elements */	
body > #container > nav ul {
	display:block;
	float:left;
	list-style:none;
	padding-top:16px;
}

body > #container > nav li {
	float:left;
	display:block;
	width:100%;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:0px;
	color:#fff;
	font-size:1.0em;
	line-height:1.3em;
}

body > #container > nav a, body > #container > nav .nullLink {
	color:#fff;
	width:100%;
	padding-right:12px;
	padding-left:12px;
	text-decoration:none;
}
	
body > #container > nav a:hover {
	color:#f39200;
	text-decoration:none;
}

body > #container > nav a.sel { 
	color:#c8d300;
	text-decoration:none;
}

/*
body > nav li:first-child {
}
*/
	
body > #container > nav li:last-child {
border: none; 
}

/* content */
body > #container > #main {
	width:748px;
	height:430px;
	margin-top:12px;
	float:left;
	position:relative;
	z-index:9000;
	color:#fff;
}

/* section styling */
body > #container > #main > section, body > #container > #main > aside {
	text-align:left;
	background-image:url(../images/contentBackgroundv2.png);
	background-repeat:repeat;
	display:block;
	color:#fff;
	position:relative;
	z-index:9000;
}

body > #container > #main > section {
	width:278px;
	height:394px;
	float:left;
	margin-left:8px;
	overflow-y:auto;
	overflow-x:hidden;
	padding-left:16px;
	padding-right:0px;
	padding-bottom:8px;
}

body > #container > #main > section h1, body > #container > #main > aside h1 {
	float:left;
	width:100%;
	text-align:left;
	font-size:1.4em;
	line-height:1.3em;
	padding-top:16px;
	padding-bottom:8px;
}

body > #container > #main > section p, body > #container > #main > aside p {
	text-align:left;
	font-size:0.8em;
	line-height:1.2em;
	font-weight:normal;
	padding-top:8px;
	padding-bottom:8px;
	padding-right:12px;
}

body > #container > #main a:link, body > #container > #main a:visited {
	color:#fff;
}

/* aside for gallery and contact form */
body > #container > #main > aside {
	width:404px;
	height:250px;
	float:right;
	clear:right;
	padding-left:16px;
	padding-right:16px;
	padding-bottom:8px;
}

/* footer */
body > #container > footer {
	display:block;
	text-align:left;
	font-size:0.9em;
	color:#f39200;
	font-weight:normal;
	z-index:9999;
	clear:both;
	margin:0px;
	padding:0px;
	position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
	background-color:#444;
	padding-left:32px;
	padding-right:32px;
	height:40px;
	opacity: .8;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
}

body > #container > footer img {
	vertical-align:middle;
}

body > #container > footer p {
	color:#fff;
	font-size:1.0em;
	font-weight:normal;
	padding-top:8px;
}

body > #container > footer a {
color: #f39200;;
text-decoration:none;
}


body > #container > footer a:hover {
color: #f39200;;
}
	
/* form styling */
form {
margin:0;
}
	
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}

legend {
border: 0;
*margin-left: -7px;
}

input, select { vertical-align:middle; }
	
input { height: 1.3em; margin: 0;}
	
/* buttons and inputs */
button, input {
line-height: normal;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button; 
	*overflow: visible; 
}

input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; *vertical-align: baseline; }
	
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow:auto;
	vertical-align:top;
	width:400px;
	background-color:#000;
	color:#fff;
	border:0px;
}

.ie6 input { vertical-align: text-bottom; }
label, input[type=button], input[type=submit], button { cursor: pointer; }
button {  width: auto; overflow: visible; }
	
button, input, select, textarea {
	font-size:100%;
	margin:0;
	vertical-align:baseline;
	*vertical-align:middle;
}
	
input, select, checkbox, area, textarea {
/*
border:1px;
border-style:solid;
*/
}

/* defining some specific input sizes */
input[type=text], input[type=tel], input[type=email], input[type=url] { 
	width:400px; 
	background-color:#000;
	color:#fff;
	border:0px;
}

input[type=number] { width: 3em; }
input[type=color] { width: 4em; }
input[type=submit] { height:2.0em; }

/* dynamic CSS3 validation styles */
input[type=text]:focus:valid, input[type=email]:focus:valid, input[type=number]:focus:in-range { 
	outline: 1px #0f0 solid; 
}

input[type=text]:focus:invalid,	input[type=email]:focus:invalid, input[type=number]:focus:out-of-range { 
	outline: 1px #f00 solid; 
}
	
/* specific form styling */
.row { 
	display:block; 
	float:left; 
}
	
.inline { 
	display: block; 
	vertical-align:top; 
	clear:both; 
	margin-bottom:8px;  
}
	
label {
	text-align:right;
	padding-right:12px;
	width:120px;
	float:left;
}

.submitButton {
	vertical-align:middle;
	border-color:#999;
	border-style:solid;
	border-width:thin;
	color:#444;
	background-color:#D2D800;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	padding-right:8px; 
	padding-left:8px;
}

/* google maps */
#mapDisplay {
width:380px;
height:440px;
}

/* javascript and browser warnings */
.jsMessage {
background:url(../images/icons/warning.gif) no-repeat;
color:#fff;
font-weight:bold;
padding-left:20px;
}

#jsAlert {
width:920px;
padding:20px;
margin-bottom:4px;
background-color:#ED2E30;
color:#fff;
font-weight:bold;
float:left;
clear:both;
border:1px;
border-color:#fff;
border-style:solid;
}

/* opacity styles */
#opacityTest {
background-color: #6374ab;
width: 100%;
color: #fff;
}

.opaque1 {
opacity: .5;
}

.opaque2 {
filter: alpha(opacity=50);
}

.opaque3 {
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.opaque {
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
filter: alpha(opacity=50);
}

/* modal inputs */
.modal {
background-color:#fff;
z-index:9999;
display:none;
width:240px;
padding:12px;
text-align:left;
border:10px solid #666;
border:10px solid rgba(82, 82, 82, 0.698);
}

.modal {
opacity: .5;
-moz-box-shadow: 0 0 50px #ccc;
-webkit-box-shadow: 0 0 50px #ccc;
-moz-border-radius:8px;
-webkit-border-radius:8px;
}

.modal {
filter: alpha(opacity=50);
}

.modal {
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.modal {
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
filter: alpha(opacity=50);
}
	
.modal h2 {
background:url(/images/icons/info.png) 0 50% no-repeat;
margin:0px;
font-size:0.9em;
padding-top:8px;
padding-right:0;
padding-bottom:16px;
padding-left:40px;
}

.modal a { 	font-size:0.9em; }
.modal a:link { color: #ac2b31; text-decoration: none; }
.modal a:visited { color: #ac2b31; text-decoration: none; }
.modal a:active { color: #ac2b31; text-decoration: none; background-color: #c0c8bb; }
.modal a:hover { color: #ac2b31; text-decoration: none; background-color: #c0c8bb; }

.modalInput {
background-color:#fff;
border:0;
outline:0;
}

div.modalClose {
float:right;
padding-top:16px;
}

/* quickreg */
#quickReg {
display:none;
z-index:9999;
width:240px;
border:10px solid #666;
border:10px solid rgba(82, 82, 82, 0.698);
-moz-border-radius:8px;
-webkit-border-radius:8px;
}

#quickReg div {
padding:10px;
border:1px solid #3B5998;
background-color:#fff;
font-family:"lucida grande",tahoma,verdana,arial,sans-serif
}

#quickReg h2 {
margin:-11px;
margin-bottom:0px;
color:#fff;
background-color:#6d84b4;
padding:5px 10px;
border:1px solid #3b5998;
font-size:20px;
}

/* picture slideshow */
#slideshow {
text-align:centre;
width:402px;
height:230px;
position:relative;
float:left;
}

#slideshow #slidesContainer {
/*	margin:0 auto 0 auto;*/
margin-left:auto;
margin-right:auto;
/* auto 0 -20px;*/
margin-top:12px;
width:402px;
height:230px;
overflow:auto; /* allow scrollbar */
position:relative;
background:#fff;
}

#slideshow #slidesContainer .slide {
/*margin-top:0px;
margin-left:-200px;*/
width:402px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
height:230px;
}

.control {
display:block;
width:40px;
height:200px;
text-indent:-10000px;
position:absolute;
cursor: pointer;
}

#leftControl {
display:block;
top:120px;
left:-12px;
z-index:999999;
background:transparent url(../images/controlLeft.png) no-repeat;
}

#rightControl {
display:block;
top:120px;
right:-20px;
background:transparent url(../images/controlRight.png) no-repeat;
}

.slide h2, .slide p {
margin:0px;
}

.slide p {
width:260px;
}

.slide img {
margin:0px;
}

#newsfeed {
	float:left;
	clear:left;
	text-align:center;
	width:320px;
	min-height:200px;
	height:auto!important;
	height:200px;
	font-size:0.8em;
	background-image:url(../images/icons/tweet.gif);
	background-repeat:no-repeat;
	background-position:top center;
}

.tickerstyle {
	height:54px; 
	overflow:hidden;
}

.messagediv {
	width:192px;
	margin-top:16px;
	margin-left:64px;
	padding-right:12px;
	height:54px;
	display:none;
	text-align:left;
	float:left;
	text-decoration:none;
}

@media print {
* { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; }
a, a:visited { text-decoration: underline; }
a[href]:after { content: " (" attr(href) ")"; }
abbr[title]:after { content: " (" attr(title) ")"; }
.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  
pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
thead { display: table-header-group; }
tr, img { page-break-inside: avoid; }
img { max-width: 100% !important; }
@page { margin: 0.5cm; }
p, h2, h3 { orphans: 3; widows: 3; }
h2, h3 { page-break-after: avoid; }
}

@media screen and (max-width: 960px) {
#body, #header, #footer { width:100%; max-width: 100%; }
#main p { width:100%; }
}

@media screen and (max-width: 640px) {
html, body { overflow:visible; }
h1 { font-size:1.4em; line-height:1em; margin-bottom: 0.25em; }
body { font-size: 1em; } 
#supersize { display:none; }
}