/* CSS Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
ul{ list-style:none; list-style-position:outside;}
a {  outline: none; text-decoration:none;}

/* Tell old browsers how to handle HTML5 elements */
header, footer, aside, nav, article {display: block;}

/* Essentials */

body {
	background: #fff;
	color: #666666;
	font-family: "Helvetica", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: lighter;
}

p {
	line-height: 150%;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Helveitca", Helvetica, Arial, sans-serif;
	color:#0993d5;
	font-weight: lighter; /*counteract strong browser anti-aliasing*/
}

.wrapper {
	width: 960px;
	margin: 0 auto;
}

/* Header */
header {
	height: 80px;
	background-color:#fff;
}
/* Logo */

h1.logo a {
	/*display: block;*/
	width: 327px;
	height: 79px;
	/* background: url('images/logo-cib.jpg') no-repeat; */
	float: left;
	margin: 10px 0;
	/*margin: 20px 0 0 10px;
	text-indent: -5000px;*/
}

header ul {
	float: right;
	margin: 30px 0;
}

header li {
	float: left;
	display: inline-block;
	width: atuo;
	height: 20px;
	padding: 0 10px 0 5px;
	/*padding-left:5px;*/
	border-left:1px solid #ccc;
}

header li a {
	color: #0993d5;
	display: block;
	width: auto;
	height: 20px;
	text-align: left;
	font-weight: bold;
	line-height: 20px;
	/*border-left: 1px solid #CDE0E4;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
	-moz-box-shadow: 0 1px 0 #FFFFFF; -webkit-box-shadow: 0 1px 0 #FFFFFF; box-shadow: 0 1px 0 #FFFFFF;*/
}

section.home_feature {
	width: 100%;
	height: 300px;
	background: #169bd9; /* Old browsers */
	background: -moz-linear-gradient(top,  #169bd9 0%, #035f8a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#169bd9), color-stop(100%,#035f8a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #169bd9 0%,#035f8a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #169bd9 0%,#035f8a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #169bd9 0%,#035f8a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #169bd9 0%,#035f8a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#169bd9', endColorstr='#035f8a',GradientType=0 ); /* IE6-9 */
	
}


/* About Us Blurb */

article.about_us_blurb {
	clear: both;
	float: left;
	width: 620px;
	margin: 20px 10px;
	
}

article.about_us_blurb h3 {
	font-size: 25px;
	color: #168FAD;
	margin: 10px 0;
	
}

article.about_us_blurb p {
	margin: 5px 20px 30px 0px;
	text-align:justify;
}

/*article.about_us_blurb ul {
	font-size: 15px;
	color: #168FAD;
	text-align:justify;
}

article.about_us_blurb ul li{
	font-size: 12px;
	color: #000;
	text-align:justify;
	list-style:square;
	padding:0;
    margin:0 20px 0 20px;
	
}
*/
article.testimonials {
	float: right;
	width: 300px;
	margin: 20px 10px;
	
}


/* Featured Services */

ul.featured_services {
	
	
	clear: both;
	height: auto;
	width: 620px;
	margin: 0 auto;
	/* background: url('images/hr_shadow.png') no-repeat bottom; */
	list-style: none;
}

ul.featured_services li {
	width: 285px;
	margin: 0 20px 0 0px;
	float: left;
	border:0px solid #f00;
	list-style: none;
	
}

ul.featured_services h3 {
	font-size: 25px;
	color: #168FAD;
	text-indent: 0px;
	
}

ul.featured_services li.service_1 h3 {
	/* background: url('images/icn_service_1.png') no-repeat; background-position: 0 10px;*/
	
}

ul.featured_services li.service_2 h3 {
	/* background: url('images/icn_service_2.png') no-repeat; background-position: 0 10px; */
}


ul.featured_services p {
	border-left: 3px solid #CDE0E4;
	margin: 10px 0 10px 10px;
	padding: 10px 0 0 20px;
	
}




/* Testimonials */

.testimonial_wrapper {
	background: #fff;
	border-top: 1px dashed #CDE0E4;
	border-bottom: 1px dashed #CDE0E4;
	width: 298px;
	height: 135px;

	/*-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;*/
}

article.testimonials h3 {
	font-size: 25px;
	color: #168FAD;
	margin: 10px 0;
}


article input[type=text], article textarea {
	clear:both;
	width: 250px;
	height: 20px;
	border: none;
	color: #FFFFFF;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
	padding: 5px 10px;
	margin: 10px 0;
	text-shadow: 0 1px 0 #0F2326;
}

article input[type=text]:focus, article textarea:focus {
	outline: none;
}
article input[type=text], article textarea {
	/* Fallback Color */
	background: #46737B;
	/* Firefox 3.6+ */
	background-image: -moz-linear-gradient(#2C5F67, #5C858C);
	/* Safari 4+, Chrome 1+ */
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2C5F67), to(#5C858C));
	/* Safari 5.1+, Chrome 10+ */
	background-image: -webkit-linear-gradient(#2C5F67, #5C858C); 
	/* IE */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2C5F67', endColorstr='#5C858C');
}
article .button_1 {
	color: #5E8C92;
	text-align:center;
	width:60px;
	height:24px;
	margin-left:210px;
	
}
article .button_2 {
	color: #5E8C92;
	text-align:center;
	width:60px;
	height:24px;
	margin-left:33px;
		
}
article .button_3 {
	color: #5E8C92;
	text-align:center;
	width:60px;
	height:24px;
	margin-left:0px;
		
}

article.about_us_blurb img {
	float: left;
	margin: 0 10px 0 0;
}


	


/* Footer */

footer {
	clear: both;
	height: 80px;
	background-image:url(../images/foot-bg.jpg);
	background-repeat:repeat-x;
	color: #f1f1f1;
	font-size:11px;
}

/* Copyright/Logo */

footer p.copyright_notice {
	clear: both;
	padding: 30px 0 0 10px;
}



/* Contact Services */

ul.contact_services {
	clear: both;
	height: 240px;
	width: 1000px;
	margin:30px auto 0px auto;
	/* background: url('images/hr_shadow.png') no-repeat bottom; */
	
}

ul.contact_services li {
	width: 300px;
	margin: 0 10px;
	float: left;
}

ul.contact_services h3 {
	font-size: 25px;
	color: #168FAD;
	text-indent: 15px;
}

ul.contact_services li.service_1 h3 {
	/* background: url('images/icn_service_1.png') no-repeat; background-position: 0 10px; */
}

ul.contact_services li.service_2 h3 {
/* 	background: url('images/icn_service_2.png') no-repeat; background-position: 0 10px; */
}

ul.contact_services li.service_3 h3{
/* 	background: url('images/icn_service_3.png') no-repeat; background-position: 0 10px; */
}

ul.contact_services p {
	/*border-left: 3px solid #CDE0E4;*/
	margin: 10px 0 10px 15px;
	padding: 0 0 0 0px;

}


.bullet
{
	text-align:justify;
	list-style:square;
	margin-left:20px;
	margin-right:10px;
}

.bullet-head
{
	font-weight:bold;
	color:#0993d5;
}
