body {
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	font-weight: normal;
	text-decoration: none;
	color: #000;
	background: url(../images/bg_body.jpg) 0 0 repeat-x #3d59b9;
}



/* *** Page Layout divs *** */

#header{
	width: 981px;
	height: 158px;
	background: url(../images/bg_header.jpg) 0 0 no-repeat;
	margin: auto;
	text-align: center;
}

#logo span.logo{
	margin:auto;
	margin: 10px 0 0 0;
	display: inline-block;
	width:522px;
	height:117px;
	cursor: pointer;
	background: url(../images/logo.png) 0 0 no-repeat;
}

#logo img.hide{
	display: none;
}

#wrap{
	margin: auto;
	width: 981px;
	min-height:464px;
	background: url(../images/bg_wrap.jpg) 0 0 repeat-y;
}

#content{
	margin: auto;
	width: 981px;
	min-height: 464px;
	background: url(../images/bg_content.jpg) 0 top no-repeat;
}

#left-col{
	width: 590px;
	float: left;
	margin: 40px 0 0 65px;
	display: inline;	
}

#right-col{
	width: 200px;
	float: right;
	margin: 0 10px 0 0;
	display: inline;
	text-align: right;
}

#copy{
	padding:5px 15px 10px 15px;
}

/*    main navigation
                          */
#main-nav{
	display: inline;
	width:172px;
	margin:0 0 0 0;
	padding:0;
	text-align:right;
	color:#1d3ead;
}

#main-nav ul{
	list-style-type:none;
	margin:0;
	padding:0;
}

#main-nav ul li{
	padding:0px 0px 0px 0px;
	float:right;
	width:160px;
	margin:0;
}

#main-nav ul li a.current{
	color: #FFF;
}

#main-nav a{
	display: inline-block;
	color:#1d3ead;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	text-decoration:none;
	padding:3px 10px 3px 0;
	margin-bottom: 2px;
	
}
#main-nav a:hover{
	color:#FFF;
}

/*  footer   */

#footer{
	margin:auto;
	padding:0;
	border:0 none;
	width:981px;
	min-height: 61px;
	text-align:center;
	background: url(../images/bg_footer.jpg) 0 top no-repeat;
}

#footer-menu{
	padding:60px 0 0 0;
	width:900px;
	font-size: 1em;
	font-weight: normal;
	text-decoration: none;
	color:#FFF;
	margin:auto;
}

#footer-menu a{
	font-weight: normal;
	text-decoration: none;
	color:#FFF;
}

#footer-menu a:hover{
	color:#000;
}

/* contact form stylez    
************************************ */

#contact-form{
	display: block;
	border:1px solid #1637aas;
	padding: 5px 10px 5px 10px;
	width: 95%;
	background: #3578c0;
}

form .preField {
	display: block;
	float: left;
	width: 7em;
	font-size: 1.3em; 
	padding:2px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	 
}

form .contact-fieldset{
	border: 1px solid #fff; 
	padding:10px;
	background: url(../images/bg_contactform.jpg) 0 bottom repeat-x ;
}

form .contact-legend{
	font-size: 1.3em; 
	padding:2px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}

form .contact-field{
	border: 1px solid #fff;
	font-size: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
	margin-bottom: 2px;
}

form .contact-btn{
	border: 1px solid #dadada;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #666;
}


/*  classes  */

.img{
	padding:2px;
	border:1px solid #666666;
}

.data{
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
.data td{
	border-bottom: 1px solid #e5e5e5;
	font-size: 11px;
	padding: 3px;	
}

.data th{
	font-size: 11px;
	padding: 3px;
	text-align:left;
}

.data td p, .data th p{
	margin: 0;	
	font-size: 11px;
}

/* **** typography **** */

h1 {
	margin:0;
	padding:.3em 0 .5em 10px;
	font-size: 2em;
	font-weight: bold;
	text-decoration: none;
	color:#000;
}

h2 {
	margin:0;
	padding:.3em 0 .5em 10px;
	font-size: 1.6em;
	font-weight: bold;
	text-decoration: none;
	color:#283c7e;
}

h3 {
	margin:0;
	padding:.3em 0 .5em 10px;
	font-size: 1.4em;
	font-weight: normal;
	text-decoration: none;
	color: #666666;
}

p {
	margin:0;
	padding:.3em 0 .5em 10px;
	font-weight: normal;
	font-size: 1.2em;
	text-decoration: none;
	line-height:1.5em;
	color: #333333;
}

#copy ul {
	margin:5px 0 0 25px;
	padding:0;
	list-style: none;
	list-style-image: url(../images/bullet.gif);
}
#copy li {
	margin:2px 0 0 0;
	padding:0;
	font-weight: normal;
	font-size: 1.2em;
	text-decoration: none;
	line-height:1.5em;
	color: #283c7e;
}

#copy a {
	text-decoration:none;
	border-bottom:1px dotted #283c7e;
	color: #283c7e;
}

#copy a:hover {
	border-bottom:1px dotted #0099ff;
	color: #0099ff;
}

.service-list td{
	border-top:1px dashed #dadada;
	padding-top:5px;
}

h4 {
	margin:0;
	padding:.3em 0 .5em 0;
	font-size: 1em;
	font-weight: normal;
	text-decoration: none;
	color: #000;
}

.submenu-title{
	padding: 7px 0 0 10px;
	font-weight: bold;
	font-size: 1.3em;
	text-decoration: none;
	color: #283c7e;
}


/* self-clearing floats  */
#main:after,
.content-row:after,
.row:after,
.clearfix:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* trigger hasLayout and target ie7/win only */
*:first-child+html #main,
*:first-child+html .content-row,
*:first-child+html .row,
*:first-child+html .clearfix{
	min-height: 1px;
	}