/* @override http://localhost:8888/style.css */

html, body {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	color: #000;
	background-color: #042d61;

}

body.two {
	font-family: Arial, Helvetica, sans-serif;
}

/* @group General */
h1, h2, h3, h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 22px;
	color: #002f66;
	font-weight: bold;
}

h2 {
	font-size: 18px;
	color: #002f66;
	font-weight: bold;
}

h3 {
	font-size: 14px;
	color: #002f66;
	font-weight: bold;
}

h4 {
	font-size: 12px;
	color: #000;
	font-weight: bold;
}
a{
	color: #1a62aa;
}

hr {
	background: none;
	border: none;
	border-bottom: solid 1px #999;
}
/* @end */

/* @group Page Layout */
#background{
	background:#042d61 url(images/bg.gif) repeat-x 0 top;
	width:100%;
	
}
#background2{
	background:url(images/bg2.gif) no-repeat center top;
	
}
#container{
	padding: 17px 0 0;
}
#page {
	/* Width of site */
	width: 900px;
	margin: 0px auto;
	background:#ebebeb;
}

#header {
	margin: 0px;
	padding: 0px;
	height: 168px;
}

/* @group Nav */
#nav{
	#margin-top: -3px;
	height: 36px;
	background: url(images/nav-bg.gif) repeat-x 0 0;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 16px;
}
#nav ul{
	width: 825px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}
#nav ul li{
	float: left;
	line-height: 36px;
	height: 36px;	
	margin: 0;
	background:url(images/nav-sep.gif) no-repeat 0 0;
}

#nav ul li a{
	text-decoration: none;
	color: #012549;
	padding:8px 30px;
}

#nav ul li a:hover {
	background: #f1f1f1 url(images/nav-over.png) 0 1px repeat-x;
}

#nav ul li.active a{
/*	text-decoration: underline;*/
	background: #082B59 url(images/nav-active.png) 0 1px repeat-x;
	color: #FFFFFF;
}

#nav ul li.first{
	background: none;
}


/* @end */

#body {
	height: auto;
	background: #FFFFFF url(images/content-bg.png) 0 0 repeat-y;
}

/* @group left */
#left{
	float: left;
	width: 671px;
}
#content {	
	width: 622px;
	height: auto;
	overflow: hidden;
	padding: 25px;
	background:#fff url(images/content-top.gif) repeat-x 0 0;

}

#content.wide {
	width: 850px;
}

.service-box{
	width: 190px;
	float: left;
	display: block;
	margin-bottom:15px;
	margin-right:25px;
	margin-top:10px;
	background: #dddede;
	font-family: Arial, Helvetica, sans-serif;
}

.service-box .service-box-inner{
	height: 160px;
	border-top: 1px #fff solid;
	padding: 10px 16px 15px;
}

.service-box .footer {
	padding: 0 15px 10px 15px;
	text-align: right;
}

.service-box h4{
	border-left: #e40f0f 7px solid;
	background: url(images/box-header-bg.gif) repeat-x 0 0;
	line-height: 32px;
	padding-left: 15px;
	margin: 0;
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.service-box img{
	border: #279cfc 1px solid;
	display: block;
}

.service-box p{
	font-size: 11px;
	margin-bottom: 5px;
}

.service-box a{
	font-size: 11px;
	color: #1a62aa;
	font-weight: bold;
	text-decoration: none;
}

.service-box a:hover{
	text-decoration: underline;
}



.service-box.last{
	margin-right:0;
	clear: right;
}

/* @end */

/* @group right */
#right{
	float: right;
	width: 228px;
}

* html #right{
	clear: left;
	overflow: hidden;
}

/* @group Signup */

#sign-up{
/*	background: #072c5a url(images/sign-up-bg.gif) no-repeat 0 0;*/
	background: #072c5a;
	display: block;
/*	padding: 60px 17px 10px;*/
	height: 425px;
	position: relative;
}

* html #sign-up{
	width: 228px;
	overflow: hidden;
}

#sign-up .inner {
	padding: 5px 17px 5px;
}

* html #sign-up form {
	margin: 0;
	padding: 5px;
}

#sign-up .inner.form {
	background-color: #001D3F;
}

#sign-up .form-row{
	clear: both;
	padding: 6px 0;
}

* html #sign-up .form-row{
	margin: 0;
	padding: 2px 0;
}

#sign-up h3.title{
	border-left: #e40f0f 7px solid;
	background: url(images/box-header-bg.gif) repeat-x 0 0;
	line-height: 32px;
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
}

#sign-up p{
	color: #FFFFFF;
}

#sign-up .cover{
	margin: 0 0 0 -20px;
	padding: 0;
}


#sign-up form label{
	display: block;
	float: left;
	width: 45px;
	color: #fff;
	font-size: 11px;
	line-height: 20px;
}

#sign-up form input[type="text"]{
	display: block;
	float: left;
	width: 140px;
	border: 1px solid #4c97a7;
	padding: 2px;
	margin: 0;
}

* html #sign-up form input{
	width: 120px;
}

p.submit {
	width: 138px;
	height: 29px;
/*	margin: 0 auto;*/
	padding: 20px 0 0 0;
	clear: both;
}

* html p.submit {
	padding: 0;
	margin-left: -5px;
}

* html p.more-text {
	margin: -15px 0 0 0;
	padding: 0;
}

#sign-up input.btn-submit,
input.btn-submit {
	background: transparent url(images/btn-submit.png) no-repeat 0 0;
	border: none;
	width: 138px;
	display: block;
	height: 29px;
	cursor: pointer;
	color: #fff;
	font-size: 15px;
	float: none;
	clear:both;
	padding: 0 0 4px;
/*	margin:185px 0 0 46px;
	padding: 0 0 4px;
	position:absolute;
	top:0;
	left:0;		*/
	font-family: Arial, Helvetica, sans-serif;
}

#sign-up input.btn-submit:hover,
input.btn-submit:hover{
	background-position:0 -29px; 
}

#sign-up input.btn-submit-long,
input.btn-submit-long {
	background: transparent url(images/button-green.png) no-repeat 0 0;
	border: none;
	width: 230px;
	display: block;
	height: 31px;
	cursor: pointer;
	color: #fff;
	font-size: 15px;
	float: none;
	clear:both;
	padding: 0 0 3px;
/*	margin:185px 0 0 46px;
	padding: 0 0 4px;
	position:absolute;
	top:0;
	left:0;		*/
	font-family: Arial, Helvetica, sans-serif;
}

#sign-up input.btn-submit-long:hover,
input.btn-submit-long:hover,
#sign-up input.btn-submit-long.hover,
input.btn-submit-long.hover{
	background: transparent url(images/button-green-over.png) no-repeat 0 0;
}

#sign-up input.btn-submit-med,
input.btn-submit-med {
	background: transparent url(images/button-green-med.png) no-repeat 0 0;
	border: none;
	width: 200px;
	display: block;
	height: 31px;
	cursor: pointer;
	color: #fff;
	font-size: 15px;
	float: none;
	clear:both;
	padding: 0 0 3px;
	font-family: Arial, Helvetica, sans-serif;
}

#sign-up input.btn-submit-med:hover,
input.btn-submit-med:hover,
#sign-up input.btn-submit-med.hover,
input.btn-submit-med.hover{
	background: transparent url(images/button-green-med-over.png) no-repeat 0 0;
}


/* @end */

/* @group Testimonial */

.testimonial{
	margin: 20px 0;
	background: #d1d3d4;
}

.testimonial .testimonial-inner{
	border-top: #fff 1px solid;	
	padding: 13px 17px;
}

.testimonial h3{
	background:transparent url(images/box-header-bg.gif) repeat-x scroll 0 0;
	border-left:7px solid #E40F0F;
	line-height:32px;
	margin:0px;
	padding-left:15px;
	color: #000;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 14px;
}

.testimonial.blue h3{
	border-left:7px solid #1a62aa;
}

.testimonial.green h3{
	border-left:7px solid #1b903c;
}

.testimonial p{
	margin: 0;
	font-size: 12px;
/*	font-weight: bold;
	font-style: italic;*/
}

.testimonial p.sig{
	margin: 10px 0 0 0;
	text-align: right;
	font-weight: bold;
	font-style: italic;
}

.testimonial p.more{
	margin: 10px 0 0 0;
	text-align: right;
}

/* @end */

/* @group Feature Style */

.feature-style{
	margin: 20px 0;
	background: #d1d3d4;
}

.feature-style .feature-style-inner{
	border-top: #fff 1px solid;	
	padding: 13px 17px;
}

.feature-style h3{

	line-height:32px;
	margin:0px;
	padding-left:15px;
	color: #000;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}

.feature-style p{
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}

/* @end */






/* @end */


#footer{
	clear: both;
	background: url(images/footer-bg.gif) repeat-x 0 0;
	height: 36px;
	padding: 16px;
	font-family: Arial, Helvetica, sans-serif;
}

#footer p{
	margin: 0;
	color: #4c4c4c;
}

#footer span.copyright{
	margin-right: 160px;
}

#footer a{
	color: #4c4c4c;
	text-decoration: none;
	margin: 0 5px;
	font-family: Arial, Helvetica, sans-serif;
}

#footer a:hover{
	text-decoration: underline;
}
/* @end */

/* @group Johnsonbox */

.johnsonbox {
	width: 80%;
	margin: 20px auto;
	background-color: #e7e8e9;
	padding: 5px 10px;
	clear: both;
}

.johnsonbox.yellow {
/*	border: solid 1px #235427;
	background-color: #E8F9E9;*/
	background: #fef4da;
}

.johnsonbox.topmargin-0 {
	margin: 0 auto 20px auto;
}

/*.johnsonbox p{
	padding: 5px 20px;
}*/

h3.johnsonbox-title {
	width: 80%;
	margin: 20px auto 0 auto;
	padding: 0 10px;
	background: url(images/jb-header-bg.gif) repeat-x 0 0;
	line-height: 33px;
	color: #fff;
	font-size:18px;
	font-weight: normal;
}

h3.johnsonbox-title.size-smaller {
	font-size: 16px;
}

/*
.johnsonbox{
	width: 80%;
	margin: 15px auto;
	background: #e7e8e9;
	clear: both;
}

.johnsonbox.yellow{
	background: #fef4da;
}

.johnsonbox p{
	padding: 0 20px 20px;
	line-height: 16px;
}
*/


/* @end */

/* @group Bullet */

ul.red-tick,
ul.blue-tick,
ul.blue-tick-simple,
ul.red-square {
	list-style: none;
	margin: 0;
	padding: 0;	
}

ul.red-tick li{
	background: url(images/bullet/red-tick.gif) no-repeat left top;
	padding: 0 0 0 20px;
	margin: 8px 0;	
}

ul.blue-tick li{
	background: url(images/bullet/blue-tick.gif) no-repeat left top;
	padding: 0 0 0 20px;
	margin: 8px 0;	
}

ul.blue-tick-simple li{
	background: url(images/bullet/blue-tick-simple.gif) no-repeat left top;
	padding: 0 0 0 20px;
	margin: 8px 0;	
}

ul.red-square li{
	background: url(images/bullet/red-square.gif) no-repeat 3px top;
	padding: 0 0 0 20px;
	margin: 8px 0;	
}
ol.graphical{
	margin: 0;
	padding: 0;
	list-style: none;
}
ol.graphical li{
	padding: 0 0 0 20px;
	margin: 8px 0;
}

ol.graphical li.ol-1{
	background: url(images/bullet/ol-red-1.gif) no-repeat left top;	
}

ol.graphical li.ol-2{
	background: url(images/bullet/ol-red-2.gif) no-repeat left top;	
}

ol.graphical li.ol-3{
	background: url(images/bullet/ol-red-3.gif) no-repeat left top;	
}

ol.graphical li.ol-4{
	background: url(images/bullet/ol-red-4.gif) no-repeat left top;	
}

ol.graphical li.ol-5{
	background: url(images/bullet/ol-red-5.gif) no-repeat left top;	
}

ol.graphical li.ol-6{
	background: url(images/bullet/ol-red-6.gif) no-repeat left top;	
}

ol.graphical li.ol-7{
	background: url(images/bullet/ol-red-7.gif) no-repeat left top;	
}

ol.graphical li.ol-8{
	background: url(images/bullet/ol-red-8.gif) no-repeat left top;	
}

ol.graphical li.ol-9{
	background: url(images/bullet/ol-red-9.gif) no-repeat left top;	
}

ol.graphical li.ol-10{
	background: url(images/bullet/ol-red-10.gif) no-repeat left top;	
}


/* @end */

/* @group Button */
.btn-submit-blue{
	background: url(images/btn-submit-blue.gif) repeat-x 0 0;
	border: none;
	width: 95px;
	line-height: 34px;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
	height: 33px;
}

.btn-submit-dark-blue{
	background: url(images/btn-submit-dark-blue.gif) repeat-x 0 0;
	border: none;
	width: 95px;
	line-height: 34px;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
	height: 33px;

}


/* @end */

.imgborder {
	border: solid 1px #000000;
}

label.error{
	display: block;
	color: #cc0000;
}


