body, div, h1, h2, h3, h4, p ul, img {margin:0px; padding:0px; 
}

body { 
	font-family: 'Josefin Slab'; sans-serif;
	height: 100%;
	background: #EDEDED;
}


@font-face { 
	font-family: 'Josefin Slab';
	src: url('josefinslab-regular-webfont.eot');
	src: url('josefinslab-regular-webfont.eot?#iefix') format('embedded-opentype'),
	     url('josefinslab-regular-webfont.woff') format('woff'),
	     url('josefinslab-regular-webfont.ttf') format('truetype'),
	     url('josefinslab-regular-webfont.svg#webfont') format('svg');
}

@font-face { 
	font-family: 'Sansation';
	src: url('sansation_regular-webfont.eot');
	src: url('sansation_regular-webfont.eot?#iefix') format('embedded-opentype'),
	     url('sansation_regular-webfont.woff') format('woff'),
	     url('sansation_regular-webfont.ttf') format('truetype'),
	     url('sansation_regular-webfont.svg#webfont') format('svg');
}

.wf-loading h1, 
.wf-loading h2, 
.wf-loading h3, 
.wf-loading p, 
.wf-loading li {
    opacity: 0;
}

.ie.wf-loading h1, 
.ie.wf-loading h2, 
.ie.wf-loading h3, 
.ie.wf-loading p, 
.ie.wf-loading li {
    visibility: hidden; /* Old IE */
}

h1, h2, h3, p, li {
    opacity: 1;
    visibility: visible; /* Old IE */
    -webkit-transition: opacity 0.24s ease-in-out;
       -moz-transition: opacity 0.24s ease-in-out;
            transition: opacity 0.24s ease-in-out;
}

.container {
	width: 1000px;
	margin: 0 auto;
}

#header {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

#headersection {
	height: 100px;
	padding-bottom: 50px;
}

#headerlogo {
	float: left;
	padding-top: 25px;
	padding-left: 25px;
}

.bluetitle {
	color: #1B75BA;
}

.blacktitle {
	color: #222222;
	text-decoration: none;
}

.whitetitle {
	color: #ffffff;
	text-decoration: none;
}

.whitetitle a {
	color: #ffffff;
	text-decoration: none;
}

.blacktitle a {
	color: #222222;
	text-decoration: none;
}

.blacktitle2 a {
	color: #222222;
	text-decoration: none;
	font-size: 18px;
}

a.headerlinkstyle:link {
	text-decoration: none;
	color: #1B75BA;
}

a.headerlinkstyle:visited {
	text-decoration: none;
	color: #ffffff;
}

a.headerlinkstyle:hover {
	text-decoration: none;
	color: #1B75BA;
}

a.headerlinkstyle:active {
	text-decoration: none;
	color: #1B75BA;
}

a.serviceheaderstyle:link {
	text-decoration: none;
	color: #222222;
}

a.serviceheaderstyle:visited {
	text-decoration: none;
	color: #222222;
}

a.serviceheaderstyle:hover {
	text-decoration: none;
	color: #222222;
}

a.serviceheaderstyle:active {
	text-decoration: none;
	color: #222222;
}
	
img {
    border: 0
}

#header {
	background-color: #C70011;
	height: 131px;
}

#menu {
    width: 1000px;
    height: 131px;
    padding: 0px;
}

#menu {
	list-style: none;
	font-family: 'Josefin Slab';
	font-size: 24px;
	width: 100%;
	padding-top: 25px;
	position: relative;
	z-index: 990;
}

#menu li {
	float: right;
	padding-left: 35px;
	margin-top: 15px;
	padding-right: 35px;
	position: relative;
}

#menu a {
	display: block;
	padding: 10px;
	color: #fff;
	text-decoration: none;
}

#menu a:hover {
	color: #222222;
	text-decoration: none;
}

ul, li {
	margin:0;
	padding:0;
}

#menu ul {
	list-style: none;
	position: absolute;
}

#menu ul li {
	float: none;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 16px;
	background-color: #222222;
}

.topcell {
	float: none;
	margin-top: 7px;
	font-size: 16px;
	background-color: #222222;
}


#menu ul li a:hover {
	color: #1B75BA;
	text-decoration: none;
}

#menu ul a {
	white-space: nowrap;
}

#menu li:hover ul {
	left: 0;
}

#menu li:hover a {
	text-decoration: none;
}

#menu li:hover ul a {
	text-decoration: none;
}


#menu ul {
	list-style: none;
	position: absolute;
	left: -9999px;
	background-color: none;
}

#menu ul li {
	float: none;
}

#menu ul a {
	white-space:nowrap;
}

#menu li:hover ul {
	left: 0;
}

#menu li:hover a {
	text-decoration: none;
}

#menu li:hover a {
	text-decoration: none;
}

#menu li:hover ul a {
	text-decoration: none;
}

#content h1 {
	font-size: 40px;
	color: #2855C6;
	font-family: 'Sansation';
}

#content h2 {
	font-size: 40px;
	color: #C70011;
	font-family: 'Sansation';
}

#content h3 {
	font-size: 18px;
	color: #2855C6;
	font-family: 'Sansation';
}

#content h4 {
	font-size: 18px;
	color: #C70011;
	font-family: 'Sansation';
}

#content h5 {
	font-size: 16px;
	color: #1B75BA;
}

#content p {
	font-size: 14px;
	color: #222222;
}

#content td {
	font-size: 14px;
	color: #474747;
}

#content th {
	font-size: 25px;
	font-weight:bold;
	color: #474747;
}


#footer {
    clear: both;
    width: 100%;
    background-color: #C70011;
    height: 82px;
    margin-top: 50px;
    padding: 0px;
    overflow-x: hidden;
}

.footercontainer {
	width: 1000px;
	margin: 0 auto;
}

#footercontent {
	float: left;
	padding-left: 50px;
	margin-top: 10px;
	padding-top: 15px;
	color: #fff;
	padding-bottom: 10px;
	font-family: 'Josefin Slab';
	font-size: 14px;
} 

#footerjivepepper {
	float: left;
	padding-left: 485px;
	margin-top: 10px;
	padding-top: 15px;
	color: #fff;
	text-decoration: none;
	font-family: 'Josefin Slab';
	font-size: 14px;
}

#footerjivepepperlogo {
	margin-top: 10px;
	float: right;
	padding-right: 50px;
	padding-top: 15px;
}

#homeslides {
	float: left;
	z-index: -1px;
	margin-top: 30px;
}

#example {
	margin-left: 40px;
	width: 934px;
	height: 355px;
	position: relative;
}

#frame {
	position:absolute;
	z-index:0;
	width: 934px;
	height: 355px;
	top:-3px;
}

/*
	Slideshow
*/

#slides {
	position:absolute;
	top: 2px;
	z-index:99;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width: 934px;
	overflow: hidden;
	position: relative;
	display: none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container div.slide {
	width: 934px;
	height: 355px;
	display: block;
}


/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position: absolute;
	top: 160px;
	left: -23px;
	width: 24px;
	height: 43px;
	display: block;
	z-index: 101;
}

#slides .next {
	left: 731px;
}

#bluehomepagebox {
	float: left;
	width: 500px;
	margin-top: 50px;
	height: 95px;
	background-color: #BCC7E3;
}

#bluehomepagebox h1 {
	padding-top: 25px;
	padding-left: 50px;
}

#redhomepagebox {
	float: left;
	width: 500px;
	margin-top: 50px;
	height: 95px;
	background-color: #E3B2B6;
}

#redhomepagebox h2 {
	padding-top: 25px;
	padding-left: 50px;
}

#servicecontent {
	float: left;
	width: 440px;
	padding-right: 30px;
	padding-top: 15px;
	padding-left: 30px;
}

#servicefullwidthcontent {
	float: left;
	width: 940px;
	padding-right: 30px;
	padding-top: 15px;
	padding-left: 30px;
}

.bluecontent {
	color: #2855C6;
}

.redcontent {
	color: #C70011;
}

#morebutton {
	float: right;
	margin-bottom: 50px;
}

#footerspacing {
	margin: 30px;
}

#bluebox {
	float: left;
	width: 1000px;
	margin-top: 50px;
	margin-bottom: 30px;
	height: 95px;
	background-color: #BCC7E3;
}

#bluebox h1 {
	padding-top: 25px;
	padding-left: 50px;
}

#redbox {
	float: left;
	width: 1000px;
	margin-top: 50px;
	margin-bottom: 30px;
	height: 95px;
	background-color: #E3B2B6;
}

#redbox h2 {
	padding-top: 25px;
	padding-left: 50px;
}

.statement {
	font-size: 18px;
	margin-left: 50px;
	padding: 10px;
	font: 'Josefin Slab';
	color: #C70011;
}

label {
  	font-size: 16px;
  	line-height: 1.6;
}

fieldset { 
	border: none; 
}

submit {
    color: #1847A9;
}

#button:hover {
	color: #331E72;
    border-bottom: 2px #331E72 solid;
}

#contactform { 
	position: relative;
}
 
#cell-title-name {
	margin-left: 50px;
	margin-right: 229px;
}

#cell-title-email {
	margin-left: 50px;
	margin-right: 174px;
}  

#cell-title-telephone {
	margin-left: 50px;
	margin-right: 139px;
} 

#cell-title-message {
	margin-left: 50px;
	margin-right: 215px;
	position: relative;
	top: -140px;
}
 
textarea {
    width: 300px;
    height: 120px; 
    color: #222;		 		
}

form { 
    border: none;
}

input, textarea { 		
    padding: 8px; 
    margin: 4px 0 20px 0; 
    background: #fff; 
    border-radius: 5px;
    width: 300px; 
    font-size: 14px; 
    color: #555; 
    border: 1px #1847A9 solid;
}

input:hover, textarea:hover { 
    background: #EAEAEA; 
}

textarea:focus, input:focus{
    outline: none;
    border: 1px solid #C70011;
}
#contactthankyouheader {
	text-align: center;
}

#contactthankyou {
	text-align: center;
}

#contactthankyou2 {
	text-align: center;
}

#contactthankyoulink {
	text-align: center;
	text-decoration: none;
}

#contactcontent {
	float: left;
	width: 440px;
	font-size: 20px;
	font-family: 'Josefin Slab';
	padding-right: 30px;
	padding-top: 15px;
	padding-left: 30px;
}

#contactcontent a {
	text-decoration: none;
	color: #222222;
}