@charset "UTF-8";

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


body {
background-color : #f6f6f6;
margin : 0;
padding : 0;
background-attachment : fixed;
background-image : url(../img/bg.jpg);
background-repeat : repeat-x;
font-family : Georgia, "Times New Roman", serif;
}
img {
border-top-style : none;
border-right-style : none;
border-bottom-style : none;
border-left-style : none;
}
a {
border-top-style : none;
border-right-style : none;
border-bottom-style : none;
border-left-style : none;
}

blockquote {
    font-style: italic;
    margin: 0;
}

h2 {
  color: #c45f27;
  font-family: Georgia,"Times New Roman",serif;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 12px;
}
h3 {
  color: #0074a5;
  font-family: Georgia,"Times New Roman",serif;
  font-size: 20px;
  font-style: italic;
  font-weight: lighter;
  line-height: 35px;
  margin-bottom: 8px;
}
h4 {color: #0074a5; font-size: 16px; text-transform: uppercase; margin-bottom: 8px;}
h5 {font-size: 16px; color: #5e5f5f; font-style: italic; margin-bottom: 25px;}

blockquote {color: #5e5f5f;  font-family: Georgia,"Times New Roman",serif; font-style: italic; line-height: 28px; font-size: 20px; font-weight: lighter; margin: 0 0 15px 0;}

hr {
	 border-top: 1px dashed #D2DADD;
	 border-right: none;
	 border-bottom: none;
	 border-left: none;
}
.clear {
clear : both;
}
.blue {
color : #87aebd;
}

.blue-upper {
    color: #87AEBD;
    font-size: 16px;
    font-style: normal;
    line-height: 17px;
    margin: 15px 0 0;
    text-transform: uppercase;
}

.wrap {
	-moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
	-webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
	-o-box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
margin : auto;
position : relative;
width : 900px;
}
#header {
  background-color: #f8fafb;
  padding: 15px 15px 0;
  width: 870px;
}
#header img {margin: auto; display: block;}
h1#logo-replace {
	background-image : url(../img/logo.png);
	background-repeat : no-repeat;
	text-indent : -9999px;
	margin-left : -20px;
	height : 184px;
	width : 172px;
	margin-top: 20px;
}
#logo {
float : left;
height : 200px;
}
#global {
  background: #084f6d none repeat scroll 0 0;
  border-top: 1px solid #3390b7;
  -webkit-box-shadow: 9px 0 10px rgba(0, 0, 0, 0.15) inset;
  -o-box-shadow: 9px 0 10px rgba(0, 0, 0, 0.15) inset;
  -moz-box-shadow: 9px 0 10px rgba(0, 0, 0, 0.15) inset;
  box-shadow: 9px 0 10px rgba(0, 0, 0, 0.15) inset;
  overflow: hidden;
}#global ul {width: 100%; }
#global ul li{width: 120px; float: left;}
#global ul li a {display: block; text-align: center; padding: 20px 0; color: #f6f6f6; text-decoration: none; text-transform: lowercase; font-family: Arial, helvetica, sans-serif; font-size: 18px;  transition: background ease .15s; border-right: 1px solid #387189;}
#global ul li a:hover, #global ul li a.active {background: #03658f; transition: background ease .15s;}
#global ul li:last-child a {border-right: medium none;}


#content {
  background-color: #f8fafb;
  border-bottom: 10px solid #b1aba2;
  float: left;
  margin-top: 0;
  padding-bottom: 30px;
  width: 900px;
}
#content .main-col {
  background-image: url("../img/main-col.jpg");
  background-repeat: repeat;
  border: medium none;
  margin: 0 15px;
  min-height: 300px;
  padding: 35px 40px 15px;
}
#content .main-col-home {
  background-image: url("../img/main-col.jpg");
  background-repeat: repeat;
 border: none;
  margin: 0 15px;
  padding: 35px 40px 15px;
}
#content .corners {
  margin-left: 5px;
  margin-top: -50px;
  position: relative;
}
#content .main-col-home p, #content .main-col p {
  color: #5e5f5f;
  font-family: Georgia,"Times New Roman",serif;
  font-size: 20px;
  font-weight: lighter;
  line-height: 28px;
  margin-bottom: 25px;
}
#content .main-col-home .orange {color: #c45f27; text-transform: uppercase;}
#content .main-col p {

}
#content .main-col a {
color : #0074a5;
text-decoration : none;
}
#content .main-col-home a {
color : #0074a5;
text-decoration : none;
}
#content .main-col a:hover {
text-decoration : underline;
}
#content .main-col-home a:hover {
text-decoration : underline;
}
#content .main-col ul {
font-family : Georgia, "Times New Roman", serif;
font-size : 18px;
line-height : 45px;
font-weight : normal;
color : #5e5f5f;
list-style-type : none;
padding : 0;
}
.main-col ul .one {
background-image : url("../img/services-1.png");
background-position : left center;
background-repeat : no-repeat;
padding-left : 55px;
}
.main-col ul .two {
background-image : url("../img/services-2.png");
background-position : left center;
background-repeat : no-repeat;
padding-left : 55px;
}
.main-col ul .three {
background-image : url("../img/services-3.png");
background-position : left center;
background-repeat : no-repeat;
padding-left : 55px;
}
.main-col ul .four {
background-image : url("../img/services-4.png");
background-position : left center;
background-repeat : no-repeat;
padding-left : 55px;
}
.main-col ul .five {
background-image : url("../img/services-5.png");
background-position : left center;
background-repeat : no-repeat;
padding-left : 55px;
}
.main-col ul .six {
background-image : url("../img/services-6.png");
background-position : left center;
background-repeat : no-repeat;
padding-left : 55px;
}
.main-col ul .seven {
background-image : url("../img/services-7.png");
background-position : left center;
background-repeat : no-repeat;
padding-left : 55px;
}

.main-col ul .eight {
  background-image: url("../img/services-8.png");
  background-position: 10px center;
  background-repeat: no-repeat;
  padding-left: 55px;
}
.main-col ul .contact-one {
background-image : url("../img/contact-person.png");
background-position : left center;
background-repeat : no-repeat;
padding-left : 55px;
}
.main-col ul .contact-two {
background-image : url("../img/contact-email.png");
background-position : left center;
background-repeat : no-repeat;
padding-left : 55px;
}
.main-col ul .contact-three {
background-image : url("../img/contact-phone.png");
background-position : left center;
background-repeat : no-repeat;
padding-left : 55px;
}
.main-col ul .arrow {
background-image : url("../img/bullet.png");
background-position : left top;
background-repeat : no-repeat;
padding-left : 55px;
}
.main-col .alignleft {
  border: 10px solid #f8fafb;
  float: left;
  margin: 5px 30px 10px 0;
}
#footer {
  background-color: #dddad6;
  border-top: 3px solid #eeeeee;
  text-align: center;
  width: 900px;
}
#footer p {
color : #aea9a2;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size : 13px;
padding : 15px;
}
#footer a {
color : #8a8781;
text-decoration : none;
}
#footer a:hover {
text-decoration : underline;
}
.bar {
background-color : #b6b0a6;
height : 10px;
margin-bottom : -10px;
width : 900px;
}

/**some new styles **/
.colleft {float: left; width: 490px;}
.colright {float: right; width: 265px; margin-top: 20px;}
.colright blockquote {color: #0074a5; font-size: 23px; line-height: 32px; font-weight: lighter;}
.colright blockquote h3 {color: #c45f27; text-transform: uppercase; font-size: 15px; font-style: normal; margin-top: 10px;}
.box {
  background: #f8fafb none repeat scroll 0 0;
  box-shadow: 0 5px 3px rgba(0, 0, 0, 0.06);
  padding: 40px 0;
  overflow:hidden;
  margin-bottom: 55px;
}
.box img {display: block; float: left;}
.box .rowone {margin-bottom: 40px; float: left; width: 100%; clear: both;}
.box .rowtwo {float: left; width: 100%; clear: both; margin-bottom: 40px;}
.box .rowtwo img {
  padding: 0 15px;
}

