@charset "utf-8";
/* CSS Document */
<style type="text/css">
/************************************************************************************
RESET CSS VALUES
*************************************************************************************/
body {
html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, del, dfn, em, font, img, ins, kbd,
q, s, samp, small, strike, strong, sub, sup, tt, var, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, dl, dt, dd, ol, ul, li, fieldset, form, label, legend 
 vertical-align: baseline;
 font-family: inherit;
 font-weight: inherit;
 font-style: inherit;
 font-size: 62.5%;
 outline: 0;
 padding: 0;
 margin: 0;
 border: 0;
 background-color:#999999;
 }
/* remember to define focus styles! */
:focus {
 outline: 0;
 }
body {
background-color:#FFFFFF;
line-height: 1;
color: black;
 }
 
 .content{
float: none;
max-width:100%;
margin-right:auto;
margin-left:auto;
background-color:#FFFFFF;
 }
 .narrow{
 display:block;
 margin-left:auto;
 margin-right:auto; max-width:70%;
 }

.content h1{
font-size:2em;
font-weight:lighter;
font-family:  "Segoe Script", Gadget, sans-serif;
color: #00CCFF;
margin-top:2em;
}
.content h2{
font-size:1.5em;
font-family:  Verdana, Andale Mono, Arial, Helvetica, sans-serif;
font-weight:lighter;
color: #000000;
}
.content h3{
font-size:10em;
text-align:center;
font-weight:lighter;
font-family: "Times New Roman", Times, serif;
color: #000000;
margin-bottom:0em;
}
.content h4{
font-size:1.2em;
font-weight:lighter;
font-family:  Verdana, Andale Mono, Arial, Helvetica, sans-serif;
color: #000000;
}
.content h5{
font-size:1.2em;
font-weight:lighter;
font-family:  Verdana, Andale Mono, Arial, Helvetica, sans-serif;
color: #FFFFFF;
text-align:center;
padding: 1em;
margin: 0em 0 -1em 0em;
}
.content p{
font-size:1em;
font-family:  Verdana, Andale Mono, Arial, Helvetica, sans-serif;
line-height: 1.5em;      /* Sets line height to allow for sub and sup*/
margin: 1em 0 0 1em;
text-align:justify;
color:#000000;
}
.content p center{
margin: 0.5em 0 0 0.5em;
font-family:  Verdana, Andale Mono, Arial, Helvetica, sans-serif;
text-align: center;
color:#ff0000;
}
.content p a{
color:#0000ff;
font-family:  Verdana, Andale Mono, Arial, Helvetica, sans-serif;
text-decoration:underline;
}
.content p a:hover{
color:#6666ff;
}
.content p a:visited{
color:#ff66ff;
}
.content indentp{
padding-left:2em;
font-family:  Verdana, Andale Mono, Arial, Helvetica, sans-serif;

}

#right h1{
text-align:right;
font-size:200%;
font-family:  Verdana, Andale Mono, Arial, Helvetica, sans-serif;
color: #660000;
padding: 0;
margin: 0.5em 0 1em 0.5em;
}
#right h2{
text-align:right;
font-family:  Verdana, Andale Mono, Arial, Helvetica, sans-serif;
font-size:150%;
color: #660000;
padding: 0;
margin: 0.5em 0 1em 0.5em;
}
#rightalign{
text-align:right;
}

.enter{
padding:0em;
display:block;
width:170px;
margin-top:3em;
padding:0em;
margin-left:auto;
margin-right:auto;
background-color:#33aaFF;
border-radius: 10px;
box-shadow: 5px 5px 5px #cccccc;
}
.enter p{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:2em;
text-align:center;
padding:0em;
margin:0em;
text-decoration:none;

}
/****************************************************************
TOPBAR
******************************************************************/

.title{
float: none;
width:100%;
height: inherit;
margin-right:auto;
margin-left:auto;
margin-top:0em;
margin-bottom:0em;
}

#topbar{
width:100%;
background-color:#00CCFF;
 padding: 0em;
 margin:0em;
 z-index:1;
}
#topbar ul {
    padding: 1em;
	text-align:center;
	 margin:0em;
}

#topbar ul li {
    display: inline;
	padding-left:0em;
	font-size:1.2em;
	
font-family:  Verdana, Andale Mono, Arial, Helvetica, sans-serif;
color: #FFFFFF;
line-height:1.7em;

text-align:center;
padding-top: 1em;
margin: 0em 0em 0em 0em;
}

#topbar ul li a {
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 4px 4px 0 0;
}

#topbar ul li a:hover {
color:#000000;
} 
#topbarsel {
font-weight:bold;
color:#000000;
background-color:#2299FF;
padding:0.3em;
border-radius: 0.25em 0.25em 0.25em 0.25em;
}

/****************************************************************
IMAGES
******************************************************************/
.leftimage{
	float: left;
	max-width:100%;
	text-align:center;
	margin-right: 0.25em;
	margin-left: 0.5em;
	margin-bottom: 0.5em;
	border: 0em;
}

.imgcenter {
float: none;
display: block;
margin-right:auto;
margin-left:auto;
margin-top:0.5em;
border: 0em;
}

.img-overlay {
	position: relative;
	width: 100%;
}
.img-overlay img {
	margin: 0 auto;
	width:100%;
	max-height: 100%;
}
.overlay {
	position: absolute;
	top: 50%;
	left: 35%;
	width: 50%;
	height: auto;
	background-color: rgba(255,255,255,0.5);
}

.img-text {
	position:relative;
	left: 30%;
	top: 50%;
	width:20%;
	z-index:4;
}

.rightimage{
	float: right;
	max-width:100%;
	margin-left: 0em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	border: 0em;
}

.gallery-box {
	float:left;
	max-width:45%;
	height:auto;
	padding-left:0.5em;
	padding-bottom:0.5em;
	padding-right:0.5em;
	margin:0.5em;
	box-shadow: 10px 10px 5px #cccccc;
	border: solid;
	border-width:thin;
	border-color:#CCCCCC;
	border-radius: 5px;
}

/****************************************************************
CONTACT FORM
******************************************************************/
#contact{
	float:left;
	width:auto;
	height:auto;
	padding-left:0.5em;
	padding-bottom:0.5em;
	padding-right:0.5em;
	margin:1em;
	background-color:#FFFF00;
}

#narrow{
display:block;
margin-left:auto;
margin-right:auto;
width:70%;
}
/****************************************************************
SLIDESHOW 
******************************************************************/
.middle{
background-color:#eeeeee;
display:block;
margin-left:auto;
margin-right:auto;
width:90%;
}

.highslide-gallery{
display:block;
width:80%;
margin-left:10%;
margin-right:10%;

}

.fader{
	width:auto;
	height:auto;
	background-color:#ffffff;
	float:left;
}

.fadein {    
	margin: 10px auto; 
    position: relative;
	top: 10px; 
	left: 10px;
	width: 400px; 
    height: 300px; 
    padding: 10px; 
    box-shadow: 0 0 20px rgba(0,0,0,0.4); 
 }
 
.fadein img { 
	position: absolute; 
    top: 10px; 
    left: 10px; 
    right: 10px; 
    bottom: 10px; 
 }
 
 /************************************************************************************
FOOTER
*************************************************************************************/
#footer {
clear: both;

width:20em;
height:auto;
margin-left:auto;
margin-right:auto;
border-radius: 10px;
text-align:center;
background-color:#ddd6cc;
color: #000000;
display: block;
box-shadow:3px 3px 3px #666666; 
}

#footer p {
font-size:0.7em;
padding:0.5em;
text-align:center;
}
/************************************************************************************
MEDIA QUERIES			Mobile portrait screens up to 329px viewport 321wide NONE
************************************************************************************/
@media only screen and (max-width : 319px) and (orientation:portrait){ 
.img { max-width: 100%;}
.rightimage img{max-width: 100%;}
.leftimage img{max-width: 100%;}
#narrow{max-width: 100%;}
.topbar{max-width: 100%;}
.gallery-box{max-width:37%;}
}
/************************************************************************************
MEDIA QUERIES       Mobile Portrait(320x480) NONE
************************************************************************************/
@media only screen and (min-width : 320px) and (orientation:portrait) {
.img { max-width: 100%;}
.rightimage img{max-width: 100%;}
.leftimage img{max-width: 100%;}
#narrow{max-width: 100%;}
.topbar{max-width: 100%;}
.content h3{ font-size:4em;}
.gallery-box{max-width:38%;}
}
/************************************************************************************
MEDIA QUERIES       Mobile Landscape(480x320) NONE
************************************************************************************/
@media only screen and (min-width : 480px) and (orientation:landscape) {
.img { max-width: 100%;}
.rightimage img{max-width: 100%;}
.leftimage img{max-width: 100%;}
#narrow{max-width: 100%;}
.topbar{max-width: 100%;}
.content h3{ font-size:4em;}
.gallery-box{max-width:100%;}
}
/************************************************************************************
MEDIA QUERIES        Small Tablet Portrait(600x800)
************************************************************************************/
@media only screen and (min-width : 600px) and (orientation:portrait)  {
.img { max-width: 100%;}
.rightimage img{max-width: 100%;}
.leftimage img{max-width: 100%;}
#narrow{max-width: 100%;}
.topbar{max-width: 100%;}
.content h3{ font-size:8em;}
.gallery-box{max-width:37%;}
}  
/************************************************************************************
MEDIA QUERIES        Small Tablet Landscape(800x600)
************************************************************************************/
@media only screen and (min-width : 800px) and (orientation:landscape)  {
.img { max-width: 100%;}
.rightimage img{max-width: 80%;}
.leftimage img{max-width: 100%;}
#narrow{max-width: 100%;}
.topbar{max-width: 100%;}
.content h3{ font-size:8em;}
.gallery-box{max-width:37%;}
}  
/************************************************************************************
MEDIA QUERIES    Tablet Portrait(768x1024) Affects 600x 800 portrait and 768 x 1024 portrait
************************************************************************************/
@media only screen and (min-width : 768px) and (orientation:portrait) {  
.img { max-width: 100%;}
.rightimage{max-width: 60%;}
.leftimage img{max-width: 100%;}
#narrow{width: 100%; }
.topbar{max-width: 100%;}
.gallery-box{max-width:40%;}
}
/************************************************************************************
MEDIA QUERIES         Tablet Landscape(1024x768)
************************************************************************************/
@media only screen and (min-width : 1024px) and (orientation:landscape)  {
.img { max-width: 100%;}
.rightimage img{max-width: 100%;}
.leftimage img{max-width: 100%;}
.topbar{max-width: 100%;}
.content h3{ font-size:8em;}
.gallery-box{max-width:45%;}
#narrow{width: 78%; }

}  


