.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;
	}
}

/* Hanson Place Seventh-day Adventist Church */

/*******************************************************************************

 HORIZONTAL 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;
	font-size: 10px;
	list-style-type: none;
	cursor: default;
    width: auto;
	display: table;
}


/* 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: 10px;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: auto;
	float: left;
	text-transform: uppercase;
	font-weight: bold;
}
/* 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;
	z-index: 1020;
	cursor: default;
	width: 17em;
	position: absolute;
	left: -1000em;
	font-size: 10px;
}
/* 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
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 17em;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: 0 0 0 100%;

}
/* 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

 *******************************************************************************/

/* Outermost menu container has borders on all sides */
ul.MenuBarVertical
{
	border: none;
}
/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	background-color: #E68000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F0B200;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	color: #FFFFFF;
	text-decoration: none;
}

/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
{
	color: #F0B200;
}
/* 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
{
	color: #F0B200;
	text-decoration:none;
}

/* Different color on hover for submenu items */
ul.MenuBarHorizontal ul a.MenuBarItemHover, ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal ul a.MenuBarSubmenuVisible
{
	color: #672A02;
	text-decoration:none;
}


/* Submenus with no child pages - background  */

ul.MenuBarHorizontal ul a {
	background-image: none;
	font-size: 10px;
	text-transform: none; 
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #F0B200;
	border-right-color: #F0B200;
	border-left-color: #F0B200;
	
}


/*******************************************************************************

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	/* background-image: url(../../../images/SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%; */
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-image: url(../../../images/SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a \"hover\" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	/* background-image: url(../../../images/SpryMenuBarDownHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%; */
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a \"hover\" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background-image: url(../../../images/SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*******************************************************************************/

/* Note that these below will be used only IE */
*ul.MenuBarHorizontal ul ul
{
	
position: absolute;
text-align: center;
background-color: #E68000;
}
*ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
      color: #F0B200;
}

*ul.MenuBarHorizontal li a
{
	text-align: left;
}

/*******************************************************************************

 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;
	filter:alpha(opacity:0.1);
}

/* 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;
		f\loat: left;
		filter:alpha(opacity:0.1);
		position: static;
	}
}

.bodytext-14pt {
	font-family: 'lucida grande', tahoma, sans-serif;
	color : #5F5F5F;
	font-size : 14pt;
}

.bodytext-12pt {
	font-family: 'lucida grande', tahoma, sans-serif;
	color : #5F5F5F;
	font-size : 12pt;
}

.bodytext-10pt {
	font-family: 'lucida grande', tahoma, sans-serif;
	color : #5F5F5F;
	font-size : 10pt;
}

.bodytext-9pt {
    font-family: 'lucida grande', tahoma, sans-serif;
    color : #5F5F5F;
    font-size : 9pt; }

.title {
     font-family: 'lucida grande', tahoma, sans-serif;
	 font-size: 24px;
	 color: #A94A00;
     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 grande', tahoma, sans-serif;
	 font-size: 16px;
	 color: #8F8F8F;
	 text-transform: none; }

.headline {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #A94A00;
	font-size: 24px;
}

.Subhead-black {
    font-family: 'lucida grande', tahoma, sans-serif;
    color : #000000;
    font-size : 13px;
    font-weight : bold; }

.Subhead-26px-Brown {
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #A94A00;
    font-size: 26px;
}

.Subhead-24px-White {
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #FFFFFF;
    font-size: 24px;
}

.Subhead-20px-Brown {
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #A94A00;
    font-size: 20px;
}

.Subhead-18px-Brown {
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #A94A00;
    font-size: 18px;
}
	
.Subhead-18px-italic-Brown {
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #A94A00;
    font-size: 18px;
    font-style : italic; }	
	
.Subhead-16px-Brown {
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #A94A00;
    font-size: 16px; }
	
.Subhead-15px-Brown {
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #A94A00;
    font-size: 15px;
}

.Subhead-14px-italic-Brown {
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #A94A00;
    font-size: 14px;
    font-style : italic; }
	
.DigestTitle {
    font-family: 'lucida grande', tahoma, sans-serif;
    color : #8B0609;
    font-size : 14px;
	line-height : 24px;
    font-weight : bold; }

.rsscredit {
    font-family: 'lucida grande', tahoma, sans-serif;
    color : #5F5F5F;
    font-size : 8pt; }

.rsslinks {
    font-family: 'lucida grande', tahoma, sans-serif;
    color : #5F5F5F;
    font-size : 8pt; }

.FeedTitle {
    font-family: 'lucida grande', tahoma, sans-serif;
    color : #5F5F5F;
    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 : #5F5F5F; }

.FeedDescription {
    font-family: 'lucida grande', tahoma, sans-serif;
    color : #5F5F5F;
    font-size : 12px;
    text-decoration : none;  }

.FeedLink {
    text-decoration : none;}
	
	
.devotionteaser {
    font-family: 'lucida grande', tahoma, sans-serif;
    color : #5F5F5F;
    font-size : 12px;
    text-decoration : none;  }

a.devotionteaser {
    text-decoration : none;  }

a.devotionteaser:hover {
    color : #555555;
    text-decoration : none;  }

.address {
    font-family: 'lucida grande', tahoma, sans-serif;
    color : #5F5F5F;
    font-size : 10pt; }

.body {
    font-family: 'lucida grande', tahoma, sans-serif;
    color : #5F5F5F;
    font-size : 10px; }

.sitename {
    font-family: 'lucida grande', tahoma, sans-serif;
	font-size: 36px;
	line-height : 36px;
	color: #A94A00;
	text-transform: uppercase;
}

.caption {
    font-family: 'lucida grande', tahoma, sans-serif;
    color : #000000;
    font-size : 10px; }

.pullquote {
    font-family: 'lucida grande', tahoma, sans-serif;
    color : #000000;
    font-size : 14px;
    font-style : italic; }

.credit {
    font-family: 'lucida grande', tahoma, sans-serif;
    color : #000000;
    font-size : 14px;
    font-style : italic; }

.bottom_links {
    font-family: 'lucida grande', tahoma, sans-serif;
    font-size : 8pt; 
    text-align : center; 
    color : #FDAC02; }

a.bottom_links {
    font-family: 'lucida grande', tahoma, sans-serif;
    font-size : 8pt; 
    text-align : center; 
    color : #FDAC02;
	text-decoration : none;
	font-weight: bold; }

a.bottom_links:hover {
    font-family: 'lucida grande', tahoma, sans-serif;
    color : #FDAC02;
    text-decoration : underline; }


.footer {
    font-family: 'lucida grande', tahoma, sans-serif;
    font-size : 8pt;
	text-decoration : none;
    color : #FDAC02;
    text-align : center; }

a.footer {
    font-family: 'lucida grande', tahoma, sans-serif;
    color : #FDAC02;
    text-decoration : none;
	font-weight: bold; }

a.footer:hover {
    font-family: 'lucida grande', tahoma, sans-serif;
    color : #FDAC02;
    text-decoration : underline; }

.whatsnew-title { 
    font-family: 'lucida grande', tahoma, sans-serif;
    color : #5F5F5F;
    font-size : 12px;
    line-height : 13px;
    font-weight : bold;
    text-decoration : none; }

.whatsnew {
    font-family: 'lucida grande', tahoma, sans-serif;
    color : #5F5F5F;
    font-size : 12px;
    text-decoration : none; }

.whatsnew:hover {
    color : #555555; }

.eventsnew-title { 
    font-family: 'lucida grande', tahoma, sans-serif;
    color : #5F5F5F;
    font-size : 11px;
    line-height : 13px;
    font-weight : bold;
    text-decoration : none; }

.eventsnew {
    font-family: 'lucida grande', tahoma, sans-serif;
    color : #5F5F5F;
    font-size : 11px;
    text-decoration : none; }
	
.eventsnew-description {
    font-family: 'lucida grande', tahoma, sans-serif;
    color : #5F5F5F;
    font-size : 11px;
    text-decoration : none; }

.eventsnew:hover {
    color : #5F5F5F;
	text-decoration : underline; }

.subpages-description {
    font-family: 'lucida grande', tahoma, sans-serif;
    color : #5F5F5F;
    font-size : 12px;
    text-decoration : none; }

.subpages-description:hover {
    color : #555555; }

.navcell {
	color: #FFFFFF
}

.navlinks {
	color : #FFFFFF;
	font-family: 'lucida grande', tahoma, sans-serif;
	font-size: 15px;
	text-decoration: none;
}

a.navlinks {
	color : #FFFFFF;
	font-family: 'lucida grande', tahoma, sans-serif;
	text-decoration: none;
    padding: 3px; }

a.navlinks:hover {
	color: #FFFFFF;
	text-decoration: underline; }

.navcell2 {
	color: #999999;
}

.navlinks2 {
	color: #999999;
	font-family: 'lucida grande', tahoma, sans-serif;
	font-size: 10px;
    text-decoration: none; }

a.navlinks2 {
	color: #999999;
	font-family: 'lucida grande', tahoma, 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 grande', tahoma, sans-serif;
	font-size: 9pt;
    line-height : 18px;
	max-height : 40px; }

.vertical-links:hover {
    color: #555555; }

a   {
    font-family: 'lucida grande', tahoma, sans-serif;
    color: #EEB236;
	text-decoration : none; }

a:hover { 
	color: #EEB236;
	text-decoration : underline;
	}

.printlink {
    font-family: 'lucida grande', tahoma, sans-serif;
    color : #C0C0C0;
    font-size : 8pt; }

a.printlink {
    font-family: 'lucida grande', tahoma, sans-serif;
    color : #C0C0C0;
    font-size : 8pt;
	text-decoration : none; }

a.printlink:hover {
    font-family: 'lucida grande', tahoma, sans-serif;
    color : #C0C0C0;
    font-size : 8pt;
	text-decoration : underline; }

.system {
	color : #000000;
    font-size : 10pt;
   	font-family: 'lucida grande', tahoma, sans-serif; }

.syssmall {
	font-size : 8pt;
   	font-family: 'lucida grande', tahoma, sans-serif;
   	color : #000000; }

.bodysmall {
	font-size : 8pt;
    color : #C0C0C0;
   	font-family: 'lucida grande', tahoma, sans-serif; }

.bodysmallgrey {
	font-size: 8pt;
   	font-family: 'lucida grande', tahoma, sans-serif;
   	color: #C0C0C0; }

table { 
    font-family: 'lucida grande', tahoma, sans-serif;
    font-size: 10pt; }
	
.GalleryPopupTitle {
    font-family: 'lucida grande', tahoma, sans-serif;
    font-size : 11pt;
    font-weight: bold; 
    color : #555555; }

.GalleryPopupDescription {
    font-family: 'lucida grande', tahoma, sans-serif;
    font-size : 10pt;
	color : #555555; }

.GalleryPopupDetails {
    font-family: 'lucida grande', tahoma, sans-serif;
    font-size : 10pt;
	color : #555555; }

.GalleryExplainText {
    font-family: 'lucida grande', tahoma, sans-serif;
    font-size : 10pt;
	color : #555555; }

.GalleryThumbnailTitle {
    font-family: 'lucida grande', tahoma, sans-serif;
    font-size : 10pt;
    font-weight: bold;
	color : #555555; }

.GalleryThumbnailDescription {
    font-family: 'lucida grande', tahoma, sans-serif;
    font-size : 10pt;
	color : #555555; }

.GalleryHeadline {
    font-family: 'lucida grande', tahoma, sans-serif;
    font-size : 18px;
	font-weight: bold;
	color : #A94A00; }

.GalleryIntro {
   font-family: 'lucida grande', tahoma, sans-serif;
    font-size : 10pt;
	color : #000000; }

.GalleryEditorLink {
    font-family: 'lucida grande', tahoma, sans-serif;
    font-size : 10pt;
	color : #000000; }

.GalleryNavigation {
    font-family: 'lucida grande', tahoma, sans-serif;
    font-size : 20pt;
	color : #A94A00; }

.GalleryTitle {
    font-family: 'lucida grande', tahoma, sans-serif;
    font-size : 10pt;
    font-weight: bold;
	color : #A94A00; }

.GalleryDescription {
    font-family: 'lucida grande', tahoma, sans-serif;
    font-size : 10pt;
	color : #555555; }

.GalleryNoPhotos {
    font-family: 'lucida grande', tahoma, sans-serif;
    font-size : 10pt;
	color : #000000; }

.GalleryInactive {
    font-family: 'lucida grande', tahoma, sans-serif;
    font-size : 10pt;
	color : #000000; }	

a.forum:link {
        color : #000000;
        text-decoration : underline;
        font-size: 10pt; }

a.forum:visited {
        color : #000000;
        text-decoration : underline;
        font-size: 10pt; }

a.forum:hover {
        color : #000000;
        text-decoration : none;
        font-size: 10pt; }

a.forum:active {
        text-decoration : underline;
        color : #0a5593;
        font-size: 10pt; }

.forum_title {
    font-family: 'lucida grande', tahoma, sans-serif;
    color: #A94A00;
    font-size: 18px;
    font-weight: bold; }

.forum_intro {
	font-family: 'lucida grande', tahoma, sans-serif;
	font-weight:normal;
	font-size: 11pt;
}

.forum_table {
    font-family: 'lucida grande', tahoma, sans-serif;
    font-size: 10pt; }

.forum_td {
     font-family: 'lucida grande', tahoma, sans-serif;
     color:#666666;
     background-color:#ffffff; }

.flat {
     background-color:#CCCCCC; }

.table_header {
     background-color:#273872;
     color:#ffffff; 
	 font-family: 'lucida grande', tahoma, sans-serif;
     font-size: 10pt; }

.latest_post {
     font-family: 'lucida grande', tahoma, sans-serif;
     font-size:8pt;
     color:#000000; }

.latest_post_link {
      background-color:#ff9966;
      color:#5F5F5F;
      font-size:9pt;
      font-family:arial;
      border: solid 1px #000000;
      text-decoration:none; }

.new {
      font-family: 'lucida grande', tahoma, 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:#000000; }

.pollquestion {
    font-family: 'lucida grande', tahoma, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
}

/* CUSTOM CSS */

body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: 'lucida grande', tahoma, sans-serif;
	font-size : 12px;
	color : #5F5F5F;
}

/* Main wrappers */

#mainWrapper {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	border: 0px;
}

#mainWrapperBckgd {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 0px;
	position: relative;
	background-image: url(../../../site/1/template/HansonPlace_Bckgd.png);
	background-repeat: repeat-y;
	background-position: center top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

/* Header */

#headerWrapper {
	height: 200px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	border: 0px;
	position: relative;
	background-image: url(../../../site/1/template/HansonPlace_headerWrapperBckgd.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#header {
	height: 200px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	border: 0px;
	position: relative;
}

.clear {
  clear: both;
}

/* Logo/Sitename */

#logo {
	height: 160px;
	width: 92px;
	padding: 0px;
	border: 0px;
	margin: 0px;
	left: 35px;
	top: 25px;
	position: absolute;
	z-index: 1;
}

#logo a {
	background-image: url(../../../site/1/template/HansonPlace_logo.png);
	background-repeat: no-repeat;
	height: 160px;
	width: 92px;
	color: #FFFFFF;
	text-indent: -99999px;
	display: block;
	overflow: hidden;
}

#sitenamePastorTagline {
	height: 159px;
	width: 489px;
	padding: 0px;
	border: 0px;
	margin: 0px;
	left: 142px;
	top: 26px;
	position: absolute;
	z-index: 1;
}

#sitenamePastorTagline a {
	background-image: url(../../../site/1/template/HansonPlace_sitenamePastorTagline.png);
	background-repeat: no-repeat;
	height: 159px;
	width: 489px;
	color: #FFFFFF;
	text-indent: -99999px;
	display: block;
	overflow: hidden;
}

/* Search */

#search {
	text-align: left;
	height: 22px;
	width: 142px;
	position: absolute;
	top: 20px;
	right: 5px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-image: url(../../../site/1/template/HansonPlace_searchBckgd.png);
	background-repeat: no-repeat;
}

.search_field {
	width: 109px;
	height: 17px;
	color: #AAA798;
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 11px;
	border: 0px;
	font-size: 9pt;
}

/* Header arrow list */

#headerArrowListWrapper {
	padding: 0px;
	border: 0px;
	margin: 0px;
	position: absolute;
	top: 57px;
	right: 10px;
	width: 180px;
	text-align:right;}

.headerArrowList {
	padding: 0px;
	border: 0px;
	margin: 0px;
	text-align:right;}  

.headerArrowList ul {
	padding: 0px;
	border: 0px;
	margin: 0px;}  

.headerArrowList li {
	font-family: 'lucida grande', tahoma, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	border: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-type: none;	
	width: 180px;
} 

.headerArrowList li a {
	float: right;
	clear: right;
	color: #A94A00;
	text-decoration: none;
	border: 0px;
	background-image: url(../../../site/1/template/HansonPlace_headerArrowListBckgd.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 16px;
	*height: 20px;
	width: 159px;
	*width: 180px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 21px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.headerArrowList li a:hover {
	text-decoration: none;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-image: url(../../../site/1/template/HansonPlace_headerArrowListBckgd.png);
	background-repeat: no-repeat;
	background-position: right top;
}


/* Main nav */

#mainNavWrapper {
	width: 970px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F0B200;
	border-bottom-color: #F0B200;
	background-image: url(../../../site/1/template/HansonPlace_navBckgd.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #D57100;
}

#mainNav {
	width: 950px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	vertical-align: middle;
	display: table-cell;
}

/* Navigation */

.navigation {
	margin: 0px;
	border: 0px;
	padding: 0px;
}

.navigation ul {
	color : #FFFFFF;
	font-family: 'lucida grande', tahoma, sans-serif;
	list-style: none;
	margin: 0px;
	border: 0px;
	padding: 0px;
}

.navigation li {
	list-style: none;
	display: inline;
	color : #FFFFFF;
	font-family: 'lucida grande', tahoma, sans-serif;
	font-size: 10px;
	margin: 0px;
	border: 0px;
	padding: 0px;
	text-transform: uppercase;
}
	
.navigation li a {
	color : #FFFFFF;
	font-family: 'lucida grande', tahoma, sans-serif;
	font-size: 10px;
	list-style: none;
	display: inline;
	margin: 0px;
	border: 0px;
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-decoration: none;
	font-weight: bold;
}

.navigation li a:hover {
	color: #F0B200;
	text-decoration: none; }
	

li.navigation_separator {
	display: none;
}


/* Child/Sibling articles nav */

ul.childpages, ul.siblingpages {
	padding: 0px;
	border: 0px;
	margin: 0px;
}


ul.childpages li, ul.siblingpages li {
	display: block;
	list-style: none;
	font-family: 'lucida grande', tahoma, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	border: 0px;
} 

ul.childpages li a, ul.siblingpages li a {
	width: 240px;
	display: block;
	float: left;
	clear: left;
	color: #F48400;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FDF49C;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
}

ul.childpages li a:hover, ul.siblingpages li a:hover {
	text-decoration: underline;
	color: #F48400;
	margin: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

ul.childpages li.childpages_current a, ul.siblingpages li.siblingpages_current a {
	text-decoration: underline;
	color: #F48400;
	margin: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


/* News & Events/Large image wrapper */

#mainNewsEventsImageWrapper {
	height: 320px;
	width: 950px;
	border: 0px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	padding: 0px;
	overflow: hidden;
	position: relative;
	/* rounded corners */
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
}

/* News & Events/Large image wrapper - Safari/Chrome Hack */

@media screen and (-webkit-min-device-pixel-ratio:0) {
#mainNewsEventsImageWrapper { 
	/* rounded corners */
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-khtml-border-bottom-right-radius: 5px;
	-khtml-border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px; }
 }

/* News & Events */

#newsEvents {
	height: 270px;
	*height: 300px;
	width: 300px;
	*width: 330px;
	border: 0px;
	text-align: left;
	margin: 0px;
	left: 10px;
	top: 10px;
	position: absolute;
	z-index: 1;
	padding: 15px;
	background-color: #ADDFEA;
	overflow: auto;
}

#newsEventsDividerLine {
	width: 300px;
	height: 2px;
	border: 0px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../../../site/1/template/HansonPlace_newsEventsDividerLine.png);
	background-repeat: no-repeat;
	background-position: left top;
}

/* Orange button */

#orangeButton {
	width: 130px;
	height: 25px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
	display: table-cell;
	background-image: url(../../../site/1/template/HansonPlace_orangeButtonBckgd.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#orangeButton a {
	color: #FFFFFF;
	font-size: 13px;
	text-decoration: none;
}

#orangeButton a:hover {
	color: #FFCC00;
	font-size: 13px;
	text-decoration: none;
}

/* Large image - Home */

#largeImageHome {
	height: 300px;
	width: 595px;
	border: 0px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	right: 10px;
	top: 10px;
	position: absolute;
	z-index: 1;
}

/* Main content */

#mainContent {
	width: 950px;
	border: 0px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	overflow: hidden;
}

/* Main home content left column */

#mainHomeContentLeftCol, #mainHomeContentMiddleCol {
	width: 290px;
	*width: 310px;
	height: 355px;
	*height: 370px;
	border: 0px;
	float: left;
	background-color: #FFFFFF;
	background-image: url(../../../site/1/template/HansonPlace_homeBottomColBckgd.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	/* rounded corners */
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* Main home content left column - Safari/Chrome Hack */

@media screen and (-webkit-min-device-pixel-ratio:0) {
#mainHomeContentLeftCol, #mainHomeContentMiddleCol { 
	/* rounded corners */
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px; }
 }

#mainHomeContentMiddleColWrapper {
	width: 290px;
	height: 355px;
	border: 0px;
	padding: 0px;
	margin: 0px;
	position: relative;
}

.homeColHeadlineWrapper {
	width: 290px;
	height: 24px;
	margin-bottom: 14px;
}

/* Left column image buttons - Home */

.leftColImgBtnWrapperHome {
	width: 140px;
	height: 100px;
	border: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px;
	position: relative;
}

.leftColImgBtnWrapperLastHome {
	width: 140px;
	height: 100px;
	border: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	position: relative;
}

.leftColImgBtnImgHome {
	width: 140px;
	height: 80px;
	border: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
	
}

.leftColImgBtnImgHome img {
	border: 0px;
}

.leftColImgBtnBarHome {
	width: 140px;
	height: 20px;
	border: 0px;
	margin: 0px;
	padding: 0px;
	background-image: url(../../../site/1/template/HansonPlace_buttonBarHomeBckgd.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	left: 0px;
	bottom: 0px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	vertical-align: middle;
	display: table-cell;
	line-height: 20px;
}

.leftColImgBtnBarHome a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.leftColImgBtnBarHome a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

/* Social Network Button divs */

#leftColImgBtnImgHomeSocialNetworkWrapper {
	width: 140px;
	height: 80px;
	border: 0px;
	margin: 0px;
	padding: 0px;
	position: relative;
	background-image: url(../../../site/1/images/HansonPlace_ConnectBtn_SocialNetwork.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#leftColImgBtnImgHomeSocialNetworkWrapper #facebook  {
	width: 56px;
	height: 56px;
	border: 0px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 10px;
	top: 13px;
	z-index: 1;
}

#leftColImgBtnImgHomeSocialNetworkWrapper #facebook a {
	width: 56px;
	height: 56px;
	color: #FFFFFF;
	text-indent: -99999px;
	display: block;
	overflow: hidden;
}

#leftColImgBtnImgHomeSocialNetworkWrapper #twitter  {
	width: 56px;
	height: 56px;
	border: 0px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	right: 10px;
	top: 13px;
	z-index: 1;
}

#leftColImgBtnImgHomeSocialNetworkWrapper #twitter a {
	width: 56px;
	height: 56px;
	color: #FFFFFF;
	text-indent: -99999px;
	display: block;
	overflow: hidden;
}

/* Shadow on text */

.shadowText {
	text-shadow: #000000 1px 1px 1px;
	box-shadow: 1px 1px 1px #000000;
	/* for IE 8 */
	-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=1,OffY=1,Color='#000000',Positive='true')";
	/* for IE 6 and 7 */
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=1,OffY=1,Color="#000000",Positive="true");
}

.shadowText a {
	text-shadow: #000000 1px 1px 1px;
	box-shadow: 1px 1px 1px #000000;
	/* for IE 8 */
	-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=1,OffY=1,Color='#000000',Positive='true')";
	/* for IE 6 and 7 */
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=1,OffY=1,Color="#000000",Positive="true");
	text-decoration: none;
	color: #FFFFFF;
}

.shadowText a:hover {
	text-shadow: #000000 1px 1px 1px;
	box-shadow: 1px 1px 1px #000000;
	/* for IE 8 */
	-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=1,OffY=1,Color='#000000',Positive='true')";
	/* for IE 6 and 7 */
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=1,OffY=1,Color="#000000",Positive="true");
	text-decoration: none;
	color: #FFCC00;
}

#col1 {
	width: 140px;
	border: 0px;
	margin-right: 10px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	float: left;
	position: relative;
}

#col2 {
	width: 140px;
	border: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	float: left;
	position: relative;
}

/* Blue Bckgd Yellow Arrow List */

.blueBckgdYellowArrowList {
	padding: 0px;
	border: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
} 

.blueBckgdYellowArrowList ul {
	padding: 0px;
	border: 0px;
	margin: 0px;
} 

.blueBckgdYellowArrowList li {
	display: block;
	height: 34px;
	*height: 42px;
	width: 259px;
	*width: 290px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	border: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 31px;
	background-image: url(../../../site/1/template/HansonPlace_blueBckgdYellowArrowListBckgd.png);
	background-repeat: no-repeat;
	list-style-type: none;
	background-position: left top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
} 

.blueBckgdYellowArrowList li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	display: block;
	float: left;
	clear: left;
	color: #FFFFFF;
    padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;	
	text-decoration: none;
	border: 0px;
	margin: 0px;
}

.blueBckgdYellowArrowList li a:hover {
	text-decoration: none;
	color: #FFCC00;
	margin: 0px;
}

.headlineWrapper {
	padding: 0px;
	border: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
} 

/* Orange list */

.visitorYellowArrowList {
	padding: 0px;
	border: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	z-index: 1;
	position: absolute;
	left: 0px;
	bottom: 0px;
} 

.visitorYellowArrowList ul {
	padding: 0px;
	border: 0px;
	margin: 0px;
} 

.visitorYellowArrowList li {
	font-family: 'lucida grande', tahoma, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 24px;
	list-style-type: none;
	height: 22px;
	*height: 25px;
	width: 266px;
	*width: 290px;
	background-image: url(../../../site/1/template/HansonPlace_visitorYellowArrowListBckgd.png);
	background-repeat: no-repeat;
	background-position: left top;
} 

.visitorYellowArrowList li a {
	float: left;
	clear: left;
	color: #F48400;
    padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;	
	text-decoration: none;
	border: 0px;
	margin: 0px;
}

.visitorYellowArrowList li a:hover {
	text-decoration: none;
	color: #FFCC00;
	margin: 0px;
}

/* Main home middle column logo background */

#mainHomeMiddleColLogoBckgd {
	width: 91px;
	height: 118px;
	position: absolute;
	right: 12px;
	bottom: -10px;
	background-image: url(../../../site/1/template/HansonPlace_homeMiddleColLogoBckgd.png);
	background-repeat: no-repeat;
	background-position: left top;
}



/* Main home content right column */

#mainHomeContentRightCol {
	width: 290px;
	*width: 310px;
	height: 355px;
	*height: 370px;
	border: 0px;
	float: left;
	background-color: #FFFFFF;
	background-image: url(../../../site/1/template/HansonPlace_homeBottomColBckgd.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	/* rounded corners */
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* Main home content right column - Safari/Chrome Hack */

@media screen and (-webkit-min-device-pixel-ratio:0) {
#mainHomeContentRightCol { 
	/* rounded corners */
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px; }
 }


/* Main home video/message */

#videoMessageHome {
	width: 290px;
	height: 257px;
	border: 0px;
	text-align: center;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	background-image: url(../../../site/1/template/Decatur_videoHomeBckgd.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.videoMessageHomeHeadline {
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #A94A00;
    font-size: 18px;
}

#orangeButtonvideoMessageHome {
	width: 130px;
	height: 25px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
	display: table-cell;
	background-image: url(../../../site/1/template/HansonPlace_orangeButtonBckgd.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#orangeButtonvideoMessageHome a {
	color: #FFFFFF;
	font-size: 13px;
	text-decoration: none;
}

#orangeButtonvideoMessageHome a:hover {
	color: #FFCC00;
	font-size: 13px;
	text-decoration: none;
}

/* Main article content padding top */

#mainContentArticlePaddingTop {
	width: 950px;
	height: 10px;
	border: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	padding: 0px;
}

/* Main article content bottom - left col */

#mainArticleContentBottomLeft {
	width: 690px;
	height: 10px;
	border: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	padding: 0px;
	float: left;
	/* rounded corners */
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
}

/* Main article content bottom - left col - Safari/Chrome Hack */

@media screen and (-webkit-min-device-pixel-ratio:0) {
#mainArticleContentBottomLeft { 
	/* rounded corners */
	-webkit-border-bottom-left-radius: 5px;
	-khtml-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px; }
 }
 
 /* Main article content bottom - right col */

#mainArticleContentBottomRight {
	width: 260px;
	height: 10px;
	border: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	padding: 0px;
	float: left;
	/* rounded corners */
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
}

/* Main article content bottom - right col - Safari/Chrome Hack */

@media screen and (-webkit-min-device-pixel-ratio:0) {
#mainArticleContentBottomRight { 
	/* rounded corners */
	-webkit-border-bottom-right-radius: 5px;
	-khtml-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px; }
 }


/* Main article content left column */

#mainWrapperArticleContentLeftColBckgd {
	width: 950px;
	border: 0px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	position: relative;
	right: 260px;
	float: left;
}

#mainArticleContentLeftCol {
	width: 670px;
	*width: 690px;
	border: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	position: relative;
	left: 260px;
}

/* Main article content right column */

#mainWrapperArticleContentRightColBckgd {
	width: 950px;
	border: 0px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	float: left;
	position: relative;
	background-color: #FFFFFF;
	background-image: url(../../../site/1/template/HansonPlace_articleRightColBckgd.png);
	background-repeat: repeat-y;
	background-position: right top;
}

#mainArticleContentRightCol {
	width: 240px;
	*width: 260px;
	border: 0px;
	text-align: left;
	float: left;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	position: relative;
	left: 260px;
}

#mainArticleImg {
	width: 650px;
	*width: 670px;
	height: 230px;
	*height: 250px;
	border: 1px solid #FFCC00;
	padding: 9px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	overflow: hidden;
}


/* Main admin content */

#mainAdminContent {
	width: 930px;
	*width: 950px;
	border: 0px;
	text-align: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background: #FFFFFF;
	/* rounded corners */
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
#mainAdminContent { 
	/* rounded corners */
	-webkit-border-bottom-left-radius: 5px;
	-khtml-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-khtml-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px; }
 }

/* Main admin content bottom */

#mainAdminContentBottom {
	width: 950px;
	height: 10px;
	border: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	padding: 0px;
	/* rounded corners */
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
}

/* Main article content bottom - left col - Safari/Chrome Hack */

@media screen and (-webkit-min-device-pixel-ratio:0) {
#mainAdminContentBottom { 
	/* rounded corners */
	-webkit-border-bottom-left-radius: 5px;
	-khtml-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-khtml-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px; }
 }

/* Address bar */

#addressBarFooterLinksWrapper {
	width: 980px;
	min-height: 140px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	border: 0px;
	text-align: center;
	background-image: url(../../../site/1/template/HansonPlace_footerBckgd.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#addressBarWrapper {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 0px;
	background-color: #FFFFFF;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	/* rounded corners */
	-moz-border-radius: 5px;
	border-radius: 5px;	
}

/* Address bar - Safari/Chrome Hack */

@media screen and (-webkit-min-device-pixel-ratio:0) {
#addressBarWrapper { 
	/* rounded corners */
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px; }
 }

#addressBar {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 0px;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	font-weight: bold;
	font-size: 11px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	background-color: #F48400;
	background-image: url(../../../site/1/template/HansonPlace_addressBarBckgd.png);
	background-repeat: repeat-x;
	background-position: left top;
}

#addressBar a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#addressBar a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

/* Admin links */

#footerLinks {
	width: 560px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 0px;
	text-align: center;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}




