@charset "utf-8";
/* CSS Document */

#EM_manager_main_div {
	width: 850px;
}

.EM_Comment {
	padding: 5px 10px 5px 10px;
	background-color:#cccccc;
	border-top: 1px dashed #666666;
	color: #333333;
}

/********************************************/
/* FONTS AND HEADINGS						*/
/********************************************/

body {
	font-family: Arial, Helvetica, sans-serif;
}
a {
	color: #000099;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p, li {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.small {
	font-size: 10px;
}
.pipe {
	padding: 0px 5px;
}
.lined {
	border-bottom: 1px solid #000000;
}
h1 {
	margin: 0px;
	padding-top: 12px;
	font-weight: bold;
	font-size: 36px;
	color: #ef5a08;
}
h2 {
	margin: 0px;
	padding-top: 4px;
	font-weight: bold;
	font-size: 24px;
	color: #cc962c;
}
h3 {
	margin: 0px;
	padding-top: 4px;
	font-weight: bold;
	font-size: 18px;
	color: #7f0c01;
}

/********************************************/
/* MAIN STRUCTURE 							*/
/********************************************/

body {
	background-image: url(/images/2011/background.png);
	background-repeat:repeat-x;
	height:100%;
	font-family: Corbel, Calibri,sans-serif;
	font-size: 15px;
	margin: 0px;
}
#main {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
}
.main_text {
	padding-left: 40px;
	padding-right: 40px;
}
#footer {
	clear:both;
	position: relative;
	top: 20px;
	width: 100%;
	background-color: #333333;
	height: 200px;
	text-align: center;
	padding-top: 20px;
}
#footer p {
	color: #bbbbbb;
}
#footer a{
	color: #bbbbbb;
}
#footer a:hover{
	color: #ffffff;
	text-decoration: underline;
}

/*********************************************************************/
/* TOP MENU BAR                                                      */
/*********************************************************************/

#top_menu {
	width: 800px;
	height: 50px;
	line-height: 50px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 50px;
	background-image: url(/images/2011/top-menu.png);
}
#top_menu a:hover {
	color: #b04d1c;
}

/********************************************/
/* LEFT SIDEBAR 							*/
/********************************************/

#left {
	position: relative;
	top: 36px;
	width: 227px;
	float: left;
	color: #ffffff;
}
#left a {
	color: #fcffb0;
}
#left h2 {
	color: #ffffff;
}
#sidebar {
	width: 211px;
	background-image:url(/images/sidebar-background.png);
	background-repeat: repeat-y;
	padding: 0px 8px;
}
#sidebar .text {
	padding-left: 12px;
}
#sidebar .colorbar {
	height: 4px;
}
#sidebar .bulletin {
	position: absolute;
	bottom: 12px;
	width: 191px;
	height: 58px;
	background-color: #6e6e59;
	color: #ffffff;
	padding: 0px 10px;
	margin-top: 20px;
}
#onecolumn {
	position: relative;
	top: 36px;
	width: 900px;
}
#onecolumn_content {
	width: 900px;
	background-color: #ffffff;
}

#left table.EM_Sermon_Player_2 th {
	color:#ffffff;
}
#left table.EM_Sermon_Player_2 td {
	color:#ffffff;
}


/********************************************/
/* RIGHT COLUMN 							*/
/********************************************/

#right {
	position: relative;
	top: 36px;
	width: 662px;
	float: right;
}
#slideshow {
	width: 651px;
	height: 280px;
	background-color: #ffffff;
	padding-left: 11px;
}
#slideshow_player {
	width: 640px;
	height: 286px;
	background-color: #000000;
}
#content {
	width: 614px;
	background-color: #ffffff;
	padding: 0px 24px;
}
#content_left {
	position: relative;
	float: left;
	width: 330px;
}
#content_right {
	position: relative;
	float: left;
	width: 250px;
	padding-left: 30px;
}

#right table.EM_Sermon_Player_2 th {
	color:#000000;
}
#right table.EM_Sermon_Player_2 td {
	color:#000000;
}


/*********************************************************************/
/* NAVIGATION                                                        */
/*********************************************************************/

#logo {
	position: absolute;
	top: -24px;
	left: 26px;
}
#menubar {
	position: relative;
	top: 15px;
	width:100%;
	height: 99px;
	background-image: url(/images/2011/menu-band.png);
	background-repeat: repeat-x;
}
#navbar {
	position: relative;
	width: 900px;
	height: 99px;
	top: 4px;
	margin-left: auto;
	margin-right: auto;
}
#nav {
	width: 400px;
    margin-left: 310px;
	padding:0;
	position:relative;
}
#nav li {
	width: 122px;
	height: 81px;
	display: block;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	border-right: 3px solid #2a2a2a;
}
#nav .first {
	width: 125px;
	border-left: 3px solid #2a2a2a;
}
#nav .two_lines a {
	padding-top: 25px;
	height: 56px;
}
#nav .three_lines a {
	padding-top: 18px;
	height: 63px;
}
#nav li a {
	display:block;
	height: 81px;
	line-height: 14px;
	margin:0;
	color:#ffffff;
	text-decoration:none; 
	text-align: center;
	font-size: 12px;
	font-weight: bolder;
}
#nav li a:hover {
	color:#FFFFFF;
	background-color: #b04d1c;
}
/*#nav ul {
    position: absolute;
	top: 25px;
    width: 170px;
	margin: 0px;
	list-style:none;
	padding-left: 0px;
	background-color: #dbdbdb;
	line-height: 30px;
    display: none;
	z-index: 9000;
}
#nav ul li a {
	width: 160px;
	line-height: 25px;
	margin:0;
	padding-left: 10px;
	color:#000000;
	text-decoration:none;
	font-family: Myriad Pro;
	font-size: 14px;
	text-align: left;
}
#nav ul li a:hover {
	color:#ffffff;
	background-color: #b4b4b4;
	background-image: none;
}
#nav ul ul {
	top:auto;
}	
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul {
    display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul {
    display:block;
}
*/
/*********************************************************************/















#manager_banner {
	position: relative;
	width: 900px;
	height: 179px;
	background-image:url(/images/bgGrad.jpg);
	background-repeat:repeat-x;
}
#top, #top_old{
	height:25px;
	width:900px;
	margin-left: auto;
	margin-right: auto;
}
#top a, #top_old a {
	text-decoration: none;
	color: #3a3a39;
}
#top a:hover, #top_old a:hover {
	text-decoration: none;
	color: #f26722;
}
#top h6, #top_old h6 {
	color: #3a3a39;
	font-size: 14px;
	position:relative;
	float: right;
	top: -30px;
	right: 10px;
	border: none;
	font-weight: normal;
}
#top_old h6 {
	top: 3px;
	right: 0px;
}
#header{
	background-image:url(/images/banner.gif);
	width:900px;
	height:154px;
	margin-left: auto;
	margin-right: auto;
}
#header a{
	text-decoration:none;
	color: white
}
#header a:hover{
	text-decoration: none;
	color: #a4cd39
}
#leftFluff{
	float:left;
	width: 111px;
	padding-top: 20px;
}
#conTop{
	background-image:url(/images/mainTop.png);
	width:700px;
	height:26px;
}
#conMiddle{
	background-image:url(/images/mainMiddle.png);
	background-repeat:repeat-y;
	width:700px;
}
#conBottom{
	background-image:url(/images/mainbottom.png);
	width:700px;
	height:26px;
}
#contentBody{
	float:left;
	width:700px;
}
#tabs{
	position: relative;
	float: left;
	width: 111px;
	left: -10px;
	padding-top: 40px;
}
#stretch{
	clear:left;
}
#tab1{
	/*position:relative;
	top:-738px;*/
}
#tab2{
	/*position:relative;
	top:-608px;
	left:-62px;*/
}
#rightSwirl{
	/*position:relative;
	top:-310px;
	left:-123px*/
}
#rightSwirlSub{
	position:relative;
	left:0px;
}
#contentTxt, #contentTxtfront{
	width: 645px;
	float: left;
	clear: both;
	padding-left: 30px;
}
#contentTxt {
	min-height: 500px;
}
#contentIndent{
	width: 600px;
	float: left;
	clear: both;
	padding-left: 15px;
}
#contentBottom{
	width: 645px;
	float: left;
	clear: both;
	padding-top: 15px;
	padding-left: 30px;
}
#content2C{
	width: 620px;
	float: left;
	clear: both;
	margin-left: 30px;
	background-image: url(/images/constripe.jpg);
	background-repeat: repeat-y;
	margin-top: 20px;
}
#contentLC {
	margin: 0;
	padding: 0;
	width: 300px;
	float: left;
	clear: left;
}
#contentRC {
	margin: 0;
	padding: 0;
	width: 280px;
	float: right;
	clear: right;
}
.viewall {
	width: 82px;
	float: right;
	/*height: 175px;*/
}
.viewall a {
	color: #f26722;
}
.arrow {
	float: right;
	margin: 0;
	padding: 5px 0 0 0;
	width: 15px;
	height: 12px;
}
.contentRightPic {
	position: relative;
	left: 170px;
	margin-left: -140px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#calendar {
	width: 158px;
	height: 158px;
	margin-top: 15px;
	margin-left: 15px;
}
#back a{
	color:#f26722;
	text-decoration:none;
	float:right;
}
.subHead{
	color:#f26722;
	padding-top:10px;
}
#bottom {
	margin-top: 30px;
	height:90px;
	background-color: #3a3a39;
}
#flash_banner {
	width: 646px;
	height: 292px;
	margin-bottom: 20px;
}
#button1, #button2, #button3, #button4 {
	position: relative;
	float: left;
	width: 130px;
	height: 54px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: right;
	padding-top: 35px;
	padding-right: 10px;
}
#button1 a, #button2 a, #button3 a, #button4 a {
	font-size: 11px;
}
#button1 {
	background-image: url(/images/button1.gif);
}
#button2 {
	background-image: url(/images/button2.gif);
}
#button3 {
	background-image: url(/images/button3.gif);
}
#button4 {
	background-image: url(/images/button4.gif);
}





/************************************************/
/*	Calendar									*/
/************************************************/
/*.mini_calendar_title {
	color: #000000;
}
.EM_mini_calendar_days {
	color: #000000;
}
.EM_mini_calendar_line {
	color:#000000;
	border-bottom: 1px solid #000000;
}
.EM_mini_calendar_numbers a {
	font-family: "OCR A Std", "OCR A Extended", Monospace;
	color: #000000;
	text-decoration: none;
}
.EM_mini_calendar_shaded {
	background-color: #666666;
}
.EM_mini_calendar_shaded a {
	color: #000000;
}

#EM_manager_main_div {
	width: 800px;
}
*/
