/* ======================================================================== MedRisk CSS Styles for Homepage Revised April 2010Malish & Pagonis www.malishandpagonis.com ========================================================================*//* ================ Global Formatting ==================================*/body{	margin: 0px;	background: #FFF;	text-decoration: none;}a{	color: #0A3D7A;	text-decoration: none;}a:hover{	color: #DD1641;	text-decoration: underline;}/* ================ Content Box Formatting =============================In combination with body tag, is used to center all page content andapply formatting inside the content box========================================================================*/#Content{	width: 820px;	margin: 0px auto;	text-align: left;	padding: 0px;	background-image: url(index_media/interface/bgtile.gif);	background-attachment: scroll;	background-repeat: repeat-y;	background-position: 0px 10px;}#Content2{	width: 820px;	margin: 0px auto;	text-align: left;	padding: 0px;	padding-top: 12px;	background: url(index_media/global/home_left.gif) no-repeat 0 13px;}#newsticker {	margin-top: 5px;}#Content p{	margin-left: 11px;	font-family: Arial, Helvetica, sans-serif;	font-size: 13px;	line-height: 20px;	margin-right: 20px;}#Content h2{	font-family: Arial, Helvetica, sans-serif;	font-size: 14px;	margin-left: 11px;	margin-top: 5px;	color: #0E4182;	padding: 5px 0px 0px;	line-height: 16px;	vertical-align: middle;	padding-bottom: 0px;}#Content h1{	font-family: Arial, Helvetica, sans-serif;	font-size: 17px;	margin-left: 11px;	margin-top: 5px;	font-weight: bold;	padding: 5px 0px 0px;	color: #CC0000;}#Content h3{	font-family: Arial, Helvetica, sans-serif;	font-size: 15px;	margin-left: 50px;	margin-top: 5px;	font-weight: bold;	padding: 5px 0px 0px;	color: #00498F;}#Content p.addresses{	font-size: 11px;	line-height: 15px;	font-weight: bold;}#Content p.dates {	font-size: 9px;	font-weight:bold;	padding-left: 7px;	padding-top: 3px;	margin-top: 1px;	margin-bottom: 3px;	height: 17px;	background-image: url(index_media/solbanner.gif);	background-repeat: no-repeat;}/* -------------- Top Navigation ----------------- */#navcorp, #navaud { background-color: #C0C0C0; }#navcorp li, #navaud li{	float: left;	margin: 0;	font-family: Arial, Helvetica, sans-serif;	font-size: 10px;}#navcorp ul, #navaud ul{	background-color: #C0C0C0;	list-style: none;	padding: 0;	margin: 0;}#navcorp li a{	background: url(index_media/work_r2_c3.gif);	color: #fff;	font-weight: bold;	height: 20px;	line-height: 10px;	float: left;	width: 156px;	display: block;	text-decoration: none;	text-align: center;	padding-top: 4px;}#navaud li a{	background: url(index_media/work_r3_c3.gif);	color: #333333;	font-weight: bold;	height: 22px;	line-height: 10px;	float: left;	width: 104px;	display: block;	text-decoration: none;	text-align: center;	padding-top: 1px;}/* ================== Nav Hover states  =================== */#navcorp a:hover{	background-image: url(index_media/interface/menuback2.gif);	color: #333;}#navaud a:hover{	background-image: url(index_media/interface/menuback2.gif);	color: #333;}