@charset "utf-8";
/* CSS Document */

html{
	margin:0px;
	padding:0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0078AE;
	background-image: url(../images/BackgroundSlice.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
.header_banner {
	height: 50px;
	background-image: url(../images/HeaderGraphic.jpg);
	background-repeat: no-repeat;
	padding-top:23px;
}
.homepage {
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFF;
	margin-left: 50px;
	font-weight:bold;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0078AE;
	
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #F47B20;
	margin-bottom:-15px;
}
.content {
	width: 850px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
}

.header_text {
	padding-right: 60px;
	padding-left: 60px;
}
.callouts {
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding: 10px;
	padding-right: 15px;
}

.callouts:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}

.callouts {display: inline-block;}
/* Hides from IE-mac \*/
* html .callouts {height: 1%;}
.callouts {display: block;}
/* End hide from IE-mac */

.images {
	float:left;
	height:100%;
}

img.number {
	vertical-align:top;
	float: left;
}

img.feature {
	margin-left: 10px;
	margin-right: 30px;
}

.feature {
	margin-left:260px;
}

.super {
	vertical-align:top;
	font-size:60%;
}

a {
	color:#0078AE;
}

a visisted {
	color:#0078AE;
}