/* CSS Document */
/*------------------------- Type styles-------------------------*/
html{
	height: 100%;
	width: 100%;
}

body {
	color: #3f3f3f;
	font-family: Arial, "Trebuchet MS", Geneva, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 10pt;
	line-height: 1.5em;
	text-align: left;
	background-color: white;
	background-image: url(../images/side-background3.gif);
	background-repeat: repeat-y;
	background-position: left top;
 	margin: 0;
	padding: 0;
	border: 0;
	height: 100%;
	}

h1 {
	color: #3f3f3f;
	font-family: Arial, "Trebuchet MS", Geneva, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: .5px;
	font-size: 11pt;
}


hr{
	border: 0px;
	border-style: none;
	background-color: gray;
	height: 1px;
	width: 85%;
	}
	
a{
	color: inherit;
	text-decoration: underline;
}

/*---- list ----*/

 #navigation ul {
 	list-style-type: none;
	margin: 0;
	padding: 0;
 }
 
 #navigation ul li {
 	display: block;
  	padding: 10px 0px 0px 0px;
 	text-decoration: none;
 }
 
 #navigation ul li a {
 	font-size: 9px;
 	font-style: inherit;
 	font-family: arial black, arial, san-serif;
 	font-weight: 900;
 	letter-spacing: 1px;
 	text-decoration: none;
 	background-color: none;
 	
 }
 
  #nav ul li a:hover {
 	color: #52B037;
 }
	
/*---- Classes ----*/

.clear{ clear: both;}

.bold-italic{
	font-size: 9pt;
	font-style: italic;
	font-weight: bold;
}

.headline-1{
	font-size: 60pt;
	font-style: normal;
	font-weight: lighter;
	color: #D40FB2;
	line-height: .75em;
}

.hours{
	font-size: 8pt;
	font-style: normal;
	font-weight: lighter;
	color: #969696;
	letter-spacing: 0;
}

	
/*---- IDs ----*/
	
#wrapper{
	position: relative;
	width: 1000px;
	height: auto;
	display: block;
	background-image: none; 
	background-color: transparent;
	margin: 0;
	padding: 0;
	text-align: left;
}

#content{
	position: relative;
	width: 725px;
	height: auto;
	display: block;
	float: right;
	background-color: transparent;
	background-image: url(../images/big-background.);
	background-position: 45px 250px;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	text-align: left;
}

#text1{
	position: relative;
	width: 575px;
	height: auto;
	display: block;
	text-align: justify;
	margin-top: 0;
	margin-right: 125px;
	margin-left: 50px;
}

#nav-panel{
	position: relative;
	width: 275px;
	height: 345px;
	display: block;
	float: left; 
	margin: 0;
	padding: 0;
	background-color: transparent;
}
#navigation{
	position: relative;
	width: 395px;
	height: 275px;
	display: block;
	text-align: left;
	margin: 0;
	margin-left:50px;
	margin-top: 50px;
	background-color: transparent;
}
	
#logo{
	position: relative;
	width: auto;
	height: auto;
	display: block;
	margin-top: 350px;
	padding-left: 25px;
	background-color: transparent;
}


#footer {
	position:relative;
	display: block;
	width: 825px;
	height: 30px;
	margin: 0;
	padding: 0;
	background-image: none;
}