.MenuBarItemIE 
{
	position: static;
}

/* 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;
	}
}

/* 
	Resets defualt browser settings
	reset.css
*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td { margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline; }
:focus { outline:0; }
a:active { outline:none; }
body { line-height:1; color:black; background:white; }
ol,ul { list-style:none; }
table { border-collapse:separate; border-spacing:0; }
caption,th,td { text-align:left; font-weight:normal; }
blockquote:before,blockquote:after,q:before,q:after { content:""; }
blockquote,q { quotes:"" ""; }

/*
	Page style
*/
body { 
	font:normal 62.5%/1.5 Helvetica, Arial, sans-serif;
	letter-spacing:0;
	color:#434343;
	background:#f2f2f2 url(../../../../img/background.png) repeat top center;
	padding:20px 0;
	position:relative;
	text-shadow:0 1px 0 rgba(255,255,255,.8);
	-webkit-font-smoothing: subpixel-antialiased;
}

#container {
	width:580px;
	padding:10px;
	margin:0 auto;
	position:relative;
	z-index:0;
}

#example {
	width:600px;
	height:350px;
	position:relative;
}

#ribbon {
	position:absolute;
	top:-3px;
	left:-15px;
	z-index:500;
}

#frame {
	position:absolute;
	z-index:0;
	width:739px;
	height:341px;
	top:-3px;
	left:-80px;
}

/*
	Slideshow
*/

#slides {
	position:absolute;
	top:15px;
	left:4px;
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:570px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container div.slide {
	width:570px;
	height:270px;
	display:block;
}


/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:107px;
	left:-39px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:585px;
}

/*
	Pagination
*/

.pagination {
	margin:26px auto 0;
	width:100px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../../../../img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

/*
	Caption
*/

.caption {
	z-index:500;
	position:absolute;
	bottom:-35px;
	left:0;
	height:30px;
	padding:5px 20px 0 20px;
	background:#000;
	background:rgba(0,0,0,.5);
	width:540px;
	font-size:1.3em;
	line-height:1.33;
	color:#fff;
	border-top:1px solid #000;
	text-shadow:none;
}

/*
	Footer
*/

#footer {
	text-align:center;
	width:580px;
	margin-top:9px;
	padding:4.5px 0 18px;
	border-top:1px solid #dfdfdf;
}

#footer p {
	margin:4.5px 0;
	font-size:1.0em;
}

/*
	Anchors
*/

a:link,a:visited {
	color:#599100;
	text-decoration:none;
}

a:hover,a:active {
	color:#599100;
	text-decoration:underline;
}

.bodytext-14pt {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color : #858585;
	font-size : 14pt;
	line-height: 1.5;
}

.bodytext-12pt {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color : #858585;
	font-size : 12pt;
	line-height: 1.5;
}

.bodytext-10pt {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color : #858585;
	font-size : 10pt;
	line-height: 1.5;
}

.bodytext-9pt {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color : #858585;
    font-size : 9pt;
	line-height: 1.5; }
	
.bodytext-8pt {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color : #858585;
    font-size : 8pt;
	line-height: 1.5; }

.title {
     font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	 font-size: 24px;
	 color: #396A8C;
     font-weight : bold;
     font-style : italic;
     border-style : solid;
     border-color : #3366cc;
     border-bottom-width : 1px;
     border-top-width : 0px;
     border-left-width : 0px;
     border-right-width : 0px; }

.2ndline {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	text-transform: none;
	font-variant: normal;
}

.headline {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; 
    color: #396A8C;
    font-size: 24px;
}

.Subhead-black {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; 
    color: #000000;
    font-size : 13px;
    font-weight : bold; }

.Subhead-16px-Blue {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; 
    color: #396A8C;
    font-size: 16px;
}
	
.Subhead-14px-italic-Blue {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; 
    color: #396A8C;
    font-size: 14px;
    font-weight: bold;
    font-style : italic; }
	
.Subhead-16px-Gray {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; 
    color: #444444;
    font-size: 16px;
}
	
.Subhead-14px-italic-Gray {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; 
    color: #444444;
    font-size: 14px;
    font-weight: bold;
    font-style : italic; }
	
.DigestTitle {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color: #396A8C;
    font-size : 14px;
	line-height : 24px;
    font-weight : bold; }

.rsscredit {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color: #333333;
    font-size : 8pt; }

.rsslinks {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color: #333333;
    font-size : 8pt; }

.FeedTitle {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color: #333333;
    font-size : 12px;
	line-height : 13px;
	font-weight: bold; }
	
a.FeedTitle {
    text-decoration : none; }

a.FeedLink:hover   {
    color : #555555;
	text-decoration : underline; }

a.FeedLink {
    color: #333333; }

.FeedDescription {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color: #333333;
    font-size : 12px;
    text-decoration : none;  }

.FeedLink {
    text-decoration : none;}
	
	
.devotionteaser {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color: #333333;
    font-size : 12px;
    text-decoration : none;  }

a.devotionteaser {
    text-decoration : none;  }

a.devotionteaser:hover {
    color : #555555;
    text-decoration : none;  }

.address {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color : #173E54;
    font-size : 10pt; }

.body {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color: #858585;
    font-size : 12px; }

.sitename {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; 
	font-size: 26px;
	color: #396A8C;
	font-weight: bold;
}

.caption {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color: #333333;
    font-size : 10px; }

.pullquote {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color: #333333;
    font-size : 14px;
    font-style : italic; }

.credit {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color: #333333;
    font-size : 14px;
    font-style : italic; }

.bottom_links {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size : 10px; 
    text-align : center; 
    color : #969696;
}

a.bottom_links {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size : 10px; 
    text-align : center; 
    color : #969696;
	text-decoration : none; }

a.bottom_links:hover {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color : #969696;
    text-decoration : underline; }


.footer {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size : 10px;
	text-decoration : none;
    color : #969696;
    text-align : center;
}

a.footer {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color : #969696;
    text-decoration : none; }

a.footer:hover {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color : #969696;
    text-decoration : underline; }

.whatsnew-title { 
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color : #444444;
    font-size : 11px;	
    text-decoration : none; }

.whatsnew {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color : #858585;
    font-size : 11px;
	line-height: 1.5;
    text-decoration : none; }
	
.whatsnew-description {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color : #858585;
    font-size : 11px;
    text-decoration : none; }

.whatsnew:hover {
    color : #858585;
	text-decoration : underline; }

.eventsnew-title { 
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color : #444444;
    font-size : 11px;
	text-decoration : none; }

.eventsnew {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color : #858585;
    font-size : 11px;
	line-height: 1.5;
    text-decoration : none; }

.eventsnew-description {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color : #858585;
    font-size : 11px;
    text-decoration : none; }	

.eventsnew:hover {
    color : #858585;
	text-decoration : underline; }

.subpages-description {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color: #333333;
    font-size : 12px;
    text-decoration : none; }

.subpages-description:hover {
    color : #555555; }

.navcell {
	color: #FFFFFF
}

.navlinks {
	color : #FFFFFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 15px;
	text-decoration: none;
}

a.navlinks {
	color : #FFFFFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-decoration: none;
    padding: 3px; }

a.navlinks:hover {
	color: #FFFFFF;
	text-decoration: underline; }

.navcell2 {
	color: #999999;
}

.navlinks2 {
	color: #999999;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
    text-decoration: none; }

a.navlinks2 {
	color: #999999;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    text-decoration: none;
    padding: 0px; }

a.navlinks2:hover {
	color: #999999;
	text-decoration: underline; }

.vertical-links {
    color: #666666;
	font-weight : bold;
	text-decoration : none;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 9pt;
    line-height : 18px;
	max-height : 40px; }

.vertical-links:hover {
    color: #555555; }

a   {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color: #4C99CB;
	text-decoration : none; }

a:hover { 
	color: #4C99CB;
	text-decoration : underline;
	}

.printlink {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color : #999999;
    font-size : 8pt; }

a.printlink {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color : #999999;
    font-size : 8pt;
	text-decoration : none; }

a.printlink:hover {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color : #999999;
    font-size : 8pt;
	text-decoration : underline; }

.system {
	color: #333333;
    font-size : 10pt;
   	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; }

.syssmall {
	font-size : 8pt;
   	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
   	color: #333333; }

.bodysmall {
	font-size : 8pt;
    color : #999999;
   	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; }

.bodysmallgrey {
	font-size: 8pt;
   	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
   	color: #999999; }

table { 
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 10pt; }
	
.GalleryPopupTitle {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size : 11pt;
    font-weight: bold; 
    color : #555555; }

.GalleryPopupDescription {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size : 10pt;
	color : #555555; }

.GalleryPopupDetails {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size : 10pt;
	color : #555555; }

.GalleryExplainText {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size : 10pt;
	color : #555555; }

.GalleryThumbnailTitle {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size : 10pt;
    font-weight: bold;
	color : #555555; }

.GalleryThumbnailDescription {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size : 10pt;
	color : #555555; }

.GalleryHeadline {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size : 18px;
	font-weight: bold;
	color: #396A8C; }

.GalleryIntro {
   font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size : 10pt;
	color: #333333; }

.GalleryEditorLink {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size : 10pt;
	color: #333333; }

.GalleryNavigation {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size : 20pt;
	color: #396A8C; }

.GalleryTitle {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size : 10pt;
    font-weight: bold;
	color: #396A8C; }

.GalleryDescription {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size : 10pt;
	color : #555555; }

.GalleryNoPhotos {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size : 10pt;
	color: #333333; }

.GalleryInactive {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size : 10pt;
	color: #333333; }	

a.forum:link {
        color: #333333;
        text-decoration : underline;
        font-size: 10pt; }

a.forum:visited {
        color: #333333;
        text-decoration : underline;
        font-size: 10pt; }

a.forum:hover {
        color: #333333;
        text-decoration : none;
        font-size: 10pt; }

a.forum:active {
        text-decoration : underline;
        color : #0a5593;
        font-size: 10pt; }

.forum_title {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color: #396A8C;
    font-size: 18px;
    font-weight: bold; }

.forum_intro {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:normal;
	font-size: 11pt;
}

.forum_table {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 10pt; }

.forum_td {
     font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
     color:#666666;
     background-color:#ffffff; }

.flat {
     background-color:#CCCCCC; }

.table_header {
     background-color:#273872;
     color:#ffffff; 
	 font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
     font-size: 10pt; }

.latest_post {
     font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
     font-size:8pt;
     color: #333333; }

.latest_post_link {
      background-color:#ff9966;
      color: #333333;
      font-size:9pt;
      font-family:arial;
      border: solid 1px #000000;
      text-decoration:none; }

.new {
      font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
      font-size:7pt;
      color:#ff0000;
      font-weight:bold; }

.notnew {
      font-family:verdana;
      font-size:7pt;
      color:#555555; }

.message {
      border-bottom:solid 1px #000000;
      background-color:#CCCCCC;
      font-size : 10pt }

.highlight {
      background-color:#CCCCCC; }

.quote {
      padding:5px;
      border:solid 1px #000000;
      background-color:#e6e6e6;
      color: #333333; }

.pollquestion {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #333333;
}

/* CUSTOM CSS */

body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size : 9pt;
	color : #858585;
}

#wrapper {
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	border: 0px;
	position: relative;
	width: 950px;
}

/* Header */

#headerWrapper {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px;
	position: relative;
	border-top-width: 3px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-top-color: #396A8C;
	background-image: url(../../../images/RoundedCornersWhite_Blue/acc32_headerBckgd.png);
	background-repeat: repeat-x;
}

#header {
	height: 103px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	border: 0px;
	position: relative;
}

/* SDA logo */

#sdaLogo {
	background-image: url(../../../images/RoundedCornersWhite_Blue/acc32_SDAlogo.png);
	background-repeat: no-repeat;
	height: 59px;
	width: 67px;
	left: 10px;
	top: 22px;
	position: absolute;
}

.clear {
  clear: both;
}

/* Site Name/Address/Logo Home */

#sitenameWrapper {
	position: absolute;
	width: 840px;
	height: 52px;
	left: 81px;
	top: 29px;
	text-align: left;
	display: table-cell;
    vertical-align: middle;
}

#sitenameInside {
	width: 840px;
	height: 52px;
	text-align: left;
	display: table-cell;
    vertical-align: middle;
}

/* Main nav */

#mainNavWrapper {
	width: 950px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#mainNav {
	width: 930px;
	*width: 950px;
	text-align: center;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../../../images/RoundedCornersWhite_Blue/acc32_mainNavMiddleBckgd.png);
	background-repeat: repeat-y;
	background-position: center top;
}

#mainNavTop {
	width: 950px;
	height: 10px;
	margin: 0px;
	padding: 0;
	border: 0px;
	background-image: url(../../../images/RoundedCornersWhite_Blue/acc32_mainNavTop.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#mainNavBottom {
	width: 950px;
	height: 10px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-image: url(../../../images/RoundedCornersWhite_Blue/acc32_mainNavBottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

/* Navigation */

.navigation {
	margin: 0px;
	border: 0px;
	padding: 0px;
}

.navigation ul {
	color : #8C8C8C;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	list-style: none;
	margin: 0px;
	border: 0px;
	padding: 0px;
}

.navigation li {
	list-style: none;
	display: inline;
	color : #8C8C8C;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	margin: 0px;
	border: 0px;
	padding: 0px;
}
	
.navigation li a {
	color : #8C8C8C;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	list-style: none;
	display: inline;
	margin: 0px;
	border: 0px;
	padding-right: 3px;
    padding-left: 3px;
    padding-top: 0px;
    padding-bottom: 0px;
	text-decoration: none;
}

.navigation li a:hover {
	color: #8C8C8C;
	text-decoration: underline; }
	

li.navigation_separator {
	/* display: none; */
}

/* Child/Sibling articles nav */

.childpages, .siblingpages {
	padding: 0px;
	margin: 0px;
	border: 0px;
	line-height: 1.2;
} 

.childpages ul, .siblingpages ul {
	padding: 0px;
	border: 0px;
	margin: 0px;
	line-height: 1.2;
} 

.childpages li, .siblingpages li {
	display: block;
	list-style: none;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: 'lucida grande', tahoma, sans-serif;
	line-height: 1.2;
} 

.childpages li a, .siblingpages li a {
	width: 205px;
	*width: 218px;
	display: block;
	float: left;
	clear: left;
	color: #444444;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 13px;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	background-image: url(../../../images/RoundedCornersWhite_Blue/acc32_subarticlesArrow.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.childpages li a:hover, .siblingpages li a:hover {
	text-decoration: none;
	color: #396A8C;
	background-image: url(../../../images/RoundedCornersWhite_Blue/acc32a_subarticlesArrowOn.png);
	background-repeat: no-repeat;
	background-position: left top;
}

li.childpages_current a, li.siblingpages_current a {
	text-decoration: none;
	color: #396A8C;
	background-image: url(../../../images/RoundedCornersWhite_Blue/acc32a_subarticlesArrowOn.png);
	background-repeat: no-repeat;
	background-position: left top;
}

/* Feature area home */

#featureAreaHome {
	width: 950px;
	height: 310px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	border: 0px;
	position: relative;
}

#featureAreaHomeFrame {
	width: 950px;
	height: 310px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 0px;
	position: relative;
	background-image: url(../../../images/RoundedCornersWhite_Blue/acc32_featureAreaBckd_3images.png);
	background-repeat: no-repeat;
	z-index: 2;
}

/* Feature area frame corners */

#featureAreaCorner_topLeft {
	width: 15px;
	height: 15px;
	margin: 0px;
	border: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(../../../images/RoundedCornersWhite_Blue/acc32_featureAreaCorners.png);
	background-repeat: no-repeat;
	z-index: 2;
	background-position: left top;
}

#featureAreaCorner_topRight {
	width: 15px;
	height: 15px;
	margin: 0px;
	border: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	right: 0px;
	background-image: url(../../../images/RoundedCornersWhite_Blue/acc32_featureAreaCorners.png);
	background-repeat: no-repeat;
	z-index: 2;
	background-position: right top;
}

#featureAreaCorner_bottomRight {
	width: 15px;
	height: 15px;
	margin: 0px;
	border: 0px;
	padding: 0px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	background-image: url(../../../images/RoundedCornersWhite_Blue/acc32_featureAreaCorners.png);
	background-repeat: no-repeat;
	z-index: 2;
	background-position: right bottom;
}

#featureAreaCorner_bottomLeft {
	width: 15px;
	height: 15px;
	margin: 0px;
	border: 0px;
	padding: 0px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-image: url(../../../images/RoundedCornersWhite_Blue/acc32_featureAreaCorners.png);
	background-repeat: no-repeat;
	z-index: 2;
	background-position: left bottom;
}

#featureAreaCorner_topMiddle1 {
	width: 15px;
	height: 15px;
	margin: 0px;
	border: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	left: 205px;
	background-image: url(../../../images/RoundedCornersWhite_Blue/acc32_featureAreaCorners.png);
	background-repeat: no-repeat;
	z-index: 2;
	background-position: -15px top;
}

#featureAreaCorner_topMiddle2 {
	width: 15px;
	height: 15px;
	margin: 0px;
	border: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	left: 225px;
	background-image: url(../../../images/RoundedCornersWhite_Blue/acc32_featureAreaCorners.png);
	background-repeat: no-repeat;
	z-index: 2;
	background-position: -30px top;
}

#featureAreaCorner_topMiddle3 {
	width: 15px;
	height: 15px;
	margin: 0px;
	border: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	left: 710px;
	background-image: url(../../../images/RoundedCornersWhite_Blue/acc32_featureAreaCorners.png);
	background-repeat: no-repeat;
	z-index: 2;
	background-position: -45px top;
}

#featureAreaCorner_topMiddle4 {
	width: 15px;
	height: 15px;
	margin: 0px;
	border: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	left: 730px;
	background-image: url(../../../images/RoundedCornersWhite_Blue/acc32_featureAreaCorners.png);
	background-repeat: no-repeat;
	z-index: 2;
	background-position: -60px top;
}

#featureAreaCorner_bottomMiddle1 {
	width: 15px;
	height: 15px;
	margin: 0px;
	border: 0px;
	padding: 0px;
	position: absolute;
	bottom: 0px;
	left: 205px;
	background-image: url(../../../images/RoundedCornersWhite_Blue/acc32_featureAreaCorners.png);
	background-repeat: no-repeat;
	z-index: 2;
	background-position: -15px -15px;
}

#featureAreaCorner_bottomMiddle2 {
	width: 15px;
	height: 15px;
	margin: 0px;
	border: 0px;
	padding: 0px;
	position: absolute;
	bottom: 0px;
	left: 225px;
	background-image: url(../../../images/RoundedCornersWhite_Blue/acc32_featureAreaCorners.png);
	background-repeat: no-repeat;
	z-index: 2;
	background-position: -30px -15px;
}

#featureAreaCorner_bottomMiddle3 {
	width: 15px;
	height: 15px;
	margin: 0px;
	border: 0px;
	padding: 0px;
	position: absolute;
	bottom: 0px;
	left: 710px;
	background-image: url(../../../images/RoundedCornersWhite_Blue/acc32_featureAreaCorners.png);
	background-repeat: no-repeat;
	z-index: 2;
	background-position: -45px -15px;
}

#featureAreaCorner_bottomMiddle4 {
	width: 15px;
	height: 15px;
	margin: 0px;
	border: 0px;
	padding: 0px;
	position: absolute;
	bottom: 0px;
	left: 730px;
	background-image: url(../../../images/RoundedCornersWhite_Blue/acc32_featureAreaCorners.png);
	background-repeat: no-repeat;
	z-index: 2;
	background-position: -60px -15px;
}

/* Feature area images home */

#featureArea_leftImg {
	width: 215px;
	height: 300px;
	margin: 0px;
	border: 0px;
	padding: 0px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 1;
}

#featureArea_middleImg {
	width: 500px;
	height: 300px;
	margin: 0px;
	border: 0px;
	padding: 0px;
	position: absolute;
	top: 5px;
	left: 225px;
	z-index: 1;
}

#featureArea_rightImg {
	width: 215px;
	height: 300px;
	margin: 0px;
	border: 0px;
	padding: 0px;
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 1;
}

/* Main home content - 3 columns */

#mainHomeContentColBarWrapper {
	width: 950px;
	height: 49px;
	border: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.mainHomeContentColBar {
	width: 274px;
	*width: 312px;
	height: 39px;
	*height: 49px;
	border: 0px;
	text-align: left;
	margin-right: 7px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../../../images/RoundedCornersWhite_Blue/acc32a_homeContentHeadlineBlue.png);
	background-repeat: no-repeat;
	font-size: 22px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 19px;
	padding-bottom: 0px;
	padding-left: 19px;
	float: left;
}

.mainHomeContentColBarLast {
	width: 274px;
	*width: 312px;
	height: 39px;
	*height: 49px;
	border: 0px;
	text-align: left;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../../../images/RoundedCornersWhite_Blue/acc32a_homeContentHeadlineBlue.png);
	background-repeat: no-repeat;
	font-size: 22px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 19px;
	padding-bottom: 0px;
	padding-left: 19px;
	float: left;
}

.mainHomeContentColMiddleBckgd3Col {
	width: 950px;
	border: 0px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	overflow: hidden;
}

.mainHomeContentColMiddle {
	background:white;
	width: 274px;
	*width: 312px;
	border: 0px;
	text-align: left;
	margin-right: 7px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 11px;
	padding-right: 19px;
	padding-bottom: 11px;
	padding-left: 19px;
	float: left;
}

.mainHomeContentColMiddleLast {
	background:white;
	width: 274px;
	*width: 312px;
	border: 0px;
	text-align: left;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 11px;
	padding-right: 19px;
	padding-bottom: 11px;
	padding-left: 19px;
	float: left;
}

.mainHomeContentColBottom3Col {
	width: 950px;
	height: 5px;
	border: 0px;
	text-align: left;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* Main home content - 2 columns */

.mainHomeContentColBar2Col {
	width: 593px;
	*width: 631px;
	height: 39px;
	*height: 49px;
	border: 0px;
	text-align: left;
	margin-right: 7px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../../../images/RoundedCornersWhite_Blue/acc32a_homeContentHeadlineBlue2Col.png);
	background-repeat: no-repeat;
	font-size: 22px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 19px;
	padding-bottom: 0px;
	padding-left: 19px;
	float: left;
}

.mainHomeContentColMiddleBckgd2Col {
	width: 950px;
	border: 0px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../../../images/RoundedCornersWhite_Blue/acc32_homeContentMiddle2Col.png);
	background-repeat: repeat-y;
	overflow: hidden;
}

.mainHomeContentColLeft {
	width: 593px;
	*width: 631px;
	border: 0px;
	text-align: left;
	margin-right: 7px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 11px;
	padding-right: 19px;
	padding-bottom: 11px;
	padding-left: 19px;
	float: left;
}

.mainHomeContentColBottom2Col {
	width: 950px;
	height: 5px;
	border: 0px;
	text-align: left;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../../../images/RoundedCornersWhite_Blue/acc32_homeContentBottom2Col.png);
	background-repeat: no-repeat;
}

/* Main content article and admin wrappers */

#mainContentTop {
	width: 950px;
	height: 10px;
	border: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	background-image: url(../../../images/RoundedCornersWhite_Blue/acc32_mainContentTop.png);
	background-repeat: no-repeat;
}

#mainContentMiddleAdmin {
	width: 930px;
	*width: 950px;
	border: 0px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url(../../../images/RoundedCornersWhite_Blue/acc32_mainContentMiddleAdmin.png);
	background-repeat: repeat-y;
	overflow: hidden;
}

#mainContentMiddleArticle {
	width: 930px;
	*width: 950px;
	border: 0px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url(../../../images/RoundedCornersWhite_Blue/acc32_mainContentMiddleArticle.png);
	background-repeat: repeat-y;
	overflow: hidden;
}

#mainContentBottom {
	width: 950px;
	height: 10px;
	border: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	background-image: url(../../../images/RoundedCornersWhite_Blue/acc32_mainContentBottom.png);
	background-repeat: no-repeat;
}

/* Large article image wrapper and frame */

#largeImageArticleWrapper {
	width: 690px;
	height: 240px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 0px;
	position: relative;
	float: left;
}

#largeImageArticleFrame {
	width: 690px;
	height: 240px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 0px;
	position: relative;
	background-image: url(../../../images/RoundedCornersWhite_Blue/acc32_largeArticleImageFrame.png);
	background-repeat: no-repeat;
	z-index: 2;
}

/* Large article image */

#largeImageArticle {
	width: 680px;
	height: 230px;
	margin: 0px;
	border: 0px;
	padding: 0px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 1;
}

/* Main article content left column */

#mainArticleContentLeftCol {
	width: 690px;
	border: 0px;
	text-align: left;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	float: left;
	padding: 0px;
}

/* Main article content right column */

#mainArticleContentRightCol {
	width: 218px;
	border: 0px;
	text-align: left;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	float: right;
	padding: 0px;
}

/* Search */

#search {
	text-align: left;
	height: 25px;
	width: 163px;
	margin-top: 34px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
	border: 0px;
	background-image: url(../../../images/RoundedCornersWhite_Blue/acc32_searchBckgd.png);
	background-repeat: no-repeat;
	float: left;
}

.search_field {
	width: 112px;
	height: 19px;
	color: #BABABA;
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
	border: 0px;
	font-size: 13px;
}

/* Admin links */

#footerLinksBckgdWrapper {
	text-align: center;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #396A8C;
	position: relative;
	background-image: url(../../../images/RoundedCornersWhite_Blue/acc32_footerBckgd.png);
	background-repeat: repeat-x;
	background-position: left top;
}

#footerLinksWrapper {
	width: 950px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	position: relative;
	overflow: hidden;
}

#footerLinks {
	width: 640px;
	text-align: right;
	margin-top: 34px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	float: right;
	line-height: 1.15;
}
