/* SCB - South Central Behavioral Services *//* CSS for INDEX PAGE SCREEN */body {	font-family:Verdana, Arial, Helvetica, sans-serif;	color:#313b98;	background-color:#242c73;	margin:0;	}#container {	width:800px;	margin:0 auto;	padding-top:15px;	}#masthead {	float:left;	width:800px;	height:86px;	background:#242c73 url('../images/index/logo.gif') no-repeat top center;	margin:0 auto;	padding-bottom:20px;	}#nav {	float:left;	width:800px;	height:74px;	background:#242c73 url('../images/index/bg_nav.jpg') no-repeat top left;	text-align:center;	margin:0;	}#main {	float:left;	width:800px;	height:333px;	background:#242c73 url('../images/index/bg_main_final.jpg') no-repeat top left;	margin:0;	padding:0;	}#footer {	float:left;	width:800px;	height:43px;	font-family:Arial, Helvetica, sans-serif;	font-size:10px;	color:#73779B;	line-height:125%;	text-align:center;	background:#242c73 url('../images/index/bg_footer.jpg') no-repeat top left;	padding-top:6px;	clear:both;	}#contact {	float:left;	width:800px;	font-size:10px;	font-weight:500;	color:#F07A32;	line-height:125%;	margin-right:-3px;	padding-top:10px;	padding-bottom:50px;	padding-left:75px;	}#contact .segment {	display:block;	float:left;	width:auto;	padding-left:50px;	}/* NAVIGATION AREA */#nav a {							/* Primary - TypeA - Link - red on grad yellow */	font-family:Verdana, Arial, Helvetica, sans-serif;	font-size:12px;	font-weight:normal;	color:#FFF;	text-align:center;	text-decoration:none;	padding-top:48px;	} #nav a:hover {						/* Primary - TypeA - Hover - blk on cream */	color:#FFDD85;	}#nav li {	display:block;	float:left;	width:auto;	padding-left:63px;	list-style:none;	cursor:default;	}#nav li a {							/* Primary - TypeA - Link - red on grad yellow */	display:block;	text-align:center;	text-decoration:none;	list-style:none;	} #nav li a:hover {						/* Primary - TypeA - Hover - blk on cream */	color:#FFDD85;	}#nav ul {	list-style:none;	margin:0px;	padding:0px;	}/* Type Styles */p {	font-family:Verdana, Arial, Helvetica, sans-serif;	font-size:12px;	line-height:200%;	color:#313b98;	}.text {	font-family:Verdana, Arial, Helvetica, sans-serif;	font-size:12px;	line-height:200%;	color:#313b98;	}.stress {	color:#4b209b;	}/* LINK STYLES */#main a {	color:#4b209b;	text-decoration:none;	border-bottom: 1px dotted #4b209b;	}#main a:hover {	color:#609;	border-bottom: 1px dotted #609;	}#footer a {	color:#7C83C0;	text-decoration:none;		}#footer a:hover {	color:#7676e4;	border-bottom: 1px dotted #7676e4;	}#contact a {	color:#F07A32;	text-decoration:none;	border-bottom:none;	}#contact a:hover {	color:#F93;	border-bottom: 1px dotted #F93;	}