/*--------------------------------------------------
------------------  Reset   ------------------------
--------------------------------------------------*/
 
a:active {outline:none;}
:focus {-moz-outline-style: none; outline:none;}
* html a {noFocusLine: expression(this.onFocus=this.blur()); outline: none;}

img {border:none;}

::selection {background: #005496; color: #fff; /* Safari */}
::-moz-selection {background: #005496; color: #fff; /* Firefox */}


/*--------------------------------------------------
------------------ Global Styles -------------------
--------------------------------------------------*/

body, html {height: 100%; width: 100%; margin: 0; padding: 0;}

html {background: url(./images/html_bg.jpg);}

body {
	background: url(./images/body_bg.jpg) repeat-x -90px 0;
	color: #6b644f;
	font-family: Verdana, sans-serif;
	font-size: 100%;
	line-height: 1.375em;
	word-wrap: break-word;
}

a {color: #005496; font-weight: bold; text-decoration: none;}
a:hover {text-decoration: underline;}

address {/*display: inline;*/ font-style: normal;}

h1,.ContentHeader,h2,.ContentSubHeader, .SidebarLabel,h3 {font-weight: bold;}

h1, .ContentHeader {color: #005496; font-size: 2em;}
h2, .ContentSubHeader, .SidebarLabel {color: #6b644f; font-size: 1.4em;}
h3 {color: #005496; font-size: 1.15em;}

hr {height: 1px; background: #e0d8c1; color: #e0d8c1; border: none; margin: 20px 0;}

.clear {clear: both; height: 0; margin: 0; padding: 0;}
.floatleft {float: left;}
.floatright {float: right;}
.hidden {visibility: hidden; position: absolute;}
.semantic {margin: 0; padding: 0; position: absolute; left: -9999px;}


/*--------------------------------------------------
------------------- Structure ----------------------
--------------------------------------------------*/

#wrapper {
	font-size: .75em;
	height: auto; width: 940px;
	margin: 0 auto;
}

	#header {height: 230px; width: 940px; position: relative; z-index: 9999;}
	
	#navbar {position: absolute; top: 190px;}
	
	#primary_top {background: url(./images/primary_top.png); height: 20px; width: 940px; margin-top: 10px;}
	
	#primary {
		background: url(./images/primary_bg.png) repeat-y;
		float: left;
		height: auto; width: 900px;
		padding: 0 20px;
		position: relative;
	}
	
		#flashbox_wrap {background: #f0ebdd; float: left; height: 330px; width: 600px;}
		
		#service_times {float: right; height: 330px; width: 280px;}
		
			#service_times_content {height: 195px; width: 270px; margin: 5px 0 0 5px; overflow: auto;}
	
	#primary_bottom {background: url(./images/primary_bottom.png); clear: both; height: 20px; width: 940px;}
	
	#secondary {
		background: url(./images/secondary_bg.png) repeat-y;
		float: left;
		min-height: 290px; width: 940px;
	}
	
		#mini_cal {
			float: left; 
			height: auto; width: 220px; 
			padding: 0 20px 15px;
		}
		
		#core_values {
			float: left; 
			height: auto; width: 360px; 
			margin-left: 10px; 
			padding: 0 20px 15px;
			position: relative;
		}
		
		#recent_news {
			float: left; 
			height: auto; width: 220px; 
			margin-left: 10px; 
			padding: 0 20px 15px;
		}
	
	#secondary_bottom {background: url(./images/secondary_bottom.png); clear: both; height: 5px; width: 940px;}
	
	#skyline {background: url(./images/skyline.jpg); height: 170px; width: 940px; margin: 0 auto;}
	
	#footer_container {
		background: #004c86 url(./images/footer_bg.jpg) repeat-x;
		min-height: 165px; width: 100%;
	}
	
	#footer {
		color: #fff;
		font-size: .75em;
		height: auto; width: 940px;
		margin: 0 auto;
		padding: 25px 0;
	}


/*------------------ Subpage --------------------*/

#sub_flashbox {background: #f0ebdd; height: auto; width: 900px; margin: 0 0 20px;}

#main_sans_sidebar {
	float: left;
	height: auto; width: 880px;
	line-height: 1.7;
	padding: 0 10px 10px;
}

#main {
	border-right: 1px dashed #e0d8c1;
	float: left;
	height: auto; width: 580px;
	line-height: 1.7;
	padding: 0 20px 10px 10px;
}

#sidebar {
	float: right;
	height: auto; width: 260px;
	line-height: 1.7;
	padding: 0 10px 10px;
}

#no_sidebar {display: none;}


/*------------------ Header --------------------*/

#header h1 {margin: 0;}

#logo {
	background: url(./images/logo.png) no-repeat;
	display: block;
	height: 110px; width: 400px;
	position: absolute; top: 60px;
	text-indent: -9999px;
}

#social_media_links_list {
	background: url(./images/getsocial_bg.png) no-repeat top left;
	display: block; 
	height: 40px;
	list-style: none;
	margin: 0; padding: 0 0 0 112px;
	position: absolute;
	min-width: 240px;
}

	#social_media_links_list li {display: inline; float: left; margin: 8px 0 0 7px;}
	
#site_search {
	background: url(./images/search_bg.jpg) no-repeat;
	height: 40px; width: 245px;
	position: absolute; top: 0; right: 0;
}
	
	#site_search form {position: absolute; top: 7px; left: 6px;}
	
	#site_search fieldset {border: 0; margin: 0; padding: 0;}
	
	.search_field {
		background: none;
		border: 0;
		color: #fff;
		margin: 0; padding: 6px 10px;
		width: 187px;
	}
	
	.submit_button {
		background: none;
		border: 0;
		cursor: pointer;
		height: 24px;
		line-height: 0;
		margin: 0; padding: 0;
		width: 24px;
		text-indent: -9999px;
	}
	
#home_mini {
	height: 150px; width: 420px;
	position: absolute; top: 40px; right: 0;
}
	

/*------------------ Primary --------------------*/

#services_header {
	background: url(./images/services_header.png);
	height: 50px; width: 270px;
	margin: 0 0 0 5px;
	text-indent: -9999px;
}

#quick_links {
	background: url(./images/quick_links.jpg);
	border: 1px solid #c7d7f0;
	height: 60px; width: 460px;
	list-style: none;
	margin: 0; padding: 0;
	position: absolute; bottom: 5px; right: 20px;
    z-index: 9998;
		-moz-box-shadow: -2px 2px 4px rgba(0,0,0,.2);
		-webkit-box-shadow: -2px 2px 4px rgba(0,0,0,.2);
		box-shadow: -2px 2px 4px rgba(0,0,0,.2);
		-moz-transform: rotate(-2deg);
  		-webkit-transform: rotate(-2deg);
}

	#quick_links li {display: inline;}
	#quick_links li a {display: block; float: left; height: 60px; text-indent: -9999px;}
	
	#quick_link1 {width: 140px;}
	#quick_link2 {width: 115px;}
	#quick_link3 {width: 105px;}
	#quick_link4 {width: 100px;}
	
	#quick_link1:hover {background: url(./images/quick_links.jpg) 0 -60px;}
	#quick_link2:hover {background: url(./images/quick_links.jpg) -140px -60px;}
	#quick_link3:hover {background: url(./images/quick_links.jpg) -255px 60px;}
	#quick_link4:hover {background: url(./images/quick_links.jpg) -360px 60px;}
	
	
/*------------------ Image Links --------------------*/
	
#image_links {
	height: 75px; width: 940px;
	list-style: none;
	margin: 20px 0; padding: 0;
}

	#image_links li {display: inline;}
	#image_links li a {display: block; float: left; height: 75px; text-indent: -9999px;}
	
	#image_link1 {background: url(./images/image_links.jpg) 0 0; width: 225px; padding: 0 10px 0 0;}
	#image_link2 {background: url(./images/image_links.jpg) -235px 0; width: 230px; padding: 0 10px 0 0;}
	#image_link3 {background: url(./images/image_links.jpg) -475px 0; width: 230px; padding: 0 10px 0 0;}
	#image_link4 {background: url(./images/image_links.jpg) -715px 0; width: 225px;}
	
	#image_link1:hover {background: url(./images/image_links.jpg) 0 -75px;}
	#image_link2:hover {background: url(./images/image_links.jpg) -235px -75px;}
	#image_link3:hover {background: url(./images/image_links.jpg) -475px -75px;}
	#image_link4:hover {background: url(./images/image_links.jpg) -715px -75px;}


/*------------------ Minicalendar --------------------*/

#mini_cal h2 {
	background: url(./images/secondary_header.jpg); 
	height: 40px; width: 270px;
	margin: 0 0 10px -20px;
	text-indent: -9999px;
}


/*------------------ Core Values --------------------*/

#core_values h2 {
	background: url(./images/secondary_header.jpg) -270px 0; 
	height: 40px; width: 400px;
	margin: 0 0 10px -20px;
	text-indent: -9999px;
}

	#value_thumbs {
		height: 50px; width: 380px;
		list-style: none; 
		margin: 0; padding: 0;
		position: absolute; top: 60px; left: 20px;
	}
	
		#value_thumbs li {display: inline;}
		#value_thumbs li a {
			cursor: pointer;
			display: block;
			float: left;
			height: 50px; width: 95px;
			overflow: hidden;
			text-indent: -9999px;
		}
		
		#value1_thumb a {background: url(./images/value_thumbs.jpg) 0 0;}
		#value2_thumb a {background: url(./images/value_thumbs.jpg) -95px 0;}
		#value3_thumb a {background: url(./images/value_thumbs.jpg) -190px 0;}
		#value4_thumb a {background: url(./images/value_thumbs.jpg) -285px 0; width: 75px !important;}

	#value_large {
		background: url(./images/value_large_bg.jpg);
		height: 140px; width: 360px;
		list-style: none; 
		margin: 0; padding: 0;
		position: absolute; top: 130px; left: 20px;
			-moz-
			-webkit-
			
	}
	
		#value_large li {display: inline;}
		#value_large li span {
			display: block;
			height: 140px; width: 360px;
			position: absolute; top: 0; left: 0;
			text-indent: -9999px;
		}
		
		#value1_large span {background: url(./images/value1.jpg);}
		#value2_large span {background: url(./images/value2.jpg);}
		#value3_large span {background: url(./images/value3.jpg);}
		#value4_large span {background: url(./images/value4.jpg);}
	
/*------------------ Recent News --------------------*/

#recent_news h2 {
	background: url(./images/secondary_header.jpg) -680px 0; 
	height: 40px; width: 260px;
	margin: 0 0 10px -20px;
	text-indent: -9999px;
}

	#announcement_list {list-style: none; margin: 0; padding: 0;}
	
	#announcement_list li a {
		border-bottom: 1px solid #e0d8c1;
		color: #6b644f;
		display: block;
		font-weight: normal;
		padding: 5px 10px;
		text-decoration: none;
	}
	
		#announcement_list li a:hover {background: url(./images/news_hover.png) right center no-repeat; color: #005496;}


/*------------------ Footer --------------------*/

#footer a {color: #ce9e49;}

#footer address {float: left; width: 400px;}
#credits {float: right; width: 400px;}

#footer h2 {margin: 0;}

#org_links {list-style: none; margin: 0; padding: 0;}
#org_links li {display: inline;}
#org_links li a {float: right;}

	#synod_link {
		background: url(./images/org_logos.png);
		display: block;
		height: 60px; width: 60px;
		margin: 0 0 0 10px;
		text-indent: -9999px;
	}
	
	#elca_link{
		background: url(./images/org_logos.png) -70px 0;
		display: block;
		height: 60px; width: 60px;
		text-indent: -9999px;
	}

#fc_logo {
	background: url(./images/fc_logo.png);
	clear: both;
	display: block;
	float: right;
	height: 43px; width: 160px;
	margin: 20px 0 0;
	text-indent: -9999px;
}


/*------------------ 3k. Breadcrumbs --------------------*/

#breadcrumbs {
    background: #f0ebdd;
    margin: 0 0 10px 0;
	min-height: 30px;
	padding: 10px;
}

	#breadcrumbs_trail a {
		background: #f8f5ec url(./images/breadcrumbs_endcap.png) right no-repeat;
		border: none;
		display: block;
		float: left;
		padding: 4px 15px 4px 10px;
	}

	#printable {
		background: url(./images/icon_printer.png);
		display: block;
		float: right;
		height: 16px; width: 16px;
		margin: 7px 0 0 7px;
		overflow: hidden;
	}
	
		#printable a {background: none; text-indent: -9999px;}
		
	#rss {
		background: url(./images/icon_feed.png);
		display: block;
		float: right;
		height: 16px; width: 16px;
		margin: 7px 0 0 0;
		text-indent: -9999px;
	}


/*--------------------------------------------------
------------------ CSS MENU ------------------------
--------------------------------------------------*/

/* ------ Menu Setup ------ */

.menu, .menu ul {
	cursor: pointer;
	display: block; 
	list-style: none; 
	margin: 0px;
	padding: 0px; 
	position: relative;
	text-align:left; 
	z-index: 1999;
}
.menu li {float: left;}
.menu li:hover>ul {display: block; position: absolute;}
.menu ul li {clear: both; display: block;}

/* 1st Level Vertical Centering */
.menu .cssnavlevelone {padding:; height: 40px; vertical-align: middle;}
img.cssnavlevelone {border: 0; display: none;}

/* ------ Container Positioning ------ */

/* 1st level*/
.menu li ul {display:none;}

/* 2nd level (needs nothing if horizontal) */
.menu ul li ul {border-top: none;}

/* 3rd+ level */
.menu li ul li ul {margin-left: 172px; margin-top: -30px;}

/* ------- Menu Styling ----------*/

/* 1st level styles (".menu ul a" for vertical | ".menu a" for horizontal) */
.menu a {
	border-right: 1px solid #b06522;
	border-left: 1px solid #d7b042;
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px 10px; 
	text-decoration: none;
}

	.menu a.first {border-left: none;}
	.menu li.firstlevel:last-child>a {border-right: none;}

/* 2nd+ level styles */
.menu li ul li a {
	background: #bb7d2a;
	border-top: 1px solid #d0a33c;
	border-left: 1px solid #d0a33c;
	border-right: 1px solid #ad5f1f;
	border-bottom: 1px solid #ad5f1f;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5em; 
	padding: 5px 10px 5px; 
	width: 150px; 
		text-shadow: 0 -1px 0 #ad5f1f;
}

/* ------- Hover Styling ----------*/

/* 1st level rollovers */
#navbar li:hover>a {background: url(./images/nav_hover.png); cursor: pointer; display:block;}

/* 1st level active page button color or bg */
#navbar li>a.active {background: url(./images/nav_hover.png);}

/* 2nd level rollovers (if desired) */
#navbar li ul li:hover>a {background: #d0a33c; color: #8d3600; cursor: pointer; display: block; text-shadow: none;}

/* 2nd+ level active page button color or bg */
#navbar li ul li a.active {background: #d0a33c; text-shadow: none;}

/* ------- Graphic Menu ------*/

#navbar a.cssnavlevelone {position: relative; height: 40px; overflow: hidden; display: block;}
#navbar .navimg {position: relative;}
#navbar .firstlevel:hover>a.cssnavlevelone img, .firstlevel:hover>a.first img {top: -40px;}

/* active states */
#navbar a.active img {top:-80px;}

/* --- don't show ie6 text --- */
#navbar span {display:none;}

/* --- IE6 undo graphic menu --- */
* html #navbar .navimg {display:none;}
* html #navbar span {display:inline;}
* html #navbar a.cssnavlevelone {overflow:visible; padding:0px 10px;}

/*---------- ie6 MAIN MENU hacks -----------*/

/* first level rollovers (".menu" for vertical | "#navbar" for horizontal) */
* html #navbar a:hover {color:#ffffff;}

/* sub level rollovers (if desired) */
* html #navbar table a:hover {background: #bbb; color: #ffffff;}

* html .menu {display:inline-block;}
* html .menu li a {display:block;float:left;}
* html .menu table a {border:0px;}
* html .menu li ul {display:block;position:absolute;visibility:hidden;}

* html .menu iframe {position:absolute; left:-9999px; top:-9999px; border:0px; width:0px; height:0px; margin:0px; padding:0px; list-style:none;display:none;visibility:hidden;}

/* correct position issue */
* html .menu li a table {position:relative;left:-9px;top:-1px;}
* html .menu li a table li a table {position:relative;left:-12px;top:9px;}

/* correct table border issue */
* html .menu table {border-collapse:collapse;}

/* enter as many levels as you wish to support */
* html .menu a:hover ul ul {visibility:hidden;}
* html .menu a:hover table table iframe {visibility:hidden;}
* html .menu a:hover ul a:hover ul ul {visibility:hidden;}
* html .menu a:hover ul ul a:hover table table iframe {visibility:hidden;}
* html .menu a:hover ul a:hover ul a:hover ul ul {visibility:hidden;}
* html .menu a:hover ul a:hover ul a:hover table table iframe {visibility:hidden;}
* html .menu a:hover ul a:hover ul a:hover ul a:hover ul ul {visibility:hidden;}
* html .menu a:hover ul a:hover ul a:hover ul a:hover table table iframe {visibility:hidden;}
* html .menu a:hover ul a:hover ul a:hover ul a:hover ul a:hover ul ul {visibility:hidden;}
* html .menu a:hover ul a:hover ul a:hover ul a:hover ul a:hover table table iframe {visibility:hidden;}
* html .menu a:hover ul a:hoverul a:hover ul a:hover ul a:hover ul a:hover ul ul {visibility:hidden;}
* html .menu a:hover ul a:hoverul a:hover ul a:hover ul a:hover ul a:hover table table iframe {visibility:hidden;}
* html .menu a:hover ul a:hover ul a:hoverul a:hover ul a:hover ul a:hover ul a:hover ul ul {visibility:hidden;}
* html .menu a:hover ul a:hover ul a:hoverul a:hover ul a:hover ul a:hover ul a:hover table table iframe {visibility:hidden;}

* html .menu a:hover ul {visibility:visible;z-index:2000;}
* html .menu a:hover table iframe {left:expression(this.nextSibling.offsetLeft);top:expression(this.nextSibling.offsetTop);width:expression(this.nextSibling.offsetWidth);height:expression(this.nextSibling.offsetHeight); filter:alpha(opacity=0);display:block;visibility:visible;}
* html .menu a:hover ul a:hover ul {visibility:visible;}
* html .menu a:hover ul a:hover table iframe {left:expression(this.nextSibling.offsetLeft);top:expression(this.nextSibling.offsetTop);width:expression(this.nextSibling.offsetWidth);height:expression(this.nextSibling.offsetHeight); filter:alpha(opacity=0);display:block;visibility:visible;}
* html .menu a:hover ul a:hover ul a:hover ul {visibility:visible;}
* html .menu a:hover ul a:hover ul a:hover table iframe {left:expression(this.nextSibling.offsetLeft);top:expression(this.nextSibling.offsetTop);width:expression(this.nextSibling.offsetWidth);height:expression(this.nextSibling.offsetHeight); filter:alpha(opacity=0);display:block;visibility:visible;}
* html .menu a:hover ul a:hover ul a:hover ul a:hover ul {visibility:visible;}
* html .menu a:hover ul a:hover ul a:hover ul a:hover table iframe {left:expression(this.nextSibling.offsetLeft);top:expression(this.nextSibling.offsetTop);width:expression(this.nextSibling.offsetWidth);height:expression(this.nextSibling.offsetHeight); filter:alpha(opacity=0);display:block;visibility:visible;}
* html .menu a:hover ul a:hover ul a:hover ul a:hover ul a:hover ul {visibility:visible;}
* html .menu a:hover ul a:hover ul a:hover ul a:hover ul a:hover table iframe {left:expression(this.nextSibling.offsetLeft);top:expression(this.nextSibling.offsetTop);width:expression(this.nextSibling.offsetWidth);height:expression(this.nextSibling.offsetHeight); filter:alpha(opacity=0);display:block;visibility:visible;}
* html .menu a:hover ul a:hover ul a:hover ul a:hover ul a:hover ul a:hover ul {visibility:visible;}
* html .menu a:hover ul a:hover ul a:hover ul a:hover ul a:hover ul a:hover table iframe {left:expression(this.nextSibling.offsetLeft);top:expression(this.nextSibling.offsetTop);width:expression(this.nextSibling.offsetWidth);height:expression(this.nextSibling.offsetHeight); filter:alpha(opacity=0);display:block;visibility:visible;}


/*--------------------------------------------------
------------------ Calendar ------------------------
--------------------------------------------------*/

/* ----------- CSS Tooltip ------------*/
a.tt {position: relative; text-decoration: none;}
a.tt span.tooltip {display: none;}
a.tt:hover span.tooltip {
    background: #f0ebdd;
    border: 2px solid #e0d8c1;
    border-radius: 5px;
    display: block;
    padding: 5px;
    position: absolute;
    text-align: left;
    top: 15px; left: 15px;
    width: 200px;
    z-index: 101;
}
/* ----------- JS Tooltip ------------*/
.boxoverbody {
    background: #f0ebdd;
    border: 2px solid #e0d8c1;
	border-radius: 5px;
	display: inline-block;
	font-size: .75em;
    padding: 10px 15px;
	width: 200px;
}

.CalOverTitle {font-weight: bold; color: #005496;}

/* ----------- Mini Cal Styles ------------*/

#calendartable {border-collapse: collapse;}
#calendartable td a {display: block; height: 25px; text-align: center;}
#calendartable td a:hover {background: #e0d8c1; z-index: 1;}
#calendartable .emptyday a:hover {background: transparent;}

#minicalendar .CalendarDayNumber, #minicalendar .CalendarCurrentDayNumber {font-size: 10px;}

#calnav {margin: 0 0 10px;}

/* ----------- MAIN Cal Styles ------------*/

#mainCal {border-collapse: collapse; clear: both;}
#mainCal td {border-collapse: collapse; font-size: 10px; padding: 5px 10px; width: 14%; vertical-align: top;}

#mainCal .WeekendDay A, A.CalendarWeekendDayLink {line-height: 1.3;}
#mainCal .WeekDay A, A.CalendarWeekDayLink {line-height: 1.3;}
#mainCal .ToDay A, A.CalendarToDayLink {line-height: 1.3;}

#mainCal .ToDay A:HOVER, #mainCal .WeekDay A:HOVER, #mainCal .WeekendDay A:HOVER {color: #6b644f; z-index: 1;}

/* ----------- Inside Each Day ------------*/

img.caldot {border: 0px; padding-right: 2px; vertical-align: middle;}
.calEventName {margin-bottom: 10px;}

.ToDay {background: #f0ebdd; border: 1px solid #e0d8c1; border-top: none; *border-top: 1px solid #e0d8c1;}
.WeekendDay, .WeekDay {border: 1px solid #e0d8c1; border-top: none; *border-top: 1px solid #e0d8c1;}
.emptyday, .EmptyDay {border: 1px solid #e0d8c1; border-top: none; *border-top: 1px solid #e0d8c1;}

.CalendarDayNumber, .CalendarCurrentDayNumber  {color: #6b644f; font-weight: normal;}

.ColumnHeader {background: #005496; color: #fff; font-weight: bold; padding: 5px;}

.SmallNote {font-style:italic; font-size:80%;}




/*--------------------------------------------------
-------------- 6. GLOBAL FRONT END -----------------
--------------------------------------------------*/

#pagination a {
	border: 1px solid #e0d8c1; 
	font-weight: bold; 
	line-height: 2em; 
	padding: 3px 5px; 
	text-decoration:none;
}
#pagination a:hover {background: #e0d8c1; border: 1px solid #e0d8c1;}
#pagination .OnPageNumber {border: 1px solid transparent; color: #351a00;}

form {margin: 0px; padding: 0px;}
input, select {margin-bottom: 5px; margin-right: 10px; vertical-align: middle;}

.PicOff {border: 5px solid #e0d8c1; margin: 5px; vertical-align: middle;}
.PicOn {border: 5px solid #c17627; margin: 5px; vertical-align: middle;}

.GraphBar {background: #c17627; margin: 0 10px;}

.RequiredFieldLabel {color:; font-weight: bold;}
 
table td.top, table th.top, #mainCal td {vertical-align:top;}
table.contentTable, table.itemTable {width:100%;border-collapse: collapse;} 
.contentTable td, .itemTable td {border-bottom: 1px solid #e0d8c1; text-align: left;}
.contentTable th {color: #351a00; border-bottom: 2px solid #e0d8c1; text-align: left;}
.contentTable th strong, .itemTable th strong {font-size: 100%;}
.contentTable th span {font-size: 100%; font-weight: normal;}
.contentTable td, .contentTable th, .itemTable td, .itemTable th {padding: 5px;}
.itemTable th {border-bottom: 1px solid #e0d8c1;color: #351a00;padding-right: 20px;text-align: right;width: 100px;}
.contentTable tr:hover td {background:url(/sr/images/datahoverbg.png)}
.itemTable td, .itemTable th, .contentTable td, .contentTable th {vertical-align:middle;}
.itemTable tr.last td, .contentTable tr.last td, .itemTable tr.last th, .contentTable tr.last th {border-bottom:none;}
table td.center, table th.center {text-align:center;}
table td.right, table th.right {text-align:right;}
.tdcheckbox {width:75px;text-align:center;}
 
fieldset {
 border:1px solid #e0d8c1;
 padding:0px 15px 15px 15px;margin:20px 0;
}
fieldset legend { color:#351a00; font-weight:bold; font-size: 120%; }

.borderbox {border: 1px solid #e0d8c1; padding: 5px;}
.iconlink {margin: 0 5px;}

.submitbutton, .smallbutton, .smallselect, .smallinput {
	background: #fff url(/sr/images/buttonbg.jpg) repeat-x;
	border: 1px solid #ccc;
	color: #222;
	font-family: "trebuchet ms"; 
	font-size: 12px; 
	font-weight: bold;
	letter-spacing: 0px; 
	margin:1px; 
	padding: 0px 7px; 
	overflow: visible; 
	vertical-align: middle; 
}
.smallbutton, .smallselect, .smallinput {font-size: 10px; font-weight: normal; padding: 2px; text-transform: uppercase;}
.smallinput {background-image: none;}
.smallbutton, .submitbutton {cursor: pointer;}
.smallselect {border: none;}

#editorbg>td {background: #fff;}
#editorbg td {color: #000;}

#help, .help {margin-bottom:10px;padding:10px;background:#ffffcc;border:2px solid #dddb54;color: #000;line-height:1em;}
#help ol {margin-top:3px;margin-bottom:3px;}
#error, .error {background-color: #fbe3e4; border: 3px solid #FBC2C4; color: #BB0000;
font-size: 11px; margin-bottom: 20px; padding: 5px;}
#error ul, .error ul {margin:0px;margin-left:15px;padding:0px;}
#success, .success {margin-bottom:10px;padding:10px;background-color:#E6EFC2;border:2px solid #C6D880;color:#529214}

/* --- END GLOBAL FRONT-END --- */



/*--------------------------------------------------
------------------  Marquee Box  -------------------
--------------------------------------------------*/

.marquee-rotator {background: none !important;}

.marquee-rotator #timer {left: 0; height: 4px; background: #000; filter: alpha(opacity=60); opacity: 0.6;}

.marquee-rotator .button-over {background: #fff;}

/* --- FOR BUTTON NAV CENTERING (to absolutely position, comment this out) --- */
/* ---.marquee-rotator .c-panel {width:100%;}
.marquee-rotator .thumbnails {margin:0px auto;}--- */
/* --- FOR BUTTON NAV CENTERING (to absolutely position, comment this out) --- */

.marquee-rotator .c-panel {bottom: 10px; left: 10px; position:absolute;}

#rotator-tooltip .tt-img {border: 2px solid #fff; margin: 4px 0;}

/*----- PREV & BACK BUTTONS -----*/

.marquee-rotator .prev-btn, .marquee-rotator .next-btn {
	display:block;
	height:50px; width:50px; 
	margin: 5px; 
	position: absolute;
	text-align: center;
	text-indent:-9999px;
	z-index: 11;
}

.marquee-rotator .prev-btn {background:url(./images/marquee_controls.png) 0 -50px; top: 40%; left: 0px;}
.marquee-rotator .next-btn {background:url(./images/marquee_controls.png) -50px -50px; top:40%; right: 0px;}

.marquee-rotator .prev-btn:hover {background:url(./images/marquee_controls.png) 0 0;}
.marquee-rotator .next-btn:hover {background:url(./images/marquee_controls.png) -50px 0;}

/*------ PAGINATION -----*/

.marquee-rotator .thumbnails li {
	background: url(./images/marquee_controls.png) -20px -100px; 
	height: 15px; width: 15px;
	margin: 3px;  /* --- keep margin even on both left and right --- */
	text-align: center;
}

.marquee-rotator .thumbnails ul li a img {width:200px;}

.marquee-rotator .thumbnails li:hover {background: url(./images/marquee_controls.png) -40px -100px;}
.marquee-rotator .thumbnails li.curr-thumb {background: url(./images/marquee_controls.png) -80px -100px;}
.marquee-rotator .thumbnails li.curr-thumb:hover {background: url(./images/marquee_controls.png) -60px -100px;}


