/* ---------------------------- 
[Master Stylesheet]

Project: 	Hospice Care Options
Version:	1.0
Last change:	02/26/09 [templates created, lg]
Assigned to:	Lonnie Griffin [lg]
Primary use:	Web

------------------------------- */

/* ---------------------------- */
/* Basic Elements
/* ---------------------------- */
	
	body{ background:url(../images/bkground-body.gif); background-color:#fff; margin:0px; padding:0px;  font-size: 12px; line-height: 18px; color: #333; font-family: Verdana, Arial, Helvetica, sans-serif; text-align:center}
	a, a:visited {color: #0061a6;}
	a img { border: none; }
	a:active {outline: none;}
	a:hover {text-decoration: none;}
	a:focus{ -moz-outline-style: none;}
	form { margin: 0px; padding: 0px; }
	h1 { display: none; }
	h3 { font-size: 14px; margin: 10px 0px 10px 0px; padding: 0px; color: #4f3225; font-weight: bold;}
	p { margin: 10px 0px 10px 0px; }
	hr {height:1px; background: #ccc; display:block; clear:both; margin:10px 0px 10px 0px; overflow:hidden; border: none;}

/* ---------------------------- */
/* Main Containers
/* ---------------------------- */

	#top {height: 117px; width: 100%; position: absolute; top: 0px; left: 0px; background:url(../images/bkground-top.gif) repeat-x;}
	
	#wrapper {width: 900px; text-align: left; margin: 0px auto  0px auto;position: relative;}
		#wrapper:after { content: "."; display: block; height: 0px; clear: both; visibility: hidden;}
		
	#logo {position: absolute; left: 4px; top: 16px;}
	
	#menu {position: absolute; top: 0px; right: 0px;}
		#menu ul {position: absolute; right: 0px; top: 75px;}
		#menu ul li {display: inline; border-right: 1px solid #9b452b; padding: 0px 8px 0px 5px;   }
		#menu ul li.last { border: none; }
		#menu ul li a {color: #9b452b; }
		
	#header-flash {position: absolute; top: 98px; left: 0px; }
		
	#content-container { float: left; width: 686px; margin:126px 0px 0px 0px;}
	#content-top {width: 686px; height: 11px; background:url(../images/bkground-content-top.gif) no-repeat;}
	#content-bottom {width: 686px; height: 11px; background:url(../images/bkground-content-bottom.gif) no-repeat;}
	#content {width: 636px; background:url(../images/bkground-content.jpg) repeat-y; padding: 5px 25px 5px 25px;}
		#content:after { content: "."; display: block; height: 0px; clear: both; visibility: hidden;}
		#content #content-left {border-right: 1px solid #ccc; width: 270px; float: left; padding: 0px 20px 0px 0px;}
		#content #content-right {width: 320px; float: right;}
		
	#sidebar {float: right; width: 196px; color: #fff; margin: 126px 0px 0px 0px;}
		#sidebar a {color: #fff;}
		#sidebar ul {list-style: none; margin: 0px 0px 15px 0px; padding: 0px; line-height: 15px;}
		#sidebar ul li {background: url(../images/bullet-sidebar.gif) 0px 5px no-repeat; padding: 0px 0px 0px 15px; margin: 0px 0px 6px 0px;}
		#sidebar ul li a.active {background: #9b452b; padding: 2px 2px 4px 2px; display: block; font-weight: bold; text-decoration: none;}
		#sidebar p { line-height: 17px; }
		
	#footer { background: url(../images/bkground-footer.gif) top repeat-x; background-color: #361e14; width: 100%; padding: 0px 0px 20px 0px; margin: 15px 0px 0px 0px;}
		#footer ul { padding: 20px 0px 0px 0px; list-style: none; width: 900px; text-align: left; margin: 0px auto 0px auto; }
		#footer ul li {display: inline; border-right: 1px solid #fff; padding: 0px 4px 0px 2px;   }
		#footer ul li.last { border: none; }
		#footer ul li a { color: #fff; }
		#footer p {width: 900px; text-align: left; margin: 10px auto 0px auto;padding: 0px; color: #9b8f8a; font-size: 11px;}
		#footer p a { color: #9b8f8a; }
		
	#homepage #content-container, #homepage #sidebar {margin:363px 0px 5px 0px;}
	#homepage #content {padding: 15px 25px 15px 25px;}
	
/* ---------------------------- */
/* Image Replacement
/* ---------------------------- */

	h2 { overflow:hidden; background-repeat:no-repeat; height:0px !important; font-size:0px; }
	
	#homepage #content h2 { padding:24px 0px 0px 0px; margin: 0px auto 0px auto; height /**/:24px; }
	#homepage #content h2#our-purpose-and-mission {background-image:url(../images/h2-our-purpose.gif);}
	#homepage #content h2#service-area {background-image:url(../images/h2-service-area.gif);}
	#homepage #content h2#information-and-resources {background-image:url(../images/h2-information.gif);}
	#homepage #content h2#what-is-hospice {background-image:url(../images/h2-what-is-hospice.gif);}
	#homepage #content h2#why-hospice-care-options {background-image:url(../images/h2-why-hospice-care-options.gif);}
	
	#content h2 {  padding:42px 0px 0px 0px; margin: 0px auto 0px auto; height /**/:42px;  }
	#content h2#about-us {background-image:url(../images/h2-about-us.gif);}
	#content h2#our-services {background-image:url(../images/h2-our-services.gif);}
	#content h2#contact-us {background-image:url(../images/h2-contact-us.gif);}
	#content h2#no-category {background-image:url(../images/h2-no-category.gif);}
	
	#sidebar h2 { padding:39px 0px 0px 0px; margin: 0px auto 15px auto; height /**/:39px;  }
	#sidebar h2#what-we-do {background-image:url(../images/h2-what-we-do.gif);}
	#sidebar h2#get-in-touch {background-image:url(../images/h2-get-in-touch.gif);}
	#sidebar h2#more-info {background-image:url(../images/h2-more-info.gif);}
	
/* ---------------------------- */
/* Forms Validation
/* ---------------------------- */

	.lbl { display: block; font-weight: bold; margin: 0px; padding: 0px 0px 2px 0px;}
	.alert { background: url(../images/alert-small.gif) no-repeat 0px 0px; padding: 0px 0px 2px 20px; display: block; margin: 5px 0px 5px 0px; font-size: 11px; position: relative; }
	.success, .error {padding: 10px; margin: 10px 0px 10px 0px; font-weight: normal; clear: both; text-align: left; position: relative;}
	.error {  background: #fff; border: 1px solid red;}
	.error h4 {border: none;padding: 8px 0px 10px 35px; margin: 0px; background: url(../images/alert.gif) no-repeat 0px 0px; color: Red;  font-size: 14px; position: relative;}
	.success {background-color: #c3fbbb;border: 1px solid #abe9a2;}
	.success h4 {border:none; padding: 5px 0px 6px 33px;background: url(../images/success.gif) no-repeat 0px 0px; margin: 0px 0px 0px 0px; color: #000;}
	.success p, .alert p, .error p { margin: 0px 0px 0px 0px; padding: 5px 0px 0px 0px; text-align: left; line-height: 18px; color: #000;}
	.progress {padding: 10px 0px 13px 10px; }
	.progress img {float: left; padding: 0px 10px 0px 0px; }
	.progress h4 { font-size: 15px; margin: 0px; padding: 10px 0px 0px 0px; color: Red;}
	
/* ---------------------------- */
/* Forms Formatting
/* ---------------------------- */

	#form { font-size: 12px;}
	#form .left{float:left; margin:0px 5px 0px 0px}
	#form .left-phone{float:left; margin:0px 0px 0px 0px}
	#form .right-phone{float:left; margin:0px 0px 0px 5px}
	#form .clear{float:none}
	#form .lbl{position:relative; display:block; font-weight:bold; margin:5px 0px 1px 0px; clear:both; color:#333; font-size:12px; padding: 0px;}
	#form .field{font-size:11px; margin:-2px 0px 0px 0px; color: #666; display: block;}
	#form .textbox {border-top:2px solid #828183; border-left: 1px solid #828183; border-right: 1px solid #c3c3c3; border-bottom: 1px solid #c3c3c3;background-color:#fff; font-size:14px; padding: 2px;}
	#form label {font-size: 12px;}
	#form select{font-size:14px;}
	#form h5{position:relative; font-weight:bold; font-size:12px; padding:4px; margin:10px 0px 5px 0px; color:#fff; background-color:#9b452b; border-bottom:1px solid #893d26; display:block; clear:both}
	#form select { font-size: 13px; margin: 0px 0px 0px 0px; }
	#form .red{color:red;}
	#form .btn-submit{display:block; clear:both; margin:20px 0px -10px 0px; }
	#form .small{font-size:11px; line-height:14px;  }
	
/* ---------------------------- */
/* Misc
/* ---------------------------- */

	.left{float:left; }
	.right { float: right; }
	.center { text-align: center; }
	.img-left{float:left; margin:0px 10px 0px 0px; }
	.img-right{float: right; margin: 0px 0px 0px 10px; }
	
	.margin-right{margin-right: 10px;}
	.margin-top{ margin-top: 10px;}
	.margin-top-neg { margin-top: -10px; }
	.margin-bottom { margin-bottom: 10px; }
	
	.med { font-size: 12px; line-height: 18px;}
	.small{font-size:11px; line-height:14px; }
	.large{font-size:14px; line-height:21px;}
	
	.nodis { display: none; }
	.clear{ clear: both; }
	.highlight { padding: 2px; background-color:#fff; }
	.border { border: 1px solid #ccc; }

