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

/* start Eric Meyer reset */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
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;}
ol, ul {	list-style: none;}
blockquote, q {	quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {	content: '';	content: none;}
/* remember to define focus styles! */
:focus {	outline: 0;}
/* remember to highlight inserts somehow! */
ins {	text-decoration: none;}
del {	text-decoration: line-through;}
/* tables still need 'cellspacing="0"' in the markup */
table {	border-collapse: collapse;	border-spacing: 0;}
/* end Eric Meyer reset */



/*========= html elements ==========*/

body	{
	background-color: #242529;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}

h1	{	font-size: 1.85em;	}
h2	{	font-size: 1.5em;	}
h3	{	font-size: 1.3em;	}
h4	{	font-size: 1.2em;	}
h5	{	font-size: 1.1em;	}
h6	{	font-size: 1.oem;	}

h1, h2, h3, h4, h5, h6	{
	margin: 1em 0px .5em 0px;
	font-family: Verdana, Tahoma, Trebuchet, sans-serif;
	font-weight: normal;
	color: #f17716;
	clear: both;
}

h1	{
	margin-top: 0px;
}

ol	{
	list-style-type: decimal;
	padding-left: 2em;
}
 ol li	{
	margin-bottom: .6em;
}

ul	{
	padding-left: 2em;
	list-style-type: disc;
	line-height: 1.25em;
}
ul li	{
	margin-bottom: .3em;
}

ul ul	{
	padding-left: 2.5em;
	list-style-type: circle;
}

p	{
	margin: 1em 0px;
	line-height: 1.35em;
}

a	{
	text-decoration: none;
}
/******** end html elements *********/



div#wrapper	{
	width: 850px;
	margin: 0px auto;
	position: relative;
}


/*========= header ==========*/

div#header	{	
	overflow: hidden;
}

h1#siteTitle, h2#siteSubtitle	{	
	display: none;
}


img#titleImage	{
	float: left;
	border: none;
}
img#titleImage a	{
	display: block;
	height: 212px;
	width: 424px;
}

div#smallHeaderPhotos	{
	float: right;
}
div#smallHeaderPhotos img	{
	margin: 0px 0px 0px 2px;
}

body#home div#smallHeaderPhotos	{
	position: absolute;
	top: 214px;
	left: 0px;
}

body#home div#smallHeaderPhotos img	{
	margin: 0px 2px 0px 0px;
}

body#home img#headerPhoto3	{
	float: right;
}

/******** end header *********/



/*========= horizontal nav ==========*/

div#hNav ul	{
	margin: 2px 0px 0px 0px;
	padding: 0px;
}

div#hNav ul li	{
	width: 282px;
	padding: 14px 0px;
	margin: 0px 2px 0px 0px;
	display: inline-block;
	background-color: #ff9409;
	text-align: center;
}

div#hNav ul li a	{
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
}

div#hNav ul li a:hover	{
	color: #242529;
}

div#hNav ul li#privateHnav	{
	background-color: #ff7c08;
}

div#hNav ul li#workshopsHnav	{
	margin-right: 0px;
	background-color: #f06f07;
}


/******** end horizontal nav *********/



/*========= vertical nav ==========*/

div#vNav	{
	float: left;
	width: 211px;
}

div#vNav ul	{
	padding: 0px;
	list-style-type: none;
}

div#vNav ul li	{
	margin: 0px;
	padding: 10px;
	list-style-type: none;
	border-bottom: solid 1px #b6c9d4;
}

div#vNav a	{
	color: #0c7ec0;
}

div#vNav ul li a span.navHead	{
	font-weight: bold;
}

div#vNav ul li ul li a	{
	display: block;
	padding: 5px 0px 0px 3px;
	color: #404040;
}

div#vNav ul li:hover	{
	background-color: #fff;
}

div#vNav ul li:hover a	{
	color: #004474;
}

div#vNav ul li ul li:hover a	{
	color: #004474;
}

div#vNav ul li ul li	{
	font-size: .9em;
	line-height: 1em;
	color: #404040;
	border-bottom: none;
	padding: 0px;
}

div#vNav p	{	
	line-height: 1.3em;
	color: #404040;
	border-bottom: none;
	padding: 10px;
	text-align: justify;
}

/*=== vertical nav active page ==*/

div#vNav ul li.active	{
	font-weight: bold;
	background-color: #def;
}

div#vNav ul li.active:hover	{
	background-color: #def;
}

div#vNav ul li.active ul li	{
	font-weight: normal;
}

div#vNav ul li.active a	{
	color: #222;
}

div#vNav ul li.active a:hover	{
	color: #222;
}
div#vNav ul li.active li:hover	{
	background-color: #def;
}

div#vNav ul li.active ul li:hover a	{
	color: #222;
}

/*** end vert nav active page ***/


/******** end vertical nav *********/



/*========= content area ==========*/

div#contentArea	{
	position: relative;
	left: 0px;
	top: 2px;
	background: #fff url(../images/columnBg.gif) top left repeat-y;
	float: left; /* set a float to fix a float */
	width: 850px;
}

div#mainContent a	{
	color: #1072ab;
}

div#mainContent a:hover	{
	color: #004d8e;
}

div#mainContent	{
	float: right;
	width: 580px;
	padding: 30px 30px 30px 0px;
}

a#pullQuoteHome	{
	display: block;
	padding-bottom: 38px;
	margin-bottom: 30px;
	background: url(../images/pullQuoteHomeLinkOff.gif) bottom left no-repeat;
}
	
a#pullQuoteHome:hover	{
	background: url(../images/pullQuoteHomeLinkOn.gif) bottom left no-repeat;
}


/******** end content area *********/






/*========= class schedule ==========*/

table.schedule	{
	width: 100%;
	margin-top: 10px;
}
table.schedule th	{
	background-color: #3da4df;
	color: #fff;
	font-size: 1.1em;
	text-align: left;
	padding: 4px;
}
table.schedule tr	{
	border-bottom: solid 1px #3da4df;
}
table.schedule td	{
	padding: 6px 4px;
}

/******** end misc *********/





/*========= misc ==========*/

.alignRight	{
	float: right;
	margin-left: 1em;
	margin-top: 5px;
	margin-bottom: 5px;
}
.alignLeft	{
	float: left;
	margin-right: 1em;
	margin-top: 5px;
	margin-bottom: 5px;
}
img.showLink	{
	border: solid 2px #3da4df;
}

span.signature	{
	display: block;
	font-style: italic;
	text-align: right;
	border-bottom: solid 1px #ccc;
	margin-bottom: 2em;
}

span.signature:before	{
	content: " - ";
}

p span.inlineHeader	{
	font-size: 1.5em;
	font-family: Verdana, Tahoma, Trebuchet, sans-serif;
	font-weight: normal;
	color: #f17716;
}

p.firstWords	{
	margin-top: 2em;
}

/******** end misc *********/



/*========= footer ==========*/

div#footer	{
	clear: both;
	position: relative;
	left: 0px;
	top: 4px;
	background-color: #3da4df;
	padding: 10px;
	text-align: center;
	color: #cbedff;
	font-size: .85em;
	font-weight: bold;
}

div#footer a	{
	color: #ffe;
}

div#footer a.newWindow:after	{
	padding-left: 2px;
	content: url(../images/newWindow.gif);
}

/******** end footer *********/



/*========= subfooter ==========*/

div#subfooter	{
	clear: both;
	margin: 6px 0px;
	background-color: #345;
	padding: 10px;
	text-align: center;
	color: #cbedff;
	font-size: .85em;
	font-weight: bold;
	text-align: right;
	height: 2em;
}

div#subfooter a	{
	color: #ccd;
	display: inline-block;
	float: right;
	margin-left: 2em;
}

div#subfooter a.newWindow:after	{
	padding-left: 2px;
	content: url(../images/newWindow.gif);
}

/******** end footer *********/



/*========= page specific styles ==========*/

ul.articles	{
	list-style-type: none;
	padding: 0px;
}

ul.articles a	{
	font-size: 1.3em;
	display: block;
	margin-top: 1.3em;
	margin-bottom: .2em;
}
ul.articles a.moreLink	{
	font-size: 1em;
	display: inline;
	margin: 0px;
}

.arsummary	{
	line-height: 1.25em;
}

ul.recommended	{
	list-style-type: none;
	margin-top: 1.5em;
	padding: 0px;
}

ul.recommended li	{
	margin-bottom: 1.75em;
}

ul.recommended li a	{
	display: block;
	font-weight: bold;
	font-size: 1.2em;
}

ul.recommended a.buy	{
	font-size: .9em;
	font-weight: normal;
	font-style: italic;
	display: inline;
	margin: 0px;
}

ul.photoList	{
	list-style-type: none;
	padding: 0px;
}
ul.photoList li	{
	float: left;
	width: 100%;
	margin-top: 2em;
}
ul.photoList li img	{
	margin-right: 1em;
	margin-bottom: .5em;
}

ul.photoGrid	{
	list-style-type: none;
}
ul.photoGrid li	{
	display: inline;
	float: left;
	margin: 10px;
}



body#testimonials p strong	{
	font-weight: bold;
	font-size: 1.1em;
}

div.video	{
	text-align: center;
	margin: 1em auto;
}


/******** end page styles  *********/



