/*
Theme Name: 
Description: Describe your theme in a sentence or two
Version: 1.0
Author: AppSoft Development
Author URI: http://www.appsoftdevelopment.com/
*/


@charset "UTF-8";
/* CSS Document */
/* GENERAL CSS - CODE TO TELL FF AND IE TO SIT DOWN AND STFU */
#body {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-size: 0.626em; }
body div, ul, ol, li, table, img {
	margin: 0px;
	padding: 0px; }
body p {
	margin: 10px 0px 15px; }
body img {
	border: none; }
.display_none {
	display: none; }
.clear_div {
	display: none;
	height: 0px;
	width: 0px; }
body:last-child .clear_div {
	display: block;
	clear: both; }
object:focus {
	outline:none; }
object {
	margin:0px;
	padding:0px; }
a:focus {
	outline:none;
	}

/* CLEAR - BECAUSE SOMETIMES, FLOATING -ISN'T- A GOOD THING */

.clearme {
	clear: both;
}



a img {border:0}


body{
	background:#FFFFFF url(http://www.familycarepartners.com/images/background.jpg) no-repeat fixed top center;
	margin:0 auto;
}


p {
	padding:0px 15px;
	font:12px/16px Verdana;
	color:#594683;
}

a, a:visited {
	color:#0B99F0;
}
a:hover {
	color:#56B8F4;
	text-decoration:none;
}

/* HEADER TAGS */

h1 {
	padding:0px 15px;
	margin: 5px 0px;
	font:normal 24px Verdana;
	color:#663399;
}
h2 {
	padding:0px 15px;
	font:bold 14px Verdana;
	color:#663399;
}
h3 {
	padding:0px 15px;
	font:normal 14px/20px Verdana;
	color:#525252;
}
h4 {
}
h5 {
}
h6 {
}


/* LISTS */

li {
	font:12px/16px Verdana;
	color:#594683;
	padding-left: 25px;
}


/* MAIN WRAPPER */

#main_wrapper {
	width:990px;
	margin:0 auto;
	padding:0px;
	text-align:left;
}

#top_bg {
	width:990px;
	height:26px;
	margin:0 auto;
	padding:0px;
	background:url(http://www.familycarepartners.com/images/inner_bg_top.png) no-repeat;
}

#interior_wrapper {
	width:970px;
	margin:0 auto;
	padding:0px 10px;
	background:url(http://www.familycarepartners.com/images/inner_bg.png) repeat-y;
}

#interior_content {
	margin:0 auto;
	padding:15px 20px 15px 15px;
}

#header_wrapper {
	width:970px;
	margin:0 auto;
	padding:0px;
}
#logo {
	float:left;
	text-align:left;
	padding:5px;
}
#phone {
	float:right;
	text-align:right;
	padding:5px;
}

#marketing_window {
	width:970px;
	margin:0 auto;
	padding:0px;
}

#ctas_right {
	float:right;
	margin:0px auto;
	padding:0px;
}

#middle_wrapper {
	width:970px;
	margin:0 auto;
	padding:0px;
}
#left_col {
	float:left;
	width:350px;
	margin:0 auto;
	padding:20px 0px 0px 0px;
	text-align:center;
}
#right_col {
	float:right;
	width:620px;
	margin:0 auto;
	padding:20px 0px 0px 0px;
}

#bottom_bg {
	width:990px;
	height:14px;
	background:url(http://www.familycarepartners.com/images/inner_bg_bottom.png) no-repeat;
	margin:0 auto;
	padding:0px;
}

#dr_images {
	width:577px;
	margin:0 auto;
	background-color:#fff;
	padding:15px 20px 15px 15px;
}

#dr_images img{
	padding:0px 20px 20px 0px;
}

ul#checklist {
	list-style-image:url(http://www.familycarepartners.com/images/check.png);
}

/* NAVIGATION */

#navigation {
	width:920px;
	height:40px;
	padding:0px 18px 8px 32px;
	position: relative;
	background:url(http://www.familycarepartners.com/images/nav_bg.gif) no-repeat top center;
	text-align:center;
}
#navigation a {
	display:block;
	padding:15px 6px;
	float:left;
	font:bold 10px Verdana;
	text-transform:uppercase;
	color:#0A82E3;
	text-decoration:none;
}
#navigation a.hover,
#navigation a:hover {
	background:url(http://www.familycarepartners.com/images/nav_bg_hover.jpg) repeat-x;
	color:#FFF;
}

div#navigation div{ float: left; position: relative; }
div#navigation div div{
    background: #5B4689;
    display: none;
    position: absolute;
    top: 37px;
}
div#navigation div div a{
    background: none !important;
    color: #FFF !important;
    float: none;
    margin: 0;
    white-space:nowrap;
}
div#navigation div div a:hover{
    background: #ACD3F0 !important;
    color: #555 !important;
}

/* LOCATION */

#location {
	width:900px;
	}

#location_left {
	float:left;
	width:226px;
	}

#location_right {
	float:right;
	width:674px;
	}
#location_ssp {
	float:left;
	width:309px;
}
#location_map {
	float:right;
	width:365px;
}

/* FOOTER */

#footer_wrapper {
	width:940px;
	height:30px;
	margin:0px 15px;
	padding:13px 0px;
	background:url(http://www.familycarepartners.com/images/footer_bg.jpg) no-repeat;
	font:9px Verdana;
	color:#594683;
	text-align: center;
}

#footer_wrapper a {
	color:#594683;
}

#footer_wrapper a:hover {
	color:#7B6C9C;
	text-decoration: none;
}

#footer_left {
	font-size:9px;
	float:left;
	padding: 0px 0px 0px 15px;
}

#footer_right {
	font-size:9px;
	float:right;
	padding: 0px 15px 0px 0px;
}
#footer_service {
	font-size:9px;
}


/* CONTACT FORM - TABLES IN CSS WITH DIVS... BECAUSE I CAN */

#contact_form {
	width: 100%;
	font:11px/20px Verdana;
	color:#525252;
	letter-spacing:0px;
}
#contact_table {
	width: 400px;
	font:11px/20px Verdana;
	color:#525252;
	letter-spacing:0px;
	padding-left:10px;
}
.contact_row {
	width: 300px;
	height: 25px;
}
.contact_field {
	float: left;
	width: 45px;
	height: 20px;
	text-align: right;
	padding:5px 5px 0px 0px;
}
.contact_box {
	float: right;
	width: 250px;
	height: 25px;
	text-align: left;
}
input.contactinput {
	width: 250px;
	font:11px Verdana;
	color:#525252;
	background-color: #FFFFFF;



}
textarea.contacttext {
	font:11px Verdana;
	color:#525252;
	background-color: #FFFFFF;
}






/* Previous & Next - Float Left & Right */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

/* Sociable Style _ DO NOT PASTE BELOW HERE */

div.sociable {
margin: 16px 0;
padding-left:17px;
font:12px/16px Verdana;
color:#594683;
}



/* BLOG */


#blog_left {
        padding-left:15px;
	padding-top:15px;
	width:675px;
	float:left;
        
}
#blog_left h2 a:link, h2 a:visited{
	font:normal 20px Verdana;
	color:#663399;
        
}

#blog_left a:visited{
       font-family:Verdana;
}

#right_blog {
	width:205px;
	float:right;
	vertical-align:top;
}

#sidebar ul, li{
       margin-left:5px;
       padding-left:5px;
       list-style-type:none;
}
#sidebar li h2{ 
        margin-left:5px;
       padding-left:5px;
       padding-top:10px;
}

div.searchnew {
	font:12px/16px Verdana;
	font-weight:bold;
	color:#594683;
	padding:8px;
	width:205px;
	height:65px;
	background: url(http://www.familycarepartners.com/images/blog_search_bg.jpg) no-repeat;
}

.cat-item-3{display:none;}
       

