@charset "UTF-8";
/* CSS Document */

#layout
{
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}


/*******************************************************************/
/* 	
	This is the styling for the universal header.
*/

.header_bg
{
	background-image:url(images/layout_03.png);
	background-repeat:repeat-x;
}



/*******************************************************************/
/* 	
	This is the styling for the universal menu.
*/

.menu_bg
{
	color:#FFFFFF;
	font-weight:bold;
	padding-left:10px;
	background-image:url(images/layout_07.png);
	background-repeat:repeat-x;
}

#nav, #nav ul {
	float: left;
	width: 36em;
	list-style: none;
	line-height: 1;
	background: white;
	font-weight: bold;
	padding: 0;
	border: solid #eda;
	border-width: 1px 0;
	margin: 0 0 1em 0;
}

#nav a {
	display: block;
	width: 10em;
	w\idth: 6em;
	color: #7C6240;
	text-decoration: none;
	padding: 0.25em 2em;
}

#nav a.daddy {
	background: url(http://www.adventistinfo.org.uk/images/rightarrow2.gif) center right no-repeat;
}

#nav li {
	float: left;
	padding: 0;
	width: 10em;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 14.4em;
	w\idth: 13.9em;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
}

#nav li li {
	padding-right: 1em;
	width: 13em
}

#nav li ul a {
	width: 13em;
	w\idth: 9em;
}

#nav li ul ul {
	margin: -1.75em 0 0 14em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #eda;
}

#content {
	clear: left;
}

#content a {
	color: #7C6240;
}

#content a:hover {
	text-decoration: none;
}

#scaffolding {
	height: 70px;
	background: white url(/images/header_bg.gif) no-repeat;
	border: solid #eda;
	border-width: 1px 0 0 0;
	margin: 1em 0 0 0;
}

#scaffolding a {
	text-decoration: none;
	text-indent: -999em;
	display: block;
	height: 70px;
	background: url(/images/hdlogo_flip2.gif) no-repeat;
	background-position: 181px 0;
}

#scaffolding a:hover {
	background-position: 181px -70px;
}


/*******************************************************************/
/* 	
	This is the styling for the universal slide show.
*/

.slideshow_bg
{
	background-image:url(images/layout_11.png);
	background-repeat:repeat-x;
}


/*******************************************************************/
/* 	
	This is the styling for the content.
*/

.content
{
	padding-left:10px;
}


/*******************************************************************/
/* 	
	This is the styling for the universal content's left border.
*/

.content_border_left
{
	background-image:url(images/layout_13.png);
	background-repeat:repeat-y;
}



/*******************************************************************/
/* 	
	This is the styling for the universal content's right border.
*/

.content_border_right
{
	background-image:url(images/layout_16.png);
	background-repeat:repeat-y;
}



/*******************************************************************/
/* 	
	This is the styling for the universal slide show.
*/

.footer_bg
{
	background-image:url(images/layout_20.png);
	background-repeat:repeat-x;
}




/*******************************************************************/
/* 	
	This is the styling for the border with a shadow around the edge.
	The center of the 'box' is left transparent so that it can be used with any
	colour page.
*/

.border1_top
{
	background-image:url(images/border_02.png);
	background-repeat:repeat-x;
	height:22px;
}

.border1_left
{
	background-image:url(images/border_04.png);
	background-repeat:repeat-y;
	width:22px;
}

.border1_right
{
	background-image:url(images/border_06.png);
	background-repeat:repeat-y;
	width:22px;
}

.border1_bottom
{
	background-image:url(images/border_08.png);
	background-repeat:repeat-x;
	width:22px;
}



/*******************************************************************/
/* 	
	This is the styling for the first border.
*/

.table1_top
{
	background-image:url(images/table_1_02.png);
	background-repeat:repeat-x;
	font-size:16px;
	font-weight:bold;
}

.table1_left
{
	background-image:url(images/table_1_04.png);
	background-repeat:repeat-y;
}

.table1_right
{
	background-image:url(images/table_1_06.png);
	background-repeat:repeat-y;
}

.table1_bottom
{
	background-image:url(images/table_1_08.png);
	background-repeat:repeat-x;
}


