@font-face {
    font-family: 'JennaSueRegular';
    src: url('jenna-sue-fontfacekit/JennaSue-webfont.eot');
    src: url('jenna-sue-fontfacekit/JennaSue-webfont.eot?#iefix') format('embedded-opentype'),
         url('jenna-sue-fontfacekit/JennaSue-webfont.woff') format('woff'),
         url('jenna-sue-fontfacekit/JennaSue-webfont.ttf') format('truetype'),
         url('jenna-sue-fontfacekit/JennaSue-webfont.svg#JennaSueRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* begin reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	margin:0;
	padding:0;
}

body {
	line-height:16px;
	text-align:center;
	margin:0;
	padding:0;
}

ol,ul {
	list-style:none;
}

blockquote,q {
	quotes:none;
}

:focus {
	outline:0;
}

ins {
	text-decoration:none;
}

del {
	text-decoration:line-through;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

body,input {
	line-height:120%;
	font-size:14px;
	font-family:Helvetica, Arial, sans-serif;
	color: #444;
}

/* end reset */
* {
	margin: 0;
}
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -225px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 225px; /* .push must be the same height as .footer */
}

/*

end Sticky Footer by Ryan Fait
http://ryanfait.com/

*/

/* Begin Typography */
h1, h2, h3, #nav{
font-family: 'JennaSueRegular', Arial, sans-serif;
color: #98d9fb;
font-weight: normal;
    display: block;
    padding: 15px 0;
    line-height:0.8;

}
h1{
font-size: 48px;
}
h1 span{
font-size: 26px;
}
h2{
font-size: 42px;

}
h3{
font-size: 36px;

}
h4{
	font-size: 16px;
}
p{
padding: 0 0 5px;
font-size: 14px;
line-height: 18px;
color: #444;
}
#nav ul li a{
font-size: 36px;
text-decoration: none;
color: #98d9fb;
}
p.signature{
font: 34px/24px 'JennaSueRegular', Arial, sans-serif;

}
/* End Typography */
/* Begin Layout */

#header{
	background-image:url(../graphics/header_rpt.jpg);
}
.box{
width: 930px;
margin: 0 auto;
padding: 15px;
text-align: left;
}
#header .box{
	background-image: url(../graphics/header.jpg);
	background-repeat: no-repeat;
	position: relative;
	height: 126px;
}
#site_name{
    left: 20px;
    position: absolute;
    top: 20px;
}
#hand{
    right: 20px;
    position: absolute;
    bottom: 0px;

}
#nav{
float: left;
width: 180px;
display: block;
padding: 0 15px;
}
#nav ul li a{
    background-image: url("../graphics/nav_sep.jpg");
    background-position: center bottom;
    background-repeat: no-repeat;
    display: block;
    padding: 15px;
}
#nav ul li a.last{
    background-image: none;

}
#nav ul li a:hover{
color: #4cbaf3;
}
#middle{
float: left;
width: 420px;
display: block;
padding: 0 15px;
margin-left: 30px;
}
#right{
float: right;
width: 210px;
display: block;
padding: 0;
}
#right .blue_panel{
background-color: #7dcff9;
padding: 15px;
border: 1px solid #4cbaf3;
border-radius: 5px;
color: #fff;
}
#right .blue_panel h3{
color: #fff;
text-shadow: 1px 1px 1px #61aacf;

}
#right .blue_panel p{

}
#right .blue_panel form{

}
#right .blue_panel form input{
display: block;
width: auto;
font-size: 14px;
margin: 0 0 15px;
}
#right .blue_panel form input[type='submit']{
border: 1px solid #d17113;
border-radius: 3px;
background-image: url(../graphics/button_bg.jpg);
background-repeat: repeat-x;
background-position: center center;
padding: 5px 10px 3px;
color: #d17113;
text-shadow: 1px 1px 1px #fff;
text-transform: uppercase;
}
#right .blue_panel .emsgm p{
color: #444;
}
#right .blue_panel a{
color:#CB7301;
}
#right .blue_panel a:hover{

}
.footer{
background-color: #7dcff9;
color: #fff;
position: relative;
}
.footer .f_block {
float: left;
width: 180px;
display: block;
padding: 0 15px;
margin-left: 30px;
height: 180px;
position: relative;
}
.footer h3{
text-shadow: 1px 1px 1px #61aacf;
}
.footer .f_block.first{
margin-left: 0px;

}
.footer .f_block h3{
color: #fff;
}
.footer .f_block p{

}
.footer .f_block ul li a{
color: #fff;
border-bottom: 1px solid #fff;
text-decoration: none;
font-size: 14px;
display: block;
padding: 5px 0 5px 5px ;
}
#f_sitename{
position: absolute;
bottom: 80px;
}
#developer{
position: absolute;
bottom: 0;
}

.clear{
clear: both;
}
a, a img{
border: 0 none;
color: #CB7301
}
caption {
text-align: left;
font-weight: bold;
padding: 10px 0 2px;
}
.extbl {
border: 1px solid #4cbaf3;
width: 400px;
margin: 10px 0;
 }
 .extbl tr.alt{
	background-color: #E4F6FF;
 }
.extbl td{
  padding: 2px 0 2px 5px;
  width: 200px;
 }
.extbl th{
 background-color: #4cbaf3;
 color: #fff;
 padding: 2px 0 2px 5px;
 }
#contact_form{

}
#contact_form .form_sep{
display: block;
padding: 15px 25px 10px;
/* border-bottom: 1px solid #7dcff9; */
}
#contact_form label{
display: inline-block;
width: 200px;
}
.requiredfield{
color:#7dcff9;
}
#message{
    height: 150px;
    width: 340px;
}
.emsgm p {
	background-color:#FFF3B8;
	border:1px solid #FF875C;
	padding:5px;
}

#contact_form .emsgm p {
    margin: 5px 0;
    width: 330px;
}

p.pushed {
	margin:0 0 0 210px;
}
#login{
    background-color: #A0E1FF;
    border-radius: 4px 4px 4px 4px;
    bottom: 6px;
    color: #4E87A6;
    display: block;
    padding: 3px 8px;
    position: absolute;
    right: 10px;
    cursor: pointer;
}
#loginbox{
    background-color: #4184B3;
    border: 1px solid #FFFFFF;
    border-radius: 5px 5px 0 0;
    bottom: -2px;
    height: 150px;
    left: 688px;
    padding: 5px 15px 0;
    position: absolute;
    text-align: left;
    width: 216px;
    box-shadow: 0px 5px 5px #000;
-moz-box-shadow:0px 5px 5px #000;
-webkit-box-shadow: 0px 5px 5px #000;
}
#loginbox form{
margin-top: 0;
}
#loginbox label{
display:block;
margin:8px 0 2px;
}
#loginbox input{

}
#close {
color: #fff;
position: absolute;
top: 3px;
right: 10px;
padding: 2px;
cursor: pointer;

}
.testimonial_block{
padding-bottom: 30px;
display: block;
}
#insured{
   margin: 20px 40px;
   }
   .copyright{
   font-size: 8px;
   color: #fff;
   margin: 15px 0 0;
   }
   .pullbox{
	   border:1px solid #7dcff9;
	   padding: 15px;
	   font-size: 16px;
	   color: #7dcff9;
   }
   ul.issuelist{
	   list-style-type: disc;
	   list-style-position: inside;
   }
      ul.issuelist li{
    margin-left: 10px;
    padding: 5px;
    text-indent: -10px;
   }
/* End Layout */