@charset "utf-8";
/* CSS Document */


html{
	height: 100%; }

body{
	height: 100%;
	margin: 0; }


/*----- Main Containers -----*/

#content {
	width: 770px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -103px auto; }
	
#spacer {
	background: #FFF;
	height: 30px; }

#spacer2 {
	background: #FFF;
	height: 2px; }
	



/*----- Typography -----*/


#copyright {
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666;
	text-align: center; }
	
.style1 {
	font: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#666;
	text-align: center;
	font-weight:bold;}



/*----- Header -----*/


#top-red-bar {
	background: #C60C46;
	height: 10px; }

#header {
	background: white;
	background-image: url(../images/insideheartland-logo.png);
	background-repeat: no-repeat;
	background-position: 13px; 
	height: 106px; }
	
h1 {
	margin: 0;
	padding: 0;
	float: right;
	margin-top: 13px;
	padding-right: 10px; }



/*----- Navigation -----*/


#main-nav { height: 61px; clear: both; }

#main-nav dl { margin: 0; padding: 0; }

/* IE5 Mac Hack \*/ 
#main-nav { padding-left: 0px; } 
/*/ 
#main-nav { padding-left: 11px; overflow: hidden; } 
/* End Hack */

#main-nav dt { float: left; }

#main-nav dt a {
	display: block;
	height: 0px !important;
	height /**/:61px; /* IE 5/Win hack */ 
	padding: 61px 0 0 0;
	overflow: hidden;
	background-repeat: no-repeat; }

#main-nav dt a:hover {
	background-position: 0 -61px; }

#main-nav dt#servicing,
#main-nav dt#servicing a { width: 193px; background-image: url(../images/servicing-button.png) }

#main-nav dt#portfolio,
#main-nav dt#portfolio a { width: 192px; background-image: url(../images/portfolio-button.png) }

#main-nav dt#crmpro,
#main-nav dt#crmpro a { width: 192px; background-image: url(../images/crmpro-button.png) }

#main-nav dt#payroll,
#main-nav dt#payroll a { width: 193px; background-image: url(../images/payroll-button.png) }

	
#sub-nav {
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; }

ul#sublist {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap; }

#sublist li {
	display: inline;
	list-style-type: none; }

#sublist a { padding: 2px 9px; }

#sublist a:link, #sublist a:visited {
	color: #C60C46;
	background-color: #fff;
	text-decoration: none; }

#sublist a:hover {
	color: #C60C46;
	background-color: #CCC;
	text-decoration: none; }


#sub-nav2 {
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; }

ul#sublist2 {
	margin-top: 7px;
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap; }

#sublist2 li {
	display: inline;
	list-style-type: none; }

#sublist2 a { padding: 3px 10px; }

#sublist2 a:link, #sublist2 a:visited {
	color: #C60C46;
	text-decoration: none; }

#sublist2 a:hover {
	color: #C60C46;
	background-color:#CCC;
	text-decoration: none; }

/*----- Links -----*/


.copyright A:link {text-decoration: none; color: #C60C46;}
.copyright A:visited {text-decoration: none; color: #C60C46;}
.copyright A:active {text-decoration: none; color: #C60C46;}
.copyright A:hover {text-decoration: underline; color: #C60C46;}
	

/*----- Footer -----*/


#footer {
	background-image: url(../images/footer-background.jpg);
	height: 103px;
    clear: both;
    position: relative;
	margin: auto;}

#footer-contact {
	width: 309px;
	height: 68px; 
	background-image: url(../images/contact-back.jpg);
	margin: auto;
	line-height: 34px;}

h2 {
	display: block;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto; }
	
#nudge { height: 103px; clear: both; }


/*----- Main Graphic -----*/


#maingraphic {
	background: #999;
	height: 190px; 
	background: #999;
	background-image: url(../images/maingraphic-messages.jpg); }

h3 {
	margin: 0;
	padding: 0;
	float: right;
	margin-top: 13px;
	padding-right: 20px; }
	

/*----- Messages -----*/

ul					{ padding: 0px; margin: 0px; }

#messagearea		{ width: 440px; float: left; margin-left: 315px;}

#messagearea ul		{ text-align: left; font-size: 15px; font-weight: bold; color: White; list-style-type: none; padding-left: 40px; padding-top: 15px;}

#messagearea li		{ text-align: left; font-size: 13px; font-weight: normal; color: White; padding: 10px 0px 3px 0px;}

#messagearea a		{ text-decoration: underline; color: White;}

#messagearea a:hover		{ text-decoration: none;}

.floatright			{ float: right; padding-left: 10px; padding-top: 15px; padding-bottom: 10px;}

