/*-----------------------------------------------
regalcare.com Screen Styles
Author:   Erik Halber
Email: ehalber@affinity.com, ehalber@gmail.com
Version:  4 January 2007
Updated: 22 March 2007

Changelog:
	23 March
	-- removed ie6 styles to separate stylesheet
	-- reformatted whitespace
	-- reorganized containing divs
	-- replaced dl with headers and paragraphs -- never do this again, Erik
	-- rewrote, reorganized entire stylesheets and html
	
	10 April
	-- Added contact form and styles
	
----------------------------------------------- */

/*************************** GLOBAL ******************************/

* {
	margin: 0;
	padding: 0;
}

html {
	min-height: 100%;
	margin-bottom: 1px;
}

body {
	font: 80%/1.5em Arial, Helvetica, sans-serif;
	background: #98b9d2 url('../images/body-bg.jpg') repeat-x left top;
	color: #000;
}

a {
	outline: none;
}

.clear {
	clear: both;
}

p,li {
	font-size: 110%;
	line-height: 1.6em;
	margin-bottom: 1.1em;
}

li {
	margin-bottom: 0.4em;
}

ul,ol,li {
	list-style: none;
}

/********************** STRUCTURE *************************/

#top, #middle, #bottom {
	margin: 0 auto;
	width: 860px;
}

#top {
	height: 35px;
	background: url('../images/top.png') no-repeat center top;
}

#middle {
	background: url('../images/middle.png') repeat-y center top;
}

#bottom {
	height: 53px;
	background: url('../images/bottom.png') no-repeat center top;
}

#container {
	width: 800px;
	padding-bottom: 40px;
	margin: 0 auto;
	position: relative;
}

/********************** HEADER *************************/

#logo {
	float: left;
	margin: 10px 0 10px 30px;
}

#branding {
	margin: 0 auto;
	display: block;
	clear: both;
}

#mainNav {
	clear: both;
	height: 30px;
	margin-left: 575px;
	width: 250px;	
	margin-top: -30px;
	float: left;
}
#mainNav ul, #mainNav li {
	float: left;
}

#mainNav a {
	display: block;
	color: #000;
	text-indent: -5000px;
	height: 30px;
	width: 121px;
	float: left;
	margin-left: -15px;
}

#mainNav a.home {
	background: url('../images/a-home-bg.jpg') no-repeat center top;
}

#mainNav a.about {
	background: url('../images/a-about-bg.jpg') no-repeat center top;
}

#mainNav a.newsletter {
	background: url('../images/a-newsletter-bg.jpg') no-repeat center top;
}

#mainNav a.contact {
	background: url('../images/a-contact-bg.jpg') no-repeat center top;
}

#mainNav a:hover {
	background-position: 0 -30px;

}

#t-home #nav-home,
#t-about #nav-about,
#t-newsletter #nav-newsletter,
#t-contact #nav-contact {
	background-position: 0 -30px;
}

/************************* CONTENT ***************************/

#content {
	clear: both;
}

/*------------- HOME CONTENT ------------------*/

.regal-services {
	width: 190px;
	float: left;
	margin-right: 6px;
}

#services.home {
	float: left;
	width: 790px;
	padding-left: 10px;
	clear: both;
	margin-top: 1em;
}

#services.subpage {
	float: left;
	width: 200px;
	margin-left: 20px;
	margin-top: 3em;
}

#services h3 {
	color: #3b698d;
	text-align: center;
	line-height: 2.8em;
	margin-bottom: 5px;
	font-size: 100%;
}
#services h3 a {
	color: #3b698d;
	text-decoration: none;
	display: block;
}

#services h3.homeHealth a {
	background:url('../images/dt-homeHealth-bg.jpg') no-repeat center center;	
}

#services h3.homeHealth a:hover {
	background:url('../images/home_health-over.jpg') no-repeat center center;	
}

#services h3.careManagement a {
	background:url('../images/dt-careManagement-bg.jpg') no-repeat center center;
}

#services h3.careManagement a:hover {
	background:url('../images/care-over.jpg') no-repeat center center;
}


#services h3.transportation a {
	background:url('../images/dt-transportation-bg.jpg') no-repeat center center;
}

#services h3.transportation a:hover {
	background:url('../images/transport-over.jpg') no-repeat center center;
}

#services h3.concierge a {
	background:url('../images/dt-concierge-bg.jpg') no-repeat center center;
}

#services h3.concierge a:hover {
	background:url('../images/butler-over.jpg') no-repeat center center;
}

#services img {
	float: left;
	padding: 2px;
	border: 1px solid #ccc;
	margin-left: 4px;
}
#services p {
	margin-left: 75px;
	font-size: 95%;
	line-height: normal;
}
#services p a {
	display: block;
	color: #666;
	font-weight: bold;
	font-size: 95%;
	margin-bottom: 2em;
}

/*------------- HOME CONTENT ------------------*/

#home-content {
	clear: both;
	padding: 0 20px 20px 20px;
}

#home-content h1 {
	font: normal 220% Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px solid #a0bed6;
	color: #3b698d;
	margin-bottom: 0.3em;
	background: url('../images/h1-intro-bg.gif') no-repeat left bottom;
	padding: 15px 0 5px 0;
}

#home-content p {
	
}

#home-content img {
	float: right;
}

/*************************** FOOTER ******************************/

#footer {
	clear: both;
	color: #666;
	font-size: 80%;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}

#footer li {
	display: inline;
}

#footer li a {
	font-weight: bold;
	text-decoration: none;
	color: #666;
}

#footer li a:hover {
	color: #993;
}

#footer p {
	line-height: 1.3em;
	color: #fff;
	text-align: center;
	margin-bottom: 0px;
	position: absolute;
	margin-top: 75px;
	float: left;
	width: 800px;
}
#footer p span {
	display: block;
}

/* =Main Content
-------------------------------------------------*/

#mainContent {
	float: left;
	width: 510px;
	margin-left: 20px;
	margin-top: 20px;
	border-left: 1px solid #ccc;
	padding-left: 20px;
}

#mainContent h1 {
	
}

#mainContent h1 {
	font: normal 220% Georgia, "Times New Roman", Times, serif;
	margin-bottom: 0.3em;
	padding: 15px 0 5px 0;
}

#h-health {
	background: url('../images/h1-health.jpg') no-repeat left bottom;
}

#h-care {
	background: url('../images/h1-care.jpg') no-repeat left bottom;
}

#h-transportation {
	background: url('../images/h1-transportation.jpg') no-repeat left bottom;
}

#h-concierge {
	background: url('../images/h1-concierge.jpg') no-repeat left bottom;
}

#mainContent h1, #mainContent h2 {
	font-size: 220%;
	color: #3b698d;
	margin-bottom: 0.3em;
	/*background: url(../img/h1-intro-bg.gif) no-repeat left top;*/
	padding-top: 28px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	padding-bottom: 5px;
}

#mainContent h2 {
	background: none;
	margin-bottom: 0.2em;
	margin-top: 1.5em;
	padding-top: 0;
	font-size: 160%;
	width: 100%;
	color: #3b698d;
}
#mainContent h3 {
	font-size: 140%;
	margin-bottom: 0.5em;
	color: #3b698d;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
#mainContent p {
	line-height: 1.8em;
}
#mainContent p.quote {
	margin: 0.8em 0;
	padding: 12px;
	line-height: 1.5em;
	font-size: 100%;
	border-bottom: 1px dotted #ccc;
}

.pull-testimonial {
	float: right;
	margin: 10px;
	text-align: center;
	width: 246px;
	
}

.pull-testimonial a {
	font-size: 90%;
	font-style: italic;
	color: #666;
}
.pull-testimonial img {
	float: none;
	display: block;
	
	
}

#mainContent img {
	float: right;
}

#mainContent ul {
	margin-left: 40px;
	margin-bottom: 1.1em;
	margin-top: 1em;
}
#mainContent li {
	list-style: disc;
	line-height: 1.3em;
	
}
#mainContent ul.d-list li {
	float: left;
	width: 200px;
	margin-right: 15px;
	margin-bottom: 1em;
}
.branding {
	display: block;
	margin: 0 auto;
}

#contact {
	margin-top: 100px;
	font-size: 100%;
	font-weight: bold;
}

#logos {
	width: 150px;
	margin: 0 auto;
}

#logos p {
	text-align: center;
	width: 150px;
	margin: 0;
	padding: 0;
	font-style: italic;
	margin-bottom: 20px;
	font-size: 90%;
}

#logos img {
	float: none;
	vertical-align: middle;
	margin: 25px auto 5px auto;
	display: block;
	border: 2px solid #006699;
	padding: 2px;
}

#contact-us {
	background: url('/images/contact-us.jpg') no-repeat;
	height: 310px;
	width: 238px;
	float: right;
	margin: 0 0 10px 10px;
}

#contact-us p, #contact-us a {
	color: #fff;

}
#contact-us p {
	padding: 220px 0 0 30px;
	font-size: 120%;
}

/***************** QUICK CONTACT **********************************/

#quickContact strong {
	color: #3b698d;
	font-size: 140%; 
	display: block;
	margin-bottom: 0.5em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

#quickContact {
	border-top: 1px dotted #666;
	border-bottom: 1px dotted #666;
	padding: 10px 0;
	font-size: 140%;
	text-align: center;
	font-weight: bold;
}

.homepageTxt {
	font-size:16px;
	}