@charset "UTF-8";
/* CSS Document */

body {
	padding: 0;
	margin: 0;
	background: white;
	color: black;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.5em;
	cursor:url(images/cur.svg) 0 0, url(images/cur.png) 0 0, url(images/cur.gif) 0 0, default;
}
body:active {
	cursor:url(images/dow.svg) 16 32, url(images/dow.png) 16 32, url(images/dow.gif) 16 32, default!important;
}
a:hover {
	cursor:url(images/hov.svg) 0 0, url(images/hov.gif) 0 0, default!important;
}
h1 {
	font-size: 35px;
	line-height: 64px;
	font-weight: normal;
}
h2 {
	font-size: 30px;
	line-height: 48px;
	font-weight: normal;
}
h3 {
	font-size: 25px;
	line-height: 36px;
	font-weight: normal;
}
p {
	font-size: 20px;
	line-height: 1.5em;
}
img {
	margin: 30px 0;
}
a:hover {
	text-decoration: underline;
	color: BLACK;
}
a:visited, a:active, a:link {
	text-decoration: underline;
	border: none;
	color: BLACK;
}
#container {
	background: white;
	margin: auto;
	padding: 30px;
	width: 900px;
}
#nav {
	float: left;
	width: 100%;
	font-size: 35px;
	font-weight: normal;
	padding: 30px 0;
	margin-bottom: 15px;
}
#nav:hover {
	color: rgba(0,0,0,.25);
}
#nav div {
	float: left;
	text-align: center;
	padding: 15px;
	padding-left: 50px;
	min-width: 15px;
	min-height: 15px;
	color: black;
	text-shadow: 0 0 2px rgba(0,0,0,.25);
	cursor: pointer;
	background: left no-repeat url(images/Arrow.jpg);
	background-size: 50px;
}
#nav div:hover {
	text-align: left;
	color: white;
	text-shadow: 0 0 3px rgba(0,0,0,.5);
	background: left no-repeat url(images/ArrowHover.jpg);
	background-size: 50px;
	cursor:url(images/hov.svg) 0 0, url(images/hov.gif) 0 0, default!important;
}
.on {
	text-align: left!important;
	color: white!important;
	text-shadow: 0 0 3px rgba(0,0,0,.5)!important;
	background: left no-repeat url(images/ArrowHover.jpg)!important;
	background-size: 50px!important;
}
#content {
	width: 100%;
}
#column {
	text-align: center;
	width: 40%;
	float: left;
	padding: 0 5%;
}
#header {
	background: url(images/Header.jpg) center white no-repeat;
	height: 160px;
	cursor: pointer!important;
}
#footer {
	maring-top: 100px;
	background: url(images/Footer.jpg) center white no-repeat;
	height: 160px;
	clear: both;
	cursor: pointer;
}
#header:hover {
	background: url(images/HeaderHover.jpg) center white no-repeat;
	height: 160px;
	cursor:url(images/hov.svg) 0 0, url(images/hov.gif) 0 0, default!important;
}
#footer:hover {
	maring-top: 100px;
	background: url(images/FooterHover.jpg) center white no-repeat;
	height: 160px;
	clear: both;
	cursor:url(images/hov.svg) 0 0, url(images/hov.gif) 0 0, default!important;
}
.tagline {
	font-weight:bolder;
	font-size: 32px;
	padding-top: 24px;
	padding-bottom: 32px;
	text-align:center;
	text-shadow:2px 2px 5px rgba(0,0,0,.5);
}
.tagline a {
	text-decoration:none!important;
}
a:hover {
	text-shadow: 0 0 5px rgba(0,0,0,.5);
	color:white;
}
a {
	cursor:url(images/hov.svg) 0 0, url(images/hov.gif) 0 0, default!important;
}
