
	
	/* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */
	
	/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
	
			/*End of styles for the edit box*/
	
	/*******************************************************************************
	
	BROWSER HACKS: the hacks below should not be changed unless you are an expert
	
	*******************************************************************************/
	
	/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
	ul.MenuBarHorizontal iframe
	{
		position: absolute;
		z-index: 1010;
	}
	/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
	@media screen, projection
	{
		ul.MenuBarHorizontal li.MenuBarItemIE
		{
			display: inline;
			float: left;
			background-color: #FFF;
		}
	}
	
	

/* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: 788px;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	text-align: center;
	cursor: pointer;
	display: block;
	float: left;
	position: relative;
	border-right: 2px solid #fff;
}

ul.MenuBarHorizontal li.last
{
	border: none;
}

/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 220px;
	position: absolute;
	left: -1000em;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	top: 29px;
	left: -5px;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 220px;
	border-right: none;
	position: static;
	text-align: left;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border: 1px solid #003d77;
	border-bottom: 0;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background-color: transparent;
	padding: 3px 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}
ul.MenuBarHorizontal ul li a
{
	display: block;
	background: #73b0ee;
	font-size: 13px;
	font-weight: normal;
	border-bottom: 1px solid #003d77;
	color: #003d77;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover
{
	background: transparent;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background: transparent;
}
ul.MenuBarHorizontal ul li a:hover
{
	background: #fff;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		background: transparent;
	}
}


.body-text {
	font-family: "Century Gothic", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #4d4d4d;
}

.body-text-sidebar {
	font-family: "Century Gothic", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fafafa;
}

.headline {
	font-family: "Century Gothic", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #003d77;
}


.headline-sidebar {
	font-family: "Century Gothic", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #fafafa;
}

.subheadline {
	font-family: "Century Gothic", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #003d77;
}

.subheadline-sidebar {
	font-family: "Century Gothic", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fafafa;
}

.sitename {
	font-family: "Century Gothic", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4d4d4d;
}

.bodysmall {
	font-family: "Century Gothic", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4d4d4d;
}

.bodysmallblack {
	font-family: "Century Gothic", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

.system {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #4d4d4d;
}

.syssmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #4d4d4d;
}

.printlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #4d4d4d;
}

.footer, .bottom_links, a.footer, a.bottom_links, a.footer:visited, a.bottom_links:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cfcfcf;
}

a, a:visited {
	text-decoration: underline;
	color: #1f79d1;
}

a:hover {
	text-decoration: none;
}

/* ---------- RESET DEFAULT SETTINGS ---------- */

body,div,dt,dd,dl,h1,h2,h3,h4,h5,h6,form,fieldset,pre,p,blockquote { margin: 0; padding: 0; }
table { border-collapse: collapse; border-spacing: 0; }
fieldset,img {border: 0;}
caption,th {text-align: left;}
q:before,q:after {content:'';}


html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: "Century Gothic", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #fff url('site/1/template/page_bg.gif') repeat-x top center;
	color: #4d4d4d;
}

/* ---------- DIVS ---------- */

#page {
	width: 994px;
	min-height: 720px;
	height: auto !important;
	height: 720px;
	margin: 0 auto;
	padding: 0 0 38px;
	background: url('site/1/template/footer_bg.png') no-repeat bottom center;
}

#header {
    width: 994px;
	height: 186px;
	background: url('site/1/template/header_bg.gif') repeat-x top left;
}

#wrapper {
	width: 960px;
	min-height: 570px;
	height: auto !important;
	height: 570px;
	padding: 0 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: transparent url('site/1/template/wrapper_bg_home.png') repeat-y top center;
}

#navigation {
	width: 960px;
	min-height: 28px;
	height: auto !important;
	height: 28px;
	padding-top: 8px;
	border-bottom: 2px solid #021f44;
	text-align: center;
	background: #1a6bbb url('site/1/template/nav_bg.gif') repeat-x top left;
}

#container {
    width: 904px;
	min-height: 550px;
	height: auto !important;
	height: 550px;
	padding: 0 28px;
	overflow: auto;
	background: url('site/1/template/container_bg.gif') repeat-x top left;
}

#inner_container {
	width: 880px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	padding: 15px;
	overflow: auto;
	background: #fff url('site/1/template/content_bg_article.gif') repeat-y top center;
}

#content_container {
	width: 557px;
	min-height: 550px;
	height: auto !important;
	height: 550px;
}

#gallery {
	width: 299px;
	height: 296px;
	position: relative;
}

#gallery_siding {
	width: 300px;
	height: 297px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 100;
	background: transparent url('site/1/template/gallery_corner.png') no-repeat bottom left;
}

#gallery_wrapper {
	width: 299px;
	height: 296px;
	position: relative;
	top: -1px;
	left: 0;
	z-index: 1;
}

#middle_content {
	width: 234px;
	height: 284px;
	padding: 12px 12px 0;
	overflow: hidden;
	background: #021f44 url('site/1/template/middle_content_bg.gif') repeat-x top left;
	color: #fff;
}

#red_content {
	width: 490px;
	height: 104px;
	padding: 7px 10px 0 33px;	
	position: relative;
	line-height: 1.2em;
	overflow: hidden;
	background: url('site/1/template/red_content_bg.gif') repeat-x top right;
	color: #fff;
}

#content {
	width: 533px;
	min-height: 135px;
	height: auto !important;
	height: 135px;
	padding: 32px 0 20px;
}

#sidebar {
	width: 294px;
	min-height: 550px;
	height: auto !important;
	height: 550px;
	padding: 12px;
	border-left: 1px solid #9e9e9e;
	border-right: 1px solid #737373;
	background: transparent url('site/1/template/sidebar_bg_home.gif') repeat-y top center;
}

#sidebar_siding {
	width: 27px;
	height: 296px;
	background: url('site/1/template/blue_corner_home.gif') no-repeat top left;
}

#bottom {
	width: 960px;
	min-height: 80px;
	height: auto !important;
	height: 80px;
	border-top: 2px solid #dadee3;
	overflow: auto;
	background: #fff url('site/1/template/bottom_bg.gif') repeat-y top center;
}

#footer {
	width: 100%;
	min-height: 10px;
	height: auto !important;
	height: 10px;
	text-align: center;
	color: #cfcfcf;
}

/* ---------- ARTICLE ---------- */

#wrapper.article {
	min-height: 440px;
	height: auto !important;
	height: 440px;
	background: transparent url('site/1/template/wrapper_bg.png') repeat-y top center;
}

#container.article {
	width: 910px;
	min-height: 410px;
	height: auto !important;
	height: 410px;
	padding: 0 25px;
}

#sidebar.article {
	width: 210px;
	min-height: 210px;
	height: auto !important;
	height: 210px;
	padding: 30px 40px 0 0;
	border: none;
	background: none;
}

#content.article {
	width: 600px;
	min-height: 210px;
	height: auto !important;
	height: 210px;
	padding: 0;
}



/* ---------- ADMIN ---------- */

#inner_container.admin {
	background: url('site/1/template/content_bg_admin.gif') repeat-y top center;
}

/* ---------- STYLES ---------- */

.alignLeft {
	float: left;
}

.alignRight {
	float: right;
}

.clearfix:after {
	clear: both;
	height: 0;
	content: '.';
	display: block;
	visibility: hidden;
}

div.white .body-text, div.white .headline, div.white .subheadline, div.white .bodysmall, div.white a, div.white a:visited {
	color: #fff;
}

img.thumb_left {
	margin-right: 10px;
}

/* ---------- WRAPPER ---------- */



/* ---------- HEADER ---------- */



/* ---------- NAVIGATION ---------- */

#navigation ul.navigation {
	margin: 0;
	padding: 0;
	list-style: none;
}
#navigation ul.navigation li {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
#navigation ul.navigation li a, #navigation ul.navigation li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}
#navigation ul.navigation li a:hover {
	text-decoration: underline;
}

#navigation ul.navigation li.navigation_separator {
	margin: 0 4px;
}

ul.MenuBar1 {
	margin-top: 0;
	margin-bottom: 0;
}


/* ---------- RED_CONTENT ---------- */

#red_content img.red_siding {
	width: 18px;
	height: 111px;
	position: absolute;
	top: 0;
	left: 0;
}


/* ---------- CONTENT ---------- */



/* ---------- SIDEBAR ---------- */

#sidebar.home .headline {
	margin: 0 -10px -20px;
	padding: 0 10px 3px;
	display: block;
	border-bottom: 2px solid #dce0e4;
}

#sidebar.home img {
	padding-right: 10px;
}

#sidebar.home a.ministry {
	width: 72px;
	height: 72px;
	margin-right: 10px;
	display: block;
	float: left;
	text-decoration: none;
	background: transparent url('site/1/template/acs_thumb_border.gif') no-repeat top center;
}

#sidebar.home a.ministry1 { background-image: url('site/1/template/ministry1.jpg'); }
#sidebar.home a.ministry1:hover { background-image: url('site/1/template/ministry1_on.jpg'); }

#sidebar.home a.ministry2 { background-image: url('site/1/template/ministry2.jpg'); }
#sidebar.home a.ministry2:hover { background-image: url('site/1/template/ministry2_on.jpg'); }

#sidebar.home a.ministry3 { background-image: url('site/1/template/ministry3.jpg'); }
#sidebar.home a.ministry3:hover { background-image: url('site/1/template/ministry3_on.jpg'); }

#sidebar.home a.ministry4 { background-image: url('site/1/template/ministry4.jpg'); }
#sidebar.home a.ministry4:hover { background-image: url('site/1/template/ministry4_on.jpg'); }

#sidebar.home a.ministry5{ background-image: url('site/1/template/ministry5.jpg'); }
#sidebar.home a.ministry5:hover { background-image: url('site/1/template/ministry5_on.jpg'); }

#sidebar.home a.ministry6 { background-image: url('site/1/template/ministry6.jpg'); }
#sidebar.home a.ministry6:hover { background-image: url('site/1/template/ministry6_on.jpg'); }


/* ---------- BOTTOM ---------- */

#bottom #bottom_left {
	width: 182px;
	height: 68px;
	padding: 12px 0 0 0;
	background: transparent url('site/1/template/sda_logo.gif') no-repeat center center;
}

#bottom #bottom_middle {
	width: 539px;
	min-height: 68px;
	height: auto !important;
	height: 68px;
	padding: 12px 0 0 0;
}

#bottom #bottom_middle table td {
	padding: 0 21px;
	vertical-align: top;
}

#bottom #bottom_right {
	width: 219px;
	height: 68px;
	padding: 12px 0 0 20px;
}

#bottom #bottom_right span.headline {
	padding-bottom: 10px;
}

#bottom #bottom_right input.search_field {
	border: 1px solid #5b9bdb;
}

#bottom #bottom_right p {
	padding-top: 10px;
}


/* ---------- FOOTER ---------- */