@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	background: black;
}
a, a:link, a:hover, a:visited, a:active, a img{
	border:none;
	text-decoration:underline;
	color: #FC6;
}
hr { color:#69F;} 
.oneColFixCtr #container {
	width: 1000px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: #000000;
	color: #FFFFFF;
}
.oneColFixCtr #mainContent {
	padding: 20 20px 0;
	border-bottom: 1px solid #6699FF;
	margin-bottom: 10px;
	background: url(../images/bgTexture.gif) repeat;
	overflow: visible;
	height:100%;         /* IE6 FIX - This makes the content box wrap around the floated image*/
}


#header {
	height: 295px;
	background: url(../images/header.jpg) no-repeat;
}
#navigation {
	text-align: center;
	margin-top: 4px;
	border-bottom: solid 1px #6699ff;
	padding-bottom: 2px;
}

#navigation ul {
	margin: 0px;
	padding: 0px;
}
#navigation li {
	display: inline;
	list-style: none;
	font: normal 0.9em "Trajan Pro", Georgia, "Times New Roman", serif;
	color: #69F;
	padding-right: 0.5em;
	padding-left: 0.5em;
}
#navigation ul li a {
	text-decoration: none;
	color: #6699ff;
}
#navigation ul li a:hover {
	border-bottom: 2px solid #69F;
	color: #FC6;
}
.oneColFixCtr #container #mainContent h1 {
	color: #FC6;
	font: bold 2em "Trajan Pro", Georgia, "Times New Roman", serif;
	margin: 20px 0px 0px;
}
.oneColFixCtr #container #mainContent h2 {
	color: #69F;
	font: 1.2em "Trajan Pro", Georgia, "Times New Roman", serif;
}
.oneColFixCtr #container #mainContent h2 a {
	color: #69F;
	font: 1.2em "Trajan Pro", Georgia, "Times New Roman", serif;
}
blockquote {
	margin: 0;
	padding: 0;
	font-weight: bold;
}
.homeQuote {
	text-align: center;
	margin: 10px;
}


#testimonials li {
	list-style: none;
	background: url(../images/testimonials/quoteBegin.gif) no-repeat;
	margin: 30px 20px 10px 10px;
	clear: right;
	display: block;
	padding: 20px 0px 0px;
}
#testimonials li img {
	border: solid 3px white;
	float: right;
	margin-left: 10px;
	margin-top: 10px;
}
#testimonials li blockquote {
	background: url(../images/testimonials/quoteEnd.gif) no-repeat right bottom;
	display: block;
	padding: 0px 30px 30px 0px;
	z-index: 10;
	margin: 20px 200px 20px 20px;
	font-weight: normal;
}
#homeWrap    {
	margin-right: 20px;
	margin-left: 20px;
	overflow: visible;
	height: 600px;
}
#slideWrap {
	width: 320px;
	position: absolute;
	top: 166px;
	left: 317px;
	padding: 5px;
	height: 300;
}
#homeSlides {
	margin-top: 20px;
	margin: 0;
	padding: 0;
}
#homeSlides li {
	list-style: none;
	}
#homeSlides li img{
	padding: 5px;
	background-color: #eee;
	top:  0;
	left: 0;
}
#homeSlides li span{
	text-align: center;
	position: relative;
	display: block;
}
#starLeft {
	background: url(../images/home/star.gif) no-repeat;
	width: 450px;
	height: 428px;
	position: relative;
	overflow: visible;
	left: -60px;
}
#starLeft blockquote {
	margin-top: 200px;
	margin-right: 95px;
	margin-left: 100px;
	text-align: center;
	font: 1em;
}

#starRight {
	background: url(../images/home/star.gif) no-repeat;
	width: 450px;
	height: 428px;
	position: relative;
	overflow: visible;
	left: 550px;
	bottom: 375px;
}
#starRight blockquote {
	margin-top: 175px;
	margin-right: 125px;
	margin-left: 120px;
	text-align: center;
	font-size: 0.9em;
}
#starLeft blockquote {
	color: #6699ff;
}
#starLeft blockquote p {
	color: #ffcc66;
}
#starRight blockquote {
	color: #6699ff;
}
#starRight blockquote p {
	color: #ffcc66;
}

#footer {
	clear: both;
	font-size: 10px;
	text-align: center;
	display: block;
	padding: 5px;
}

#outerWrap {
	position:relative;
	overflow: hidden;
}

#sherriePortrait {
	float: right;
	margin:30px;
	padding:5px;
	border:solid 3px #ffcc66;
}
.oneColFixCtr #container #mainContent #gallery li {	display: inline; }
.oneColFixCtr #container #mainContent #gallery li a img{
	border: 2px solid #69F;
	background:#666;
	padding: 10px 10px 30px;
	margin: 10px;
}
.oneColFixCtr #container #mainContent #gallery li a img:hover{
	padding: 10px 10px 30px;
	border: 2px solid #ffcc66;
	background: #FFF;
}
a.emailLink{
	color: #ffcc66;
	text-decoration: underline;
}
h4 {
	color: #FC6;
	margin-left: 20px;
}
h3 {
	color: #69F;
	font-family: "Trajan Pro", Georgia, "Times New Roman", serif;
}
#mainContent p {
	margin-left: 60px;
}
#mainContent h1 span {
	font-size: 2em;
}
ul#programsTable {
	list-style: url(../images/starBullet.gif);
	font: 1.5em "Trajan Pro", Georgia, "Times New Roman", serif;
	margin: 30px 0 0;
	padding: 0px;
	color: #FC6;
}
#programsTable li {
	padding: 0px 10px;
	margin: 0px;
	display: inline;
}
#programsTable li:hover {
	background:url(../images/starBullet.gif) no-repeat;
}
#programsTable li a {
	color: #FC6;
	padding: 0px 10px;
}
#programsTable li a:hover {
	text-decoration: underline;
}
.oneColFixCtr #container #mainContent #contact {
	background: url(../images/stamp.gif) no-repeat right top;
}
.oneColFixCtr #container #mainContent #videoPlayer {
	margin-left: 150px;
	margin-top: 20px;
}
