/*   LIVE PAIN FREE CSS STYLE SHEET  */

body {
	margin:0px;
	background:white;
	font-weight:normal;
	font-size:12px;
	color:#000000;
	font-style:normal;
	font-family:Arial, Helvetica, sans-serif;
}

#wrapper {
	margin:0 auto;
	width:780px;
	text-align:left;
	background-image:url(../images/main_bg.jpg);
	background-repeat:repeat-y;
}

#wrapper2 {
	margin:0 auto;
	width:780px;
	text-align:left;
	background-image:url(../images/main_bg2.jpg);
	background-repeat:repeat-y;
}

#top_banner {
	background-image:url(../images/top_banner.jpg);
	background-repeat:no-repeat;
	height:67px;
}

#left_column {
width: 185px;
float:left;
height: 350px;
}

#navigation_cell {
	background-image:url(../images/navigation.jpg);
	width:185px;
	float:left;
}

#menu {
	background-image:url(../images/menu_bg.jpg);
	background-repeat:repeat-y;
	font-size:11px;
	margin-top:5px;
}

#menu a {
	color:#344462;
	font-weight:bold;
	text-decoration:none;
}

#menu a:hover {
color:
#999999
}

#menu ul {
	list-style:none;
}

#menu_list {
	margin:0px;
	padding-left:1px;
	width:180px;
}

#menu_list li {
	border-bottom:2px solid #BBCCDE;
	padding:5px 0px 5px 20px;
}

#shortform {
	background-image:url(../images/shortform_bg.jpg);
	background-repeat:no-repeat;
	height:300px;
	padding-left:20px;
	padding-top:10px;
	color:#556171;
}

.labels {
	font-size:11px;
	font-weight:bold;
}

.shortform_field {
	color:#3F5974;
	background-color:#C8D5E5;
	border:1px solid #EEEEEE;
}

#main_banner {
	background-image:url(../images/main_banner.jpg);
	background-repeat:no-repeat;
	height:180px;
	width:595px;
	float:left;
}

#main_cell {
	width:595px;
	float:left;
}

#main_cell_topic {
	width:595px;
	float:left;
}

#middle_column {
	width:383px;
	padding:15px;
	float:left;
}

#middle_column_topic {
	width:552px;
	padding:15px;
	float:left;
}

.titles {
	font-size:15px;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	color:#2D2C2A;
}

.testnames {
font-style:italic;
color:#344462;
font-weight:bold;
text-align:right;
}

.indent {
	padding-left:10px;
}

#feature_testy {
	background-image:url(../images/testimonial.jpg);
	background-repeat:no-repeat;
	height:145px;
	padding:16px 10px 0px 10px;
}

.list {
	float:left;
}

#right_column {
	width:157px;
	padding:15px 10px 0px 15px;
	float:left;
	font-size:11px;
}

.inset_image {
	float:left;
	padding-right:5px;
}

.blue_links a {
	color:#6C7C8F;
	text-decoration:underline;
	font-weight:bold;
	font-size:11px;
}

.blue_links a:hover {
	color:#6C7C8F;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
}

#footer {
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	padding: 15px;
	text-align: center;
	font-size: 11px;
	color: #333333;
	clear:both;
}