body  {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #d1d1a1;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #414338;
	position:relative;
	left:0px;
	top:0px;
	z-index:0;
}
p {
    padding: 8px;
	line-height: 18px;
}	
h1 {
    font: 14px Verdana, Arial, Helvetica, sans-serif;
	color: #293452;
	font-weight: bold;
    padding-top: 5px;
	padding-left: 5px;
}
h2 {
    font-size: 12px;
    color: #2d344e;
    font-weight: bold;
    padding: 5px 0 0 5px;
}
.clear 
{
    clear: both;
}
ul, ol, dl {position: relative; } 
dl.sf_userInfo span 
{
    font-weight: bold;
}
dd 
{
    margin: 0;
    padding: 0;
}

.left {
    float: left;
}
.right {
    float: right;
}
a:link,
a:active {
    text-decoration: underline; 
    color: #4d5d89;
}
a:visited,
a:hover {
    color: #4d5d89;
}
fieldset 
{
    border: 0;
}
.submitFormN 
{
    margin-left: 31px;
}
.submitForm 
{
    margin-left: 33px;
}
#subBody p.archiveList
{
    padding: 0;
}
label 
{
    font-weight: bold;
    margin-right: 2px;
}
.alignTop 
{
    vertical-align: top;
}
#subBody p.sf_CaptchaImage img 
{
    margin-left: 76px;
}

/* --- Header --- */
#header { 
	height: 118px;
	width: 873px;
	background-image: url(images/body_bg.png);
	background-repeat: repeat-y;
	padding: 0px 0px 0px 12px;
}
#apsLogo 
{
    float: left;
    position: absolute;
    display: inline;
    left: 288px;
    top: 31px;
    /*width: 239px;
    height: 54px;
    background: url(images/apsLogoBg.png) no-repeat;
    padding-left: 15px;*/
    z-index: 999;
}
#header .logo 
{
    float: left;
    position: absolute;
    display: inline;
    top: 2px;
    /*margin-top: 8px;*/
}
#header li {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	float: right;
	margin: 0px 5px 0px 0px;
	display: inline;
	color: #FFFFFF;
}
/* --- Nav --- */
#topLevelNav 
{
    float: right;
    position: absolute;
    display: inline;
    margin-right: 15px;
    margin-bottom: -14px;
    width: 400px;
    left: 458px;
    z-index: 999999;
    text-align: right;
} 
#topLevelNav .memberWelcome 
{
    float: right;
    position: relative;
    display: inline;
    margin: 0;
    padding: 0;
}
*html .memberWelcome {right: 16px; }
#topLevelNav ul li 
{
    float: right;
    position: relative;
    display: inline;
    padding: 2px 0px 0 10px;
}
#topLevelNav ul li a
{   float: left;
    position: relative;
    font-size: 12.5px;
    font-weight: bold;
    display: inline;
    text-decoration: none;
}
#navone {
	position: relative;
	width: 873px; 
	margin: 0 0 0 0px;
	padding: 0 0 0 0;
    font: 14px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #454545;
}

#navone ul
{
    display: inline;
    width: 873px;
}

#navone ul li {
	float: left;
	margin: 0 50px 0 37px;
	padding: 0 0 0 0;
	display: inline;
	text-align: center;
	height: 30px;
}

#navone ul li.selected
{
    /*margin: 10px 0 0 0;*/
    background-position: center bottom;
    background-image: url(images/nav_selected.png);
    background-repeat: no-repeat;
}

#navone ul li a
{
    display: inline-block;
    padding: 6px 0 0 0;
    text-decoration: none;
}

#navone ul li a:link,
#navone ul li a:visited {
    color: #fff;
}
#navone ul li a:link.selected,
#navone ul li a:active,
#navone ul li a:hover {
    color: #cacebf;
}

.subnav {
	position: relative;
	background: #f5f5f5;
	border: 1px solid #dbdbdb;
	width: 237px;
	margin-left: 12px;
	top: 10px;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	/*list-style-image: none;
	list-style: none;
	list-style-type: none;*/
}
.subnav ul {
    margin: 0px; 
}
.subnav ul li {
    padding: 0;
	margin: 0;
	/*list-style-image: none;
	list-style: none;
	list-style-type: none;*/
}
.subnav ul li a
{
    display: block;
    font: 12px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 30px;
	text-indent: 10px;
	/*list-style-image: none;
	list-style: none;
	list-style-type: none;*/
	text-decoration: none;
}
* html .subnav ul li a{
    height: 30px;
    text-decoration: none;
}
*:first-child+html .subnav ul li a {height: 30px;}
.subnav ul li a:link,
.subnav ul li a:visited,
.subnav ul li a:active{
    color: #444444;
    text-decoration: none;
}
.subnav ul li a:hover {
    /*background-image: url(images/subnav_selected.png);*/
    background-repeat: no-repeat;
    background-color: #dfdfdf;
    text-decoration: none;    
}
.subnav ul li a.rmFocused {
    background-image: url(images/subnav_selected.png);
    background-repeat: no-repeat;
    background-color: #dfdfdf;
    text-decoration: none;    
}
.subnav ul li.selected a:hover {
    background-image: url(images/subnav_selected.png);
    background-repeat: no-repeat;
    background-color: #dfdfdf;
    text-decoration: none;    
}
* subnav ul li a:hover{
    height: 30px;
}
.subnav li ul li a.rmFocused {
    background-image: url(images/subnav_selected.png);
    background-repeat: no-repeat;
    background-color: #dfdfdf;
    text-decoration: none;    
}
.subnav ul li ul li a {
    font-size: 11px;
    text-indent: 25px;
    line-height: 30px;
}
#subLeft ul.rmHorizontal li 
{
    z-index: 99999999999;
}
/*#subLeft .rmslide head,
#subLeft .rmslide body 
{
    display: none;
    z-index: 0;
}*/
#helpfullTools a.openBedsLogout 
{
    height: 25px;
    text-indent: 12px;
    background: #9d9d9d;
    position: relative;
    display: block;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    padding-top: 4px;
}
/* --- Home Content --- */
#container { 
	position: relative;
	width: 873px;  
	margin: 0 auto; 
	text-align: left;
} 
#mainContent{  
    position: relative;
	top: 2px;
	padding: 0 0 10px 0;
	margin: 0;
	width: 873px;
	background-image: url(images/body_bg.png);
	background-repeat: repeat-y; 
	float: left;
}

*:first-child+html #mainContent
{
    float: none;
}

#mainContent p {
    padding: 5px;
}
#mainContent ul {
    /*margin: 5px 5px 5px 5px;*/
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
#mainContent li {
    font: 11px Verdana, Arial, Helvetica, sans-serif;
	/*margin: 5px 0px 5px 5px;*/
	line-height: 18px;
}
#flashobject {
	background-image: url(images/flasharea.jpg);
	background-repeat: no-repeat;
	height: 279px;
	width: 847px;
	margin: 0 0 0 12px;
	padding: 0 0 0 0px;
}
#transparency {
    float: right;
	margin-top: 10px;
	/*background-image: url(../images/flasharea_transparency.png);
	background-repeat: repeat-x;*/
	height: 256px;
	width: 325px;
}

#transparency h3 {
    font: 24px Verdana, Arial, Helvetica, sans-serif;
	font-weight: 500;
	color: #fff;
	padding-left: 7px;
	margin: 15px 0 0 0;
}
#transparency p {
    font: 15px Verdana, Arial, Helvetica, sans-serif;
	line-height: 24px;
	color: #4b4c4d;
	padding-left: 7px;
	padding-top: 15px;
}
#transparency ul 
{
    margin: 0;
}
#transparency ul li 
{
    background: url(images/listimage.png) no-repeat;
    background-position: .5em .1em;
    color: #4b4c4d;
    padding: 0px 5px 0px 15px;
    font-size: 14px;
}
/*#transparency .button {
    position: absolute;
    background: url(images/learnmore_button.png);
    width: 111px;
    height: 21px;
	right: 14px;
	top: 240px;
	color: #fff;
	padding: 5px 0 0 0px;
}*/
#transparency .button {
    position: absolute;
    /*background: url(images/learnmore_button.png);*/
    width: 325px;
    height: 21px;
    color: #385d74;
	top: 229px;
	padding: 3px 0 0 26px;
}
#transparency .button a
{
    color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#rightcolumn {
    float: right;
	width: 326px;
	margin: 0px 13px 0 0;
	position: relative;
}
#rightcolumn a 
{
    text-decoration: underline;
}
* html #rightcolumn{
    margin: 0 7px 0 0;
}
*:first-child+html #rightcolumn 
{
    margin: 0px 13px 0 0;
}
#jointoday {
	width: 323px;
	border: 1px solid #dbdbdb;
	background: #c1dddc;
	margin-top: 1px;
}
#jointoday h1 
{
    background: url(images/join_icon.png) no-repeat;
    /*height: 30px;*/
    font-size: 12px;
    line-height: 18px;
    padding: 0 0 0 35px;
    margin: 5px 0 5px 5px;    
}
#jointoday li 
{
    background: url(images/listimage.png) no-repeat;
    background-position: .5em .1em;
    padding: 0px 0 0px 15px;
}
#news {
	width: 313px;
	border: 1px solid #dbdbdb;
	background: #f5f5f5;
	margin-top: 5px;
	min-height: 259px;
	padding: 5px 5px 45px 5px;
}
*:first-child+html #news {height: 259px;} * html #news {height: 259px;}
#news h1 
{
    background: url(images/news_icon.png) no-repeat;
    padding: 7px 0 0 35px;
    height: 30px;
    margin: 5px 0 0px 0px; 
    font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #293452;
	font-weight: bold; 
}
#news ul.sf_newsList 
{
    float: left;
}
*:first-child+html #news ul.sf_newsList li  {margin: 0 0 10px 0;} * html #news ul.sf_newsList li  {margin: 0 0 10px 0;}
#news ul.sf_newsList h2.sf_newsTitle 
{
    font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #293452;
	font-weight: bold;
	margin: 3px 0 0px 0px;
	float: left;
	position: relative;
	display: block;
	width: 310px;
	/*height: 14px;
	overflow: hidden;*/
}
#news ul.sf_newsList p.sf_newsDate 
{
    font-weight: bold;
    font-size: 10px;
    width: 300px;
}
#news ul.sf_newsList p.sf_readMore 
{
    width: 310px;
    margin-bottom: 14px;
}
#news ul.sf_newsList p 
{
    float: left;
    position: relative;
    display: inline;
    margin: 0;
    line-height: 13px;
    font-size: 11px;
    padding: 0;
}
#homeContent {
    background: #f5f5f5;
	border: 1px solid #dbdbdb;
	margin: 1px 0 0 12px;
	width: 515px;
	height: 362px;
}
#homeContent a 
{
    text-decoration: underline;
}
#homeContent ul li {
    font: 11px Verdana, Arial, Helvetica, sans-serif;
	list-style-type: none;
	padding-left: 10px;
	padding-top: 0px;
	background: url(images/listimage.png) no-repeat 0 .7em;
	line-height: 18px;
	margin-left: 20px;
}
#homeContent ol li {
	list-style-type: decimal;
	padding-left: 10px;
	padding-top: 0px;
	line-height: 18px;
}
.underline {
    background-image: url(images/home_hr.png);
	background-repeat: no-repeat;
	height: 2px;
	width: 445px;
	margin-top: 6px;
	margin-left: 6px;
}
/**:first-child+html #underline  {
    margin-bottom: -11px;
}*/ 
* html #underline{
    margin-bottom: -11px;
}
/* --- Sub Content --- */
#subleft{
    position: relative;
    left: 0px;
    width: 260px;
    float: left;
}

#subBody {
	position: relative;
	font: 11.5px Verdana, Arial, Helvetica, sans-serif;
	padding-left: 0px;
	line-height: 15px;
	top: 10px;
	float: left;
	width: 586px;
}
#subBody .collapable,
#subBody .collapableItem
{
    margin: 5px 0 5px 0;
}
#subBody .collapable a.item,
#subBody .collapableItem a.item 
{
    float: left;
    position: relative;
    width: 570px;
    text-decoration: none;
    font-weight: bold;
    padding: 3px 3px 3px 20px;
    margin-bottom: 5px;
    background: url(images/expand.png) no-repeat .3em .4em;
    background-color: #f8f8f8;
    border: 1px solid #DBDBDB;
}

#subBody .collapable a.item.loading
{
    float: left;
    position: relative;
    width: 570px;
    text-decoration: none;
    font-weight: bold;
    padding: 3px 3px 3px 20px;
    margin-bottom: 5px;
    background: url(images/loading.gif) no-repeat .3em .4em;
    background-color: #f8f8f8;
    border: 1px solid #DBDBDB;
}

#subBody .collapable a.item.selected,
#subBody .collapableItem a.item.selected
{
    float: left;
    position: relative;
    width: 570px;
    text-decoration: none;
    font-weight: bold;
    padding: 3px 3px 3px 20px;
    margin-bottom: 5px;
    background: url(images/close.png) no-repeat .3em .4em;
    background-color: #f8f8f8;
    border: 1px solid #DBDBDB;
}
#subBody .collapable .extendedData,
#subBody .collapableItem .extendedData
{
    float: left;
    position: relative;
    width: 100%;
}
#subBody .collapable .extendedData table 
{
    padding: 3px;
    width: 100%
}
#subBody ul.countySites 
{
    background: #f8f8f8;
    border: 1px solid #DBDBDB;
    padding: 3px 3px 3px 15px;
    height: 20px;
}
#subBody ul.countySites li 
{
    float: left;
    position: relative;
    display: inline-block;
    margin: 0;
    padding-left: 3px;
    list-style: none;
    background: none;
}
#subBody a 
{
    text-decoration: underline;
}
#subBody ul.sf_newsList 
{
    margin: 0;
    padding-left: 0;
}
#subBody ul.sf_newsList p,
#subBody div.sf_singleNews p,
#subBody div.sf_eventContent p 
{
    padding-left: 0;
}
#subBody ul.sf_newsList p.sf_newsAuthor,
#subBody ul.sf_newsList p.sf_postCategory,
#subBody ul.sf_newsList p.sf_posttags 
{
    display: none;
    float: left;
    position: relative;
    display: inline;
}
#subBody ul.sf_newsList li 
{
    list-style: none;
    background: none;
    margin: 0;
    padding: 0 0 6px 0;
    clear: both;
    border-bottom: 1px dashed #dbdbdb;
}
#subBody div.sf_singleNews a.sf_back 
{
    float: left;
    margin-bottom: 8px;
}
#subBody ul.sf_newsList p.sf_newsDate 
{
    font-weight: bold;
    font-size: 10px;
}
#subBody ul.sf_newsList li h2.sf_newsTitle,
#subBody div.sf_singleNews h2.sf_NewsTitle
{
    float: left;
    position: relative;
    display: block;
    width: 570px;
    font-size: 12px;
    font-weight: bold;
    margin: 3px 0 0 0px;
}
#subBody div.sf_singleNews p.sf_newsDate 
{
    font-weight: bold;
    font-size: 10px;
    width: 586px;
    padding-top: 3px;
    float: left;
}
#subBody div.sf_singleNews div 
{
    float: left;
    position: relative;
    display: block;
    width: 570px;
}
#subBody div.sf_eventBasicInfo 
{
    width: 586px;
    float: left;
    position: relative;
    display: inline;
    margin-bottom: 5px;
}
#subBody .sf_singleEvent h2.sf_eventTitle
{
    float: left;
    position: relative;
    display: block;
    width: 570px;
    font-size: 12px;
    font-weight: bold;
    margin: 3px 0 2px 0px;
}
#subBody div.sf_eventBasicInfo p 
{
    float: left;
    position: relative;
    display: inline;
    font-size: 10px;
    padding: 0;
    margin: 0 8px 0 0;
    font-weight: bold;
}
#subBody ul li{
    font: 11.5px Verdana, Arial, Helvetica, sans-serif;
	list-style-type: none;
	margin-left: 15px;
	padding-left: 10px;
	padding-top: 0px;
	background: url(images/listimage_body.jpg) top left no-repeat;
	line-height: 18px;
}
#subBody ol 
{
    margin-left: 25px;
}
#subBody ol.sf_pager 
{
    float: left;
    position: relative;
    display: inline;
    padding: 0;
    margin: 10px 0 0 0;
}
#subBody ol.sf_pager li 
{
    float: left;
    position: relative;
    display: inline;
    margin-right: 5px;
}
#subBody ol li{
    font: 11.5px Verdana, Arial, Helvetica, sans-serif;
    list-style-type: decimal;
	padding-top: 0px;
	line-height: 18px;
}
#subBody ol li ul li 
{
        font: 11.5px Verdana, Arial, Helvetica, sans-serif;
	list-style-type: none;
	margin-left: 15px;
	padding-left: 10px;
	padding-top: 0px;
	background: url(images/listimage_body.jpg) top left no-repeat;
	line-height: 18px;
}
/*#logIn 
{
    position: relative;
	top: 18px;
	background: #faaf51;
	border: 1px solid #fca02c;
	width: 227px;
	padding: 5px;
	margin-left: 12px;
	margin-bottom: 8px;
	color: #fff;
}
#logIn a
{
    color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#logIn .button a:hover 
{
    color: #cacebf
}*/
table.logIn  
{
    width: 250px;
}
table.logIn  tr td h3 
{
    display: none;
}
#subBody .manageProfile 
{
    width: 240px;
}
#subBody input 
{
    margin-right: 5px;
}
#subBody  h3
{
    margin-bottom: 8px;
}
#subBody div.pageTitle h1
{
    font-size: 13px;
    margin-bottom: 8px;
}
#subBody .register label,
#subBody .logIn label,
#subBody .manageProfile label 
{
    font-weight: bold;
}
#subBody .forums 
{
    float: left;
    position: relative;
    display: inline;
    background: #fefefe;
    border: 1px solid #dbdbdb;
    width: 585px;
    padding: 5px;
}
#subBody .forums fieldset.sf_forumsEditor input
{
    width: 440px;
}
#subBody .forums table tr th 
{
    background: #f4f4f4;
    padding: 6px 0 3px 0;
    font-size: 11px;
    font-weight: bold;
}
#subBody .forums table tr th.sf_forumAuthor 
{
    margin-left: 4px;
}
#subBody .forums p.sf_createNewItem 
{
    padding: 0;
}
#subBody .forums p.sf_back,
#subBody .forums p.sf_forumDate
{
    padding: 5px 5px 5px 0;
}
/*#subBody .forums p.sf_createNewItem span 
{
    float: left;
    height: 22px;
    margin: 0 10px 0 10px;
    padding-top: 5px;
}*/
#subBody div.sf_commentsList ol li input.sf_commentSubmit,
#subBody .forums p.sf_createNewItem input,
#subBody .forums p.sf_createNewItem  a
{
    float: clear;
    text-decoration: none;
    position: relative;
    display: inline-block;
	border: 0px;
	cursor: pointer;
	margin: 3px;
	WIDTH: 78px;
	FONT-FAMILY: Arial;
	HEIGHT: 22px;
	color: #333333;
	font-weight: bold;
	font-size: 11px;
	BACKGROUND-image: url(images/button.gif);
	background-color: Transparent;
	TEXT-ALIGN: center;
	line-height: 21px;
}
#subBody div.sf_commentsList 
{
    background: #f8f8f8;
    border: 1px solid #dbdbdb;
    padding: 3px;
    width: 590px;
}
#subBody .forums h2.sf_forumCategoryTitle 
{
    margin: 0;
    display: none;
}
#subBody .sf_forumsEditor ul li
{
    list-style: none;
    background: none;
}
#subBody .register ul li,
#subBody .logIn ol li,
#subBody .manageProfile ul li 
{
    list-style: none;
    background: none;
    margin: 0 0 12px 0;
    padding: 0;
    text-align: right;
}
#subBody .manageProfile table tr td
{
    padding-bottom: 8px;
}
#subBody .register fieldset,
#subBody .logIn fieldset,
#subBody .manageProfile fieldset
{
    border: none;
}
#subBody ul.sf_postListing
{
    margin-top: 0;
    padding-top: 0;
}
#subBody ul.sf_postListing li 
{
    list-style: none;
    background: none;
    margin: 0;
    padding: 0;
    background: #fefefe;
}
#subBody ul.sf_postListing li p.sf_postDate 
{
    font-weight: bold;
    width: 580px;
}
#subBody ul.sf_postListing li p 
{
    padding: 0;
    margin: 0 0 0 5px;
    float: left;
    position: relative;
    display: inline;
}
#subBody ul.sf_postListing li div.sf_postContent 
{
    margin-left: 5px;
}
#subBody ul.sf_postListing li p.sf_readMore 
{
    margin-bottom: 10px;
}
#subBody ul.sf_postListing h2.sf_postTitle
{
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    background: #f8f8f8;
    border: 1px solid #DBDBDB;
    padding: 4px;
    clear: both;
    }
#subBody div.sf_singlePost h1 
{
    margin: 0 0 8px 0;
}
#subBody div.sf_singlePost p.sf_postAuthor
{
    float: left;
    width: 580px;
    position: relative;
    display: inline;
    margin: 0;
    padding: 0;
}
#subBody div.sf_singlePost p.sf_postDate 
{
    font-weight: bold;
    float: left;
    position: relative;
    display: inline;
    width: 580px;
    margin: 0;
    padding: 0;
}
#subBody div.formattingOptions ul.reToolbar li 
{
    list-style: none;
    background: none;
}
#subBody ul.sf_commentListing p 
{
    padding: 5px 0 5px 0;
}
#subBody ul.sf_commentListing li 
{
    list-style: none;
    background: none;
    margin: 0 0 8px 0;
    padding: 5px;
    background: #fff;
    border: 1px solid #dbdbdb;
}
#subBody div.sf_postComments fieldset.sf_postNewComment legend 
{
    font-weight: bold;
}
#subBody div.RadTreeView
{
    background: #f8f8f8;
    border: 1px solid #dbdbdb;
    margin-top: 8px;
}
#subBody ul.rtUL li 
{
    background: none;
    list-style: none;
    margin: 0;
    padding: 0;
}
#subBody .eventsCalendar 
{
    float: left;
    position: relative;
    display: inline;
}
#subBody .eventsCalendar p 
{
    padding: 0;
}
#subBody .eventsCalendar ul li 
{
    background: none;
}
#subBody .eventsCalendar .RadScheduler .rsHeader li 
{
    line-height: 30px;
    float: left;
    list-style-type: none;
    margin-top: 0;
    padding: 0;
}
.openBedsWindow 
{
    text-align: right;
    font-size: 11px;
}
.openBedsWindow input,
.openBedsWindow select 
{
    padding: 1px;
}
.openBedsWindow Label 
{
    font-weight: bold;
}
.openBedsWindow br
{
    margin-bottom: 12px;
}
.openBedsWindow fieldset 
{
    border: none;
    margin: 15px;
    padding: 15px;
}
#helpfullTools {
    position: relative;
	top: 18px;
	background: #f5f5f5;
	border: 1px solid #dbdbdb;
	width: 237px;
	margin-left: 12px;
}
#helpfullTools img 
{
    margin: 8px 0 8px 11px;
}
#helpfullToolslist {
    margin-left: 3px;
}
#helpfullToolslist ul li {
	/*list-style-type: none;*/
	padding-left: 10px;
	padding-top: 0px;
	background: url(images/listimage.png) top left no-repeat;
}
.adImage {
    margin-top: 8px;
	margin-left: 11px;
	}
#subjointoday {
	position: relative;
	width: 237px;
	border: 1px solid #dbdbdb;
	background: #c1dddc;
	margin-left: 12px;
	top: 25px;
}
#subjointoday h1 {
    background: url(images/join_icon.png) no-repeat;
    padding: 0 0 0 35px;
    line-height: 18px;
    margin: 5px 0 5px 5px;
}
#subjointoday li 
{
    background: url(images/listimage.png) no-repeat;
    background-position: .5em .1em;
    padding: 0px 5px 0px 15px;
}
#clearer {
    position: relative;
	width: 237px;
	height: 40px;
	top: 10px;
}
#homeclearer {
    position: relative;
	width: 237px;
	height: 5px;
	top: 10px;
}
/* --- footer --- */
#footerbg {
	background-image: url(images/footer_body_bg.png);
	background-repeat: repeat-x;
	text-align: center; 
	color: #000;
	position: relative;
	top: 2px;
}
#footercontainer {
	background-image: url(images/body_bg.png);
	background-repeat: repeat-y;
	position: relative;
	width: 873px;
	height: 75px;
	margin: 0 auto;
}
#footer { 
	width: 859px;
	height: 30px;
	color: #000000;
	padding-top: 3px;
	background-image: url(images/footer_bar.png);
	background-repeat: repeat-x;
	margin: 0 auto;
}
*html #footerbg 
{
    margin-left: -11px;
}
#footerBtm 
{
    margin: 0 auto;
    background: url(images/footerBtm.png) no-repeat;
    height: 6px;
    width: 870px;
}

#footer a 
{
    text-decoration: none;
}
.footeraddress {
    font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}
.footeraddress a 
{
    text-decoration: none;
}

/* ---- Hide Extra parts of the RadScheduler --- */
.RadScheduler .rsTopWrap .rsHeader .rsHeaderDay
{
    display:none;
}
 
.RadScheduler .rsTopWrap .rsHeader .rsHeaderWeek
{
    /*display:none;*/
}
 
.RadScheduler .rsTopWrap .rsHeader .rsHeaderTimeline
{
    /*display:none;*/
}
/* ---- Hide Extra parts of the RadScheduler --- */