@charset "UTF-8";
/* sitenamehere.com Main CSS Document */
* {
   margin: 0px;
   padding: 0px;
   }
a img {
	border:none;
	}
p {
	margin-bottom:5px;
	}
a:link {
	color:#434343;
	}
a:visited {
	color:#434343;
	}
a:hover {
	color:#56ade2;
	text-decoration:none;
	}
h1 {
	text-transform:uppercase;
	color:#56ade2;
	font-size:1.4em;
	line-height:1.2em;
	margin:5px 0;
	}
h2 {
	color:#004f83;
	font-size:1.2em;
	line-height:1.2em;
	margin:5px 0;
	}
body {
	width:1024px;
	margin:0 auto;
	background:#7baadb url(../images/background-rpt.jpg) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:1.2em;
	color:434343;
	}
.logo-bar {
	width:1014px;
	height:103px;
	background:url(../images/logo-bar.jpg) no-repeat;
	border-bottom:#1a5c8f solid 5px;
	text-align:left;
	color:#0e3c68;
	font-size:1.4em;
	line-height:1.2em;
	font-weight:bold;
	padding:0 10px 0 0;
	}
.logo {
	float:left;
	display:inline;
	width:350px;
	}
.phone {
	float:left;
	display:inline;
	width:350px;
	margin:25px 0 0 250px;
	line-height:1.3em;
	}
.header {
	width:1024px;
	height:189px;
	}
.nav {
	width:1024px;
	height:31px;
	background:url(../images/nav-rpt.jpg) repeat-x;
	padding-top:8px;
	color:#fff;
	text-align:center;
	font-size:2em;
	line-height:1.2em;
	}
.nav li {
	display:inline;
	padding:0 10px;
	}
.nav a:link {
	color:#fff;
	text-decoration:none;
	}
.nav a:visited {
	color:#fff;
	text-decoration:none;
	}
.nav a:hover {
	color:#abcee1;
	text-decoration:none;
	}
.body {
	width:950px;
	background:#d4e1ee url(../images/body-rpt.jpg) repeat-y;
	padding:20px 37px 10px 37px;
	font-size:1.4em;
	line-height:1.8em;
	}
.body-left {
	width:520px;
	display:inline;
	float:left;
	padding:10px 20px 0 20px;
	}
.body-left p {
	padding-bottom:15px;
	}
.body-contact {
	width:950px;
	display:inline;
	float:left;
	padding:10px 20px 0 20px;
	}
.body-contact p {
	padding-bottom:15px;
	}
.testimonials {
	padding-left:15px;
	}
.logos {
	padding:0 5px;
	}
.body-right {
	width:390px;
	display:inline;
	float:right;
	}
.body-right h2 {
	color:#004f83;
	font-size:0.9em;
	line-height:1.4em;
	margin:5px 10px;
	font-weight:normal;
	}
.slideshow {
	width:334px;
	height:310px;
	margin:10px auto;
	background:#e6f0fa;
	}
.footer {
	width:1024px;
	height:46px;
	background:#d4e1ee;
	border-top:#1a5c8f solid 3px;
	padding-top:10px;
	color:#1d5f92;
	text-align:center;
	font-size:1.2em;
	line-height:1.2em;
	}
.footer li {
	display:inline;
	padding:0 2px;
	}
.footer a:link {
	color:#1d5f92;
	text-decoration:none;
	}
.footer a:visited {
	color:#1d5f92;
	text-decoration:none;
	}
.footer a:hover {
	color:#1d5f92;
	text-decoration:underline;
	}
.indent {
	margin-left:40px;
	}
.admin_table {
	padding:3px;
	}
.hzrule {
	margin:5px 0;
	}
.linktable {
	width:400px;
	}
.linktable td {
	padding:3px 5px;
	}
.linktable p {
	margin:0;
	padding:0;
	}
.editor_body {
	width:520px;
	background:#e6f0fa;
	font-size:14px;
	line-height:1.8em;
	color:#000;
	}
.editor_body p {
	padding-bottom:15px;
	}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}