@charset "UTF-8";
body {
	margin-top: 10px;
	background-color: #3B3B3B;
	text-align: center;
}

/* styles from Old Home Page */
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 0px;
	margin-right: 15px;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
}
.style3 {
	font-size: 14px;
	font-weight: bold;
}

#homepage {
	width: 800px;
	height: 600px;
	margin: 10px auto;
	margin-bottom: 0;
	background: url(images/ICADhome.jpg) no-repeat center top;
}

#hometext {
	text-align: left;
	width: 264px;
	padding-top: 137px;
	margin-left: 521px;
}
*html #hometext {
	margin-left: 507px;
}

#testimonial {
	float:left;
	width:250px;
	margin-left:220px;
	margin-top:283px;
	font-style:italic;
}

a { 
	text-decoration: none;
}

a:link, a:visited {
	color: #666666;
}
a:active {
	color: #FF0000;
}
a:hover {
	color: #0000FF;
}

a.testimonial {
	color: #AA5500;
}

#content {
	width: 800px;
	margin: 10px auto;
	text-align: left;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	float: left;
	margin-top: 21px;
	margin-left: 320px;
}
*html h1 {
	margin-top: 15px;
}

.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 30px;
}
.indent {
	font-size: 11px;
	margin-left: 0px;
	margin-right: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.italic {
	font-size: 11px;
	margin-left: 0px;
	margin-right: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: italic;
}

.subhead {
	font-size: 12px;
	font-weight: bold;
}

.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 30px;
	margin-bottom: -11px;
	}

#top {
	background: url(images/top.jpg) no-repeat left top;
	width: 800px;
	height: 577px;
	z-index: 0;
	position: relative;
	}

#topnav {
	text-align:right;
	padding-top: 92px;
	margin-left: 400px;
	margin-right: 25px;
	}
*html #topnav {
	padding-top: 85px;
	}

#topnav p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	}

#topnav p.sub {
	display: none;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	}

#middle {
	background: url(images/middle.jpg) repeat left top;
	width: 800px;
	margin-bottom: -10px;
	padding-bottom: 0px;
	
	}

#middle  { min-height:450px; } * html #middle { height:450px; }

#bottom {
	background: url(images/bottom.jpg) no-repeat left top;
	width: 800px;
	height: 106px;
	/*margin-top: 250px;*/	
	}



#textmid {
	background: url(images/textmid.jpg) repeat-y scroll left bottom;
	position: relative;
	z-index: 0;
	margin-top: -375px;
	margin-left: 308px;
	width: 471px;
	
	}

#textmid  { min-height:155px; }
* html #textmid { height:155px; }

#textbottom {
	background: url(images/textbottom.jpg) no-repeat scroll left top;
	width: 471px;
	margin-left: 308px;
	margin-right: 21px;
	margin-top: -11px;
	padding-bottom: 0px;
	margin-bottom: 10px;
	}
*html #textbottom {
	margin-bottom: 25px;
	}

#textmid p {
	font-size: 11px;
	margin-left: 10px;
	margin-right: 30px;
	font-family: Arial, Helvetica, sans-serif;
}

#textmid blockquote {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

#bottomnav {
	float: right;
	position: relative;
	z-index: 0;
	margin-right: 210px;
	}
*html #bottomnav {
	margin-right: 244px;
	}

#bottomnav p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 0px;
	margin-right: 15px;
	
	}
	
#footer p {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
}

body.popup {
	background: #5cb2e1;
}

#popup {
	background: white;
	border-top: #C9E6F5 2px solid;
	border-left: #C9E6F5 2px solid;
	border-right: #92CBEB 2px solid;
	border-bottom: #92CBEB 2px solid;
	margin: 5px auto;
	padding: 20px;
	text-align: left;
}

#popup.blurb {
	width: 430px;
	height: 250px;
}

#popup.testimonial {
	width: 430px;
	height: 180px;
}

#popup p {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 20px;
}

#popup h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	margin: 0px;
	padding: 0;
	float: none;
	}

#popup p.subtitle {
	font-weight: bold;
	padding-bottom: 5px;
}

#popup p.quote {
	font-style: italic;
}

#popup p.credits {
	color: #777777;
	font-weight: bold;
}

.indent {
	padding-left: 1pc;
}