body {
	background: #e5f0f0 url(../images/bg.png) repeat-x;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

a {
	color: #334c6a;
}

#container {
	margin: 0 auto;
	height: 100%;
	width: 900px;
}

#header {
	margin: 10px 0 20px 0;
	position: relative;
	width: 900px;
}

#header h1 a {
	background: url(../images/logo.png) no-repeat right top;
	float: left;
	height: 90px;
	margin-bottom: 10px;
	overflow: hidden;
	text-indent: -9999px;
	width: 565px;
}

.music-media #header h1 a {
	background: url(../images/music-media/logo.png) no-repeat left top;
	width: 590px;
}

#header ul.nav {
	background: url(../images/nav-bg.png) no-repeat right top;
	height: 48px;
	margin: 8px 0 0 -3px;
	width: 906px;
}

#header ul.nav li {
	float: left;
	position: relative;
}

#header ul.nav li a {
	border-left: 1px solid #40a2ad;
	border-right: 1px solid #227881;
	color: #FFF;
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0 17px;
	text-decoration: none;
}

#header ul.nav li.first a {
	border-left: 0px;
}

#header ul.nav li.last a {
	border-right: 0;
	padding-right: 10px;
}

#header ul.nav li a:hover {
	background: url(../images/nav-hover.png) repeat-x left top;
}

#header ul.nav li.first a:hover {
	background: url(../images/nav-hover-first.png) no-repeat left top;
}

#header ul.nav li.last a:hover {
	background: url(../images/nav-hover-last.png) no-repeat right top;
	width: 76px;
}

.home #header ul.nav li.nav-home a, .services #header ul.nav li.nav-services a, .about-us #header ul.nav li.nav-about-us a, .training-events #header ul.nav li.nav-training-events a, .clients #header ul.nav li.nav-clients a, .work-samples #header ul.nav li.nav-work-samples a, .what-clients-say #header ul.nav li.nav-what-clients-say a, .contact-us #header ul.nav li.nav-contact-us a {
	color: #334c6a;
}

#header ul.nav li ul {
	background: #62cad6;
	display: none; 
	left: 0; 
	position: absolute; 
	width: 200px; 
}

#header ul.nav li:hover ul {
	display: block;
}

#header ul.nav li ul li {
	float: none; 
}

#header ul.nav li ul li a {
	display: inline-block;
}

#header ul.nav li ul li a {
	display: block;
}

#content {
	background: url(../images/content-bg.png) repeat-y;
	width: 900px;
}

#sidebar {
	border-bottom: 1px solid #5b1424;
	float: left;
	height: 100%;
	position: relative;
	width: 200px;
}

#main-content .news-button a {
	background: url(../images/new-button.png) no-repeat left top;
	display: block;
	float: right;
	height: 82px;
	margin: 0 -4px 10px 20px;
	text-indent: -9999px;
	width: 208px;
}

#main-content .news-button a:hover {
	background: url(../images/new-hover-button.png) no-repeat left top;
}

#aweber-signup a {
	background: url(../images/aweber-button.png) no-repeat right top;
	float: right;
	height: 48px;
	overflow: hidden;
	position: absolute;
	right: -4px;
	text-indent: -9999px;
	top: 46px;
	width: 258px;
}

#aweber-signup a:hover {
	background: url(../images/aweber-hover-button.png) no-repeat right top;
}

#home a {
	background: url(../images/home-button.png) no-repeat right top;
	height: 32px;
	left: -3px;
	overflow: hidden;
	position: absolute;
	text-indent: -9999px;
	top: 97px;
	width: 133px;
}

#survey {
	margin-bottom: 15px;
}

#survey a {
	background: url(../images/survey-button.png) no-repeat right top;
	display: block;
	height: 48px;
	margin-left: -4px;
	overflow: hidden;
	text-indent: -9999px;
	width: 208px;
}

#main-content {
	float: left;
	margin-left: 30px;
	width: 670px;
}

#main-content p {
	font-size: 10pt;
	line-height: 180%;
	margin-bottom: 20px;
	text-align: justify;
}

#main-content p.about-us {
	overflow: hidden;
	text-align: left;
}

#main-content p.caption {
	margin: 10px 0 0 0;
	text-align: center;
}

#main-content .video {
	background: url(../images/video-frame.png) no-repeat center top;
	margin: 30px 0;
	padding: 6px 0;
	text-align: center;
}

#main-content blockquote {
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	margin: 0 auto;
	padding: 0 20px 20px 20px;
	text-align: center;
	width: 508px;
}

#main-content .testimonial {
	background: url(../images/quote-bg-top.png) no-repeat center top;
	clear: both;
	margin: 20px auto 20px auto;
	padding-top: 20px;
	width: 548px;
}

#main-content .testimonial blockquote {
	background: url(../images/quote-bg-bottom.png) no-repeat center bottom;
}

#main-content blockquote span {
	color: #999;
	display: block;
	font-weight: bold;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10pt;
	padding-right: 20px;
	text-align: right;
	width: 488px;
}

#main-content h1 {
	color: #5b1424;
	font-size: 16pt;
	margin-bottom: 20px;
}

#main-content h2 {
	clear: both;
	color: #5b1424;
	margin-bottom: 20px;
}

#main-content h3 {
	color: #5b1424;
	font-size: 15pt;
	margin-bottom: 20px;
}

#main-content h4 {
	color: #5b1424;
	font-size: 14pt;
}


#main-content h1 strong {
	font-size: 18pt;
}

#main-content strong {
	font-weight: bold;
}

#main-content small {
	color: #333;
	font-size: 8pt;
}

#main-content table {
}

#main-content td {
	font-size: 11pt;
	line-height: 150%;
	padding: 0 20px 10px 0;
}

#main-content sup {
	font-size: 7pt;
	vertical-align: super;
}

#main-content .feature-box, #contact-form, #contact-randy, #contact-robin {
	background-color:  #FFF;
	border: 1px solid #5c1326;
	margin-bottom: 20px;
	padding: 10px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#main-content ul {
	list-style-type: disc;
	margin-left: 20px;
}

#main-content ul li ul {
	list-style-type: disc;
}

#main-content li {
	font-size: 10pt;
	line-height: 180%;	
	margin: 0 0 10px 20px;
}

#main-content li span {
	font-weight: bold;
}

#main-content ul.sitelist {
	list-style-type: none;
	margin-left: 0;
	text-align: center;
}

#main-content .feature-box li span {
	color: #5c1326;
}

#main-content p span {
	font-weight: bold;
}

#main-content li img {
	margin: 10px 0 0 -15px;
}

#main-content .feature-box span.underline {
	color: #000;
	font-weight: normal;
	margin-bottom: 10px;	
	text-decoration: underline;
}

#main-content .feature-box p {
	margin-left: 20px;
}

#main-content li ul {
	list-style-type: none;
	margin-top: 10px;
}

#main-content ul li ul li {
	margin-top: 10px;
}

#main-content .intro {
	text-align: center;
}

#contact-randy, #contact-robin {
	margin-bottom: 20px;
	overflow: hidden;
	width: 650px;
}

#contact-randy p, #contact-robin p {
	float: left;
	font-size: 14pt;
	margin-left: 20px;
}

#contact-form {
	clear: both;
	font-size: 10pt;
}

#contact-form div {
	position: relative;
}

#contact-form label {
	clear: both;
	color: #495e85;
	display: block;
	margin-bottom: 5px;
}

#contact-form legend {
	display: block;
	font-weight: bold;
	height: 30px;
}

#contact-form input {
	background-color: #e5f0f0;
	clear: right;
	height: 20px;
	margin-bottom: 20px;
	padding: 5px;
	width: 400px;
}

#contact-form input.checkbox {
	padding: 0;
	width: 20px;
}

#contact-form textarea {
	background-color: #e5f0f0;
	height: 100px;
	margin-bottom: 20px;
	padding: 5px;
	width: 638px;
}

#contact-form .submit input {
	background: url(../images/submit-button.png) no-repeat right top;
	display: block;
	height: 48px;
	margin: 0 auto;
	overflow: hidden;
	text-indent: -9999px;
	width: 208px;
}

#contact-form .submit input:hover {
	background: url(../images/submit-hover-button.png) no-repeat right top;
}

#contact-form label.error {
	color: red;
	left: 100px;
	position: absolute;
	top: 0;
}

#footer {
	clear: both;
	margin: 100px 0 0 230px;
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 670px;
}

#footer p {
	font-size: 8pt;
	line-height: 100%;
	margin-bottom: 10px;
	text-align: center;
}

#footer ul.nav {
	list-style-type: none;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
}

#footer ul.nav li {
	float: left;
	position: relative;
}

#footer ul.nav li a {
	color: #000;
	display: block;
	font-size: 10pt;
	padding: 5px 10px;
	text-decoration: none;
}

#footer ul.nav li a:hover {
	background: url(../images/nav-hover.png) repeat-x left top;
	color: #FFF;
	text-decoration: underline;
}

#thanks {
	background-color: #5c1326;
	color: #FFF;
	padding: 10px;
	text-align: center;
	width: 240px;
}

#thanks h1 {
	margin-bottom: 10px;
}

#thanks p {
	font-size: 10pt;
	margin-bottom: 10px;
}

#thanks a {
	color: #FFF;
}

.centered-intro {
	margin-bottom: 20px;
	text-align: center;
}

.clear {
	clear: both;
}

.float-left {
	float:left;
}

.float-right {
	float:right;
}

.profileimage {
	display: none;
}

.hidden {
	display: none;
}

.picture-left {
	margin: -4px 20px 20px -3px;
}

.picture-right {
	margin: -4px -3px 20px 20px;
}

#sociallinks {
	position: absolute;
	right: 155px;
}

.fb-like {
	float: right;
}

.retweet {
	float: right;
	margin-top: 3px;
}

a.new-window {
}
