body {
	padding: 0px;
	margin: 0px;
	background: #004871;
	background-image: url(/images/bg.png);
	background-repeat: repeat-x;
}

a img { border: 0px; }

body, div, td {
	font-family: arial;
	font-size: 12px;
	color: #333333;
}

h2 {
	color: #096bb3;
	padding: 0px;
	margin: 0px;
	font-family: Trebuchet MS,verdana;
	font-size: 24px;
}

h3 {
	width: 100%;
	float: left;
	font-family: Trebuchet MS,verdana;
	font-weight: bold;
	font-style: italic;
	border-bottom: 3px solid #333333;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	margin-top: -8px;
	margin-bottom: 10px;
	padding-bottom: 8px;
}

h3 a {
	color: #333333;
	text-decoration: none;
}

ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	margin-left: 8px;
	margin-right: 5px;
}

li {
	float: left;
	width: 100%;
	color: #787878;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	border-bottom: 1px solid #dadada;
	padding-left: 2px;
	margin-right: 5px;
}

.td_left {
	font-weight: bold;
	color: #096bb3;
	font-family: Trebuchet MS, Verdana;
}

.caption {
	font-weight: normal;
	font-size: 11px;
	color: #333333;
}

.quotes {
	float: left;
	width: 100%;
	color: #c3c3c3;
	font-size: 18px;
	font-family: Trebuchet MS, verdana;
	text-align: center;
	margin-top: 13px;
	margin-bottom: 13px;
	display: inline;
}

.portfolio_thumbnail {
	float: left;
	width: 76px;
	height: 76px;
	background-image: url(/images/portfolio_thumb_holder.png);
}

.portfolio_thumbnail a {
	float: left;
	margin: 4px;
	width: 68px;
	height: 68px;
}

#container {
	position: absolute;
	left: 50%;
	margin-left: -475px;
	width: 950px;
	overflow: hidden;
}

#header {
	float: left;
	width: 100%;
	height: 86px;
	margin-top: 10px;
}

#header_left {
	float: left;
}

#header_right {
	float: right;
	margin-top: 13px;
	margin-right: 8px;
	display: inline;
	color: #f5f5f5;
}

.blue { color: #7fbcff; }

#email_today a {
	text-decoration: none;
	color: white;
}

#nav {
	float: left;
	width: 100%;
	height: 30px;
	background: #2d2d2d;
	background-image: url(/images/navbg.png);
	overflow: hidden;
}

#nav_left {
	float: left;
	width: 76px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}

#nav_middle {
	float: left;
	width: 864px;
	height: 30px;
	overflow: hidden;
}

#nav_right {
	float: left;
	width: 10px;
	height: 30px;
	background-image: url(/images/navright.png);
	overflow: hidden;
}

#nav_left a {
	width: 76px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	text-align: center;
	color: white;
	text-decoration: none;
	display: block;
	background-image: url(/images/nav_home.png);
}

#nav_left a:hover, .nav_left_selected, .nav_left_selected a { background-image: url(/images/nav_home_hover.png); }

.nav_left_selected, .nav_left_selected a {
	float: left;
	width: 76px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	text-align: center;
	color: white;
	text-decoration: none;
	display: block;
	background-image: url(/images/nav_home_hover.png);
}

#nav_middle a {
	float: left;
	width: 87px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	text-align: center;
	color: white;
	text-decoration: none;
	display: block;
	background-image: url(/images/nav_button.png);
}

#nav_middle a:hover { background-image: url(/images/nav_button_hover.png); }

#main {
	float: left;
	width: 100%;
	height: 200px;
	margin-top: 6px;
	margin-bottom: 6px;
}

#content {
	float: left;
	width: 100%;
	background: white;
	overflow: hidden;
}

#content_header {
	float: left;
	width: 100%;
	height: 16px;
	font-size: 1px;
	overflow: hidden;
	background-image: url(/images/contentheader.png);
}

#content_footer {
	float: left;
	width: 100%;
	height: 4px;
	overflow: hidden;
	font-size: 1px;
	background-image: url(/images/contentfooter.png);
}

#content_left {
	float: left;
	width: 622px;
	margin-top: 8px;
	margin-left: 21px;
	margin-right: 21px;
	display: inline;
	overflow: hidden;
}

#content_right {
	float: left;
	width: 248px;
	margin-left: 19px;
	margin-right: 19px;
	overflow: hidden;
	display: inline;
}

#testimonials_container {
	float: left;
	width: 100%;
	background: #f5f5f5;
	overflow: hidden;
	margin-bottom: 20px;
}

#testimonials_container a {
	text-decoration: none;
	font-weight: bold;
	color: #474746;
}

#testimonial {
	float: left;
	width: 197px;
	font-size: 12px;
	font-family: arial;
	color: #484746;
	margin-left: 27px;
	margin-right: 27px;
	margin-top: -11px;
	margin-bottom: 15px;
	display: inline;
}

.testimonials_hr {
	float: left;
	width: 100%;
	height: 3px;
	font-size: 1px;
	background: #333333;
}

.underlined_text {
	float: left;
	width: 100%;
	border-bottom: 3px solid #333333;
	font-family: Trebuchet MS,verdana;
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
	padding-bottom: 5px;
}

#clientssay {
	margin-left: 10px;
	color: #323334;
	font-size: 14px;
	margin-top: 8px;
	margin-bottom: 8px;
}

.gray_break {
	width: 100%;
	height: 1px;
	font-size: 1px;
	background: #dddddd;
	overflow: hidden;
	float: left;
}

#gray_container {
	float: left;
	width: 100%;
	background: #ededed;
	margin-top: 14px;
	margin-bottom: 14px;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
}

#footer {
	float: left;
	width: 100%;
	height: 30px;
	background: #;
	background-image: url(/images/footerbg.png);
	margin-top: 5px;
}

#footer_left {
	float: left;
	width: 7px;
	height: 30px;
	background-image: url(/images/footerleft.png);
	font-size: 1px;
	overflow: hidden;
}

#footer_middle {
	float: left;
	width: 920px;
	line-height: 30px;
	vertical-align: middle;
	margin-left: 8px;
	margin-right: 8px;
	display: inline;
	font-family: arial;
	font-size: 12px;
	color: white;
}

#footer_right {
	float: left;
	width: 7px;
	height: 30px;
	background-image: url(/images/footerright.png);
	font-size: 1px;
	overflow: hidden;
}
