body {
	font-size: 75%;
	font-family: Helvetica, Arial, sans-serif;
	
} 
html>body {
	font-size: 12px;
}

a img{ border: 0px; }

#logo{
	padding: 10px;
	background: url(../images/background.jpg) no-repeat center top #000;
}

#menu, #sliderControls, #sliderItems, #homeButton, #pageTitle, #topButtonLink, .featuredGraphic, .textButton, .textButtonAlt{
	display: none;
}

#column1, #column2, #column3{
	width: 100%;
}

.column{
	float: none;
}

h1{
	font-size: 2em;
	font-family: 'CorisandeRegular', Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #333;
	line-height: 1.4em;
	margin: 1em 0px;
}

h2{
	font-family: 'CorisandeRegular', Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.6em;
	margin: 0.5em 0px 0.75em 0px;
	color: #333;
}
h3 {
	font-family: 'CorisandeRegular', Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.167em;
	margin: 0px 0px 0.6em 0px;
	color: #333;
	padding: 0px 0px 3px 0px;
	border-bottom: #EA13AD solid 1px;
}
h3.alt{
	border-bottom: #333 solid 1px;
}
h4{
	font: 1em Helvetica, Arial, sans-serif;
	font-weight: normal;
	line-height: 1.4em;
	margin: 0.6em 0px 0.3em 0px;	
	color: #333;
}
p{
	font: 1em Helvetica, Arial, sans-serif;
	line-height: 1.6em;
	margin: 0.75em 0px;
	color: #333;
}
ul{
	margin: 0px 0px 1.75em 0px;
}
ol{
	margin: 0px 0px 1.75em 0px;
}
li{
	font: 1em Helvetica, Arial, sans-serif;
	line-height: 1.5em;
	margin-left: 15px;
	list-style-type: disc;
	color: #333;
	margin-bottom: 8px;
}
a, a:visited{
	color: #333;
	text-decoration: none;
}
a:hover, a:visited:hover{
	color: #333;
	text-decoration: none;
}

#sliderItems{
	display: none;
}

#footer{	
	width: 100%;
	clear: both;
	padding: 15px 0px 0px 0px;
	border-top: 1px solid #ccc;
}
#footercontact{
	margin: 0px;
	padding: 0px;
}
#footercontact li{
	padding: 4px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 1.1em;
	color: #333;
	list-style-type:none;
	display: inline;
}
#footeraddress{
	width: 100%;
	color: #333;
	font-size: 0.8em;
	float: right;
	text-align: left;
}
