@charset "UTF-8";

body {
	color: #333;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 15px;
	background: #FFFFFF url(images/background.gif) repeat-x center bottom;
	text-align:center;
}

p, h1, h2, h3, h4, h5, h6, ul, li, ol {
	margin:0;
	padding:0;
}

a img { border:0; }

/***** Layout *******/
#wrapper {
	width:788px;
	margin: 0px auto;
	text-align:left;
	position:relative;
	color: #000;
}	

#sitemap {
	height: 30px;
	text-align: right;
	margin-right: 30px;
	line-height: 25px;
}

#sidebar {
	float: left;
	width: 193px;
	margin-left: 5px;
	margin-top: 15px;
	position: relative;
	min-height: 650px;
	z-index:2;
}

#content {
	float: right;
	width: 561px;
	margin-right: 5px;
	margin-top: 25px;
	position:relative;
	z-index:1;
	padding-bottom: 20px;
}

#footer {
	clear: both;
	border-top: 4px solid #7D6C41;
	margin: 20px 5px 20px 5px;
	position: relative;
}

#footer p:first-child {
	margin-top:0px;
}	

#contact_info {
	text-align: center;
	position: absolute;
	top: -215px;
	left: 0px;
	width: 193px;
	z-index:3;
}

hr {
	color:#7D6C41;
	background-color:#7D6C41;
	border-color:#7D6C41;
	height:5px;
}

#send_link {
	position:absolute;
	right:0px;
	top:-15px;
	z-index:3;
}

#sidebar #send_link {
	position:relative;
}	

#monthly_teaching {
	position:absolute;
	left:10px;
	top:-15px;
	z-index:3;
}	

.a2a_dd {
	display: block;
	clear: both;
	margin-top: -15px;
	margin-bottom: 30px;
}

#send_link a, #monthly_teaching a {
	color:#333;
	text-decoration:none;
}		

table.table_format td {
	padding:5px;
}	

#content ul, #content ol, #popup_content ul, #popup_content ol {
	margin-left:40px;
}

#forum_popup { 
	background: #FFFFFF url(images/forum/popup_background.jpg); 	
	text-align: left;
	padding: 20px;
}

/****** Header Slideshow *******/
#cycle {
	position:relative;
}
	
#cycle #cycle_rotation { 
	position:relative;
	width: 788px; /* slide width */
	height: 174px; /* slide height */
	overflow: hidden;
}

#cycle #cycle_nav { /* location of rotation navigation */
	position:absolute; 
	top:150px; 
	left:0px;
	width:100%;
	text-align:center; 
	z-index:100;
}
#cycle #cycle_nav a { /* rotation navagation styling */
	border: 1px solid #666666;
	background: #333333;
	text-decoration: none;
	margin: 0 5px;
	padding: 1px 2px;
	font: 8px/12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#cycle #cycle_nav a.activeSlide { /* rotation navagation styling for active slide */
	background: #CCCCCC;
	color:#000000;
}
#cycle #cycle_nav a:focus { outline: none; }


/****** Navigation ********/
#nav {
	width: 100%;
	border-top: 6px solid #7D6C41;
	background-color:#FFFFFF;
	margin-bottom:20px;
	position:relative;
	z-index:10;
}

#nav ul { 
	list-style: none; 
	border-right: 2px solid #DEDEDE;
	position:relative;
}

#nav ul li {
	text-decoration: none;
	color:#4488BB;
	font: 14px Arial, Helvetica, sans-serif;
	border-bottom: 2px solid #DEDEDE;
	position: relative;
	cursor:default;
}

#nav ul li.submenu { background: url(images/nav/nav_submenu_background.gif) no-repeat 175px 11px; }
#nav ul li.nav_selected { background: url(images/nav/nav_submenu_background_over.gif) no-repeat 175px 11px; }


#nav ul li a {
	line-height:30px;
	text-decoration:none;
	display:block;
	color:#4488BB;
	height: 30px;
	padding-left: 30px;
	background: url(images/nav/nav_background.gif) no-repeat 7px 11px;
}

#nav ul li a:hover {
	color:#8DA7BB;
}	

#nav ul li a:visited {
	/*color:#4488BB;*/
}

#nav ul li ul {
	position: absolute;
	left: 191px;
	top: -2px;
	width:212px;
	background-color:#FFFFFF;
	border-right: 2px solid #DEDEDE;
	border-left: 2px solid #DEDEDE;
	border-top: 2px solid #DEDEDE;
	display:none;
	z-index:100;
}

#nav ul li ul li a {
	padding-left:5px;
	white-space:nowrap;
	background:none;
	line-height:25px;
	height:25px;
	display:block;	
}	

.img_nav ul {
	list-style:none;
	text-align:center;
	margin-bottom:20px;
	position:relative;
}

.img_nav ul li {
	position:relative;
	font: 14px Arial, Helvetica, sans-serif;
	cursor:default;
	width:100%;
	display:block;
}
	
.img_nav ul li ul {
	position: absolute;
	left: 153px;
	top: 70px;
	width:180px;
	display:none;
	background-color:#FFFFFF;
	border-right: 2px solid #DEDEDE;
	border-left: 2px solid #DEDEDE;
	border-top: 2px solid #DEDEDE;
	z-index:100;
	text-align:left;
}

.img_nav ul li ul li {
	border-bottom: 2px solid #DEDEDE;
}

.img_nav ul li ul li a {
	padding-left:5px;
	white-space:nowrap;
	background:none;
	line-height:25px;
	height:25px;	
	text-decoration:none;
	display:block;
	color:#4488BB;
}	

		
.img_nav ul li ul li a:hover {
	color:#8DA7BB;
}	

.img_nav ul li ul li a:visited {
	/*color:#4488BB;*/
}


/****** Text Styles *******/

h1, h2, h3, h4, h5, h6, p { margin:15px 0px; }	

a { color:#4488BB; text-decoration:underline; cursor:pointer; }

a:link { color:#4488BB; }	
a:visited { color:#551A8B; }	

.main    { color: #333; font-size: 13px; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 15px }
.sub_gold_big { color: #887951; font-size: 20px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: 700; line-height: 23px }
.main_small { color: #333; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 12px }
.sub_bluelink { color: #48b; font-size: 16px; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: 700; line-height: 17px }
.sub_gold_sm, a.sub_gold_sm  { color: #887951; font-size: 16px; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: 700; line-height: 17px }
.news_main_drk_blue { color: #04066a; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal; line-height: 14px; }
.news_main { color: #000; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal; line-height: 14px; }
.news_sub_R { color: #006; font-size: 16px; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: 700; line-height: 17px; }
.main1 { color: #333; font-size: 13px; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 15px }
.main_center   { color: #333; font-size: 13px; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 15px; text-align: center }
.main_small { color: #333; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 12px }
.main_verysmall { color: #333; font-size: 9px; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 10.5px; }
.main_bold  { color: #333; font-size: 13px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: 700; line-height: 15px }
.sub_lightgold { color: #887951; font-size: 13px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: 400; line-height: 15px }
.sub_bluelink { color: #48b; font-size: 16px; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: 700; line-height: 17px }
.sub_blacklink {
	color: #000;
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 700;
	line-height: 17px
}
fieldset { border: solid 1px #4488BB }
legend   { color: #4488bb; font-size: 17px; font-weight: 800; line-height: 18px; padding: 4px; border: solid 1px #06c }
#bookstore fieldset, #form fieldset  { margin-bottom: 15px; padding: 0 15px 15px; border: solid 2px #887951 }
#bookstore legend, #form legend   {
	color: #887951;
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 800;
	line-height: 16px;
	border-style: none
}
#bookstore table td { padding-bottom:8px; }
.blueoutline { border: solid 3px #76a8cd; }
.purchase_table .sub_gold_sm { 
	font-size: 11px; 
}
.purchase_table .main, .purchase_table .main input, .purchase_table .main select { 
	font-size: 10px; 
}
.signupframe td {
	padding:3px;
}

blockquote { margin-left:20px; margin-right:20px; }

h1 {
	color:#887951;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:20px;
	font-weight:600;
	line-height:18px;
}
h2 {
	color:#887951;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:600;
	line-height:17px;
}

.highlighted_txt {
	background-color:#EFFB0A;
	border:2px dotted #7F7F7F;
	padding:8px;
}

.main_quotes {
	color:#333333;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:15px;
	line-height:17px;
	text-align:center;
}

.quote_nav {
	padding:5px 0px 20px 0px;
}	

#content li { margin-bottom:10px; }
	
/****** Popup Styles *******/
.popup {
	background: #fcfcfc url(images/audio_messages/pop_up_msg_gradient.gif) repeat-x center bottom;
	padding: 0px 20px 20px 20px;
}

#popup_wrapper {
	margin: 0px auto;
	background: #fcfcfc url(images/audio_messages/pop_up_msg_gradient2.gif) repeat-x center bottom;
	width: 560px;
	text-align: left;
	padding:0px 15px 15px 15px;
}

#popup_wrapper #close_window {
	text-align: right;
	height: 25px;
}

#popup_wrapper #footer {
	margin: 0px 0px 20px 0px;
}

#video {
	width: 535px;
	margin: 20px auto;
}

#video #vid_col1 {
	float: left;
	width: 328px;
	margin-left: 15px;
}

#video #vid_col2 {
	float: right;
	width: 160px;
	text-align: left;
	margin-right: 15px;
}

/***** Refer Friend Lightbox *****/
		#dialog-form { font-size:80%; text-align:left; }
		#dialog-form label, #dialog-form input { display:block; }
		#dialog-form input.text, #dialog-form textarea.textarea { margin-bottom:12px; width:95%; padding: .4em; }
		#dialog-form textarea.textarea { height: 50px; }
		#dialog-form small { font-style: italic; color: #777; }
		#dialog-form fieldset { padding:0; border:0; margin-top:25px; }
		#dialog-form .ui-state-error { padding: .3em; }
		#dialog-form .validateTips { border: 1px solid transparent; padding: 0.3em; }
		body .ui-dialog .ui-dialog-buttonpane { text-align:right; }


/***** Postioning Classes ******/
.center { text-align:center; }
.left { float:left; margin-right: 15px; }
.right { float:right; margin-left: 15px; }
.right_img_stroke {
	float:right;
	margin-left: 15px;
	border: 2px solid #000;
}
.imageright {
	margin-bottom: 10px;
	margin-left: 18px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.imageleft { margin-right: 18px; margin-bottom: 10px; }
.left_table_stroke {
	margin-right: 12px;
	margin-bottom: 12px;
	border: 2px solid #7A693C;
	float: left;
	padding: 1px;
}

.image_stroke {
	border: 2px solid #000;
}
.clear { clear:both; }
.red {
	color: #F00;
}
.inline-box {
	margin: 5px;
	border: 1px solid #00F;
	padding: 8px;
}
.right-col-table-txt {
	text-align: left;
	margin: 0px;
	vertical-align: top;
	padding: 10px;
}

