@charset "utf-8";
/* CSS Document */

/**************** GENERIC SELECTORS - TYPE ****************/ 
body {
	font-family: Tahoma, Arial, "Helvetica", sans-serif; 
	margin-top: 15px;
	margin-bottom: 10px;
	font-weight:normal;
	font-size: 12px;
	color: #333; 

}

li { 
	list-style-type: none; 
	line-height: 120%;
} 
p { 
	font-family: Tahoma, Arial, "Helvetica", sans-serif;
	font-weight:normal;
	font-size: 12px;
	color: #333; 
}

h1 {
	font-size: 140%;
	font-weight:bold;
	color:#E1005C;
}
h2 {
	font-size: 140%;
	font-weight:bold;
	color:#333;
}
h3 {
	font-size: 24px;
	font-weight:bold;
	color:#E1005C;
}

.menu { 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px; 
	font-weight: bold; 
	color: #fff;
	text-align:center;
}
.header-contact {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-align:right;
}

.footer { 
	font-size: 11px; 
	color: #333;
	text-align:center;
}

/**************** LINK COLOR RESET****************/ 

.white{
	color:#fff;
}
.black{
	color:#000;
}
.p{
	color:#333;
}
.link{
	color:#E1005C;
}

/**************** PSEUDO CLASSES - LINK ****************/ 

a:link { 
	text-decoration: none; 
} 
a:active { 
	text-decoration: underline; 
} 
a:visited { 
	text-decoration: none; 
}
a:hover {
	text-decoration: underline;
}

li :link { 
	text-decoration: none; 
}

li a:visited { 
	text-decoration: none; 
}
li a:hover { 
	text-decoration: underline; 
} 

/************************* PAGE STRUCTURE ELEMENTS *************************/
#content {
	padding: 25px;
	text-align: left;
}
#right {
	padding: 10px;
}

.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.padding {
	margin: 20px;
	text-align:left;
}

#contact {
	height: auto;
	width: 300px;
	padding-right: 15px;
}

.events-header{
	font-size:15px;
	color:#fff;
	text-align:center;
}
#events-content {
	margin: 10px;
	height: auto;
	width: 180px;
}#center-all {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

/* menu styles */
/* menu wrapper */
#jsddm
{
	margin: 0;
	padding-left: 15px;
}
/* top level menu */
#jsddm li{
		float: left;
		list-style: none;
		font: 12px Tahoma, Arial;
		font-weight:bold;
}
#jsddm li a{
	display: block;
	padding: 7px 7px;
	text-decoration: none;
	width: auto;
	color: #FFF;
	white-space: nowrap;
}
#jsddm li a:hover
	{
	color: #FFF;
	background: #333;
}
/* sub menu */
#jsddm li ul{
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	background: #333;
}	
#jsddm li ul li{
	float: none;
	display: inline;
}		
#jsddm li ul li a{
	width: auto;
	color: #FFF;
	background: #333;
	text-align: left;
}		
#jsddm li ul li a:hover{
	background: #999;
	text-decoration: none;
}
.feature {
	text-align: left;
	padding: 15px;
	width: 650px;
	height: 110px;
}
img.floatLeft {
	float: left;
	margin-right: 25px;
	margin-bottom: 20px;
}

