/*
	Primary Color - maroon #7B001E
	Orange Color - #D85A06
	Gold Color - #FA9715
*/
	.contentHome .homeButtonsContainer {
		text-align:center;
	}
	.contentHome .homeButtons ul {
		margin:0;
		margin-left:10px;
	}
	.contentHome .homeButtons li {
		float:left;
		margin-right:5px;
		width:180px;
		text-align:center;
	}
	.contentHome .homeLeftContent {
		float:left;	
		width:450px;
		height:300px;
		padding-right:40px;
	}
	.contentHome .homeBottomButtonsContainer {
		display:block;
		float:left;
		width:440px;
		height:300px;
		text-align:justify;
		margin-top:15px;
		
	}
	.contentHome .homeBottomButtonsContainer .homeBottomButtons {
		
	}
	.contentHome .homeBottomButtonsContainer .homeBottomButtons .leftImage {
		float:left;
		margin-right:20px;
		width:200px;
	}
	.contentHome .homeBottomButtonsContainer .homeBottomButtons .rightImage {
		float:left;
		margin-right:5px;
		width:200px;
		height:150px;
	}
	.topnav {width:950px;height:55px;margin-bottom:6px;}
	.topnav li {
		float:left;
		width:125px;
		height:50px;
		padding:4px;
		border:1px solid #fff;
		text-align:center;
		color:#fff;
	}
	
	.topnav ul li.nav-home {background-color:#333;}
	.topnav ul li.nav-hospice {background-color:#7B001E;}
	.topnav ul li.nav-patients {background-color:#FA9715;}
	.topnav ul li.nav-join {background-color:#D85A06;}
	.topnav ul li.nav-news {background-color:#6C8D3C;}
	.topnav ul li.nav-providers {background-color:#0097CC;}
	.topnav ul li.nav-contact {background-color:#333;}
	
	.topnav ul li a:link ,
	.topnav ul li a:visited ,
	.topnav ul li a:hover {
		font-size:100%;
		font-weight:bold;
		color:#FFF;
		text-decoration:none;
		display:block;
		width:125px;
		height:40px;	
	}	 
	
	.topnav ul li a {padding: 9px 0 1px 0;}
	
	/* links */
	.content a, .content a:visited {	
		color: #326ea1; 
		background: inherit;
		text-decoration: none;		
	}
	.content a:hover {
		color: #383d44;
		background: inherit;
		padding-bottom: 0;
		border-bottom: 2px solid #dbd5c5;
	}
	
	/* headers */
	.content h1, 
	.content h2, 
	.content h3,
	.contentHome h1, 
	.contentHome h2, 
	.contentHome h3 {
		font-family: Tahoma, Sans-serif;
		font-weight: Bold; 	
		color: #7B001E;		
	}
	.content h1 , .contentHome h1 {
		font-size: 250%;	
		font-weight: 400;
	}
	
	.contentHome h1 {margin-left:15px;}
	.contentHome .pageContent {padding-left:15px;}
	
	.content h2 , 
	.contentHome h2 {
		font-size: 130%;	
		color: #D85A06;
	}
	
	
	.content h3 {
		font-size: 110%;	
		color: #333;	
	}
	
	.content h4 {
		font-size:100%;
		font-weight:bold;
		color: #D85A06;
	}
	
	
	.content ul, .content ol {
		margin: 5px 20px;
		padding: 0 20px;
	}
	
	/* images */
	.content img {
		background: #FAFAFA;
	    border: 1px solid #DCDCDC;
		padding: 5px;
	}
	
	.content  img.float-right {
	  	margin: 5px 0px 10px 10px;  
	}
	.content img.float-left {
	  	margin: 5px 10px 10px 0px;
	}
	
	.content blockquote {
		font: bold 1.4em/1.5em Tahoma, Sans-serif;	
		margin: 10px;
	 	padding: 0 0 0 25px;  
	    background: #F5F5F5;
		border-left: 3px solid #D4D4D4;	
		color: #444;
	}
	
	/* start - table */
	.content table {
		border-collapse: collapse;
		/*margin: 10px;	*/
	}
	.content th strong {
		color: #fff;
	}
	.content th {
		background: #e7e6e6 url(button.jpg) repeat-x;
		height: 29px;
		/*padding-left: 12px;
		padding-right: 12px;	*/
		text-align: left;
		border-left: 1px solid #f4f4f4;
		border-bottom: solid 2px #fff;
		color: #333;
	}
	.content tr {
		height: 30px;
	}
	.content td {
		
	}
	.content td.first,th.first {
		border-left: 0px;
	}
	.content tr.row-a {
		background: #F8F8F8;
	}
	.content tr.row-b {
		background: #EFEFEF;		
	}
	/* end - table */
	
	/* form elements */
	.content form {
		margin:10px; 
		padding: 0 5px;
		
	}
	.content label {
		display:block;
		font-weight:bold;
		margin:5px 0;
	}
	.content ul.clean_list {
		margin-left:0;
		padding-left:0;
	}
	.content ul.clean_list li {
		list-style: none;
		margin-left:0;
		padding-left:0;
	}
	/*
	.content input {
		padding:2px;
		border:1px solid #eee;
		font: normal 1em Tahoma, Sans-serif;
		color:#777;
	}
	
	.content textarea {
		width:400px;
		padding:2px;
		font: normal 1em Tahoma, Sans-serif;
		border:1px solid #eee;
		height:100px;
		display:block;
		color:#777;
	}
	*/
	.content input.button , .submitButton { 
		font: bold 12px Tahoma, Sans-serif; 
		line-height: 24px;
		margin: 0;
		padding: 2px 2px; 
		color: #333;
		background: #e7e6e6 url(button.jpg) repeat-x;
		border: 1px solid #333;
	}
	
	.content .field-label-required {font-weight:bold;}
	.content .field-label {font-weight:bold;}
	
	/* search form */
	form#search {
		float: right;
		margin: 0;
		padding: 0;
	}
	
	form#search #searchBox {
		border: 1px solid #037C97;
	}
	
	
	/********************************************
	   LAYOUT
	********************************************/ 
	
	
	.content .main h1 {
		margin: 10px 10px 0 10px;
		font: normal 1.8em Tahoma, Sans-serif;
		color: #444;
		padding: 15px 0 2px 0px; 		
		border-bottom: 1px solid #dadada;
	}
	
	/* Sidebar */	
	.content #sidebar {
		float: left;
		width: 195px;	
		margin-top: 10px;	
	}	
	
	
	/* sidemenu */
	.content ul.sidemenu {
		text-align: left;
		margin: 7px 8px 8px 10px; 
		padding: 0;			
		border-top: 1px solid #E5E5E5;
		text-decoration: none;	
	}
	ul.sidemenu li {
		list-style: none;
		padding: 4px 0 4px 5px;
		margin: 0 2px;		
		border-bottom: 1px solid #E5E5E5;
	}
	.content * html body ul.sidemenu li {
		height: 1%;
	}
	.content ul.sidemenu li a {
		text-decoration: none;	
		color: #326ea1; 
		border: none;		
	}
	.content ul.sidemenu li a:hover {	
		color: #383d44;
		border: none;
	}
	
	
	/* alignment classes */
	.float-left  { float: left; }
	.float-right { float: right; }
	.align-left  { text-align: left; }
	.align-right { text-align: right; }
	
	/* display and additional classes */
	.clear { clear: both; }
	
	/* post */
	.post-by {
		font-size: .95em;	
		padding-top: 0;
	}
	.post-footer {
		background: #F5F5F5;
		padding: 5px; margin: 20px 10px 0 10px;	
		font-size: 95%;	
		color: #666666;	
	}
	.post-footer .date{
		margin: 0 10px 0 5px;	
	}
	.post-footer a.comments {
		margin: 0 10px 0 5px;	
	}
	.post-footer a.readmore {
		margin: 0 10px 0 5px;	
	}
	
	
	/* online bookings system */
	#onlineBookingsButton {
		background-color: #4197B5 ;
		color: #FFF;
		width: 180px;
		padding: 1px;
		margin-left: 15px;
		/*margin-right: 10px;*/
		margin-top: 10px;
		text-align: center;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 85%;
	}
	
	#onlineBookingsButton a:link {
		color: #FFF;
	}
	
	#onlineBookingsButton a:visited {
		color: #FFF;
	}
	
	#onlineBookingsButton a:hover{
		color: #FFF;
		background-color: #4197B5 ;
	}



	.rwr_block{
	
	}
	.rwr_label{
	
	}
	.rwr_dayLabel{
	
	}
	.rwr_picker{
	
	}
	.rwr_button{
	
	}
	
	.breadcrumb {
			
	}

	/*
	image link icons
	*/
	
		.content .pageContent ul {
			list-style-type:square;
			list-style-image: url(images/bullet.png) no-repeat left center;
			/* padding-left: 20px; */
			line-height: 20px; /* To center the text vertically with the icon */
		}
		
		.content a.pdf , a.pdf:visited { /*The background image*/
			background: url(images/pdf.png) no-repeat left center;
			padding-left: 20px;
			line-height: 20px; /* To center the text vertically with the icon */
			text-decoration:underline;
		}
		 
		.content a.txt { /*The background image*/
			background: url(images/txt.png) no-repeat left center;
			padding-left: 20px;
			line-height: 16px;
		}
		 
		.content a.zip { /*The background image*/
			background: url(images/ppt.png) no-repeat left center;
			padding-left: 20px;
			line-height: 16px;
		}
		 
		.content a.email  {
			background: url(images/email.png) no-repeat left center;
			padding-left: 20px;
			line-height: 16px;
		}

	/* Forms */
	.formBoxBlue label {font-weight:normal;}
	
	.formBoxBlue .field-label {
		font-weight: bold;
		color: #333;
	}
	.formBoxBlue .field-label-required {
		font-weight: bold;
		color: #D85A06;
	}
	.formBoxBlue .field-label-required em {
		font-weight: normal;
		color: #333;
	}
	
	.formBoxBlue .volunteerDays {
		font-weight:bold;
	}
	
	.fsFormError {
		border:1px solid #D85A06;
		padding:5px;
		width:450px; 
	}
	
	
	
	
	