* {
	margin: 0;
}
p {
	margin-bottom:15px;
}
a {
	color:#2f3292;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
html, body {
	height: 100%;
	background-color:#89a8e2;
	background-image: url(images/gradient_bckrgd.png);
	background-repeat:repeat-x;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:14px;
	line-height:21px;
	color:#000;
	text-align:left;
}
#wrapper {
	width:1024px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -54px;
	background-color:#fff;
}
#header { 
	width:1024px;
	height:172px;
}
#logo { 
	float:left;
	margin: 10px 0 0 40px;
}
#socialnetworkiconcontainer {
	float:right;
	margin: 13px 43px 0 0;
	clear:right;
}
.socialnetworklink {
	float:right;
	margin-left:8px;
}
.socialnetworklink:hover {
	opacity: 0.8;
	-moz-opacity:0.8;
}
#chatlink {
	height:20px;
	float:right;
	margin: 43px 43px 0 0;
	font-size:23px;
	color:#009;
	font-weight:300;
	background-image:url(images/icon_phone.png);
	background-repeat:no-repeat;
	padding-left:22px;
}
#nav {
	height: 42px;
	width: 939px;
	float:left;
	margin: 15px 0 0 43px;
}
#nav li {
	float:left;
	list-style-type:none;
}
#nav li a {
	height: 42px;
	font-size:18px;
	line-height:40px;
	padding:0 55px;
	color:#58595b;
	display:block;
	text-decoration:none;
	background-color: #e2e2e2;
	  /***  CSS Gradient  ***/
  /*  Chrome 1-9 and Safari 4-5.0  */
  background-image: -webkit-gradient(linear, left top, left bottom,
        color-stop( 0.0, rgb(243, 242, 242) ),
        color-stop( 1.0, rgb(226, 225, 225) ));

  /*  Chrome 10+ Safari 5.1+ Mobile Safari  */
  background-image: -webkit-linear-gradient(top,
        rgb(243, 242, 242), 
        rgb(226, 225, 225) );

  /*  Firefox 3.6+  */
  background-image: -moz-linear-gradient(top,
        rgb(243, 242, 242), 
        rgb(226, 225, 225) );

  /*  IE 10+  */
  background-image: -ms-linear-gradient(top,
        rgb(243, 242, 242), 
        rgb(226, 225, 225) );

  /*  Opera 11.10+  */
  background-image: -o-linear-gradient(top,
        rgb(243, 242, 242), 
        rgb(226, 225, 225) );

  /*  W3C  */
  background-image: linear-gradient(top,
        rgb(243, 242, 242), 
        rgb(226, 225, 225) );
}
#nav li a:hover {
	color:#FFF;
	background-color:#2f3292;
	
	  /***  CSS Gradient  ***/
  /*  Chrome 1-9 and Safari 4-5.0  */
  background-image: -webkit-gradient(linear, left top, left bottom,
        color-stop( 0.0, rgb(60, 80, 165) ),
        color-stop( 1.0, rgb(46, 48, 146) ));

  /*  Chrome 10+ Safari 5.1+ Mobile Safari  */
  background-image: -webkit-linear-gradient(top,
        rgb(60, 80, 165), 
        rgb(46, 48, 146) );

  /*  Firefox 3.6+  */
  background-image: -moz-linear-gradient(top,
        rgb(60, 80, 165), 
        rgb(46, 48, 146) );

  /*  IE 10+  */
  background-image: -ms-linear-gradient(top,
        rgb(60, 80, 165), 
        rgb(46, 48, 146) );

  /*  Opera 11.10+  */
  background-image: -o-linear-gradient(top,
        rgb(60, 80, 165), 
        rgb(46, 48, 146) );

  /*  W3C  */
  background-image: linear-gradient(top,
        rgb(60, 80, 165), 
        rgb(46, 48, 146) );
}
#push {
	height: 54px;
}
#BannerHolder {
	margin: auto;
	width:939px;
	position:relative;
}
#banner {
	height: 272px;
	width:939px;
	overflow:hidden;
	z-index:100;
}
#homepage_banner_dots {
	height: 34px;
	width:101px;
	margin:auto;
	padding: 11px 0 0 15px;
	z-index: 102;
}
#homepage_banner_dots a {
	width:14px;
	height:14px;
	margin-top:4px;
	margin-right:4px;
	float:left;
	background-image: url(images/grey_dot.png);
}
#homepage_banner_dots a.activeSlide {
	width: 14px;
	height: 14px;
	margin-right:4px;
	background-image: url(images/blue_dot.png);
}
#TwoColumnHolder {
	width:1024px;
	height:100%;
	overflow: auto;
	margin:30px 0 30px 0;
}
#LeftColumn {
	float:left;
	width:480px;
	margin-left:70px;
}
#LeftColumn a {
	color:#2f3292;
	text-decoration:none;
}
#LeftColumn a:hover{
	text-decoration:underline;
}
#RightColumn {
	float:right;
	width:300px;
	margin-right:70px;
}
#RightColumn li {
	margin-left:-22px
}
#RightColumn li a {
	color:#2f3292;
	text-decoration:none;
}
#RightColumn li a:hover{
	text-decoration:underline;
}
#full-width {
	width:884px;
	float:left;
	margin-left:70px;
}
#full-width img {
	float:left;
	margin:5px 20px 10px 0;
}
.service {
	width:884px;
	float:left;
	padding-bottom:10px;
	border-bottom:#CCC 1px dotted; 
}
h1 {
	font-size:30px;
	color:#2f3292;
	font-weight:300;
	margin-bottom:10px;

}
h2{
	font-size:19px;
	font-weight:bold;
	margin-bottom:5px;
	margin-top:18px;
}
.testimonial-text{
	font-size:19px;
	font-weight:bold;
	color:#2f3292;
	margin-bottom:5px;
	padding-top:28px;
	line-height:26px;
}
.rule {
	width:100%;
	height:1px;
	border-bottom: #2f3292 1px solid;
	margin:5px 0 10px 0;
}
.bluetext{
	color:#006ca6;
}
#footer {
	width:865px;
	height: 24px;
	margin:auto;
	margin-bottom:30px;
	padding:2px 37px;
	font-size:11px;
	line-height:24px;
	color:#717171;
	background-color: #e2e2e2;
	  /***  CSS Gradient  ***/
  /*  Chrome 1-9 and Safari 4-5.0  */
  background-image: -webkit-gradient(linear, left top, left bottom,
        color-stop( 0.0, rgb(243, 242, 242) ),
        color-stop( 1.0, rgb(226, 225, 225) ));

  /*  Chrome 10+ Safari 5.1+ Mobile Safari  */
  background-image: -webkit-linear-gradient(top,
        rgb(243, 242, 242), 
        rgb(226, 225, 225) );

  /*  Firefox 3.6+  */
  background-image: -moz-linear-gradient(top,
        rgb(243, 242, 242), 
        rgb(226, 225, 225) );

  /*  IE 10+  */
  background-image: -ms-linear-gradient(top,
        rgb(243, 242, 242), 
        rgb(226, 225, 225) );

  /*  Opera 11.10+  */
  background-image: -o-linear-gradient(top,
        rgb(243, 242, 242), 
        rgb(226, 225, 225) );

  /*  W3C  */
  background-image: linear-gradient(top,
        rgb(243, 242, 242), 
        rgb(226, 225, 225) );
}
#footer a {
	font-size:11px;
	color:#717171;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
	font-size:11px;
	color:#717171;
}