/* CSS Document */

/* Generic green theme
---------------------------------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	background: url(bg-tile.gif) top left;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
}
h1 {
	font-size:100%;
	font-weight:bold;
	margin:0px;
	padding:0px;
}
h2 {
	font-size:80%;
	font-weight:bold;
	margin:0px;
	padding:0px;
}
h3 {
	font-size:80%;
	font-weight:bold;
	margin:0px;
	padding:0px;
}
p {
	padding: 10px 10px 5px 10px;
	font-size:80%;
	margin:0px;
}
img {
	border: none;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.aqua {
	color:#01809d;
}
.pink {
	color:#c3028a;
}
.green {
	color:#0d9a15;
}
.blue {
	color:#033cbe;
}

#page 
{
	position:relative;
	background: url(bg-main.gif) no-repeat center top;
	width: 100%;
}







/* banner
---------------------------------------------------------------------------------*/
#banner {
	height: 221px;
	width: 936px;
	margin: 0 auto;
	/*position: relative;*/
	background: url(bg-main-header-green.png) no-repeat top;
}
#root-nav {
	height: 25px;
	float:right;
}
#root-nav ul{
	margin:5px 5px 0px 0px;
	padding:0px;
	list-style-type:none;
}
#root-nav li{
	float: left;
  	margin: 0px 1px 0px 0px; 
	padding: 0px 10px 0px 10px;
	border-right: #c3028a 1px solid;
	font-weight:bold;
	text-align:center;
	font-size:80%;
	color: #666666;
}
#root-nav .last{
	border:none;
}
#root-nav li a{
	color: #666666;
	text-decoration:none;
	height:19px;
}
#root-nav li a:hover{
	color: #000000;
}
#root-nav li a:visited{
	color: #666666;
}
#root-nav .green{
	color:#0d9a15;
}
#root-nav .pink{
	color:#c3028a;
}
#root-nav .button{
	margin:-8px 0px 0px 0px;
	padding:0px;
	font-size:90%;
}



/* content
---------------------------------------------------------------------------------*/
#content {
	width: 936px;
	margin: auto;
	padding-top:0px;
	/*position: relative;*/
	background: url(bg-text-body-green.png) repeat-y top left;
}
#breadcrumb {
	width: 900px;
	padding-left:17px;
	font-size:80%;
}
#breadcrumb a:link, #breadcrumb a:visited{
	text-decoration:none;
	color:#000000;
}
#breadcrumb a:hover{
	text-decoration: underline;
	color:#01809d;
}
#further-links {
	width:624px;
	background: url(bg-further-links.gif) no-repeat bottom;
	text-align:right;
}
#further-links p{
	padding: 10px 10px 10px 10px;
	color: #ffffff;
}
#further-links a:link,#further-links a:visited{
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
#further-links a:hover{
	color:#CCCCCC;
	text-decoration:underline;
}

#main-menu {
	width:233px;
	margin:0;
	padding:0;
	float:left;
	display:inline;
}
#main-menu-items {
	background:  url(bg-main-menu.png) no-repeat top;
	margin:0px 0px 0px 0px;
	padding: 0px 0px 1px 0px;
	width:233px;
	
}
#main-menu-items ul{
	list-style-type:none;
	padding:55px 25px 0px 35px;
	margin:0px 0px 0px 0px;
}
#main-menu-items li{
	padding:0px 0px 5px 0px;
}
#main-menu-items li a:link,#main-menu-items li a:visited{
	font-weight:bold;
	color:#450031;
	font-size:82%;
}
#main-menu-footer {
	background:  url(bg-main-menu-footer.png) no-repeat top;
	margin:0px;
	padding:0px;
	height:50px;
}
#main-info {
	width:703px;
	margin:0px;
	padding:0px;
	overflow:auto;
	float:left;
}
#welcome-container {
	background: url(bg-welcome-container.png) no-repeat top;
	margin:0px 0px 0px 0px;
	padding: 50px 5px 1px 20px;
	overflow:auto;
}

#article-container {
	background: url(bg-article-container.png) no-repeat top;
	margin:0px 0px 0px 0px;
	padding: 20px 20px 1px 20px;
	overflow:auto;
}



#welcome-container-text {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 10px;
}
#welcome-container-text p {
	font-size:85%;
	line-height:150%;
	color:#3d002b;
}
#welcome-container-text h1{
	font-size:100%;
	color:#3d002b;
	padding: 5px 10px 0px 10px;
	margin:0px;
}
#welcome-container-text h2{
	font-size:95%;
	color:#3d002b;
	padding: 5px 10px 0px 10px;
	margin:0px;
}
#welcome-container-text h3{
	font-size:90%;
	color:#3d002b;
	padding: 5px 10px 0px 10px;
	margin:0px;
}
#welcome-container-text a:link,#welcome-container-text a:visited{
	color:#3d002b;
	text-decoration:underline;
}
#welcome-container-text a:hover{
	color:#009809;
}

#article-container-text-full {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 10px;
	float:left;
}
#article-container-text-full p{
	font-size:85%;
	line-height:150%;
	color:#3d002b;
}
#article-container-text-full h1{
	font-size:100%;
	color:#3d002b;
	padding: 5px 10px 0px 10px;
	margin:0px;
}
#article-container-text-full h2{
	font-size:95%;
	color:#3d002b;
	padding: 5px 10px 0px 10px;
	margin:0px;
}
#article-container-text-full h3{
	font-size:90%;
	color:#3d002b;
	padding: 5px 10px 0px 10px;
	margin:0px;
}


#article-container-text {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 10px;
	float:left;
	width:390px;
}
#article-container-text p{
	font-size:85%;
	line-height:150%;
	color:#3d002b;
}
#article-container-text h1{
	font-size:100%;
	color:#3d002b;
	padding: 5px 10px 0px 10px;
	margin:0px;
}
#article-container-text h2{
	font-size:95%;
	color:#3d002b;
	padding: 5px 10px 0px 10px;
	margin:0px;
}
#article-container-text h3{
	font-size:90%;
	color:#3d002b;
	padding: 5px 10px 0px 10px;
	margin:0px;
}
#article-container-menu {
	width:220px;
	margin:0px 0px 0px 30px;
	padding:0px 0px 0px 0px;
	float:left;
}
#article-container-menu-content {
	width:220px;
	background: url(bg-article-container-menu.png) top no-repeat;
	margin:0px;
	padding:0px;
}
#article-container-menu-content p{
	font-size:85%;
	line-height:150%;
	color:#3d002b;
	padding: 0px 20px 0px 15px;
}
#article-container-menu-content h1{
	font-size:100%;
	color:#3d002b;
	padding: 20px 20px 0px 15px;
	margin:0px;
}
#article-container-menu-footer {
	width:220px;
	height:52px;
	background: url(bg-article-container-footer.png) top no-repeat;
	margin:0px;
	padding:0px;

}
#article-container-text a:link,#article-container-text a:visited{
	color:#3d002b;
	text-decoration:underline;
}
#article-container-text a:hover{
	color:#009809;
}


#welcome-container-map-link {
	background:url(bg-welcome-view-services.gif) no-repeat top;
	margin:10px 10px 10px 10px;
	padding:0px;
	height:165px;
	width:320px;
	float:left;
}
*html #welcome-container-map-link {
	background:url(bg-welcome-view-services.gif) no-repeat top;
	margin:10px 10px 10px 0px;
	padding:0px;
	height:165px;
	width:320px;
	float:left;
}
#hidden-link {
	display:none;
}
#welcome-container-login {
	background:url(1bg-welcome-search.gif) no-repeat top;
	margin:10px 10px 10px 0px;
	padding:0px;
	height:193px;
	width:310px;
	float:left;
}


#welcome-container-footer {
	background: url(bg-welcome-footer.png) no-repeat top;
	margin:0px;
	padding:0px;
	height:25px;
}

/*
#welcome-container-news {
	background: url(bg-welcome-news.png) no-repeat top;
	margin:0px 0px 0px 0px;
	padding: 30px 20px 1px 30px;
	overflow:auto;
	height: 250px;
}
*/

/*

*html #welcome-container-news {
	background: url(bg-welcome-news.png) no-repeat top;
	margin:0px 0px 0px 0px;
	padding: 30px 20px 1px 30px;
	overflow:auto;
	height: 250px;
	width:300px;
}


#welcome-container-news p{
	color:#3d002b;
	font-size:90%;
}



#welcome-container-news a:link,#welcome-container-news a:visited{
	color:#3d002b;
}
#welcome-container-news a:hover{
	color:#009809;
}

/*

#welcome-container-news-footer {
	background: url(bg-welcome-news-footer.png) no-repeat;
	margin:0px;
	padding:0px;
	height:25px;
	width: 300px;
}


*html #welcome-container-news-footer {
	background: url(bg-welcome-news-footer.png) no-repeat;
	margin:0px;
	padding:0px;
	height:25px;
	width: 300px;
}

*/

#page-footer {
	height: 30px;
	width: 936px;
	margin: 0 auto;
	position: relative;
	background:  url(bg-text-footer-green.png) no-repeat left bottom;
	clear:both;
}
#footer-copyright {
	width: 896px;
	margin: 0 auto;
	position: relative;
	clear:both;
	text-align:right;
	color: #000000;
	font-size:75%;
	padding-right:40px;
}
#footer-copyright a:link,#footer-copyright a:visited{
	color:#333333;
	text-decoration:underline;
}
#footer-copyright a:hover{
	color: #c3028a;
}

img, div { behavior: url(/_layouts/iepngfix.htc) }

/*Fix for Google Maps Divs */

#map img { behavior:none } 
#map2 img { behavior:none } 
#map div { behavior:none } 
#map2 div { behavior:none } 

/* calendar
---------------------------------------------------------------------------------*/

.calendar-item{
	width:612px;
	margin-left:18px;
}
.calendar-header {
	height: 50px;
	background:  url(bg-calendar-header.jpg) no-repeat top left;
	padding: 20px 0px 0px 20px;
}
.calendar-footer {
	background:  url(bg-calendar-footer.gif) no-repeat bottom left;
	padding: 0px 0px 40px 20px;
}
.calendar-footer h2{
	padding: 10px 0px 0px 0px;
}
.calendar-footer p{
	padding: 0px 20px 0px 10px;
	color:#333333;
}



/* search results
---------------------------------------------------------------------------------*/
#search-results-container {
	background: url(bg-search-results-container.png) no-repeat top;
	margin:0px 0px 0px 0px;
	padding: 20px 20px 1px 20px;
	overflow:auto;
}

*html #search-results-container {
	background: url(bg-search-results-container.png) no-repeat top;
	margin:0px 0px 0px 0px;
	padding: 20px 20px 1px 20px;
	overflow:auto;
	width:660px;
}


#search-results-text {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 10px;
	float:left;
	width:430px;
}
#search-results-text p{
	font-size:85%;
	line-height:150%;
	color:#3d002b;
}
#search-results-text h1{
	font-size:100%;
	color:#3d002b;
	padding: 5px 10px 0px 10px;
	margin:0px;
}
#search-results-text h2{
	font-size:95%;
	color:#3d002b;
	padding: 5px 10px 0px 10px;
	margin:0px;
}
#search-results-text h3{
	font-size:90%;
	color:#3d002b;
	padding: 5px 10px 0px 10px;
	margin:0px;
}
#search-results-menu {
	width:210px;
	margin:0px 0px 0px 10px;
	padding:0px 0px 0px 0px;
	float:left;
}
#search-results-menu h1{
	font-size:100%;
	color:#3d002b;
	padding: 5px 20px 10px 15px;
	margin:0px;
}
.search-results-menu-content {
	width:190px;
	background: url(bg-search-results-menu.png) top no-repeat;
	margin:0px;
	padding:0px;
}
.search-results-menu-content p{
	font-size:80%;
	line-height:150%;
	color:#3d002b;
	padding: 0px 20px 0px 24px;
}
.search-results-menu-content h1{
	font-size:90%;
	color:#c3028a;
	padding: 10px 20px 0px 24px;
	margin:0px;
}
.search-results-menu-content h1 a
{
	padding-left:10px;	
}
.search-results-menu-footer {
	width:190px;
	height:15px;
	background: url(bg-search-results-menu-footer.png) bottom no-repeat;
	margin:0px 0px 5px 0px;
	padding:0px;

}
#search-results-text a:link,#search-results-text a:visited{
	color:#3d002b;
	text-decoration:underline;
}
#search-results-text a:hover{
	color:#009809;
}
#search-results-footer {
	background: url(bg-search-results-footer.png) no-repeat top;
	margin:0px;
	padding:0px;
	height:25px;
}






/* "content-service-details" specific code */
/* V V V V V V V V V V V V V V V V V V V V */


#article-container-menu-narrow {
	width:158px;
	margin:0px 0px 0px 19px;
	padding:0px 0px 0px 0px;
	float:left;
}

*html #article-container-menu-narrow {
	width:158px;
	margin:0px 0px 0px 8px;
	padding:0px 0px 0px 0px;
	float:left;
}

#article-container-menu-content-narrow {
	width:158px;
	background: url(bg-article-cntnr-mnu-narrow.png) top no-repeat;
	margin:0px;
	padding:0px;
}
#article-container-menu-content-narrow p{
	font-size:85%;
	line-height:150%;
	color:#3d002b;
	padding: 0px 20px 0px 15px;
}
#article-container-menu-content-narrow h1{
	font-size:100%;
	color:#3d002b;
	padding: 20px 20px 0px 15px;
	margin:0px;
}
#article-container-menu-footer-narrow {
	width:158px;
	height:52px;
	background: url(bg-article-cntnr-ftr-narrow.png) top no-repeat;
	margin:0px;
	padding:0px;
}

#article-container-menu-footer-narrow-cal {
	width:158px;
	height:52px;
	background: url(bg-article-cntnr-ftr-narrow-calendar.png) top no-repeat;
	margin:0px;
	padding:0px;
}




#article-container-text-narrow {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 10px;
	float:left;
	width:286px;
}
#article-container-text-narrow p{
	font-size:85%;
	line-height:150%;
	color:#3d002b;
}
#article-container-text-narrow h1{
	font-size:100%;
	color:#3d002b;
	padding: 5px 10px 0px 10px;
	margin:0px;
}
#article-container-text-narrow h2{
	font-size:95%;
	color:#3d002b;
	padding: 5px 10px 0px 10px;
	margin:0px;
}
#article-container-text-narrow h3{
	font-size:90%;
	color:#3d002b;
	padding: 5px 10px 0px 10px;
	margin:0px;
}






/* Google search results specific css */


.googlerow
{
       font-size:120%;
       font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
}

.googlerow a
{
     font-size:110%;
     font-weight:bold;
}

.googlerow .l
{


}

.googlerow .s
{
	color:#222222;
        font-weight:normal;
}

.googlerow .address
{
	 color:#444444;
}


/* Sub menu stuff */

#menu-container{
	float:left;
}

#sub-menu {
	width:233px;
	margin:0;
	padding:0;
	float:left;
	display:inline;
}
#sub-menu-items {
	background:  url(bg-sub-menu.png) no-repeat top;
	margin:0px 0px 0px 0px;
	padding: 0px 0px 1px 0px;
	width:233px;
	
}
#sub-menu-items ul{
	list-style-type:none;
	padding:35px 20px 0px 40px;
	margin:0px 0px 0px 0px;
}
#sub-menu-items li{
	padding:0px 0px 5px 0px;
}
#sub-menu-items li a:link,#sub-menu-items li a:visited{
	font-weight:bold;
	color:#450031;
	font-size:90%;
}
#sub-menu-footer {
	background:  url(bg-sub-menu-footer.png) no-repeat top;
	margin:0px;
	padding:0px;
	height:75px;
}



#article-container-text-narrow .ServiceDisclaimer
{
	color:#8a8989;
	font-size:75%;
}



/* Tweeks for sharepoint overwrites */

.ms-formbodysurvey {
font-size:100%;
}

.ms-PostBody
{
	font-size:100%;
}



/* ie6 tweeks
---------------------------------------------------------------------------------*/

/*
*html #welcome-container {
	background: url(bg-welcome-container.png) no-repeat top;
	margin:0px 0px 0px 0px;
	padding: 50px 5px 20px 30px;
	overflow:auto;
	width:645px;
}
*/
*html #welcome-container-map-link {
	background:url(bg-welcome-view-services.gif) no-repeat top;
	margin:10px 10px 10px 0px;
	padding:0px;
	height:165px;
	width:320px;
	float:left;
}













/*0608*/

/*
#welcome-container-news {
	margin:0px;
	padding:0px;
	/*height:165px;*/
	width:300px;
	background-image: url(bg-welcome-news.png);
	background-repeat: no-repeat;
	background-position: top;
	overflow: auto;
}
*/

/*

#welcome-container-news-footer {
	padding:0px;
	height:25px;
	width:300px;
	margin: 0px;
	background-image: url(bg-welcome-news-footer.png);
	background-repeat: no-repeat;
}

*/

/* 
.welcome-container-news-wp
{
	position:relative;
	top:30px;
	left:10px;
	width:330px;
	padding-bottom:30px
}
*/
#news-wrapper {
	float: left;
	width: 312px;
}


#calendar-wrapper {
	float: right;
	width: 346px;
}
#clear-both {
	clear:both
}

#search-calendar {
	background-image: url(bg-calendar.gif);
	background-repeat: no-repeat;
}
#search-calendar-footer {
	background-image: url(calendar-footer.gif);
	background-repeat: no-repeat;
	height: 45px;
}

#search-calendar a {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;

}

/*
#week1 a {
padding-left: 8px;
}
#week2 a {
padding-left: 8px;
}
#week3 a {
padding-left: 8px;
}
#week4 a {
padding-left: 8px;
}
*/





.newspostimage
{
	float:left;
}



/* popular services start */
.ps_main {
	background-image: url(H4T_ps.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	margin-right: 34px;

}

.ps_right_border {
	float: right;
	width: 34px;
}
.ps_footer {
	background-image: url(H4T_ps-ft.png);
	clear: both;
	height: 29px;
	background-repeat: no-repeat;
	background-position: right top;
}

#article-container-text-full .H4T_ps h1 {
	font-family: arial, sans-serif;
	font-weight: bold;
	color: #C3038B;
	margin-left: 35px;
	font-size: 1.7em;
	margin-top: 7px;

}


#article-container-text-full .H4T_ps {
	line-height: 200%;
	font-size: 1.1em;

}

.clear_both {
	clear:both;
}

.ps_top_half {
	background-image: url(H4T_ps.png);
	background-repeat: no-repeat;
	background-position: right top;
}

.ps_main p {
	margin-left: 35px;
}

.ps_footer_left_border {
	background-image: url(H4T_ps-ft.png);
	background-position: left top;
	float: left;
	height: 29px;
	margin-right: 34px;
}
/* popular services end */


.ps_main table {

padding-left: 35px;
margin-left: 35px;
padding-top: 25px;
margin-top: 25px;
font-size: 1.1em;


}



/**/



#search-calendar {
	background-image: url(bg-calendar.gif);
	background-repeat: no-repeat;
}

/*
#week1 {
padding-left: 8px;
}
#week2 {
padding-left: 8px;
}
#week3 {
padding-left: 8px;
}
#week4 {
padding-left: 8px;
}
*/
#event-day #search-calendar {
	background-image: url(bg-event-calendar.png);
	background-repeat: no-repeat;
	background-position: top;
}



/* two column search results */

#h4t_left_result_col {
	float: left;
	width: 280px;
	background-image: url(search-results-master.png);
	background-position: center top;
}
#h4t_right_result_col {
	float: left;
	width: 280px;
	margin-left: 10px;
	background-image: url(search-results-master.png);
	background-position: center top;
}
.h4t_results_footer {
	background-image: url(search-results-master.png);
	background-position: center bottom;
	height: 20px;
	background-repeat: no-repeat;
}
.h4t_results_left {
PADDING: 6PX;
}
.h4t_results_right {
PADDING: 6PX;
}

/* two column search results end */


#search-calendar {
	background-image: url(bg-calendar.gif);
	background-repeat: no-repeat;
}

#week1 {
padding-top: 20px;
}

#week2 {
/*height: 35px;*/
padding-bottom: 2px;
margin-bottom: 2px;
}
#week3 {
/*height: 35px;*/
padding-bottom: 2px;
margin-bottom: 2px;
}
#week4 {
/*height: 35px;*/
padding-bottom: 2px;
margin-bottom: 2px;
}

/* 11 08 2010 */



#welcome-container-news {
	background-image: url(Latest_news_top.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 30px;
	font-size: 82%;
	margin-top: 10px;
	height: 200px;
}


#welcome-container-news-footer {
	background-image: url(Latest_news_foot.gif);
	background-repeat: no-repeat;
	height: 25px;
}

*html #welcome-container-news-footer {
	background-image: url(Latest_news_foot.gif);
	background-repeat: no-repeat;
	height: 25px;
}
#welcome-container-news-wp {
padding-top: 25px;
padding-left: 25px;
}
*html #welcome-container-news-wp {
padding-top: 25px;
padding-left: 25px;
}

}
.h4t_sitemap {
	width: 520px;
	background-image: url(sitemap01.gif);
	background-repeat: no-repeat;
	padding-left: 60px;
	padding-top: 15px;
	font-size: 1.1em;
	list-style-type: disc;
}
.h4t_sitemap_footer {
	background-image: url(sitemap-footer-bg.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 520px;
}
#article-container-text-full .h4t_sitemap h2 {
	padding-top: 15px;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #033CBE;
}
.h4t_sitemap a {
	font-family: Arial, Helvetica, sans-serif;
	color: #450031;
	font-size: 0.8em;
	text-decoration: none;
}
.h4t_sitemap a:hover {
	text-decoration:	underline;
}




#news-wrapper {
margin-left: 26px;
width: 310px;
float: left;
}



/* new calendar 11 08 10 */

#search-calendar {
	background-image: url(bg-calendar.gif);
	background-repeat: no-repeat;
}
#search-calendar-footer {
	background-image: url(calendar-footer.gif);
	background-repeat: no-repeat;
	height: 45px;
}
#search-calendar li {
	display: inline;
	width: 30px;
	float: left;
	text-align: center;
}
#week0 {
	height: 50px;
	width: 346px;
}
#week1 {
	width: 346px;
	padding-bottom: 15px;
}
#week2 {
	padding-bottom: 15px;
	width: 346px;
}
#week3 {
	padding-bottom: 15px;
	width: 346px;
}
#week4 {
	padding-bottom: 15px;
	width: 346px;
}
#week5 {
	padding-bottom: 15px;
	width: 346px;
}

#search-calendar a {
	font-family: Arial, Helvetica, sans-serif;
	color: #9C81CB;
	font-weight: bold;
	text-decoration: none;
	
}
#search-calendar a:hover {
	text-decoration: underline;
	
}
#search-calendar-footer {
	margin: 0px;
	padding: 0px;
}
#search-calendar-footer {
	margin-top: -2px;
}

#root-nav {
margin-right: 20px;
}

.search-results-menu-content H1 A {

	padding-left: 0px;

}

.search-results-menu-content  {

	padding-left: 13px;
	padding-top: 9px;

}
.search-results-menu-footer {
	padding-left: 13px;
}


.wpNoOverflow
{
	overflow: hidden!important;
}


.ms-WPBody
{
	overflow:hidden!important;
}

/* 16 08 2010 */


#day-calendar-wrapper {
	width: 346px;
}
#day-search-calendar {
	background-image: url(bg-event-calendar.png);
	background-repeat: no-repeat;
}
#day-search-calendar-footer {
	background-image: url(day-calendar-footer.gif);
	background-repeat: no-repeat;
	height: 45px;
	margin-top: -2px;
	margin-bottom: 7px;
}
/*#day-search-calendar  li {
	display: inline;
	width: 40px;
	float: left;
	text-align: center;
	background-image: url(event-happening-this-day.png);
	background-repeat: no-repeat;
	height: 35px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
}*/
#week0d {
	height: 50px;
	width: 346px;
}
#week1d {
	width: 346px;
	padding-bottom: 15px;
}
#week2d {
	padding-bottom: 15px;
	width: 346px;
}
#week3d {
	padding-bottom: 15px;
	width: 346px;
}
#week4d {
	padding-bottom: 15px;
	width: 346px;
}
#day-search-calendar a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;	
}


#article-container-text-narrow {
float: right;
width: 450px;
}






#welcome-container-login {

	height: 193px;

}

.HaltonQuickSearchContainer {

	font-size: 0.9em;
	color: #585858;
	font-weight: bold;
}

#searchbtns {
	padding-left: 10px;
}


#welcome-container-text { padding-right: 20px; }

#welcome-container { padding-right: 5px; }













/* text sizes */


.link-item A:Link { 
	font-size: 150%; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #033CBE;
	margin-top:6px;
}
.link-item { 

	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #033CBE;
	margin-top: 6px;
}
.description { 	
	font-size: 120%; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #000000;	
	margin-top: 1px;
}


/* account login */


.acc_main {
	background-image: url(H4T_acc.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	min-height: 300px;
	margin-right: 34px;
	padding-top: 25px;
	padding-left: 25px;

}

.acc_right_border {
	float: right;
	width: 34px;
}
.acc_footer {
	background-image: url(H4T_acc-ft.png);
	background-position: right top;
	clear: both;
	height: 29px;
}

# article-container-text-full.acc_main h1 {
	font-family: arial, sans-serif;
	font-weight: bold;
	color: #C3038B;
	margin-left: 35px;
	font-size: 2.7em;
	margin-top: 7px;

}

.clear_both {
	clear:both;
}

.acc_top_half {
	background-image: url(H4T_acc.png);
	background-repeat: no-repeat;
	background-position: right top;
}

.acc_main p {
	margin-left: 35px;
}

.acc_footer_left_border {
	background-image: url(H4T_acc-ft.png);
	background-position: left top;
	float: left;
	height: 29px;
	margin-right: 34px;
}
/* account login end */
/* account registration start */
.reg_main {
	background-image: url(H4T_reg.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	min-height: 300px;
	margin-right: 34px;
	padding-top: 65px;
}

.reg_right_border {
	float: right;
	width: 34px;
}
.reg_footer {
	background-image: url(H4T_reg-ft.png);
	clear: both;
	height: 29px;
	background-repeat: no-repeat;
	background-position: right top;
}

.reg_main h1 {
	color: #C3038B;
	margin-left: 35px;
	font-size: 1.5em;
	margin-top: 7px;

}

.clear_both {
	clear:both;
}

.reg_top_half {
	background-image: url(H4T_reg.png);
	background-repeat: no-repeat;
	background-position: right top;
}

.reg_main p {
	margin-left: 35px;
}

.reg_footer_left_border {
	background-image: url(H4T_reg-ft.png);
	float: left;
	height: 29px;
	margin-right: 34px;
}
/* account registration end */







/****************** event day classes, active and inactive ******************************/

.day-search-calendar-NoDay  {
	display: inline;
	width: 40px;
	float: left;
	text-align: center;
	height: 35px;
	font-family: Arial, Helvetica, sans-serif;
	color: #9C81CB;
	font-weight: bold;
}

.day-search-calendar-day  {
	display: inline;
	width: 40px;
	float: left;
	text-align: center;
	background-image: url(event-happening-this-day.png);
	background-repeat: no-repeat;
	height: 35px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
}
