/* 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:10px;	}#masthead {	float:left;	width:800px;	height:72px;	background:#242c73 url('../images/inside/logo.gif') no-repeat top center;	margin:0 auto;	padding-bottom:20px;	}#nav {	float:left;	width:800px;	height:87px;	background:#242c73 url('../images/inside/bg_nav.jpg') no-repeat top left;	text-align:center;	margin:0;	}#main {	float:left;	width:800px;	background:#000 url('../images/inside/bg_main.gif') repeat-y top left;	margin:0;	padding:0;	}#left {	float:left;	width:325px;	margin:0;	padding:0;	}#right {	float:left;	width:415px;	margin-left:30px;	padding-top:30px;	}#footer {	float:left;	width:460px;	height:60px;	font-family:Arial, Helvetica, sans-serif;	font-size:11px;	color:#73779B;	line-height:125%;	text-align:left;	background:#242c73 url('../images/inside/bg_footer.jpg') no-repeat top left;	padding-top:35px;	padding-left:340px;	clear:both;	}#contact {	float:left;	width:725px;	font-size:10px;	font-weight:500;	color:#F07A32;	line-height:130%;	margin-right:-3px;	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:62px;	} #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 */h1 {	font-family:Verdana, Arial, Helvetica, sans-serif;	font-size:12px;	font-weight:bold;	line-height:120%;	color:#313b98;		}h2 {	font-family:Verdana, Arial, Helvetica, sans-serif;	font-size:10px;	font-weight:bold;	line-height:120%;	color:#668;		}p {	font-family:Verdana, Arial, Helvetica, sans-serif;	font-size:12px;	line-height:180%;	color:#313b98;	}.head {	font-family:Verdana, Arial, Helvetica, sans-serif;	font-size:12px;	font-weight:bold;	line-height:120%;	color:#313b98;		}.subhead {	font-family:Verdana, Arial, Helvetica, sans-serif;	font-size:10px;	font-weight:bold;	line-height:120%;	color:#668;		}.text {	font-family:Verdana, Arial, Helvetica, sans-serif;	font-size:12px;	line-height:180%;	color:#313b98;	}
.subtext {	font-family:Verdana, Arial, Helvetica, sans-serif;	font-size:10px;	line-height:100%;	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;	}