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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

body {
line-height:17px;
	color: #333;
	background: #fff;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
}

p {
	line-height:20px;
	margin:0;
	padding:7px 0;
}

body.secondary-body p {
	padding: 10px 0px 0px 0px;
}

body.secondary-body h2 {
	padding: 10px 0px 0px 0px;
}


a {
	text-decoration: none;	line-height:20px;
}

a:link,
a:visited {
	color: #336699;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a:hover,
a:active {
	color:#669966;
	font-family: Arial, Helvetica, sans-serif;
}

.dotted {
	border-bottom: 1.5pt dotted;
	color:#CCC;
}

ul {
	list-style-position: outside;
	margin: 0 0 0 22px;

	line-height: 20px;
}

ul li {
	padding: 0 0 8px 3px;
		list-style-image: url(images/bullet-h.gif);
			line-height: 23px;
}

#left h1 {
	padding: 0 0 5px 10px;
	border-bottom: 2px solid #E4EAF4;
}

#left a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

#left ul {
margin:0 10px 10px;
list-style-image: none;
}

#left ul li {
list-style-image: none;
	list-style:none;
		border-bottom: 1px solid #E4EAF4;
		padding:4px 0 4px 4px;
}

.attention {
color: #FF0000;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: separate;
	border-spacing: 0;
	margin: 7px 0;
}

caption,
th,
td {
	text-align: left;
	font-weight: normal;
}


h1 {
	color: #069;
	font-size: 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: strong;
	margin:5px 0px;
	text-transform:normal;
}

h2 {
		color: #749cd3;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin:5px 0;
}

/* ______________________________________________________________________________________________ Layout */

#wraper {
	width: 960px;
	margin: 0 auto;
	padding: 0px 0 0 0;
}

#container {
	clear:both;
	padding:0;
	margin: 0;
	position:relative;
	width:960px;
}

#header {
		clear:both;
		background: #FFF;
		height: 135px;
		margin: 5px;
}

#header a {
	cursor: pointer;
}

#header h1 {
	background: url(images/website-header-banner.jpg) no-repeat;
	text-indent: -99999px;
	width:950px; height: 117px;
	margin: 20px 0px 0 5px;
	position:absolute;
	display:inline;
}

#contactInfo {
position:absolute;
	text-align:left;
	font-size:11px;
	left:17px;
	top:115px;
	color:#6699cc;
	font-family: Arial, Helvetica, sans-serif;
}

#contactInfo a {
	text-decoration: none;
}

#contactInfo span {
	font-size: 10px;
	color: #749CD3;
}

#socialmedia {
	float:right;
}

#navigation {
		clear:both;
		background: url(images/bg-navnewgreen.png) no-repeat center;
		height: 35px;
		width: 950px;
		margin-left: 5px;
		position:relative;
		vertical-align:middle;
		z-index:999;
}

#content {
		background-color: #eff4fc;
		border: 2px solid #b8cae6;
		margin: 0px 8px 0;
		padding: 20px;
	display:inline-block;
}

#content #left {
	float: left;
	display: inline;
	width: 194px;
	margin: 0 20px 0 0;
}

#content #left img {
	border: 2px solid #e4eaf4;
		background:#FFF;
}

#content #left div {
	border: 2px solid #e4eaf4;
	padding: 10px;
		background:#FFF;
		width:174px;
}

#content #right {
	float: right;
	display:inline;
	position:relative;
	border: 2px solid #e4eaf4;
	width: 622px;
	background: #FFF;
	padding: 30px;
	min-height:470px;
}

#content #right #innerLeft {
	width: 49%;
	float:left;
	display: inline;
}

#content #right #innerRight {
	width: 49%;
		float:right;
	display: inline;
}


#footer {
		clear:both;
		font-size:11px;
		text-align: center;
		padding: 6px 10px 0 0;
}

.network {
/*border: 2px solid #E4EAF4;*/
	
}
.network p.title {
	font-weight: bold;
	color:#566E94;
}
.network td {
	border-bottom: 1px solid #E4EAF4;
}

.network p{
	padding: 5px;
}
/*added modfications for styling*/

.testimonial {
	
	background-color:#eff4fc;
	padding:20px;
	border: 1px solid #B8CAE6;
}

.highlightbox {
background-color:#eff4fc;
	padding:20px;
	border: 1px solid #B8CAE6;

}

.highlightbox h2 {
	
	padding: 0 0 5px 0px;
	border-bottom: 2px solid #E4EAF4;
}

.pagepic {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}

.hometestimonialpic {
	float: left;
	margin-top:0;
	margin-right: 20px;
}

#floatright {
	float: right;
	margin-top:35px;
	margin-left: 5px;
	margin-bottom:10px;	
}

.icons-row-one {
	margin-bottom: 10px;
}

