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

* {
	margin: 0;
	padding: 0;
}

body {
	font:Arial, Helvetica, sans-serif;
	background:#640799;
	border-top-width: 10px;
	border-left-width: 10px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #640799;
	border-right-color: #640799;
	border-bottom-color: #640799;
	border-left-color: #640799;
}

p {	color:#000000;
	font-size:.85em;
}

a {	color:#CF118C;
}

em {color: #640799;
}

strong {color:#640799;
}

div#ContentContainer {
	background-color: #FFFFFF;
	width: 900px;
}

div#PikesPeak {
	left: 0px;
	top: 0px;
}


div#HeaderLogo {
	left: 15px;
	top: 10px;
	position: absolute;
}
div#QuiltBackground {
	position: absolute;
	left: 10px;
	top: 248px;
}
div#MainNavigation {
	width: 900px;
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #6AC8C4;
	margin-top: 5px;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #640799;
	border-bottom-color: #640799;
	text-align: center;
}

div#MainNavigation ul {
	margin:0 0 0 50px;
}

div#MainNavigation li {
	float: left;
	position:relative;
	list-style-type:none;
	padding:2px;
	background-color: #6AC8C4;
	border-right:2px solid #640799;
}

div#MainNavigation li:first-child {
	border-left:2px solid #640799;
}

div#MainNavigation a {
	padding: 35px;
	text-decoration:none;
	color:#640799;
}

div#MainNavigation a:hover {
	color:#6AC8C4
}	

div#MainNavigation li:hover {
	background-color: #CF118C;
}	

div#MainNavigation ul li ul {
	margin:0;
	position:absolute;
	width:100%;
	left:-2px;
}

div#MainNavigation ul li ul li {
	width:100%;
	border-left:2px solid #640799;
	border-bottom:2px solid #640799;
	border-right:2px solid #640799;
	}

div#MainNavigation ul li ul li:first-child {
	border-top:2px solid #640799;
}

div#MainNavigation ul li ul li a {
	padding: 0;
}

body div#MainNavigation ul li ul {display:none}

div#MainNavigation ul li:hover ul,
div#MainNavigation ul li ul:hover {display:block}
div#HomePagePic {
	position: absolute;
	left: 440px;
	top: 305px;
}
div#Welcome {
	position: absolute;
	left: 60px;
	top: 305px;
}
div#WelcomeTextHomePage {
	position: absolute;
	left: 65px;
	top: 446px;
	width: 350px;
}
div#HomePageContact {
	text-align: right;
	position: absolute;
	width: 350px;
	left: 501px;
	top: 644px;
	font-size: .85em;
}

div#HomePageContact strong {
	font-size:1.25em;
}
div#MainContentGeneralText {
	position: absolute;
	width: 775px;
	left: 70px;
	top: 325px;
	font-size: 1em;
}

div#MainContentGeneralText ul li {
	list-style-position: inside;
	font-weight: bold;
	color: #640799;
	line-height: 1.5em;
}

div#MainContentGeneralText p {
	font-size: 1em;
	padding-bottom: 10px;
}

div#MainContentGeneralText p span {
	color: #000000;
}

div#MainContentGeneralText ol {
	list-style-position: inside;
	line-height: 1.5em;
}
div#MainContentLongText {
	position: absolute;
	width: 765px;
	left: 52px;
	top: 297px;
	font-size: 1em;
	padding: 25px;
	background-color: #FFF;
}
div#MainContentLongText p {
	font-size: 1em;
	padding-bottom: 10px;
}
