@charset "utf-8";
/* CSS Document */

/*   
Theme Name: Care First AH Theme
Theme URI: www.carefirst.com
Description: corporate site for CFAH
Author: Blue Presley - bluepresley@gmail.com
Author URI: http://www.bluepresley.com/pro
Version: 1.0
.
Copyrighted material.  May not be redistributed without consent of author.
.
*/

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#434242;
	margin:0;
	
}

img {
	border:0;
}

h1, h2, h3, h4, h5 { padding:0; margin:0; color:#203d8c; }

h1 {
	font-size:18px;
	
}

h2 {
	font-size:15px;
}

h3 {
	font-size:12px;
}

a, a:visited {
	text-decoration:none;
	color:#203d8c;
}

a:hover {
	text-decoration:underline;
}

#wrapper {
	width:100%;
	/*width:1000px;*/
	margin: 0 0 0 0;
}


#header {
	width:100%;
	padding-bottom:5px;
	/*background-color:#fffdeb;*/
	background:url(images/header.jpg)  repeat-x;
	background-position:center;
	
}

#below-header-bar {
	width:100%;
	
	padding: 5px 0px;
	background-color:#fff799;
	border-bottom:5px solid #fffdeb;
	font-size:2px;
}

#main-top-nav {
	font-size:11px;
	background-color:#203d8c;
	/*background:url(images/main-nav-blue-bg.jpg) repeat-x;*/
	height:33px;
}

#main-top-nav ul{
	padding:10px 0 10px 0;
	margin:0;
}

#main-top-nav .item {
	list-style:none;
	padding:10px 0 10px 0;
	margin:0;
	display:inline;
}

#main-top-nav .item a {
	color:#FFFFFF;
	padding:10px;
	text-decoration:none;
}

#main-top-nav .item a:hover {
	color:#203d8c;
	background-color:#fff200;
}
#conteninner{
width:1000px; 
margin:auto;
}

#right-content {
	/*width:30%;  -->let the photo, which is always present, determin width*/
	float:left;
	/*border-left:#666666 1px solid;*/
}

#right-inner {
	padding:10px;
	margin:10px 0 10px 13px;
	background-color:#fffde0;
	
}

#right-inner h1 {
	padding:5px;
	background-color:#203d8c;
	color:#FFFFFF;
}

#left-content {
	padding-right:13px;
	float:left;
	width:691px;
}

#left-content-nav {
	/* see ie-sub.css for the layout of the subpages of this site */
}

#footer {
font-size:10px;
	clear:both;
	width:1000px;
	text-align:center;
	color:#666666;
	margin:auto;
}

#footer ul {
	margin: 2px;
}

#footer ul li {
	display:inline;
	list-style:none;
	padding:0 10px 0 10px;
}

#footer a {
	color:#666666;
	text-decoration:none;
}

#footer a:hover {
	color:#333333;
	text-decoration:underline;
}
.righttext{
color:#123b8d;
font-family:Arial,Helvetica,sans-serif;
font-size:15px;
font-weight:normal;
}
