/* Universal Style Resets ---------------------------------------------------------------------- */

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, 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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus	{
	outline: 0;
	}

body	{
	line-height: 1;
	background: #3F3F3F;
	color: #CCBFD2;
	/*font-family: tahoma, verdana, helvetica, sans-serif;*/
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	}

ol, ul	{
	list-style: none;
	}

table	{ /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
	}

caption, th, td {
	text-align: left;
	font-weight: normal;
	}

blockquote:before, blockquote:after, q:before, q:after	{
	content: "";
	}
	
blockquote, q	{
	quotes: "" "";
	}
	
strong	{
	font-weight: bold;
	}
	
sup	{
	vertical-align: text-top;
	font-size: 80%;
	}
	
/* /Universal Style Resets --------------------------------------------------------------------- */

/* Homepage Header -------------------------------------------------------------------------------------- */

body#home div#headerContainer	{
	background: #FFFFFF url(../images/waves.png) 50% -30px repeat-x;
	padding-top: 60px;
	padding-bottom: 60px;
	color: #3F3F3F;
	}
	
body#home div#header	{
	width: 780px;
	margin: 0 auto;
	overflow: hidden;
	}
	
body#home div#logo	{
	width: 390px;
	float: left;
	text-align: center;
	margin-bottom: 10px;
	}
	
body#home div#logo h1	{
	height: 340px;
	background: transparent url(../images/header_logo_pinkshot.jpg) 50% -10px no-repeat;
	text-indent: -1000em;
	}
	
body#home div#logo h2	{
	font-size: 20px;
	font-weight: normal;
	color: #8740B9;
	line-height: 1.4em;
	letter-spacing: 1px;
	}
	
body#home div#intro	{
	width: 390px;
	float: left;
	margin-bottom: 10px;
	}
	
body#home div#intro h2	{
	font-size: 30px;
	font-weight: bold;
	line-height: 1.2em;
	padding-top: 20px;
	font-family: 'times new roman', times, serif;
	letter-spacing: -1px;
	color: #65407A;
	margin-bottom: 0.5em;
	}
	
body#home div#intro img	{
	float: right;
	margin: 0 0 5px 5px;
	}
	
body#home div#intro p	{
	line-height: 1.6em;
	}
	
body#home div#intro p a,
body#home div#intro p a:link,
body#home div#intro p a:visited	{
	font-size: 1.4em;
	text-decoration: none;
	color: #327500;
	letter-spacing: -1px;
	}
	
body#home div#intro p a:hover	{
	color: #569840;
	text-decoration: underline;
	}
	
body#home #quote	{
	clear: both;
	padding: 30px 40px 0 40px;
	background: #d7bfe8 url('../images/quote_fullbg.jpg') 0 0 no-repeat;
	color: #333;
	height: 95px;
	overflow: hidden;
	margin: 0 auto 20px auto;
	text-align: center;
	line-height: 1.4em;
	font-size: 16px;
	position: relative;
	border-top: 1px solid #65407a;
	border-bottom: 2px solid #65407a;
	}
	
* html body#home #quote	{
	padding: 0;
	width: 780px;
	height: 125px;
	}
	
* html body#home #quote li	{
	zoom: 1;
	height: 100%;
	background: #fff;
	padding: 30px 40px 0 40px;
	background: #d7bfe8 url('../images/quote_fullbg.jpg') 0 0 no-repeat;
	}
	
body#home blockquote#quote img	{
	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: 200;
	}
	
body#home #quoteContainer	{
	position: relative;
	}
	
body#home #quoteContainer img	{
	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: 200;
	}
	
body#home blockquote#quote p	{
	position: relative;
	z-index: 300;
	}
	
body#home #quote li	{
	z-index: 300;
	position: relative;
	}

/* /Homepage Header ------------------------------------------------------------------------------------- */

/* Header -------------------------------------------------------------------------------------- */

body#page div#headerContainer	{
	background: #FFFFFF url(../images/waves.png) 50% -50px repeat-x;
	padding-top: 40px;
	padding-bottom: 30px;
	color: #3F3F3F;
	}
	
body#page div#header	{
	width: 780px;
	margin: 0 auto;
	overflow: hidden;
	}
	
body#page div#logo	{
	width: 320px;
	float: left;
	text-align: center;
	padding-top: 15px;
	}
	
body#page div#logo h1	{
	height: 87px;
	background: transparent url(../images/logo.gif) 50% 0 no-repeat;
	text-indent: -1000em;
	}
	
body#page div#intro	{
	width: 370px;
	float: left;
	text-align: center;
	padding-top: 10px;
	padding-left: 90px;
	}
	
body#page div#intro h2	{
	font-size: 20px;
	font-weight: normal;
	color: #8740B9;
	line-height: 1em;
	letter-spacing: 1px;
	text-align: center;
	}
	
/* /Header ------------------------------------------------------------------------------------- */

/* Divider ------------------------------------------------------------------------------------- */

div#divider	{
	height: 100px;
	background: transparent url(../images/waves.png) 50% 0 repeat-x;
	margin-top: -50px;
	}

/* /Divider ------------------------------------------------------------------------------------ */

/* Homepage Navigation ---------------------------------------------------------------------------------- */

#home ul#nav	{
	width: 780px;
	margin: 0 auto;
	overflow: hidden;
	border-left: 1px solid #8B8B8B;
	font-size: 12px;
	height: 10em;
	}
	
#home ul#nav li	{
	display: block;
	width: 136px;
	padding: 0 9px;
	float: left;
	border-right: 1px solid #8B8B8B;
	height: 100%;
	text-align: center;
	color: #D7BFE8;
	line-height: 1.2em;
	}
	
#home ul#nav li a,
#home ul#nav li a:link,
#home ul#nav li a:visited	{
	color: #FFF;
	text-decoration: none;
	}
	
#home ul#nav li a:hover	{
	text-decoration: underline;
	}
	
#home ul#nav li a.title,
#home ul#nav li a.title:link,
#home ul#nav li a.title:visited	{
	display: block;
	text-align: center;
	font-size: 18px;
	line-height: 1.2em;
	}
	
#home ul#nav li a.title:hover	{
	}

/* /Homepage Navigation --------------------------------------------------------------------------------- */

/* Navigation ---------------------------------------------------------------------------------- */

#page ul#nav	{
	width: 460px;
	margin: 0 auto;
	overflow: hidden;
	border-left: 1px solid #CCC;
	font-size: 12px;
	height: 2em;
	}
	
#page ul#nav li	{
	display: block;
	/*width: 75px;*/
	padding: 0;
	float: left;
	border-right: 1px solid #CCC;
	height: 100%;
	text-align: center;
	color: #333;
	line-height: 2em;
	}
	
#page ul#nav li a,
#page ul#nav li a:link,
#page ul#nav li a:visited	{
	display: block;
	text-align: center;
	color: #31004D;
	font-size: 18px;
	text-decoration: none;
	padding: 0 5px;
	}
	
#page ul#nav li a:hover	{
	text-decoration: none;
	background: #CCBFD2;
	}

/* /Navigation --------------------------------------------------------------------------------- */

/* SubNavigation ------------------------------------------------------------------------------- */

div#content ul#subnav	{
	list-style-type: none;
	margin: 0;
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0;
	margin-top: 0;
	margin-left: 0;
	background-color: #65407A;
	color: #FFFFFF;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	}
	
div#content ul#subnav li	{
	display: inline;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-top: 5px;
	}
	
div#content ul#subnav li a	{
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	letter-spacing: -1px;
	}

div#content ul#subnav li a:hover	{
	background-color: #9880A6;
	color: #FFFFFF;
	}

/* /SubNavigation ------------------------------------------------------------------------------ */

/* Footer ---------------------------------------------------------------------------------- */

ul#footerNav	{
	width: 780px;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 30px;
	}
	
ul#footerNav li	{
	display: inline;
	}
	
ul#footerNav li a,
ul#footerNav li a:link,
ul#footerNav li a:visited	{
	color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	}
	
ul#footerNav li a:hover	{
	text-decoration: underline;
	}
	
p.copyright	{
	width: 780px;
	margin: 0 auto;
	font-size: 11px;
	text-align: center;
	}

/* /Footer --------------------------------------------------------------------------------- */

/* Sidebar ------------------------------------------------------------------------------------- */

div#sidebar	{
	float: right;
	width: 200px;
	border: 8px solid #FFFFFF;
	padding: 8px;
	background: #FFFFFF url(../images/bg_sidebar.png) 0 0 repeat-x;
	color: #6D5E54;
	}
	
div#sidebar h1,
div#sidebar h2,
div#sidebar h3,
div#sidebar h4,
div#sidebar h5,
div#sidebar h6	{
	font-family: 'times new roman', times, georgia, serif;
	font-weight: bold;
	}
	
div#sidebar form	{
	text-align: center;
	padding: 20px 0;
	}
	
div#sidebar label	{
	color: #3F3F3F;
	}
	
div#sidebar h2	{
	font-size: 20px;
	color: #31004D;
	line-height: 1.2em;
	}
	
div#sidebar a,
div#sidebar a:link,
div#sidebar a:visited	{
	color: #3F3F3F;
	text-decoration: none;
	font-size: 12px;
	}
	
div#sidebar a:hover	{
	text-decoration: underline;
	}
	
div#sidebar ul	{
	list-style-type: disc;
	}
	
div#sidebar ul li	{
	margin-left: 20px;
	line-height: 1.2em;
	}
	
div#sidebar p	{
	font-size: 12px;
	line-height: 1.2em;
	margin-bottom: 1em;
	}

/* /Sidebar ------------------------------------------------------------------------------------ */

/* Layout -------------------------------------------------------------------------------------- */

div#container	{
	width: 780px;
	margin: 20px auto 30px auto;
	overflow: hidden;
	}
	
div#googleads	{
	width: 780px;
	margin: 10px auto;
	clear: both;
	text-align: center;
	}
	
/* /Layout ------------------------------------------------------------------------------------- */

/* Home ---------------------------------------------------------------------------------------- */

ul.features	{
	width: 525px;
	color: #265800;
	}

ul.features li	{
	display: block;
	border: 8px solid #FFFFFF;
	background: #FFFFFF url(../images/bg_feature.png) 100% 0 repeat-y;
	padding: 8px 16px;
	margin-bottom: 8px;
	overflow: hidden;
	}
	
ul.features li h2	{
	font-weight: bold;
	font-size: 28px;
	line-height: 50px;
	background: transparent url(../images/header_bg.gif) 0 0 no-repeat;
	margin-bottom: 0.4em;
	padding: 0 0.2em;
	font-family: 'times new roman', times, georgia, serif;
	letter-spacing: -1px;
	}
	
ul.features li h2 a,
ul.features li h2 a:link,
ul.features li h2 a:visited,
ul.features li h2 a:active	{
	color: #31004D;
	text-decoration: none;
	}
	
ul.features li h2 a:hover	{
	text-decoration: underline;
	color: #65407A;
	}
	
ul.features li a,
ul.features li a:link,
ul.features li a:visited,
ul.features li a:active	{
	color: #31004D;
	text-decoration: underline;
	}
	
ul.features li a:hover	{
	text-decoration: none;
	}
	
ul.features li img.icon	{
	float: left;
	clear: left;
	margin: 0 18px 10px 0;
	}
	
ul.features li p	{
	margin-top: 0.5em;
	line-height: 1.4em;
	}
	
p.callout	{
	border: 3px solid #31004D;
	margin: 10px;
	padding: 10px;
	font-size: 1.2em;
	background: #fff url(../images/bg_eggplant.jpg) 0 -100px repeat-x;
	text-align: center;
	}
	
/* /Home --------------------------------------------------------------------------------------- */

/* Content Page -------------------------------------------------------------------------------- */

div#content	{
	width: 493px;
	color: #3F3F3F;
	border: 8px solid #FFFFFF;
	background: #FFFFFF url(../images/bg_feature.png) 100% 0 repeat-y;
	padding: 8px;
	font-size: 16px;
	overflow: hidden;
	}
	
div#content h1,
div#content h2,
div#content h3,
div#content h4,
div#content h5,
div#content h6	{
	font-family: 'times new roman', times, georgia, serif;
	font-weight: bold;
	letter-spacing: -1px;
	}
	
div#content h1,
ul.features li h1	{
	font-size: 1.8em;
	line-height: 1.4em;
	color: #31004D;
	margin: 0.2em 0 0.2em 0;
	padding: 0.2em;
	background: transparent url(../images/header_bg.gif) 0 0 no-repeat;
	}
	
div#content h2	{
	font-size: 24px;
	line-height: 1.2em;
	color: #327500;
	margin-bottom: 0.4em;
	}

div#content h3,
ul.features li h3	{
	font-size: 20px;
	line-height: 1em;
	color: #327500;
	margin: 10px 0 0 0;
	}
	
div#content h4,
ul.features li h4	{
	font-size: 16px;
	line-height: 1.6em;
	color: #327500;
	margin-top: 1em;
	font-weight: bold;
	}
	
div#content h5,
ul.features li h5	{
	font-size: 12px;
	line-height: 1.6em;
	color: #327500;
	}
	
div#content p/*,
ul.features li p*/	{
	line-height: 1.4em;
	margin-bottom: 1.4em;
	}
	
div#content ul	{
	list-style-type: disc;
	margin-left: 15px;
	line-height: 1.4em;
	margin-bottom: 1.4em;
	}
	
div#content ul ul	{
	margin-bottom: 0;
	}
	
div#content ol	{
	list-style-type: decimal;
	margin-left: 25px;
	line-height: 1.4em;
	margin-bottom: 1.4em;
	}
	
div#content a,
div#content a:link,
div#content a:visited	{
	font-weight: bold;
	text-decoration: underline;
	color: #327500;
	/*letter-spacing: 1px;*/
	}
	
div#content a:hover	{
	text-decoration: none;
	color: #659840;
	}
	
div#content strong	{
	font-weight: bold;
	}
	
div#content dt	{
	font-weight: bold;
	margin-bottom: 1em;
	line-height: 1.4em;
	}
	
div#content dd	{
	margin-bottom: 1.4em;
	margin-left: 1em;
	line-height: 1.4em;
	}
	
div#content img.right	{
	float: right;
	margin: 0 0 10px 10px;
	}
	
div#content img.left	{
	float: left;
	margin: 0 10px 10px 0;
	}
	
div#content em	{
	font-weight: bold;
	color: #31004D;
	}
	
div#content blockquote	{
	margin: 0 1.5em;
	}
	
div#content span.note	{
	font-size: 0.8em;
	font-style: italic;
	}
	
div#content div.sidenote	{
	float: right;
	padding: 1em;
	background: #d7bfe8 url('/images/quote_bg.jpg') -100px 0 no-repeat;
	color: #333;
	margin: 0 0 10px 10px;
	line-height: 1.2em;
	font-size: 12px;
	border-top: 1px solid #65407a;
	border-bottom: 2px solid #65407a;
	width: 150px;
	}
	
div#content div.sidenote h2	{
	color: #fff;
	line-height: 1em;
	text-align: center;
	}
	
div#content div.sidenote ul li	{
	list-style-type: none;
	margin: 0;
	margin-bottom: 0.5em;
	}
	
/* /Content Page ------------------------------------------------------------------------------- */

/* Blog Pages ---------------------------------------------------------------------------------- */

h3.SeminarDateHeader	{
	margin: 1em 0 0 0;
	}

h2.postTitle	{
	line-height: 1em;
	/*padding-bottom: 0.5em;
	padding-top: 1em;*/
	margin: 1em 0;
	letter-spacing: -1px;
	}
	
div.postContent		{
	margin-bottom: 1em;
	line-height: 1.2em;
	}
	
p.postDate	{
	font-style: italic;
	font-size: 0.8em;
	}
	
p.postComment	{
	font-size: 0.8em;
	}
	
p.buttons	{
	text-align: center;
	}

/* /Blog Pages --------------------------------------------------------------------------------- */

/* Podcast Page -------------------------------------------------------------------------------- */

div#content ul.lastten li a,
div#content ul.lastten li a:link,
div#content ul.lastten li a:visited,
div#content ul.lastten li a:active	{
	font-weight: normal;
	}

div#content ul.boxlist p.drop	{
	font-family: arial, helvetica, sans-serif;
	font-size: 100px;
	padding: 0 10px;
	float: left;
	width: 65px;
	background: transparent;
	color: #99BA80;
	line-height: 1em;
	}
	
div#content ul.boxlist img.icon	{
	float: left;
	margin: 0 10px 10px 0;
	}
	
div#content ul.boxlist ul	{
	margin-bottom: 0;
	}
	
div#content ul.boxlist li li	{
	border: 0 none;
	padding: 0;
	margin: 0;
	background: transparent;
	list-style-type: none;
	}

/* /Podcast Page ------------------------------------------------------------------------------- */

/* Services Page ------------------------------------------------------------------------------- */

div#content ul.boxlist	{
	list-style-type: none;
	margin: 0;
	}
	
div#content ul.boxlist li	{
	border: 2px solid #327500;
	padding: 1em;
	margin: 1em;
	background: #FFF url(../images/bg_eggplant.jpg) 0 0 repeat-x;
	overflow: hidden;
	}
	
/* /Services Page ------------------------------------------------------------------------------ */