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

body {
	background-color: #616cd3;
	background-image: url(../images/bg-body.jpg);
	background-position: center;
	background-repeat: repeat-y;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}



/* Global reset-RESET */
/* The below restores some sensible defaults */

strong { font-weight: bold; }
em { font-style: italic; }
ol, ul, li { list-style: none; }
* a { position: relative } /* Gets links displaying over a PNG background */
a { outline: none; /* Gets rid of Firefox's dotted borders */ text-decoration: none; border: 0px; }
a img { border: none; } /* Gets rid of IE's blue borders */
abbr { cursor: help; }
p { margin-top: 0px; margin-bottom: 0px; line-height: 1.7em; display: block;}



/*========== LAYOUT ==========*/

.wrapper {
	width: 888px;
}
.container {	
	width: 738px;
	padding: 0px 75px 0px 75px;
	float: left;
}
#header {
	width: 738px;
	height: 320px;
	margin: 0px 0px 0px 0px;
	background-image: url(../images/bg-header.jpg);
	background-repeat: no-repeat;
	float: left;
}
#nav {
	height: 49px;
	margin-left: -40px;
	float: left;
}
#body {
	width: 737px;
	text-align: left;
	padding: 60px 0px 90px 0px;
	float: left;
}
#copyContainer {
	width: 737px;
	text-align: left;
	font-size: 11px;
	padding-bottom: 30px;
	float: left;
	margin-left: -55px;
}
	#copyL {
		color: #FFFFFF;
		padding: 30px 55px 30px 55px;
		background-color: #7b80b4;
		float: left;
	}
	#copyR {
		/* border: 1px dotted #999999; */
		padding: 30px 0px 30px 55px;
		float: left;
	}
	
#introTop {
	width: 888px;
	height: 62px;
	background-image: url(../images/bg-introtop.jpg);
	background-repeat: no-repeat;
	float: left;
}
#introBody {
	width: 888px;
	padding: 0px 55px 0px 55px;
	background-image: url(../images/bg-body.jpg);
}
#introBtm {
	width: 888px;
	height: 62px;
	background-image: url(../images/bg-introbtm.jpg);
	background-repeat: no-repeat;
	float: left;
}



/*========== ADVANCED LAYOUT ==========*/

/* ----- See also: styles-text.css ----- */

/* Form Styles */

input {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 6px 6px 6px 6px;
	border: 3px solid #e1dcd4;
	background-color:#ffffff;
	font-size: 17px;
}
input:focus {
	border-color:#616cd3;
}
textarea {
	width: 416px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 6px 6px 6px 6px;
	border: 3px solid #e1dcd4;
	background-color:#ffffff;
	font-size: 17px;
}
textarea:focus {
	border-color:#616cd3;
}
select {
	width: 208px;
	height: 36px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 6px 6px 6px 6px;
	border: 3px solid #e1dcd4;
	background-color:#ffffff;
	font-size: 17px;
}
select:focus {
	border-color:#616cd3;
}
.btnSubmit {
	width: 140px;
	height: 35px;
	margin: 0px 20px 0px 0px;
	background-image: url(../images/btn-submit.jpg);
	cursor: pointer;
	border: 0px;
}
.btnReset {
	width: 140px;
	height: 35px;
	margin: 0px 20px 0px 0px;
	background-image: url(../images/btn-reset.jpg);
	cursor: pointer;
	border: 0px;
}
.formBox {
	padding: 0px 20px 10px 0px;
	display: block;
	float: left;
}



/*========== LINK STYLES ==========*/

/* Main Links */
a:link {
	color: #616cd3;
	text-decoration: underline;
}
a:visited {
	color: #616cd3;
	text-decoration: underline;
}
a:hover {
	color: #616cd3;
	text-decoration: none;
}
a:active {
	color: #616cd3;
	text-decoration: none;
}

/* Copy Links */
#copyL a {
	color: #ffffff;
}
#copyL a:link {
	color: #ffffff;
	text-decoration: underline;
}
#copyL a:visited {
	color: #ffffff;
	text-decoration: underline;
}
#copyL a:hover {
	color: #ffffff;
	text-decoration: none;
}
#copyL a:active {
	color: #ffffff;
	text-decoration: none;
}

/* --------------- Navigation --------------- */

.Nav li {
	border: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
	display: inline;
	float: left;
}

/* NavHome ------ */
.NavHome a {
	display: block;
	width: 98px;
	height: 49px;
	padding: 0px 0px 0px 0px;
	border-bottom: 0px;
	background-image: url(../images/nav.jpg);
	background-position: 0px 0px;
	float: left;
}
.NavHome a:link {
	background-position: 0px 0px;
}
.NavHome a:visited {
	background-position: 0px 0px;
}
.NavHome a:hover {
	background-position: 0px -49px;
}
.NavHome a:active {
	background-position: 0px -49px;
}

/* NavAbout ------ */
.NavAbout a {
	width: 190px;
	height: 49px;
	padding: 0px 0px 0px 0px;
	border-bottom: 0px;
	background-image: url(../images/nav.jpg);
	background-position: -98px 0px;
	display: block;
	float: left;
}
.NavAbout a:link {
	background-position: -98px 0px;
}
.NavAbout a:visited {
	background-position: -98px 0px;
}
.NavAbout a:hover {
	background-position: -98px -49px;
}
.NavAbout a:active {
	background-position: -98px -49px;
}

/* NavBio ------ */
.NavBio a {
	width: 81px;
	height: 49px;
	padding: 0px 0px 0px 0px;
	border-bottom: 0px;
	background-image: url(../images/nav.jpg);
	background-position: -288px 0px;
	display: block;
	float: left;
}
.NavBio a:link {
	background-position: -288px 0px;
}
.NavBio a:visited {
	background-position: -288px 0px;
}
.NavBio a:hover {
	background-position: -288px -49px;
}
.NavBio a:active {
	background-position: -288px -49px;
}

/* NavOrder ------ */
.NavOrder a {
	display: block;
	width: 103px;
	height: 49px;
	padding: 0px 0px 0px 0px;
	border-bottom: 0px;
	background-image: url(../images/nav.jpg);
	background-position: -369px 0px;
	float: left;
}
.NavOrder a:link {
	background-position: -369px 0px;
}
.NavOrder a:visited {
	background-position: -369px 0px;
}
.NavOrder a:hover {
	background-position: -369px -49px;
}
.NavOrder a:active {
	background-position: -369px -49px;
}

/* NavWorkshops ------ */
.NavWorkshops a {
	display: block;
	width: 149px;
	height: 49px;
	padding: 0px 0px 0px 0px;
	border-bottom: 0px;
	background-image: url(../images/nav.jpg);
	background-position: -472px 0px;
	float: left;
}
.NavWorkshops a:link {
	background-position: -472px 0px;
}
.NavWorkshops a:visited {
	background-position: -472px 0px;
}
.NavWorkshops a:hover {
	background-position: -472px -49px;
}
.NavWorkshops a:active {
	background-position: -472px -49px;
}

/* NavContact ------ */
.NavContact a {
	display: block;
	width: 116px;
	height: 49px;
	padding: 0px 0px 0px 0px;
	border-bottom: 0px;
	background-image: url(../images/nav.jpg);
	background-position: -621px 0px;
	float: left;
}
.NavContact a:link {
	background-position: -621px 0px;
}
.NavContact a:visited {
	background-position: -621px 0px;
}
.NavContact a:hover {
	background-position: -621px -49px;
}
.NavContact a:active {
	background-position: -621px -49px;
}