/*
#############################################################
### Author:		Joshua Jarman [josh@redesigned.com]		  ###
### Copyright:	Copyright 2007 - All rights reserved.     ###
#############################################################
*//*
####### WEBSITE COLOR SCHEME #######
Background Brown:			#8F7D68;
Background White:			#E2DEC9;
Light Purple:				#6A025B;
Dark Purple:				#5D0250;
Light Orange:				#F8C64C;
Medium Orange:				#EEA409;
Dark Orange:				#F37406;
Cream:						#C9B683;
White:						#FFF;
Black:						#000;
####################################
*/
/* Set Default Attributes */
html, body {
	margin: 0px;
	padding: 0px;
	background-color: #8F7D68;
	border: 0px hidden transparent;
}
body {
	width: 100%;
	height: 100%;
	font-family: 'Lucida Grande', Arial, Tahoma, Verdana, Helvetica, Geneva, Lucida, sans-serif;
	color: #000;
	font-size: 11px;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
}
img {
	border: none;
}
a {
	color: #6A025B;
	text-decoration: none;
}
a:hover {
	color: #F37406;
}
div {
	display: block;
	margin: 0px;
	padding: 0px;
	position: relative;
}
h1, h2, h3, h4 {
	display: block;
	padding: 0px;
	margin: 0px;
	line-height: normal;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 12px;
}
hr {
	color: #F37406;
	background-color: #F37406;
	height: 1px;
	width: 100%;
	border: 0px none transparent;
	margin: 18px 0px;
}
.ReplaceWithImage {
	margin-left: -999em;
	left: -999em;
	display: block;
	height: 1px;
	width: 1px;
}
.linkbutton {
	border: 1px solid #5D0250;
	background-color: #EEE;
	padding: 1px 3px;
	line-height: 26px;
}
.linkbutton:hover {
	background-color: #F37406;
	color: #FFF;
}
#Top, #PageContainer, #Credits {
	margin: 0px auto;
}
#Top {
	display: block;
	width: 812px;
	height: 40px;
	background: url('/templates/design_002/images/background_top.png') center bottom no-repeat;
	_background: none; /*ie5-6 fix*/
}
#PageContainer {
	width: 800px;
	padding: 0px 6px;
	background: url('/templates/design_002/images/background.png') center top repeat;
	_background: url('/templates/design_002/images/ie56background.png') center top repeat; /*ie5-6 fix*/
}
#PageTitle {
	position: absolute;
	left: 6px;
	height: 50px;
	width: 800px;
	background: url('/templates/design_002/images/titlebar.png') left top no-repeat;
	overflow: hidden;
	z-index: 980;
}
#PrimaryNavigation {
	position: absolute;
	display: block;
	top: 41px;
	left: 231px;
	width: 533px;
	height: 40px;
	list-style: none;
	background-color: #F8C64C;
	background: url('/templates/design_002/images/navbackground.png') left top repeat;
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
	text-align: center;
	z-index: 995;
}
#PrimaryNavigation li {
	list-style: none;
	display: inline;
}
#PrimaryNavigation a {
	position: relative;
	float: left;
	display: block;
	width: 88px;
	height: 30px;
	line-height: 30px;
	font-size: 11px;
	text-decoration: none;
	color: #5d0250;
	padding: 0px 0px 10px 0px;
	text-align: center;
	z-index: 999;
}
#PrimaryNavigation a:hover {
	background: url('/templates/design_002/images/navover.png') center top no-repeat;
}
#SideBar {
	position: absolute;
	top: 0px;
	left: 6px;
	bottom: 0px;
	width: 225px;
	height: 100%;
	background: url('/templates/design_002/images/sidebar.png') left top no-repeat;
	_height: 580px; /*ie5-6 fix*/
}
#SecondaryNavigation {
	display: block;
	position: absolute;
	top: 85px;
	width: 185px;
	list-style: none;
	padding: 0px;
	margin: 0px 0px 0px 25px;
}
#SecondaryNavigation li, #SecondaryNavigation li li {
	margin: 0px;
	padding: 0px;
}
#SecondaryNavigation li {
	color: #eac472;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, 'Lucida Grande', Arial, Tahoma, Geneva, Lucida, Helvetica, sans-serif;
	line-height: 25px;
	_line-height: 14px; /*ie5-6 fix*/
}
#SecondaryNavigation li span {
	padding: 0px 0px 0px 15px;
}
#SecondaryNavigation li li {
	_height: 14px;
}
#SecondaryNavigation a {
	display: block;
	color: #eac472;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, 'Lucida Grande', Arial, Tahoma, Geneva, Lucida, Helvetica, sans-serif;
	line-height: 25px;
	_line-height: 14px; /*ie5-6 fix*/
	margin: 0px;
	padding: 0px 0px 0px 15px;
}
#SecondaryNavigation a:hover {
	background: url('/templates/design_002/images/bullet.png') left no-repeat;
	color: #EFBE4A;
}
#SecondaryNavigation li ul {
	display: block;
	width: 175px;
	list-style: none;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}
#SecondaryNavigation li li a {
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	line-height: 14px;
	padding: 2px 0px 6px 15px;
	margin: 0px;
}
*:first-child+html #SecondaryNavigation li li a {  /*ie7 fix*/
	padding: 0px 0px 0px 15px;
}
#SecondaryNavigation li li a:hover {
	color: #DFDFDF;
}
#ContentContainer {
	width: 533px;
	margin-left: 225px;
	min-height: 580px;
	background: url('/templates/design_002/images/page_background.png') left top no-repeat;
	_height: 580px; /*ie5-6 fix*/
	clear: both;
}
#ContentContainer p {
	text-indent: 15px;
}
#FormattedLayout {
	padding: 100px 60px 25px 60px;
	_margin-bottom: 45px; /*ie5-6 fix*/
}
#PageBackgroundPhoto, .PageBackgroundPhoto {
	position: absolute;
	display: block;
	height: 530px;
	width: 533px;
	top: 50px;
	right: 0px;
	_right: -1px; /*ie5-6 fix*/
}
#FlashMovieContainer {
	text-align: center;
	margin: 0px -40px;
	width: 530px;
}
#FlashAudioContainer, #AudioSubscribeContainer, #AudioDownloadContainer, #TeachingGift, #VideoContainer {
	margin-top: 30px;
	background-color: #F2AD0E;
	width: 450px;
}
#FlashAudioContainer h2, #AudioSubscribeContainer h2, #AudioDownloadContainer h2, #TeachingGift h2, #VideoContainer h2 {
	margin: 0px;
	padding: 10px 0px 10px 20px;
	color: #FFF;
	text-align: left;
}
#FlashAudioContainer div, #AudioSubscribeContainer div, #AudioDownloadContainer div, #TeachingGift div, #VideoContainer div {
	padding: 10px 10px 10px 25px;
	font-size: larger;
	background-color: #F8C64C;
	color: #333;
}
#FlashAudioContainer div {
	padding: 0px;
}
#AudioDownloadContainer div a, #AudioSubscribeContainer div a, #TeachingGift div a, #VideoContainer div a {
	line-height: 30px;
}
#VideoContainer {
	position: relative;
	margin: 30px auto 0px auto;
}
#VideoContainer div {
	padding: 10px;
	text-align: center;
}
#ScheduleControls a {
	font-size: 14px;
}
#BottomBar {
	position: absolute;
	bottom: 0px;
	right: 6px;
	height: 10px;
	width: 560px;
	background-color: #F37406;
	opacity: 0.75;
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	filter: alpha('opacity=75');
	color: #FFF;
	padding: 5px 0px 0px 15px;
	z-index: 980;
}
#BottomBar a {
	color: #5D0250;
}
#Credits {
	height: 88px;
	width: 810px;
	text-align: right;
	padding-right: 60px;
	background: url('/templates/design_002/images/background_bottom.png') center top no-repeat;
	_background: none; /*ie5-6 fix*/
}
#Credits a {
	color: #C9B683;
	text-decoration: none;
	font-size: 9px;
	line-height: 20px;
	padding: 8px 12px;
	z-index: 950;
}
#Credits a:hover {
	color: #F8C64C;
}
html, body{
	background:url('/templates/design_002/images/bg7.gif');
}
#Credits{
	height: 88px;
	width: 810px;
	text-align: right;
	padding-right: 60px;
	background: url('/templates/design_002/images/background_bottom2.png') center top no-repeat;
	_background: none; /*ie5-6 fix*/
}
#PageContainer{
background-image:url('/templates/design_002/images/background2.png');	
}
#SideBar{
background-image:url('/templates/design_002/images/sidebar2.png');	
}