/*
--------------------------------------------------
Site Name:			Website Title
Author:				Author Name
Created:			Jan 01, 2010
Updated:			Sep 16, 2010
Updated by:			Mark Wasyl
--------------------------------------------------
--------------------------------------------------
COLORS
Body Background:	#FFF
Wrapper Background:	#NA
Main Text:			#777
Links:				#639
Links (visited):	#639
Links (hover):		#FFF
Links (active):		#FFF
light purple:		#96C
purple:				#639
dark purple:		#306
--------------------------------------------------
*/

@import url("reset.css");

/*
--------------------------------------------------
ie hacks
--------------------------------------------------
*/
.pngFix {} /* IE6 png hack */


/*
--------------------------------------------------
global
--------------------------------------------------
*/
html, body {	background: url(../images/global/bg_tile.gif) repeat-x fixed #FFF;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	}
p {	color: #777;
	font-size: 14px;	line-height: 1.5em;	margin-bottom: 20px;	}
h1,h2,h3,h4,h5,h6 {	font-family: Palatino, "Palatino Linotype", "Hoefler Text", Times, "Times New Roman", serif;
	font-weight: normal;
	font-style: italic;
	line-height: 1em;	}
h2 { /* page title */
	color: #639;
	font-size: 60px;
	line-height: .75em;
	letter-spacing: -1pt;
	margin-bottom: 20px;	}
h2 big {
	font-size: 80px;
	line-height: 1em;
	}
h2 span {
	color: #306;
	font-size: 36px;
	}
h2 small {
	color: #306;
	font-size: 24px;
	}
h2 sup {
	font-size: 34px;
	padding-left: 4px;
	}
h3 {
	color: #306;
	font-size: 20px;
	margin: 10px 0;	}
h3 span {
	font-size: 16px;
	}
h4 { /* sidebar title*/
	color: #639;
	font-size: 16px;
	margin: 20px 0;	}
h5 { /* sidebar name*/
	color: #306;
	font-size: 36px;
	line-height: 26px;
	margin-bottom: 10px;	}
h5 span { /* sidebar name*/
	font-size: 20px;
	margin-bottom: 10px;	}
h6 { /* contact page labels*/
	color: #639;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 2px;	}

a:link,
a:visited {
	color: #639;
	outline: none; /* fixes Firefox dotted outline */
	text-decoration: underline;
	}
a:hover,
a:active {
	color: #96C;
	outline: none; /* fixes Firefox dotted outline */
	text-decoration: none;
	}


/*
--------------------------------------------------
default styles
--------------------------------------------------
*/
.clear {clear: both;} /* intended to clear floats */

b, strong {font-weight: bold;}em, i {
	font-style: italic;
	font-weight: bold;
	}
.underline {text-decoration: underline;}
.small {font-size: 8px;}
.big {font-size: 14px;}

.center {text-align: center;}
.left {text-align: left;}
.right {text-align: right;}

.floatLeft {float: left;}.floatRight {float: right;}img.floatLeft {float: left; margin: 0 30px 30px 0;}img.floatRight {float: right; margin: 0 0 30px 30px;}
img.margin_bottom {margin-bottom: 20px;}


/*
--------------------------------------------------
wrappers, containers
--------------------------------------------------
*/
#wrapper {
	height: 100%;
	margin: 0 auto;
	min-height: 100%;
	position: relative;	width: 800px;
	}
#content { 
	background: url(../images/global/bg_middle.gif) center;
	height: 100%;
	margin: 0 auto;
	overflow: hidden; /* 100% column height */
	padding: 20px 0;
	}
#pageTop { 
	background: url(../images/global/bg_top.png) center no-repeat;
	height: 170px;
	margin: 0 auto;
	}
#pageBottom { 
	background: url(../images/global/bg_bottom.png) center no-repeat;
	height: 110px;
	margin: 0 auto;
	}


/*
--------------------------------------------------
header
--------------------------------------------------
*/
#header {
	background: url(../images/global/header_logo.png) top center no-repeat;
	height: 450px;
	margin: 6px 0 10px 0;
	text-align: center;
	width: 800px;
	}
#header h1 {
	display: block;
	height: 460px;
	width: 430px;
	text-indent: -9999px;
	}
#header h1 a,
#header h1 a:link,
#header h1 a:visited,
#header h1 a:hover,
#header h1 a:active {
	background: none;
	border: none;
	display: block;
	height: 40px;
	margin-bottom: 10px;
	text-align: center;
	text-indent: -9999px;
	width: 940px;
	}
#header .contact {
	color: #000;
	font-size: 10px;
	margin-bottom: 10px;
	}


/*
--------------------------------------------------
navigation
--------------------------------------------------
*/

#menu {
	color: #639;
	float: left;
	padding: 60px 0 0 60px;
	text-align: left;
	overflow: hidden;
	}#menu li {	display: inline;
	font-family: Palatino, "Palatino Linotype", "Hoefler Text", Times, "Times New Roman", serif;
	font-weight: normal;
	font-style: italic;
	letter-spacing: -.5pt;
	padding-right: 4px;
	}
#menu li.last {
	background-image: none;
	background: none;
	}
#menu li a:link,
#menu li a:visited {
	color: #FFF;
	display: inline;
	font-size: 20px;	font-weight: normal;
	text-decoration: none;
	}
#menu li a:hover {
	color: #C9F;
	font-weight: normal;
	text-decoration: none;
	position: relative; /* cool effect via Smashing Magazine */
	top: 1px; /* cool effect via Smashing Magazine */
	}
#menu li a:active {
	color: #639;
	}
#menuButtons {
	float: right;
	padding: 60px 60px 0 0;
	}
#menuButtons li {
	display: inline;
	list-style: none;
	padding-left: 4px;
	}


/*
--------------------------------------------------
main content area
--------------------------------------------------
*/
#main {
	display: inline; /* fixes IE6 margin doubling */	float: left;
	margin-left: 80px;
	margin-bottom: 30px;
	position: relative;
	width: 440px;	}
#main ul {	list-style: none;
	}#main blockquote,
#mainFull blockquote {
	background: url(../images/global/bg_blockquote.gif) no-repeat 0 10px;
	color: #639;
	font-size: 34px;	font-family: Palatino, "Palatino Linotype", "Hoefler Text", Times, "Times New Roman", serif;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 20px;
	padding-left: 60px;	}
#main .intro {
	margin-bottom: 40px;
	}
#mainFull {
	display: inline; /* fixes IE6 margin doubling */	float: left;
	margin-left: 80px;
	position: relative;
	width: 640px;	}

.testimonials ul,
.bios ul,
.faqs ul {
	margin-bottom: 30px;
	}
.testimonials li,
.bios li,
.faqs li {	border-bottom: 1px dotted #CCC;	margin-bottom: 20px;
	padding-bottom: 10px;
	}
ul.faqs p {
	font-size: 12px;
	}
ul.faqs h3 {
	margin-bottom: 2px;
	}

.testimonials li p {
	font-style: italic;	}
.services {
	color: #777;
	}
.services .leftColumn {
	float: left;
	width: 280px;
	}
.services .rightColumn {
	float: right;
	width: 280px;
	}
.services ul {
	border-bottom: 1px dotted #306;
	float: left;
	margin-bottom: 40px;
	width: 280px;
	}
.services li {	font-size: 12px;	margin-bottom: 10px;
	}
.services li em {
	font-weight: normal;	}
.services li .price {
	float: right;
	font-weight: bold;	}



/*
--------------------------------------------------
sidebar
--------------------------------------------------
*/
#sidebar {
	display: inline; /* fixes IE6 margin doubling */	float: right;
	margin-right: 80px;	position: relative;
	width: 160px;	}
#sidebar p {
	font-size: 11px;
	font-style: italic;
	line-height: 1.5em;
	}
#sidebar ul {
	margin-bottom: 30px;
	}
#sidebar ul.testimonials {
	margin-bottom: 0px;
	}
#sidebar ul.testimonials li {
	border-bottom: 1px dotted #CCC;	color: #000;
	margin-bottom: 16px;
	}
#sidebar ul.testimonials li p {
	margin-bottom: 4px;
	}
#sidebar li {	border-bottom: 1px dotted #CCC;	color: #000;
	}
#sidebar a:link,
#sidebar a:visited {
	color: #639;
	font-size: 12px;
	font-weight: bold;
	padding-left: 4px;
	}
#sidebar a:hover,
#sidebar a:active {
	color: #96C;
	}

#contactInfo p {
	border-bottom: 1px dotted #306;	font-size: 14px;
	line-height: 1em;
	margin-bottom: 20px;
	padding-bottom: 20px;
	}
#contactInfo p a:link,
#contactInfo p a:visited,
#contactInfo p a:active,
#contactInfo p a:hover {
	border-bottom: 0px dotted #306;	color: #777;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	}
#contactInfo .nameBig {
	color: #306;
	font-family: Palatino, Times, serif;
	font-size: 36px;
	font-style: italic;
	line-height: 1em;
	}
#contactInfo sup {
	font-size: 20px;
	padding-left: 4px;
	}
#contactInfo .nameSmall {
	color: #306;
	font-family: Palatino, Times, serif;
	font-size: 21px;
	font-style: italic;
	line-height: 1em;
	margin-bottom: 10px;
	}

/*
--------------------------------------------------
footer
--------------------------------------------------
*/
#footer {
	font-size: 10px;
	margin: 20px 0 80px 0;
	padding-top: 10px;
	text-align: center;
	}#footer p,
#footer ul {	color: #777;
	font-size: 11px;	line-height: 1em;	margin-bottom: 10px;	}#footer ul {	list-style: none;	}#footer li {	display: inline;	padding: 0 2px;	}
#footer a {
	font-weight: bold;
	text-decoration: none;
	}


/*
--------------------------------------------------
Additional Styles
--------------------------------------------------
*/
.audio-stream {
	margin: 20px auto;
	text-align: center;
	}


/*
--------------------------------------------------
form styles
--------------------------------------------------
*/fieldset {
	line-height: 1em;
	margin-bottom: 10px;
	text-align: left;
	}
fieldset ul {
	margin-bottom: 60px;
	}
fieldset li {
	margin-bottom: 10px;
	}
legend {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;	margin-left: 110px;
	text-transform: uppercase;	}
label {	color: #999;
	display: inline-block;
	padding-top: 6px;
	text-align: left;
	width: 110px;
	}input,
textarea {
	background-color: #FFF;	border: 1px solid #639;	color: #639;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;	margin: 2px 0;	padding: 4px;
	vertical-align: top;
	width:  360px;	}
input {	height: 16px;	}textarea {
	height: 100px;
	}
textarea:focus, input[type="text"]:focus {	background: #EFEFEF;
	border: 1px solid #F00;	}
fieldset .button {	background-color: #F00;	border: 0px solid #000;	color: #FFF;
	outline: none; /* fixes Firefox dotted outline */
	padding: 4px;
	}
