/* from reset.css */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

:focus {
	outline: 0;
}

body {
	font-family:'OFL Sorts Mill Goudy TT', Times New Roman, Times, serif;
	font-size: 16px;
	line-height: 20px;
	background: #003366;
	padding: 0px;
	margin: 0px;
}

a, a:hover, a:visited, a:active {
	color: #003366;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#page {
	width: 1046px;
	margin: 0 auto;
	background: url('images/shadow_sides.png');
}

/* header rules */

#header {
	position: relative;
	background: #36699e url('images/magic-newheader.jpg');
	width: 1000px;
	height: 197px;
	margin: 0 auto;
	z-index: 3;
}

/* nav rules */
#sidebar-column a:link,
#sidebar-column a:visited  {
	background: url('images/nav-bg.png') repeat-y;
	color: #003366;
	font-size: 18px;
	padding-top: 5px;
	padding-bottom: 7px;
	padding-left: 17px;
	margin: 0px 0px 10px 0px;
	font-weight: bold;
	display: block;
}

#sidebar-column a:hover,
#sidebar-column a-active  {
	background: url('images/nav-rollover.png') repeat-y;
	color: #003366;
	font-size: 18px;
	padding: 20px, 0px, 20px, 0px;
	padding-top: 5px;
	padding-bottom: 7px;
	padding-left: 17px;
	margin: 0px 0px 10px 0px;
	font-weight: bold;
	display: block;
}

ul#nav {
	position: relative;
	width: 880px;
	height: 30px;
	background: #1c1b1b;
	margin: 0 auto;
	padding: 0 10px 10px 10px;
	z-index: 3;
}

#nav li {
	width: 110px;
	display: block;
	float: left;
	text-align: center;
	padding: 10px 0 0 0;
	font-size: 13px;
}

#nav a {
	color: #003366;
	padding: 10px, 0, 10px, 0;
}

.current {
	color: #64317e;
}

.contact {
	background: url('images/nav-bg.png') repeat-y;
	padding: 5px 5px 5px 5px;
}

/* content rules */
#contentContainer {
	background: #cadbf5 url('images/painted-bg.jpg') no-repeat;
	width: 1000px;
    margin: 0 auto;
    padding-top: 10px;
}

#content {
	padding: 30px 50px 5px 0px;
	position: relative;
	min-height: 500px;
	z-index: 4;
}

#content li {
	padding-top: .3em;
	padding-bottom: .3em;
}

h3 {
	font-weight: bold;
	font-style: italic;
	font-size: 24px;
	line-height: 28px;
	margin: 0 0 20px 0;
}

h4 {
	font-weight: normal;
	font-style: italic;
	font-size: 18px;
	margin: 10px 0 7px 0;
}

.videolinks {
	font-weight: bold;
	font-style: italic;
	font-size: 20px;
}

.video {
	padding-top: 10px;
	}

.gallery {
	padding: 8px 16px 8px 0px;
}

.big {
	font-weight: normal;
	font-size: 20px;
}

.italic {
	font-style: italic;
}

.caption {
	font-style: italic;
	font-size: 14px;	
}

.bold {
	font-weight: bold;
}

.indent {
	padding-left: 20px; }

blockquote {
	padding-top: .5em;
	padding-bottom: .5em;
}

.floatleft { float: left; margin: 0px 15px 10px 0px; }

.floatright { float: right; margin: 0px 0px 10px 15px; }

.bqstart {
    float: left;
     font-family: 'OFL Sorts Mill Goudy TT', Times New Roman; Times; serif;
     height: 45px;
     margin-top: -20px;
     padding-top: 36px;
     padding-right: 5px;
     margin-bottom: -50px;
     font-size: 500%;
     color: #704493;
 }

 .bqend {
     float: right;
     font-family: 'OFL Sorts Mill Goudy TT', Times New Roman; Times; serif;
     height: 25px;
     margin-top: 0px;
     padding-top: 30px;
     font-size: 500%;
     color: #704493;
 }

p {
	margin: 0 0 20px 0;
	text-align: justify;
}

table.fees { 
	width:550px; 
	margin-top: 10px;
	margin-bottom: 20px;
	}
	
table.fees td { 
	padding: 10px;
	}
	
.lightrow, .lightrow TD, .lightrow TR {
background-color: #e4e3f3;
}

hr.hr2 {
border: 0;
color: #704493;
background-color: #704493;
height: 2px;
margin-bottom: 20px;
width: 100%;
}

#contact		{
	float: right;
	position: static;
	display: block;
	width: 325px;
	background: url('images/contact-bg.png') repeat;
	margin-right: 0px;
	padding-left: 18px;
	padding-bottom: 12px;
	padding-top: 3px;
	margin-bottom: 13px;
	margin-right: -8px;
	margin-left: 20px;
}

/* two-column layout */
#sidebar-column { /* this column's content must be the longest */
	float: left;
	position: static;
	width: 212px;
	padding-right: 30px;
}

#content-column {
	width: 690px;
	position: static;
	float: right;
	top: 30px;
}

/* three-column layout */

#three-column-left { /* this column's content must be the longest */
	width: 260px;
	float: left;
	position: static;
}

#three-column-midleft { /* this column's content must be the longest */
	width: 550px;
	float: left;
	position: static;
}

#three-column-mid {
	width: 260px;
	position: absolute;
	top: 30px;
	left: 320px;
}

#three-column-right {
	width: 260px;
	float: right;
	position: static;
	top: 30px;
	right: 30px;
}

#three-column-midright {
	width: 550px;
	position: static;
	float: right;
	top: 30px;
	right: 30px;
}

/* footer rules */
#footer {
	padding: 0px 0 0 0;
	text-align: right;
	background: #e4e3f3;
	height: 21px;
	width: 1000px;
	margin: 0 auto;
	color: #333333;
	font-size: 11px;
}

#footer a {
	color: #003366;
}

#footer ul {
	display: inline;
	padding: 0 5px;
}

#footer li {
	display: inline;
	padding: 0 5px;
}

#footer p {
	display: inline;
	padding: 0 10px;
	border-left: 1px solid #64317e;
}

#bottom {
	background: url('images/shadow_bottom.png') no-repeat top;
	padding-bottom: 23px;
	margin: 0 auto 9px auto;
	width: 944px;
	text-align: center;
}

#nav, #footer {
  letter-spacing: 1px;
	font-family: 'OFL Sorts Mill Goudy TT', "Times New Roman", Times, serif;
}

#tree {
	background: url('images/background_tree.png') no-repeat left bottom;
	position: fixed;
	z-index: 2;
	bottom: 25px;
	left: 25px;
	width: 513px;
	height: 556px;
}

/* slips */
.modalShade { 
	display: none;
	position: fixed;
	_position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: url(images/slip/modal_back.png) repeat;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/slip/modal_back.png',sizingMethod='scale');
	_background-repeat: none;
}
.modalShade iframe {
	width: 100%;
	height: 100%;
	opacity: 0;
	filter:alpha(opacity=0);
}
#mediaModalShade { z-index: 40; }
#mediaSlipContainer { z-index: 41; }
.slipTable { margin-left: auto; margin-right: auto; position: relative; }
.slipClose, .slipCloseHover {
	position: absolute;
	z-index: 10; /* just need some z-indexing to make sure it will ride above the slip's contents */
	width: 30px; height: 30px;
	cursor: pointer;
	margin-left: -2px;
	margin-top: -5px;
}
.slipClose {
	background: url(images/slip/close.png) top left no-repeat;
	*background: none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/slip/close_on.png',sizingMethod='crop');
}
.slipCloseHover {
	background: url(images/slip/close_on.png) top left no-repeat;
	*background: none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/slip/close_on.png',sizingMethod='crop');
}
.slipContainer {
	display: none;
	position: fixed;
	_position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.slipScrollContainer {
	overflow: hidden;
	position: relative;
}
.slipScroll {
	position: relative;
}
/*** peekaboo bug fix for ie6 (float evilness in ie's lameness) ***/
.slipContent {
	position: absolute;
	_zoom: 1;
}
.slipContainer .topScale {
	display: none;
	position: absolute;
	font-size: 7pt;
	color: white;
}
.slipContainer .topLeft {
	background: url(images/slip/tl.png) top left no-repeat;
	*background: none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/slip/tl.png',sizingMethod='crop');
	width: 21px;
	height: 21px;
}
.slipContainer .topRight {
	background: url(images/slip/tr.png) top left no-repeat;
	*background: none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/slip/tr.png',sizingMethod='crop');
	width: 21px;
	height: 21px;
}
.slipContainer .bottomLeft {
	background: url(images/slip/bl.png) top left no-repeat;
	*background: none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/slip/bl.png',sizingMethod='crop');
	width: 21px;
	height: 21px;
}
.slipContainer .bottomRight {
	background: url(images/slip/br.png) top left no-repeat;
	*background: none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/slip/br.png',sizingMethod='crop');
	width: 21px;
	height: 21px;
}
.slipContainer .top{
	background: url(images/slip/t.png) top left repeat-x;
	*background: none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/slip/t.png',sizingMethod='scale');
	height: 21px;
}
.slipContainer .bottom{
	background: url(images/slip/b.png) top left repeat-x;
	*background: none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/slip/b.png',sizingMethod='scale');
	height: 21px;
}
.slipContainer .left {
	background: url(images/slip/l.png) top left repeat-y;
	*background: none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/slip/l.png',sizingMethod='scale');
	width: 21px;
}
.slipContainer .middle {
	background: white;
}
.slipContainer .right {
	background: url(images/slip/r.png) top left repeat-y;
	*background: none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/slip/r.png',sizingMethod='scale');
	width: 21px;
}

.fixed {
	position: fixed;
}

.absolute {
	position: absolute;
}
/*** end slips ***/