*{margin: 0; padding: 0 }

body {
	text-align: center; /*IE centered*/
    font-family: sans-serif;
	font-size: 15px;
	color: white;	
	background-position: top;
	background-image: url('images/background.png');
	background-repeat: no-repeat;
	background-color: black;
}

/*

main classes

*/

#header{
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 595px;
	
}

#content{
	margin-left: auto;
	margin-right: auto;
	width: 780px;
	overflow: auto;
	/*background-image: url('images/content-bg.png');*/
	border-top: none;
	padding-bottom: 30px;
	min-height: 480px;
	overflow-y: hidden;

}


#footer{
	margin-left: auto;
	margin-right: auto;
	text-align: left
	height: 50px;
	padding-top: 10px;
	color: #f817b0;
	padding-left: 600px;
	padding-bottom: 20px;

}

#text{
	float: left;
	text-align: left;
	padding-top: 10px;
	padding-left: 10px;
	width: 450px;


}
#long-text{
	float: left;
	text-align: left;
	padding-top: 10px;
	padding-left: 10px;
	width: 700px;


}
#long-text-img{
	border: 1px solid #f817b0;
	margin-left: 100px;

}

.right-panel{
	float: right;
	width: 280px;
	height: 450px;
	padding-right: 10px;
	padding-top: 20px;
	text-align: left;
}

#map{
	width: 260px;
	border: 1px #f817b0 solid;
	height: 290px; 

}

h2, h3{
	color: #f817b0;
}

/*

styling for the navigation area


*/

#navigation{
	height: 25px;
	width: 780px;
	float: left;
	background-image: url('images/navigation-bg.png')

}

#navigation li{
	text-decoration: none;
	list-style: none;
	display: inline;
	padding: 20px;
	text-transform: uppercase;
}

#navigation ul{
	float: left;
	padding-top: 5px;
}

#navigation a{
	text-decoration: none;
	color: black;

}

#navigation a:hover{
	color: #f817b0;

}

#navigation a.active{
	color: #f817b0;

}

/* 

drop down styles
*/



#navigation ul ul{
	position: absolute;
	margin-top: -2px;
	margin-left: 200px;
	display: none;
	border: 3px white solid;
	height: 100%;
}
#navigation ul ul li{
	text-decoration: none;
	display: list-item;
	padding: 8px;
	background-image: url('images/dropdown-bg.png');

}



/*

Form Styles

*/


input{
	padding-top: 8px;
	color: white;
	background-color: #333;
	font-family: sans-serif;
	font-size: 1em;
	border: 1px #f817b0 solid;
	width: 250px;
	height: 20px;
}

textarea{
	padding: 4px;
	background-color: #333;
	border: 1px #f817b0 solid;
	color: white;
	font-size: 1em;
	font-family: sans-serif;
	width: 250px;
}

.button{
	width: 60px;
	height: 30px;
	background-color: white;
	color: #f817b0;
	cursor: pointer;
}

/*

Link Styles

*/

a{
color: #f817b0;
text-decoration: none;

}
a:hover{
color: white;
text-decoration: underline;

}

a:active{
color: white;
text-decoration: none;

}

/* to top */
#toTop { 
	width:100px;
	background:#f817b0;
	border:1px solid #ccc;
	text-align:center;
	padding:5px;
	position:fixed;
	bottom:10px;
	right:100px;
	cursor:pointer;
	color:white;
	text-decoration:none;
 }
 
 
 /*
 
 new ticker styles
 
 */
 
 #ticker{
	border: 1px solid silver;
	padding: 6px;
	color: #f817b0;
	background-color: black;
 
 }


