@charset "UTF-8";
/* CSS Document */
/* CSS by Stellar Debris Creative Studios - www.stellardebris.com */
/* This includes all elements on the front page */


/* PAGE STRUCTURE */

/* creates a wrapper that contains all other divisions */
body {
	margin: 0;
	background-color: white;
}

div#wrapper {
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	clear: none;
	float: none;
	width: 800px;
	height: 860px;
	background-image: url(../images/base/welcome.shadow.gif);
	background-repeat: repeat-y;
	background-color: white;
	visibility: visible;
}

div#contentwrapper {
	margin-left: auto;
	margin-right: auto;
	padding: 0 18px;
	clear: none;
	float: none;
	width: 722px;
	visibility: visible;
	background-color: white;
}

div#navwrapper {
	float: left;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	clear: none;
	height: auto;
	width: 722px;
	border: none;
	position: relative;
	top:10px;
	visibility: visible;
}

/* creates a division that contains the page header elements */
div#header {
	margin: 0px;
	padding: 18px 0 0 0;
	clear: none;
	float: none;
	height: auto;
	width: 722px;
	height: 120px;
	border: none;
	float: left;
	background-color: white;
	visibility: visible;
}


/* COLUMN 1, consisting of a header bar, and image container, and a content area */
div#column1header {
	margin: 0px;
	padding: 0px;
	clear: none;
	float: none;
	height: auto;
	width: 240px;
	height: 28px;
	border-bottom: 1px solid white;
	float: left;
	background-color: rgb(51,51,51);
	visibility: visible;
}

div#column1image {
	margin: 0px;
	padding: 0px;
	clear: none;
	float: none;
	height: auto;
	width: 240px;
	height: 369px;
	float: left;
	background-color: white;
	visibility: visible;
}

div#column1content {
	margin: 0;
	padding: 0;
	clear: none;
	float: none;
	height: auto;
	width: 240px;
	height: auto;
	float: left;
	background-color: white;
	visibility: visible;
}

/* COLUMN 2, consisting of a header bar, and image container, and a content area */
div#column2header {
	margin: 0px;
	padding: 0px;
	clear: none;
	float: none;
	height: auto;
	width: 240px;
	height: 28px;
	border-bottom: 1px solid white;
	border-left: 1px solid white;
	border-right: 1px solid white;
	float: left;
	background-color: rgb(161,185,101);
	visibility: visible;
}

div#column2image {
	margin: 0px;
	padding: 0px;
	clear: none;
	float: none;
	height: auto;
	width: 240px;
	height: 369px;
	border-left: 1px solid white;
	border-right: 1px solid white;
	float: left;
	background-color: white;
	visibility: visible;
}

div#column2content {
	margin: 0px;
	padding: 0px;
	clear: none;
	float: none;
	height: auto;
	width: 240px;
	height: auto;
	border-left: 1px solid white;
	border-right: 1px solid white;
	float: left;
	background-color: white;
	visibility: visible;
}

/* COLUMN 3, consisting of a header bar, and image container, and a content area */

div#column3header {
	margin: 0px;
	padding: 0px;
	clear: none;
	float: none;
	height: auto;
	width: 240px;
	height: 28px;
	border-bottom: 1px solid white;
	float: left;
	background-color: rgb(81,101,112);
	visibility: visible;
}

div#column3image {
	margin: 0px;
	padding: 0px;
	clear: none;
	float: none;
	height: auto;
	width: 240px;
	height: 369px;
	float: left;
	background-color: white;
	visibility: visible;
}

div#column3content {
	margin: 0px;
	padding: 0px;
	clear: none;
	float: none;
	height: auto;
	width: 240px;
	height: auto;
	float: left;
	background-color: white;
	visibility: visible;
}


/* FOOTER */
div#footer {
	margin-top: 30px;
	padding-top: 5px;
	clear: none;
	float: left;
	height: auto;
	width: 722px;
	height: auto;
	border-top: 1px solid rgb(200,200,200);
	background-color: white;
	visibility: visible;
}

/* end PAGE STRUCTURE section */





/* TEXT STYLING */

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: rgb(51,51,51);
	text-decoration: none;
}

/* defines the styling of text in the small column headers */
.columnheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	letter-spacing: 1px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: white;
	margin-left: 10px;
	margin-right: -10px;
	margin-top: 0;
	text-decoration: none;
}

.columnheader a {
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	line-height: 2.5em;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: white;
	margin: auto;
	text-decoration: none;
	text-indent: 0;
	float: left;
	width: 90%;
}

.columnheader a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	line-height: 2.5em;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: white;
	background-color: none;
	margin: auto;
	text-decoration: none;
}

/* end TEXT STYLING section */





/* FOOTER-TEXT */

/* defines the base styling of text in the footer. this styling is modified in subsequent elements */
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: rgb(50,50,50);
	text-decoration: none;
}

/* defines the styling and behavior of text and links in the footer. this styling is modified in subsequent elements */
.footernav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: rgb(175,175,175);
	text-decoration: none;
}

.footercopyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: rgb(150,150,150);
	text-decoration: none;
}

.footercopyright a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: rgb(150,150,150);
	text-decoration: none;
}

.footercopyright a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: rgb(113,95,179);
	text-decoration: none;
}

.footernav a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: rgb(0,102,153);
	text-decoration: none;
}

.footernav a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: rgb(113,95,179);
	text-decoration: none;
}

/* end FOOTER-TEXT section */





/* COLUMN 1-TEXT. This section defines text styling and link behaviors of Front Page Column 1 */

/* basic text style - Column 1 */

.frontnav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	line-height: 2.5em;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: black;
	text-decoration: none;
	text-indent: 0;
	margin: auto;
	padding-left: 0;
	border-bottom: 1px solid rgb(193,193,193);
	float: left;
	width: 100%;
}

/* links styles - Column 1 */

.frontnav a {
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	line-height: 2.5em;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: black;
	margin: auto;
	text-decoration: none;
	text-indent: 0;
	padding-left: 20px;
	width: 220px;
}

.frontnav a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	line-height: 2.5em;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: black;
	background-color: rgb(193,193,193);
	margin: auto;
	text-decoration: none;
}

/* end COLUMN 1-TEXT section */




/* LISTS */

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: rgb(51,51,51);
	list-style-position: inside;
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}

/* end LISTS section */





/* HYPERLINKS. This section defines the styling and behavior of hyperlinks */
	
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: rgb(0,102,153);
	text-decoration: none;
}
