/* 
	LifeWay Conference Centers Stylesheet - glorieta
	Created: 2010-04-02
	Author: AnthologyCreative.com | Justin Seiter
*/


/* TABLE OF CONTENTS
****************************************************************************************************
	BODY
	HEADER
	MAIN NAVIGATION
	MAIN CONTENT
	SIDEBAR WIDGETS
	FOOTER
*/


/* BODY
****************************************************************************************************/
body { background: #beb580 url('../images/glorieta/body-bg.jpg') repeat center 207px; }


/* HEADER
****************************************************************************************************/
#header-wrap { background: url('../images/glorieta/header-wrap-bg.jpg') repeat center top; }

#header { background: url('../images/glorieta/header-bg.jpg') no-repeat center top; }

#header-search { background: url('../images/glorieta/header-search-bg.gif') no-repeat; }

	#header-search input, #header-search label, #header-search label.over-apply { color:#b69967; }
	

/* MAIN NAVIGATION
****************************************************************************************************/
div#main-nav-wrap { position:relative;}

ul#main-nav { background:url('../images/glorieta/main-nav-bg-glorieta.jpg'); margin:0;}
ul#main-nav li { float:left; list-style-type:none; }
ul#main-nav li a { height:66px; display:block; position:absolute; top:70px; text-indent:-9999px; outline:none; }

li#main-nav-01 a, li#main-nav-02 a, li#main-nav-03 a, li#main-nav-04 a, li#main-nav-05 a, li#main-nav-06 a, li#main-nav-07 a { background:url('../images/glorieta/main-nav-bg-glorieta.jpg'); }

/*  
Measurements for the nav image replacement:

	The distance from the top to the...

	initial state = 0
	rollover state = 41px
	selected state = 82px

	The distance from the far-left to the...

	first button = 0
	second button = 80px
	third button = 138px
	fourth button = 222px
	fifth button = 294px

	The width of the...

	first button = 80px
	second button = 68px
	third button = 84px
	fourth button = 72px
	fifth button = 74px
*/

li#main-nav-01 a 					{ background-position:0 0; width:80px; left:0; }
li#main-nav-01 a:hover				{ background-position:0 -66px; }
li#main-nav-01 a.sel				{ background-position:0 -132px; }

li#main-nav-02 a 					{ background-position:-88px 0; width:182px; left:90px; }
li#main-nav-02 a:hover				{ background-position:-88px -66px; }
li#main-nav-02 a.sel		 		{ background-position:-88px -132px; }

li#main-nav-03 a 					{ background-position:-221px 0; width:110px; left:223px; }
li#main-nav-03 a:hover				{ background-position:-221px -66px; }
li#main-nav-03 a.sel				{ background-position:-221px -132px; }

li#main-nav-04 a 					{ background-position:-328px 0; width:103px; left:331px; }
li#main-nav-04 a:hover				{ background-position:-328px -66px; }
li#main-nav-04 a.sel	 			{ background-position:-328px -132px; }

li#main-nav-05 a 					{ background-position:-431px 0; width:112px; left:438px; }
li#main-nav-05 a:hover				{ background-position:-431px -66px; }
li#main-nav-05 a.sel 	 			{ background-position:-431px -132px; }

li#main-nav-06 a 					{ background-position:-542px 0; width:160px; left:551px; }
li#main-nav-06 a:hover				{ background-position:-542px -66px; }
li#main-nav-06 a.sel 	 			{ background-position:-542px -132px; }

li#main-nav-07 a 					{ background-position:-702px 0; width:115px; left:726px; }
li#main-nav-07 a:hover				{ background-position:-702px -66px; }
li#main-nav-07 a.sel 	 			{ background-position:-702px -132px; }


/* MAIN CONTENT
****************************************************************************************************/
.main-content h1.page { background: url('../images/glorieta/page-heading-bg.jpg') repeat center top; }
	
	
/* SIDEBAR WIDGETS
****************************************************************************************************/
.sidebar-nav a { color:#ab3706; }
.sidebar-nav a.sel { background:#ab3706; }

ul.sidebar-sub-nav li.sel {
	color:#ab3706;
	font-weight:bold;
}

/* FOOTER
****************************************************************************************************/
#footer { background: #40562b url('../images/glorieta/footer-bg.jpg') repeat center top; }

.dropdownlabel {
	
}

.tabbydropdown {
	margin-right:31px;
	color:#65502a;
}

.tabbydropdownc {
	margin-right:20px;
	color:#65502a;
}

.rnc {
	padding-bottom:3px;
}

