
/*a.thispage:link, a.thispage:visited {
	text-decoration:none;
	color:#000000;	
}
a.thispage:hover, a.thispage:active {
	text-decoration:none;
	color:#990000;	
} */
body {
	margin: 0;
	padding: 0;
	background-color: ffffff;
	}
	
#mainbody	{
	width: 1200px;
	margin: 5px auto;
	background: #ffffff;	
	}
	
#content    {
	width: 1000px;
	float: none;
	padding: 0 10px 0 10px;
	background: #ffffff;
	margin: 10px auto 10px;
	clear: both;
}

#mainnav   {
	height: 30px;
	width: 1200px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 15px 40px 0 0;
	}
#mainnav ul {
	float: right;
	list-style:none;
}
#storm	{
	height: 635px;
	width: 1100px;
	clear: both;
}

#footer	   {
	height: 45px;
	width: 1200px;
	background: #ffffff;
}

#contact   {
	width: 1000px;
	float: none;
	padding: 0 10px 0 10px;
	background: #ffffff;
	margin: 50px 50px 10px 150px;
}





h1 {
	font-size: 24px;
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
}
h2 {
	font-size: 18px;
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: 100;
	}
	
h3 {
	font-size: 16px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
}

h4  {
	font-size: 16px;
	font-family:Trebuchet MS, Trebuchet MS, sans-serif;
	text-align: left;
	font-weight: 100;
	}
#footer h4 {
	display:inline;
	float:left;
}
#footer-social {
	float:right;
}
#footer-social img {
	margin: 5px 15px;
}
.contact  {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	}

.studiol  {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	}

.studior  {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	}


.subtitle   {
	font-size: 16px;
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
	}
.footnote  {
    font-size: 10px;
	font-family:Arial, Helvetica, sans-serif;
	text-align: right;
	}

p  {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	}
	
#mainnav li  {
 float: left;
 padding: 10px 10px;
 }
 
#mainnav li a  {
 	text-decoration: none;
	padding: 5px 10px;
	color: #000000;
	}
	
	 /* Dropdown Button */
.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

a:link, a:visited {
	text-decoration:none;
	color:#00000;
}
a:hover, a:active {
	text-decoration:none;
	color:#000000;
	}

.thumbcol {
	float: left;
	width: 250px;
	max-height: 500px;
	overflow: auto;
}

/****** Start Gallery Styles *****/
.slideshow1_thumbs {
	list-style:none;
}
.thumbcol img {
	margin-bottom: 15px;
}
.lrgcol {
	margin-left: 275px;
	width: 800px;
}
.desoslide-overlay {
	font-family: Arial, Helvetica, Sans-Serif;
}
/****** End Gallery Styles ******/

/* The container <div> - needed to position the dropdown content */
.dropdown {
     position: relative;
     display: inline-block;  
	 text-align: left;
	 z-index: 20;
}


/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 180px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}