@charset "utf-8";
/* CSS Document */

body {
	font-faminly: Verdana, Arial, Helvetica, sans-serif;
	background-image:url(images/bg_fullBody.gif);
	background-repeat:repeat-x;
	margin: 24px; 
	padding: 0;
	text-align: center; 

}
.medRisk #container {
	width: 829px; 
	background-image:url(images/bg_body.gif);
	background-repeat: repeat-y;
	margin: 0 auto; 
	padding: 0;
	text-align: center;
	position: relative;
}

.medRisk #logo {
	background-image:url(images/bg_phone.gif);
	background-repeat:no-repeat;
	background-position:top;
	width: 788px;
	margin: 0 auto;
}

.medRisk #logo img{
	margin: 6px 485px 20px 6px;
}

.medRisk #mainContent {
	width: 787px;
	margin: 0 auto; 
	text-align:center;
	padding-left: 4px;
}


/* HOME - - - Navigation */



.navigationPod {
	background-image:url(images/bg_nav2.gif); 
	background-repeat: repeat-x; 
	width: 787px; 
	height:34px; 
	position:relative;
}

ul#navlist {
	margin: 0;
	position: absolute;
	top: 6px;
	left: 117px;
	width: 666px;
}

#navlist li {
	display: inline;
	list-style-type: none;
	margin-right: 41px;
}

#navlist a { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight:bold;
}

span.active {
	color: #00529f;
}

#navlist a:link, #navlist a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#navlist a:hover {
	color: #00529f;
	text-decoration: none;
}

/* Home Page Promo Styles */

div.greyLine {
	width:788px;
	background-image:url(images/bg_line.gif);
	background-repeat: repeat-x;
	margin: 5px 0 3px 0;
	height: 4px;
}

div.promos {
	height:214px; 
	width: 790px;
	margin-bottom: 6px;
}

div.promoOne {
	width: 261px;
	height: 214px;
	background-image:url(images/1.jpg);
	background-repeat:no-repeat;
	margin: 0 2px 0 0;
	float:left;
}

div.promoOne img {
	margin-top: 163px;
}


div.promoTwo {
	width: 261px;
	height: 214px;
	background-image:url(images/2.jpg);
	background-repeat:no-repeat;
	margin: 0 2px 0 0;
	float:left;
}

div.promoTwo img {
	margin-top: 163px;
}

div.promoThree {
	width: 261px;
	height: 214px;
	background-image:url(images/3.jpg);
	background-repeat:no-repeat;
	margin: 0;
	float:left;
}

div.promoThree img {
	margin-top: 163px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color: #0053a0;
	font-weight:bold;
	margin: 27px 0 7px 22px;
	text-align:left;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color: #0053a0;
	font-weight:bold;
	margin: 9px 0 7px 22px;
	text-align:left;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color: #630b95;
	font-weight:bold;
	margin: 9px 0 7px 22px;
	text-align:left;
}

p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #415d77;
	margin: 9px 45px 9px 22px;
	text-align:left;
	line-height:1.6em;
}

span.formText{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #415d77;
	text-align:left;
	line-height:1.6em;
}
p.withColumn{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #415d77;
	margin: 9px 222px 9px 22px;
	text-align:left;
	line-height:1.6em;
}

p.rightAlign {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #415d77;
	margin: 9px 15px 9px 22px;
	text-align:right;
	line-height:1.6em;
}

ul{
	margin: 0 0 9px 66px;
}

li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #415d77;
	margin: 0;
	text-align:left;
}

a:link{
	color:#c01115;
	text-decoration:none;
}

a:visited{
	color:#986104;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
	color: #0053a0;}

a:active {
	color:#000000;
	text-decoration:none;
}

/* FOOTER */

div.footer{
	width: 787px;
	background-image:url(images/bg_footer.gif);
	background-repeat:no-repeat;
	background-position:top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#6394c1;
	padding-top: 13px;
	padding-bottom: 9px;
	text-align:center;
	margin: 0 auto;
}

a.footer{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#6394c1;
	text-decoration:none;
	margin-left: 12px;
	margin-right: 12px;
}

a.footer:hover{
	color:#6394c1;
	text-decoration:underline;
}

a.footer:active{
	text-decoration:none;
	color:#6394c1;
}

a.footer:visited{
	text-decoration:none;
	color:#6394c1;
}


.img{
	border: none;
}

/*   APPLICATION STYLES  */

table.appFonts {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #415d77;
	text-align:left;
	}

