@charset "UTF-8";
/* CSS Document */

/* Global settings */
html,
body {
	margin:0;
	padding:0;
	height:100%;
	background-color:#a2a2a6;
	background-image:url(../images/common/mrpagebkg.gif);
	background-repeat:repeat-x;
	width:100%;
	font-size: 90%;
	color:#666666;
	font-family:'Trebuchet MS',Verdana, Arial, Helvetica, sans-serif;
	line-height:120%
	}
	
img {
	border:0;
}

a {color:#2767b2; text-decoration: none}	
a:visited {color:#2767b2; text-decoration: none}
a:active {color:#2767b2; text-decoration: none}
a:hover {text-decoration: underline; color:#2767b2}
	
/* DIV and container settings*/	
#container {
	min-height:100%;
	position:relative;
	}
	
#body {
	padding-bottom:133px;	/* Height of the footer */
	}
	
#footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:133px;			/* Height of the footer */
	}
	
#pagecurlcontainer {
	width:991px;
	height:133px;
	margin-left:auto;
}

#maincontentcontainer {
	width:951px;
	padding-left:20px;
	padding-right:20px;
	margin-left:auto;
	margin-right:auto;
}

#headernav {
	text-align:right;
	height:25px;
	padding-top:4px;
	color:#ffffff;
}

#header {
	background-color:#FFFFFF;
	width:931px;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
}
#heroarea {
	width:951px;
	height:316px;
	background-image:url(../images/homepage/herobkg.jpg);
	background-repeat:no-repeat;
	position:relative;
}
#herocontent{
	position:absolute;
	top:34px;
	left:212px;
}

#herocontent ul{
	list-style-image:url(../images/homepage/herobullet.gif);
	color:#FFFFFF;
	margin-left:20px;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	}

#herocontent li{
	padding-bottom:10px;
}

#cellheader {
	width:951px;
}
#cellmid {
width:951px;
background-image:url(../images/homepage/cellmidbkg.gif);
background-repeat:repeat-y;
}

#cell1 {
	float:left;
	clear: right;
	width:267px;
	padding:0 24px 0 24px;
	}	
	
#cell2 {
	float:left;
	clear: right;
	width:273px;
	padding:0 22px 0 22px;
	}
	
#cell3 {
	width:275px;
	float:left;
	padding:0 22px 0 22px;
	}
	
#cell3 p {
	margin-top:5px;
	margin-bottom:5px;
	width:180px;
	color:#FFFFFF;
}

.quotename {
	color:#50b948;
	font-weight:bold;
}

.quotetitle {
	font-size:80%;
}

#bodyfooter {
	padding-top:5px;
	line-height:25px;
	color:#FFFFFF;
}

.messagediv {
	font-family:'Trebuchet MS',Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
}
	

/* link styles */
/* Styles for unique links such as header and footer areas */
	
#headernav a {color:#ffffff; text-decoration: none; font-size:90%}	
#headernav a:visited {color:#ffffff; text-decoration: none; font-size:90%}
#headernav a:active {color:#ffffff; text-decoration: none; font-size:90%}
#headernav a:hover {text-decoration: underline; color:#ffffff; font-size:90%}

#cell3 a {color:#1c3f95; text-decoration: none; font-weight:bold;}	
#cell3 a:visited {color:#1c3f95; text-decoration: none; font-weight:bold;}
#cell3 a:active {color:#1c3f95; text-decoration: none; font-weight:bold;}
#cell3 a:hover {text-decoration: underline; color:#1c3f95; font-weight:bold;}

#bodyfooter a {color:#FFFFFF; text-decoration: none;}	
#bodyfooter a:visited {color:#FFFFFF; text-decoration: none;}
#bodyfooter a:active {color:#FFFFFF; text-decoration: none;}
#bodyfooter a:hover {text-decoration: underline; color:#FFFFFF;}

/*HTML overides */
.notopmargin {
	margin-top:0px;
}
	
	

