@charset "UTF-8";
/* CSS Document */

body,div,td,th{
	margin:0 auto;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10pt;
}

td{
	text-align:center;
	font-size:8pt;
}

img{
	border:thin solid #224F90;
}	

/*main content blocks styles*/	

.header{
	width:778px;
}

.navbar{
	width:778px;
	padding:0px;
	height:32px;
	color:#ffffff;
	/*background:url(images/carelink_nav_bg.gif) repeat-x;*/
	font-variant:small-caps;
	text-align:center;
}

.contentArea{
	width:756px;
	background:#224f90;
	padding:11px;
}

.footer{
	width:778px;
	color:#224f90;
	font-variant:small-caps;
}

/*interior content styles*/	

.innerContent{
	background:#ffffff;
	padding:10px;
	line-height:18pt;
}

.wrapper{
	background:#ffffff;
	padding:0px;
}

.newsBlock{
	float:right;
	background:#ffffff;
	width:187px;
}

.newsBlockPosts{
	padding:10px;
	font-size:9pt;
	border:1px solid #4971aa;
	line-height:15pt;
	height:456px;
}

.newsDate{
	color:#224f90;
	font-weight:bold;
}

.newsLink{
	color:#224f90;
}

a{
	color:#224f90;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

.employeeImage{
	border:1px solid #4971aa;
}

/*subcat pages*/

.subcat{
	text-align:left;
	font-size:10pt;
	height:400px;
	padding:10px;
}

.leftnav{
	border-right:1px solid #4971aa;
}

.about{
	background:url(images/carelink_about_bg.jpg) right bottom no-repeat;
}

.subPage{
	padding:0px;
}
