/* standard elements */
* {
	margin: 0;
	padding: 0;
}
.clear {
	clear: both;
}
body {
	margin: 0;
	font: 15px "Trebuchet MS", Arial;
	color:#5F6567;
	background:#3f3f3f;

}
a {
	color: #36C;
	text-decoration:none;
}
a:hover {
	color: #06F;
}


img {

}
p {
	padding-bottom: 4px;
}

.imgLeft{
	float:left;
	padding-right:8px;
}
.imgRight{
	float:right;
	padding-left:8px;	
}
/* misc */
.clear {
	clear: both;
}

/* structure */
#main {
	background-color: #000;
	padding: 0px;
	max-width: 900px;
	margin: 0 auto;
}

#headerTop {
	margin-bottom: 0px;
	padding:0px;
	height:30px;
	background-color: #000000;

	
}
#headerBlack {
	margin-bottom: 0px;
	padding:0px;
/*	height:120px;*/
	background-color: #000000;
	
}
header  a img {
	/*display: block;*/
	float:right;
	width:100%;
	    box-shadow: 0 6px 10px 0 rgb(0 0 0 / 25%);
	}
	
header {

	margin-bottom: 0px;
	padding:0px;
	background-color: #000;


}
.notices {
    background: #f2f2f2;
    margin-top:10px;
	margin-bottom:10px;
    padding: 10px;
    box-shadow: 0 6px 10px 0 rgb(0 0 0 / 25%);
    float: left;
    line-height: 1.3em;
	width:95%;
}



/* content */
#content {

    background:#fff; 
    overflow:hidden;	
/*	font-family: Arial, Helvetica, sans-serif;*/
/*	font-size: 12px;*/
/*	max-width:900px;*/	
/*	margin:auto; */
/*    height:auto; */


}

#content h1 {
	margin-bottom: 4px;
	font-family: Tahoma, "Trebuchet MS", Arial;
	font-size: 22px;
	color: #3f3f3f;
}
#content h1.xmas {

	color: #e13331;
}
#content h2 {
	margin-top: 12px;
	margin-bottom: 8px;
	font-family: "Trebuchet MS", Arial;
	font-size: 24px;
	color: #3f3f3f;
}

#content li {
	list-style: url(/images/li.gif);
	margin-left: 18px;
	padding-bottom: 4px;
	padding-left: 8px;
	
}
#content ul, li {
/*	padding-bottom: 4px;
	padding-left: 8px;*/	
}


#contact{

	margin-top:10px;
	margin-bottom: 10px;
	padding-left: 28px;	
}

.border {	
	border: 1px solid #010101 ;

	margin-left: 2px;
	margin-right: 2px;
	}
.notices img{	
	margin-top:10px;
    max-width: 95%;
	padding-left: 8px;
	padding-right: 8px;
	}
.item{
	padding-top: 4px;
	padding-right: 20px;
	padding-bottom: 4px;
	padding-left: 20px;	
	margin-top:10px;
}
/* footer */
footer {
	color: #fff;
	background-image: url(../images/footerBg.jpg);
	background-repeat: repeat-x;
	height:69px;
	font-size: 1em;
/*	margin-top: 12px;*/
	text-align: left;
	clear: both;
	padding-top:20px;

}


.button {   
 font-family: sans-serif;   
 font-weight:bold;    
 color: #fff; 
 text-decoration:none;   
 padding:5px 10px 6px 10px;    
 -moz-border-radius: 5px;    
 -webkit-border-radius: 5px;    
 border-radius:5px;    cursor: pointer;    }
 .blue {    background:#0085cc;    }
 .blue:hover{background:black; color: #fff; }
 .small {font-size:12px;}
 .medium{font-size:18px;}
 .large{font-size:24px;}
 
 .myButton {
	-moz-box-shadow: 0px 10px 14px -7px #276873;
	-webkit-box-shadow: 0px 10px 14px -7px #276873;
	box-shadow: 0px 10px 14px -7px #276873;
	background-color:#2fbaed;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:20px;
	font-weight:bold;
	padding:13px 32px;
	text-decoration:none;
	text-shadow:0px 1px 0px #3d768a;
}
.myButton:hover {
	background:black; color: #fff;
}
.myButton:active {
	position:relative;
	top:1px;
}

 
 /**************** jsddm (javascript drop down menu classes and styles ****************/
 h1.embossed {
 color: #404040;
    float: right;
    font-size: 20px;
    margin-right: 18px;
	margin-top:3px;
    opacity: 0.5;
    text-shadow: -1px -1px 1px #FFFFFF, 1px 1px 1px #000000;
	filter: dropshadow(color=#e5e5ee,offX=0,offY=1);

}

h1.threed {
 color: #404040;
    float: right;
    font-size: 20px;
    margin-right: 18px;
	margin-top:3px;
        text-shadow: 0px 1px 0px #999, 0px 2px 0px #888, 0px 3px 0px #777, 0px 4px 0px #666, 0px 5px 0px #555, 0px 6px 0px #444, 0px 7px 0px #333, 0px 8px 7px #001135;
}

