@charset "utf-8";

/*Positioning and body styles*/

html{
}

body {
    overflow-y: scroll;
    text-align: center;
	background-image:none;
	background-color:#006699;
	padding:0 10px 0 0;
	width:90%;
}

.img {
width:25%;
height:25%;
}

.photosLink {
display:none;
}

hr {
color:#9fd8f5;
height:5px;
background-color: #9fd8f5;
}

#logo {
width:100%;
}

.mobileMenuHeader {
width:100%;
background-color:#9fd8f5;
padding:2px;
display:inherit;
text-align:left;
}

.footerNew {
text-align:center;
color:#fff;
height:30px;
}


#carousel {
display:none;
}

.vhText {
	height: 100%;
}

.textBox {
background-color:#fff;
    border-radius: 25px;
	margin:2px 0 0;
padding:10px 10px 10px 5px;
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
	}

.notonMobile {
display:none;
}
	
#anchor{
position: relative;
padding-top: 100px; //(whatever distance from the top of the page you want)
}


	#gallery {
		padding: 1px;
		width: 100%;
	}
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline; }
	#gallery ul img {
		border: 5px solid #637d8d;
		border-width: 5px 5px 2px;
	}
	#gallery ul a:hover img {
		border: 5px solid #dad9d9;
		border-width: 5px 5px 2px;
		color: #dad9d9;
	}
	#gallery ul a:hover { color: #FFC; }


/*left-----------------*/
.columnLeft {
	width:100%;
	margin: 0;
	text-align:right;
	float:none;
	position:inherit;
	}
	.spColumnLeft {
	width:100%;
	text-align:left;
	float:none;
}

.mobileImage {
width:50%;
height:50%;
}


/*right-----------------*/
.columnRight {
	width:100%;
	margin: 0;
	text-align:left;
	float:none;
	position:relative;
	
	}	
	
.spColumnRight {
	width:100%;
margin:0;
	}	

.clearFloat {
clear:both;
}

.form {
padding:0 0 0 50px;
}

/*text styles*/
h1 {
/*font-family: 'Condiment', cursive;*/
font-family: 'Pinyon Script', cursive;
/*font-family: 'Arizonia', cursive;*/
font-weight:bold;
font-size:22px;
margin:0;
color:#fff;
text-align:center;
}

h2 {
font-family: 'Pinyon Script', cursive;
font-size:40px;
margin:0 0 -5px 0;
text-align:center;
color:#000;
}

h2 a:link, h2 a:visited, h2 a:active {
color:#fff;
text-decoration:none;
}

h2  a:hover{
color:#000;
}	
	

h3  {
font-family:tahoma, verdana, sans-serif;
font-size:16px;
color:#fff;
text-align:justify; 
}
h3 a:link, h3 a:visited, h3 a:active {
color:#fff;
text-decoration:underline;
}

h3  a:hover{
color:#0066CC;
}	
	
p {
font-family:tahoma, verdana, sans-serif;
font-size:14px;
	color:#000;
	text-align:justify;
}
a:link, a:visited,  a:active {
color:#0099CC;
text-decoration:underline;
}

a:hover{
color:#6699cc;
}

li  {
font-family:tahoma, verdana, sans-serif;
font-size:14px;
	color:#000;
}
/*nav styles*/
/* Begin CSS Drop Down Menu */



#ullist
{
list-style-type: none;
width:100%;
}

#ullist li
{
list-style-image:none;
 border: 5px solid #fff;
height:100%;
background-repeat:no-repeat;
background-position:right;
cursor:pointer;
padding:5px 0;
}	

.nav {
margin:-15px 0 0;
font-weight:bolder;
	width:80%;
	background-color:#9fd8f5;
	text-align:left;
	display:none;

}


#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */ {	
font-family: 'Pinyon Script', cursive;
font-size: 25px;
color:#000033;
	text-decoration:none;
	padding:0 0 0 15px;
	}
	
#menuh a:hover						/* menu on mouse-over  */
	{
	color:#003399;
	}	
	