/* CSS Document */

#wrapper {
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	
}
#blanket {
position:absolute;
z-index: 101;
top:0px;
left:0px;
width:100%;
margin-top: 190px;
background-image:url(../images/sample.png);
background-position: top center;
background-repeat:repeat-y;
}



/* ---- ---- ---- ---- Header Section ---- ---- ---- ---- */



.header {
	float: left;
	height: 84px;
	width: 900px;
	background-image:url(../images/header2.jpeg);
	background-position: top center;
	background-repeat: no-repeat;
}


.nav {
	float:left;
	width:100%;
	background-image:url(../images/new_images/nav_bg.gif);
	background-repeat:repeat-x;
	height:40px;
	margin:0px 0px 20px 0px;
}

.nav ul {
	list-style:none;
	margin-left:15px;
	
}

.nav li {
	list-style:none;
	float:left;
}

.nav li a {
	list-style:none;
	float:left;
	padding:10px 15px 0px 15px;
	height:30px;
	color:#fff;
	font-size:14px;
}

.nav li a:hover {
	background-color:#006730;
	text-decoration:none;
}

/* ---- ---- ---- ---- Tool Bar ---- ---- ---- ----- */

.toolbar {
	margin-bottom:20px;
}

.toolbar ul {
	list-style:none;
	width:220px;
	float:left;
	height:80px;
}

.toolbar li {
	list-style:none;
	width:60px;
	height:55px;
	float:left;
}

.toolbar li a {
	padding:40px 0px 20px 0px;
	display:block;
	text-align:center;
	margin-bottom:20px;
}

.help_icon {
	background-image:url(../images/new_images/help.png);
	background-position:top center;
	background-repeat:no-repeat;
	
}

.carehome_quicklist_icon {
	background-image:url(../images/new_images/home.png);
	background-position:top center;
	background-repeat:no-repeat;
}

.publish_icon {
	background-image:url(../images/new_images/publish.png);
	background-position:top center;
	background-repeat:no-repeat;
}

.upload_icon {
	background-image:url(../images/new_images/upload.png);
	background-position:top center;
	background-repeat:no-repeat;
}

.preview_icon {
	background-image:url(../images/new_images/preview.png);
	background-position:top center;
	background-repeat:no-repeat;
}

.delete_icon {
	background-image:url(../images/new_images/delete.png);
	background-position:top center;
	background-repeat:no-repeat;
}

.carehome_quicklist {
	width:220px;
	padding-bottom:20px;
}

.carehome_quicklist p {
	margin:0px;
}

.carehome_quicklist .quicklist_grey {
	background-color:rgb(235, 235, 235);
	clear:both;
	height:20px;
	color:#000;
	font-size:12px;
	line-height:18px;
}

.carehome_quicklist .quicklist_grey a{
	background-color:rgb(235, 235, 235);
	padding:2px 10px 0px 10px;
	margin:0px 0px 1px 0px;
	display:block;
	width:200px;
	height:20px;
	text-decoration:none;
}

.carehome_quicklist .quicklist_white {
	background-colour:#fff;
	clear:both;
	height:20px;
	color:#000;
	font-size:12px;
	line-height:18px;
}

.carehome_quicklist .quicklist_white a{
	background-colour:#fff;
	padding:2px 10px 0px 10px;
	margin:0px 0px 1px 0px;
	display:block;
	width:200px;
	height:20px;
	text-decoration:none;
}

/* ---- ---- ---- ---- Scale Font Section ---- ---- ---- ---- */


.scalefonts {
	float: left;
	width: 900px;
	height: 25px;
	margin-bottom:20px;
}



/* ---- ---- ---- ---- Main Page Body Section ---- ---- ---- ---- */



.left_col {
	float: left;
	width: 625px;
	height: auto;
	margin-right: 10px;
}

.left_col {
	width: 625px;
	margin-bottom: 10px;
	
}

.left_col .top {
	background-image:url(../images/new_images/leftbox_top.gif);
	background-repeat:no-repeat;
	height:15px;
	background-position:top left;
}

.left_col .mid {
	background-color:#f4f9f3;
	padding:5px 25px 5px 25px;
}

.left_col .bottom {
	width:625px;
	height:20px;
	clear:both;
	background-image:url(../images/new_images/leftbox_bottom.gif);
	background-repeat:no-repeat;
	background-position:top left;
	
	margin-bottom:20px;
}

/* ---- ---- ---- ---- Right Section ---- ---- ---- ---- */

.right_col {
	width:220px;
	border:2px solid #006730;
	float:right;
	padding:15px;
}

/* ---- ---- ---- ---- Results Section ---- ---- ---- ---- */



.searchresult_header {
	float: left;
	width: 550px;
	height: auto;
}

.resultbox {
	float: left;
	width: 100%;
	height: auto;
	border: #004278 solid 1px;
	background-color: #FFFFFF;
	padding: 10px;
	margin-bottom: 15px;
}

.resultbox_header {
	float: left;
	width: 368px;
	height: 50px;
	overflow: auto;
	margin-bottom: 5px;
	padding-right: 10px;
}

.resultbox_carehomelogo {
	float: left;
	width: 150px;
	height: 50px;
	margin-bottom: 5px;
}
.carehome_logo {
	padding-bottom: 10px;
}

.resultbox_pic {
	float: left;
	width: 198px;
	height: 98px;
	border: #004278 solid 1px;
}

.resultbox_bulletpoints {
	float: left;
	width: 158px;
	height: auto;
	padding-left: 15px;
	padding-right: 5px;
}

.resultbox_address {
	float: left;
	width: 120px;
	height: auto;
	padding-left: 10px;
	padding-right: 20px;
}

.resultbox_morebutton {
	float: left;
	width: 120px;
	height: 15px;
	margin-top: 10px;
	position: absolute;
	z-index: 105;
}



/* ---- ---- ---- ---- Carehomes Detail Section ---- ---- ---- ---- */



#carehome_mainbody_topsection {
	width: 590px;
	height: 10px;
	background-image: url(../images/carehome_mainbody_topsection.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#carehome_mainbody {
	width: 545px;
	background-image: url(../images/carehome_mainbody.jpg);
	background-position: top center;
	background-repeat: repeat-y;
	padding-left: 20px;
	padding-right: 25px;
}

#carehome_mainbody_rightcolumn {
	float: right;
	width: 320px;
	height: auto;
}

#carehome_mainbody_bottomsection {
	width: 590px;
	height: 15px;
	background-image: url(../images/carehome_mainbody_bottomsection.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

/* ---- ---- ---- ---- Footer Section ---- ---- ---- ---- */


.footer {
	float: left;
	width: 900px;
	height: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

.footer_links {
	float: left;
	width: 860px;
	padding-left: 20px;
	padding-right: 20px;
	border-bottom: #0d6c28 solid 1px;
}

#footernav {
	float: left;
	text-align:center;
	height: 15px;
	width: 740px;
	padding-left:120px;
}

#footernav ul {
	margin: 0;
	padding: 0;
	list-style:none;
	text-align:center;
}

#footernav li {
    float:left;
	text-align: center;
    margin: 0px;
    padding: 0px;
	list-style: none;
}

#footernav a, #footernav strong, #footernav span {
    display: block;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 11px;
	color: #0D6C28;
	text-decoration: none;
}

#footernav a:hover {
	display: block;
	color: #39B54A;
	text-decoration: none;
}

#footernav #current, #footernav #current a {
	color: #0d6c28;
}

.footer_smallprint {
	float: left;
	width: 900px;
	height: auto;
	margin-top: 5px;
}

.footer_smallprint_text {
	float: left;
	width: 430px;
	line-height: 16px;
	margin-left: 10px;
	margin-right: 10px;
}

/* ---- ----- ----- Misc Styles ----- ----- ---- */

.green14 {
	color:#006730;
	font-size:14px;
}

.green14 a {
	color:#006730;
	font-size:14px;
	font-weight:bold;
}

input.long {
	width:400px;
	height:25px;
	border:1px solid #006730;
	padding:0px 0px 0px 10px;
}
textarea.long {
	width:400px;
	border:1px solid #006730;
	padding:0px 0px 0px 10px;
}

input.short {
	width:300px;
	height:25px;
	border:1px solid #006730;
	padding:0px 0px 0px 10px;
}

label.green14 {
	color:#006730;
	font-size:14px;
}

a.arrow_right {
	display:block;
	padding:0px 30px 0px 0px;
	margin:0px;
	background-image:url(../images/new_images/arrow_right.gif);
	background-repeat:no-repeat;
	background-position:right top;
	height:25px;
	float:left;
}

input.save {
	background-image:url(../images/new_images/save.png);
	background-repeat:no-repeat;
	background-position:left top;
	display:block;
	
	width:95px;
	height:25px;
	float:right;
	
	margin:0px;
	border:0px;
	background-color:#f4f9f3;
	cursor:pointer;

}

.rule_bottom {
	border-bottom:1px solid #006730;
}

input.admin_input_long {
	width:468px;
	border:rgb(0,102,48) 1px solid;
	height:22px;
}

input.admin_input_short {
	width:168px;
	border:rgb(0,102,48) 1px solid;
	height:22px;
}

input.admin_input_short2 {
	width:238px;
	border:rgb(0,102,48) 1px solid;
	margin-bottom:3px;
	margin-top:2px;
}

input.admin_input_tiny {
	width:40px;
	border:rgb(0,102,48) 1px solid;
	height:22px;
}

input.checkbox {
	border:rgb(0,102,48) 1px solid;
}

textarea.admin_input_long {
	width:470px;
	border:rgb(0,102,48) 1px solid;
}

.hidden_form a.folder_link {
				display: block;
				width: 350px;
				height: 20px;
				background:url(../images/new_images/expanded.gif) no-repeat left 7px;
				color: #FFF;
				text-decoration: none;
				
				padding-top:10px;
				padding-left:30px;
				margin-bottom: 15px;
					
			}
			
				.hidden_form a.folder_link:hover {
					background-position: left 7px;
					text-decoration: none;
				}
			
			.hidden_form a.folder_link_collapsed {
				background:url(../images/new_images/collapsed.gif) no-repeat left 7px;
			}
			
			.hidden_form a.folder_link_expanded {
				background: url(../images/new_images/expanded.gif) no-repeat left 7px;
			}
			
.pagingnav a, .pagingnav strong, .pagingnav span {
	background:#99cc99;
	text-align:center;
	color:#FFFFFF;
	font-weight:normal;
	text-decoration: none;
	margin-right: 2px;
	padding: 3px 3px 3px 6px;
}
.pagingnavsml a, .pagingnavsml strong, .pagingnavsml span {
	background:#99cc99;
	text-align:center;
	color:#FFFFFF;
	font-weight:normal;
	text-decoration: none;
	margin-right: 2px;
	padding: 1px 1px 1px 2px;
}
.pagingnav a:hover, .pagingnavsml a:hover {
    background:#0d6c28;
	text-align:center;
	color:#FFFFFF;
	font-weight:normal;
	margin-right: 2px;
}
#pagingholder {
	text-align:right;
}
.left_buttons {
	padding-right: 5px;
	text-decoration:none;
	background-color:#FFFFFF;
	vertical-align:bottom;
	
}
.right_buttons {
	padding-left: 5px;
	background-color:#FFFFFF;
	text-decoration:none;
	vertical-align:bottom;
	
}

#pagingholder .currentpage {
   	background:#0d6c28;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	margin-right: 2px;
}

.call_me_back {
	width:520px;
	height:100px;
	background-image:url(../../images/call_me_back.gif);
	background-repeat:no-repeat;
	background-position:top left;
	clear:both;
	padding:15px;
	margin-bottom:20px;
}

.call_me_back h1 {
	font-size:18px;
	line-height:18px;
	color:#fff;
	margin-bottom:30px;
}

.call_me_back label {
	width:auto;
	margin:0px;
	text-align:left;
}

.call_me_back table td{
	padding-bottom:5px;
}

