@charset "UTF-8";
/* CSS Document */
/*<style type="text/css">*/
.style1
{
    COLOR: #ff0000
}
BODY
{
    BACKGROUND-COLOR: #bafffc;
    FONT-FAMILY: Arial, Tahoma, Verdana;
    COLOR: black;
    FONT-SIZE: 12px
}
.style6
{
    COLOR: #ffffff;
    FONT-SIZE: 20px
}
.style7
{
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
A:link
{
    COLOR: #0000ff;
    TEXT-DECORATION: none
}
A:visited
{
    COLOR: #000066;
    TEXT-DECORATION: none
}
A:hover
{
    COLOR: #339966;
    TEXT-DECORATION: underline
}
A:active
{
    TEXT-DECORATION: none
}
.style8
{
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    COLOR: #ff0000
}
H2
{
	font-size:18px;
	color:#000000;
	font-weight: bold;

}
H1
{
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
/*</style>*/
#text {
	width: 900px;
	background-position: center;
	text-align: center;
}

.menu_li {
	
	display:inline-block;
	}
	
	
		ul.nav {
	list-style: none;
	margin-bottom: 5px;
}
ul.nav li {
	border-bottom: 1px solid #666; 
}
ul.nav a, ul.nav a:visited { 
	padding: 5px 5px 5px 5px;
	display: block; 
	width: 122px;  
	text-decoration: none;
	background: #8caa8c;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { 
	background: 000066;
	color: white;
}

	
	#sddm
{	margin: 0;
	padding: 0;
	z-index: 30}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 12px arial}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: 127px;
	background: #8caa8c;
	color: #FFF;
	text-align: center;
	text-decoration: none}

#sddm li a:hover
{	background: #009933}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	border: 1px solid #5970B2}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #8caa8c;
		color: #FFF;
		font: 12px arial}

	#sddm div a:hover
	{	background: #009933;
		color: #FFF}
		
	.mobile-only{
	display:none;
 }
	
/* == iPad/iPhone [portrait + landscape] == */
@media only screen and (min-device-width: 300px) and (max-device-width: 480px), only screen and (min-device-width: 770px) and (max-device-width: 800px)
, only screen and (min-device-width: 530px) and (max-device-width: 970px) {



iframe {
	display:none;
}

.mobile-only{
	display:block;
 }
 
 }

/* End Apple Styles */

