@charset "utf-8";
/* CSS Document */
body	{
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	font-size:12px;
	color:#707070;
	background-color:#f4f4f4;
}
.bio_seperation	{
	padding:20px 0;
}
label	{
	width:250px;
	font-weight:bold;
}
input, select	{
	font-size:12px;
	color:#707070;
}
.input	{
	width:210px;
}
.input_city	{
	width:95px;
}
.input_zip	{
	width:50px;
}
.button	{
	background-color:#c1005d;
	color:#FFF;
}
h1	{
	color:#3f4045;
	font-size:14px;
	line-height:19px;
}
h2	{
	color:#3f4045;
	font-size:14px;
	padding:15px 0 0 0;
	margin:0;
}
h3	{
	color:#81003e;
	font-size:13px;
	padding:0;
	margin:0;
}
p	{
	padding:10px 0;
	margin:0;
	line-height:18px;
}
a	{
	color:#c1005d;
}
a:hover	{
	color:#7c7e81;
}
ul	{
	margin:0 0 0 30px;
	padding:10px 0;
}
ul li	{
	padding:5px 0;
}

#container	{
	width:1000px;
	margin:0 auto;
}

#header_nav	{
	border-bottom:1px solid #7c7e81;
	height:28px;
	padding-top:16px;
	color:#FFF;
	font-size:13px;
	background-color:#35373c;
}

#top_nav	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	float:right;
	list-style-type:none;
	margin:0;
	padding:0 0 0 0;
}
#top_nav li	{
	float:left;
	font-weight:bold;
	padding:0 5px;
	letter-spacing:1px;
	border-right:1px solid #6e6f76;
}
#top_nav li.right	{
	border-right:none;
}
#top_nav li a	{
	color:#969b9f;
	display:block;
	height:19px;
	padding:2px 10px 0 10px;
	text-decoration:none;
}
#top_nav li a:hover	{
	height:19px;
	padding:2px 10px 0 10px;
	display:block;
	color:#f5d5e4;
	text-decoration:none;
}
#top_nav li a.home:hover	{
	background:url(../../media/images/common/bg_home.jpg) no-repeat center;
}
#top_nav li a.about:hover	{
	background:url(../../media/images/common/bg_about.jpg) no-repeat center;
}
#top_nav li a.services:hover	{
	background:url(../../media/images/common/bg_services.jpg) no-repeat center;
}
#top_nav li a.clients:hover	{
	background:url(../../media/images/common/bg_clients.jpg) no-repeat center;
}
#top_nav li a.contact:hover	{
	background:url(../../media/images/common/bg_contact.jpg) no-repeat center;
}


#content_header	{
	height:193px;
	border-bottom:36px solid #81003e;
}
#content_header div	{
	float:left;
}


#three_col_content	{
	width:1000px;
	border-top:6px solid #f9e5ee;
	overflow:auto;
	background-color:#FFF;
}
#three_col_content div.left	{
	background:url(../../media/images/common/content_left_bg.jpg) no-repeat top left;
	width:135px;
	float:left;
	padding:25px 0 25px 25px;	
}
#three_col_content div.center	{
	width:428px;
	float:left;
	padding:25px 0 25px 25px;
	margin-right:25px;
}
#three_col_content div.right	{
	width:328px;
	float:left;
	border-left:1px solid #f7deea;
	padding:25px 0 25px 0;	
}

#two_col_bullets {clear:both;}
#two_col_bullets ul	{
	float:left;
	margin:0 30px 0 0px;
	padding:10px 0;
}
#two_col_bullets ul li	{
	list-style-position:inside;
	padding:3px 0;
}
#right_col_logos	{
	border-bottom:1px solid #f7deea;
	padding-left:25px;
}
#right_col_content	{
	padding:15px 0 0 25px;
}
#right_col_content p	{
	color:#707070;
	font-size:13px;
	padding:0;
	margin:0;
}

#footer	{
	border-top:1px solid #e1e2e2;
	font-size:11px;
	padding:15px;
}
#footer a	{
	color:#7c7e81;
}
#footer a:hover	{
	color:#c1005d;
}

img.float_left	{
	float:left;
	margin-right:10px;
}

