@charset "utf-8";
/* CSS Document */
/* Turcotte Data & Designs */
/* http://turcottedata.com */

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, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

img {
	border:0;
}

body {
	line-height: 1.2;
	font-size: 100.01%
}

}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* end css reset here */

body {
	background: #124678 url(/img/s/background.jpg) repeat-x;
	font-family: Georgia, serif;
	font-size: .95em;
	color: #000;
	line-height: 1.4em;
	}
	
#wrapper {
	width: 960px;
	margin: 0 auto;
	}
	
#header {
	width: 960px;
	height: 206px;
	background: #fff url(/img/s/header.jpg) top left no-repeat;
	margin: 50px auto 0;
	}
	
#header h2 {
	margin-left: -10000px;
	}
	
#topNav {
	text-align: right;
	padding-top: 5px;
	padding-right: 20px;
	}
	
#topNav ul {
	list-type: none;
	font-family: Arial, sans-serif;
	color: #124678;
	}
	
#topNav li {
	display: inline;
	border-right: 1px solid #124678;
	margin-right: 3px;
	padding-right: 7px;
	}
	
#topNav .strip {
	border: none;
	}
	
#topNav a, a:visited {
	color: #124678;
	text-decoration: none;
	}
	
#topNav a:hover {
	text-decoration: underline;
	}
	
#contentHolder {
	background: #e7eff9 url(/img/s/contentMid.png) repeat-y;
	margin: 20px auto;
	}
	
#content {
	border-right: 1px solid #c6d5e3;
	width: 700px;
	padding: 10px;
	min-height: 400px; 
	}
	
#content a, a:visited {
	color: #124678;
	text-decoration: none;
	}
	
#content a:hover {
	text-decoration: underline;
	}
	
.headlineH1 {
	color: #124678;
	font-size: 1.2em;
	letter-spacing: .1em;
	padding-bottom: 10px;
	}
	
.headlineH2 {
	color: #124678;
	font-size: 1em;
	letter-spacing: .1em;
	padding-bottom: 10px;
	}
	
.contentLists {
	line-height: .5em;
	}

#contentHolder p {
	margin-bottom: .75em;
	}
	
#contentTop {
	background: #e7eff9 url(/img/s/contentTop.png) top left no-repeat;
	height: 13px;
	}
	
#contentBottom {
	background: #e7eff9 url(/img/s/contentBottom.png) top left no-repeat;
	height: 13px;
	}
	
#sideBarHolder {
	float: right;
	width: 220px;
	margin-right: 10px;
	padding-left: 10px;
	margin-left: 5px;
	min-height: 100%;
	overflow: hidden;
	line-height: 1em;
	}
	
#sideBarHolder a, a:visited {
	text-decoration: none;
	color: #124678;
	}
	
#sideBarHolder a:hover {
	text-decoration: underline;
	}
	
.sideBar {
	width: 220px;
	background: #ffbb2f;
	color: #363636;
	}
	
.sideBarH2 {
	margin: 0 0 0 5px;	
	font-size: 1.2em;
	font-weight: normal;
	width: 215px;
	}
	
.sideBarTop {
	background: #ffbb2f url(/img/s/sideBarTop.png) no-repeat;
	height: 5px;
	}
	
.sideBarBottom {
	background: #ffbb2f url(/img/s/sideBarBottom.png) no-repeat;
	height: 5px;
	margin-bottom: .75em;
	}
	
#contactBlock {
	min-height: 100px;
	width: 960px;
	color: #88b2dc;
	}
	
#contactBlock a, a:visited {
	color: #88b2dc;
	text-decoration: none;
	}
	
#contactBlock a:hover {
	text-decoration: underline;
	}
	
.column .content {
	padding: 5px 10px;
}

.column {
	float: left;
}
.column_one {
	width: 300px;
	padding-left: 19px;
	border-right: 1px solid #42678a;
}
.column_two {
	width: 300px;
	padding-left: 19px;
	border-right: 1px solid #42678a;
}
.column_three {
	width: 300px;
	padding-left: 19px;
}

.testimonialHolder {
	width: 660px;
	margin: 25px 10px;
	border: 1px solid #c6d5e3;
	background: #f2f5f7;
	padding: 5px;
	}
	
.testimonialBody {
	color: #444;
	}
	
.testimonialSig {
	color: #696969;
	font-size: .85em;
	font-weight: bold;
	font-style: italic;
	}


#footer {
	clear: both;
	width: 960px;
	margin: 10px auto;
	background: #88b2dc url(/img/s/footerMid.png) repeat-y;
	}
	
#footerImg {
	float: right;
	display:inline;
	margin-top: 7px;
	margin-right: 10px;
	}
	
#footer p {
	padding: 5px;
	color: #124678;
	font-size: .8em;
	line-height: 1.2em;
	}
	
#footer a, a:visited {
	text-decoration: none;
	color: #124678;
	}
	
#footer a:hover {
	text-decoration: underline;
	}
	
#footerTop {
	background: url(/img/s/footerTop.png) no-repeat;
	height: 5px;
	}
	
#footerBottom {
	background: url(/img/s/footerBottom.png) no-repeat;
	height: 5px;
	}
	
.imgL {
	float: left;
	padding: 3px;
	}
	
.imgR {
	float: right;
	padding: 3px;
	}
	
ul.arrows {
	list-style-image: url(/img/s/bullarrow.jpg);
	}

.readMore {
	font-size: .8em;
	padding-left: .5em;
	}
