html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, em, img, ins, strong, sub, sup, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}

body{

	font: 80% Arial, Helvetica, sans-serif; 
	background:#005e91 url(/img/bg.jpg) repeat-x;
	color:#000;
}

/* STRUCTURE*/

.container{
	width:957px;
	margin:20px auto 0px auto;
	background:url(/img/cont-bg.jpg) repeat-y;
}

.flashhead{
	width:957px;
	height:293px;
	background:url(/img/flash-bg.jpg) no-repeat;
}

.content, .bcontent{
	float:left;
	width:890px;
	margin:0px 50px 0px 4px;
	padding:30px 0px 0px 57px;
	background:url(/img/mid-nav-bg.jpg) no-repeat;
}

.blogcont{
	width:675px;
	float:left;
}

.top-nav{
	width:957px;
	height:51px;
	background:url(/img/top-nav.jpg) no-repeat;
}

.mid-nav{
	width:949px;
	height:115px;
	margin:0px 0px 0px 4px;
	padding:20px 0px 0px 56px;
	background:url(/img/mid-nav-bg.jpg) no-repeat;
}

.services{
	float:left;
	width:292px;
	margin-right:40px;
}

.resources{
	float:left;
	width:136px;
	margin-right:40px;
}

.ulwrap{
	float:left;
}

.quickbtns{
	float:left;
	padding-top:10px;
}

.foot{
	width:957px;
	height:183px;
	background:url(/img/foot.jpg) no-repeat;
	padding:0px 0px 0px 60px;
}

/* TEXT */

h1{
	font-size:180%;
	font-weight:bold;
	color:#0095d9;
	padding-bottom:15px;
}

h2{
	font-size:130%;
	font-weight:bold;
	color:#0095d9;
	padding-bottom:15px;
}

h3{
	font-size:110%;
	font-weight:bold;
	color:#0095d9;
	padding-bottom:15px;
}

p{
	font-size:110%;
	padding:0px 75px 20px 15px;
	line-height:120%;
}

p.topnav{
	font-size:110%;
	font-weight:bold;
	text-align:center;
	padding:18px 0px 0px 0px;
	color:#8caa6f;
}

.pad{
	padding-left:20px;
	padding-right:20px;
}

p.footer{
	font-size:90%;
	text-align:center;
	padding:15px;
	color:#2f9fd6;
}

a, a:visited, a:hover{
	color: #6a911c;
	text-decoration:none;
}

h1 a, h1 a:visited, h1 a:hover{
	color: #e7d798;
	text-decoration:none;
}

a.footerlink, a.footerlink:visited, a.footerlink:hover{
	color: #2f9fd6;
	text-decoration:none;
}

.vendors{
	padding-top:30px;
}

.alert{
	color:#eadb89;
	font-style:italic;
}

ul, ol{
	padding:0px 0px 10px 40px;
}

ul li{
	list-style-type:disc;
}

ul.ourservices{
	font-size:90%;
	padding:0px 0px 0px 10px;
}

ul.ourservices li{
	list-style-type:none;
}

ol li{
	padding-bottom:15px;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* IMAGES*/

a img, :link img, :visited img {
	border: 0;
}

.imgpad{
	padding-left:15px;
	padding-right:15px;
}

.midnavline{
	padding-bottom:5px;
}

.headerline{
	padding-bottom:20px;
}

.left{
	float:left;
	margin:0px 0px 15px 0px;
}

.left2{
	float:left;
	margin:0px 10px 15px -10px;
}

.leftcimg{
	float:left;
	margin:-5px 10px 15px -10px;
}	

/* SLIMBOX */

#lbOverlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {

	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;

}

.lbLoading {

	background: #fff url(/img/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(/img/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(/img/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(/img/closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

/* MISC */

.reset{
	padding:0px;
	margin:0px;
}

.floatfixer{
	width:957;
	clear:both;
	visibility:hidden;
}