* { margin:0; padding:0; }
img { border:none; }
body { 
	font-size: 75.0%; 
    line-height:1.667em;
	font-family: Arial, Verdana, sans-serif;
	margin: 0px;
	padding: 0px;
	border: 0px;
	color:#666666;
	background:url(../images/bg.png) repeat-x;
}
/* Headings
-------------------------------------------------------------- */

.contact_txtbox { width:170px; margin-bottom:3px; }
.contact_txtarea { margin-bottom:5px; width:170px; height:80px; }

.rics { width:222px; height:80px; float:right }



h1,h2,h3,h4,h5,h6 { font-weight: bold; font-family:"Helvetica Neue Light","HelveticaNeue-Light","Helvetica Neue",Arial,Helvetica,sans-serif; }
h1, h2, h3, h4, h5, h6 { font-weight:200; }

h1, h2, h3, h4, h5, h6 { font-size: 1.667em; line-height: 1.25em; margin-bottom:.5em; color:#244B7A; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color:#244B7A; text-decoration:none; font-weight:normal; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { color:#88C4FF; }

#header h1 { float:right; margin:30px 0 0 0; color:#FFF; }
#header h1 span { color:#244B7A; }


/* container
-------------------------------------------------------------- */
#container{
	width:960px;
	margin:0 auto;
}
/* Header
-------------------------------------------------------------- */
#headerWrapper{
	width:100%; 
	height:100px;
}
#header{
	width:960px;
	margin:0 auto;
	height:100px;
}
/* Logo
-------------------------------------------------------------- */
#logo{
	padding:20px 0 0 0;
}


/***** Top Navigation *****/
#topNavWrapper { width:100%; height:37px; margin-bottom:20px; }
#topNav { width:100%; margin:0 auto 20px auto; height:37px; background:#333; }
#topNav ul { width:960px; margin:0 auto; background:#333; }
#topNav ul li { height:37px; float:left; background:#333; color:#C1C1C1; list-style:none; }
#topNav ul li a { padding:0 16px; height:37px; float:left; text-decoration:none; display:block; background:#333; color:#C1C1C1; font:bold 14px/37px Arial, Helvetica, sans-serif;}
#topNav ul li a:hover { background:url(../images/top_btn_h.gif) no-repeat center bottom; } 
#topNav ul li a.hover { padding:0 16px; height:37px; float:left; text-decoration:none; display:block; background:url(../images/top_btn_h.gif) no-repeat center bottom; color:#C1C1C1; font:bold 14px/37px Arial, Helvetica, sans-serif; }


.le { float:left; width:300px; }
.re { float:right; width:340px; }

.le ul, .re ul { list-style:none; margin:0; padding:0; width:300px; }
.le ul li, .re ul li { margin:0; padding:0; font-size:14px; }
.le ul li a, .re ul li a { display:block; padding:5px 0; margin:0; border-bottom:dotted 2px #CCC; text-decoration:none; color:#244B7A; }
.le ul li a:hover, .re ul li a:hover { background:#F1F1F1; color:#333; }



/* banner
-------------------------------------------------------------- */
#banner{
	height:190px;
	padding:45px 40px;
	background:url(../images/banner.png) no-repeat;
	margin-bottom:20px;
	color:#FFF;
}
#banner h2{
	color:#FFF;
	font-weight:bold;
}
#banner p{
	width:580px;
	font-size:20px;
	color:#0e2c50;
	line-height:1.5em;
	font-weight:bold;
}
#banner p span{
	font-size:22px;
}
/* banner
-------------------------------------------------------------- */
#sidebar{
	width:220px;
	padding:0 5px;
	margin:0 10px 0 0;
	float:left;
	height:100px;
}
#main {
	float:right; padding:0 10px;
	width:680px;
	min-height:420px;
	margin-bottom:20px
}
#main p{
	margin-bottom:20px
}
.blue_link{
	text-decoration:none;
	color:#244B7A;
	font-weight:bold;
}
.blue_link:hover{
	text-decoration:underline;
	color:#244B7A;	
}
.blue_link:visited{
	color:#244B7A;	
}
div.service { float:left; width:230px; margin:0 0 10px 20px; padding-left:80px; list-style:none; }
div.service_wide { float:left; width:600px; margin:0 0 10px 20px; padding-left:80px; list-style:none; }
.service1 { background: transparent url(../images/benefit1.png) no-repeat top left; }
.service2 { background: transparent url(../images/benefit2.png) no-repeat top left; }
.service3 { background: transparent url(../images/benefit3.png) no-repeat top left; }
.service4 { background: transparent url(../images/benefit4.png) no-repeat top left; }
.service5 { background: transparent url(../images/benefit5.png) no-repeat top left; }
.service6 { background: transparent url(../images/benefit6.png) no-repeat top left; }
div.hr { float:left; width:160px; margin:0 0 10px 10px; padding-left:60px; list-style:none; }
.hr1 { background: transparent url(../images/icon_survey.png) no-repeat top left; }
.hr2 { background: transparent url(../images/icon_epc.png) no-repeat top left; }
.hr3 { background: transparent url(../images/icon_q.png) no-repeat top left; }



/* Awesome Buttons *******************************************************************************/
button{margin:0; padding:0; border:none; outline:none;}
.awesome, .awesome:visited {
	background: #222 url(../images/alert-overlay.png) repeat-x; 
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}
.awesome:hover								{ background-color: #111; color: #fff; }
.awesome:active								{ top: 1px; }
.small.awesome, .small.awesome:visited 		{ font-size: 11px; padding: ; }
.awesome, .awesome:visited,
.medium.awesome, .medium.awesome:visited 	{ font-size: 13px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
.large.awesome, .large.awesome:visited 		{ font-size: 14px; padding: 8px 14px 9px; }
.green.awesome, .green.awesome:visited		{ background-color: #91bd09; }
.green.awesome:hover						{ background-color: #749a02; }
.blue.awesome, .blue.awesome:visited		{ background-color: #5E7EA4; }
.blue.awesome:hover							{ background-color: #244B7A; }
.red.awesome, .red.awesome:visited			{ background-color: #e33100; }
.red.awesome:hover							{ background-color: #872300; }
.magenta.awesome, .magenta.awesome:visited	{ background-color: #a9014b; }
.magenta.awesome:hover						{ background-color: #630030; }
.orange.awesome, .orange.awesome:visited	{ background-color: #ff5c00; }
.orange.awesome:hover						{ background-color: #d45500; }
.yellow.awesome, .yellow.awesome:visited	{ background-color: #ffb515; }
.yellow.awesome:hover						{ background-color: #fc9200; }
/* End Awesome Buttons ***************************************************************************/
#footerWrapper{
	width:100%;
	height:100px;
	background:#333;
	}

#footer a { color:#DDD; text-decoration:underline; font-weight:bold; }
#footer a:hover { color:#FFF; text-decoration:none; }

#footer { position:relative; width:960px; height:80px; margin:0 auto; padding:10px; }
#footer p { color:#FFF; font-size:.8em; margin-bottom:10px; }
#footer ul li { display:inline; }
#footer ul li a { color:#FFF; font-size:1em; padding:0 5px; text-decoration:none; font-weight:normal; font-style:italic; text-shadow:1px 1px #121212; }
#footer ul li a:hover { color:#FFF; text-decoration:underline; }
#footer ul li a:visited { color:#FFF; }

.powered_by{
	position:absolute;
	top:-75px;
	left:10px;
}
/* calculator */
.calculator{
	width:280px;
	height:330px;
	color:#666666;
	margin:0 0 15px 0;
	font-size:11px;
	}
.calculator_h2{
	font-size:16px;
	color: #2e6e9e;
	margin-bottom:10px;
	margin-left:10px;
	}
.calc_p{
	font-size:12px;
	margin-left:10px;
	}
.calculator_select{
	width:235px;
	margin-bottom:10px;
	margin-left:10px;
	color:#666;
	background-color:#fff;
	border:1px solid #999999;
	font-weight:normal;
	font-size:11px;
	}
.calculator_lbl{
	margin-bottom:0px;
	margin-left:10px;
	font-weight:normal;
	color: #666;
	font-size:12px;	
	}
.calculator_output{
	height:80px;
	width:235px;
	margin-bottom:10px;
	padding:10px;
	border:solid 1px #CCC;
	color:#333;
	font-size:11px;
	font-weight:normal;
	}
.calculator table{
	margin:10px;
	}
.btn_calculate{
	float:left;
	width:95px;
	margin-left:10px;
	margin-right:50px;
	}
/* table */
.price_list{
	width:500px;
	border:1px solid #A6C9E2;
	border-collapse:collapse;
	margin-bottom:15px;
	color:#244B7A;
	font-weight:bold;
	}
.price_list_top td{
	padding:5px;
	background:#5E7EA4;
	color:#FFF;
	font-weight:bold;
	}
.odd td{
	background-color:#E9EFF6;
	padding:3px;
	}
.even td{
	background-color: #fff;
	padding:3px;
	}
.price_list input{
	width:100px;
	}
.url_list input{
	width:500px;
	}
button{
	margin:0;
	padding:0;
	outline:none;
	background:none;
	border:none;
	font-size:10px;
}
/* contact *********************************/
#contact_form{
	margin-bottom:15px;
	padding:10px;
	/*background:url(../images/bg_contact.jpg);*/
}
#contact_form input{
	width:280px;
	margin-bottom:2px;
}
#contact_form select{
	width:280px;
	margin-bottom:2px;
}
#contact_form textarea{
	width:280px;
	height:100px;
	margin-bottom:2px;
}
#contact_form button{
	margin:10px;
}
#contact_form p{
	width:200px;
	color:#244B7A;
	margin-bottom:1px;
}
/***** Global Classes *****/
 
.clear         { clear:both; }
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }

.margin-left-10 { margin-left:10px;}
.margin-right-10{ margin-right:10px;}


