/* ======================================================================== 
MedRisk CSS Styles for Homepage 
Revised June 2012
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: 833px;
	margin: 0px auto;
	text-align: left;
	padding: 0px;
	padding-top: 12px;
	background: url(index_media/newhome_03.png) no-repeat 0 14px;
}

#home_left_text {
	padding-left: 34px;
	padding-top: 110px;
	padding-right: 2px;
}

#home_left_text p {
	font: italic 12px/17px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #040c5b;
}
#home_left_text ul {
	padding-left: 12px;
	font: 12px/17px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #e0344c;
}

#alertbox {
	background: url(index_media/red_alert.png) no-repeat;
	height: 200px;
	width: 335px;
	top: 185px;
	position: relative;
	left: 130px;
	text-align: center;
	padding-left: 55px;
	padding-right: 25px;
}

#alertbox p {
	color: #020746;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}


#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;
}

ul#news.innerfade {
	padding-left: 190px;
	padding-top: 3px;
}

ul#news.innerfade li {
	list-style-type: none;
	font: bold 10px "Lucida Grande", Lucida, Verdana, sans-serif;
}
ul#news.innerfade li a {
	text-decoration: none;
	color: white;
}
ul#news.innerfade li a:hover {
	color: yellow;
}

div#ticker {
		background-image: url(index_media/ticker_bg.png);
	height: 30px;
	width: 818px;
	margin-left: 10px;

}


