@charset "UTF-8";
/* CSS Document */
body,h1,h2,h3,h4,h5,h6,form,fieldset,legend,p,ul,ol,li,fieldset,blockquote,caption,table,tr,dl,dt,dd { margin: 0; padding: 0; }
html,body {
	height:100%; /* needed for container min-height */
}
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	background:url(/images/bg.jpg) repeat #FFF;
}

img { border:none }

#map {float:right;}

.web-design {
	display:none;
}

#wrapper {
	width:856px;
	margin:0 auto;
	background:url(/images/wrapper.png) repeat-y;
}

.clear {
	clear:both;
}

p {
	line-height:20px;
}

h1 a, a {
	text-decoration:none;
	color:#3099BA;
}

a:hover { text-decoration:underline }

#top {
	height:25px;
	background:#3099BA;
	margin:0 12px 0 12px;
}

#top h1 {
	line-height:25px;
	margin:0 10px 0 10px;
	color:#FFF;
	font-size:12px;
	font-weight:normal;
}

#top h1 a{
	color:#FFF;
	font-weight:normal;
}

#top span {
	float:right
}

#header {
	background:url(/images/header-bg.jpg) repeat-x;
	margin:0 12px 0 12px;
}

#header-text {
	width:300px;
	float:left;
}

#bubble {
	float:right;
	width:325px;
	height:112px;
	background:url(/images/header-bubble.jpg) no-repeat;
	padding:0px 0 0px 10px;
}

#bubble a { text-decoration:none; color:#3099BA}

#bubble h2, #bubble h3 {
	color:#3099BA;
}

#bubble h2 {
	font-size:23px;
	padding:19px 0 0 0;
}

#bubble h3 {
	font-size:18px;
}

.highlight a, .highlight {
	color:#609;
	text-decoration:none;
}

.highlight a:hover {
	text-decoration:underline;
}

/* Nav */

#nav {
	height:47px;
	text-align:center;
	list-style:none;
	line-height:47px;
	background:url(/images/nav-off.jpg) repeat-x top;
	margin:0 12px 0 12px;
}

#nav ul {
	list-style: none;
	margin:0;
}

#nav li {
	float:left;
	margin-right:1px;
	border-right:1px solid #46B1D4;
}

#nav a {
	padding:0px 38px 0px 38px;
	display: block;
	color:#FFF;
	font-size:14px;
	text-decoration:none;
}

#nav li a:hover, #navcurrent a{
	background:#FFF;
	color:#004C7E;
	background:url(/images/nav-on.jpg) repeat-x;
}

#content {
	min-height:122px;
}

#content-left {
	padding:0 0 0 20px;
	width:400px;
	float:left;
}

#content-left ul, #sub ul{
	list-style:none;
}

#content-left li, #sub li{
	background:url(/images/check.png) left top no-repeat;
	padding:0 0 0 40px;
} 

#content-left h2, #content-right h2, #sub h2 {
	color:#3099BA;
	font-size:18px;
}

#content-left p, #content-right p, #sub p {
	font-weight:bold;
	padding:0 30px 10px 0;
}

#content-right {
	width:424px;
	float:left;
}

#sub {
	margin:20px 30px 0 30px;
}

#sub-img-r { padding:0px 0px 20px 20px }

#video {
	float:right;
}

#process {
	padding-left:12px;
}

#home {
	margin:12px;
}

#home img {
	margin:12px 11px 12px 11px;
}

#footer {
	min-height:45px;
	background:#3099BA;
	margin:0 12px 0 12px;
	width:832px;
}

#footer p {
	line-height:25px;
	margin:0 10px 0 10px;
	color:#FFF;
}

ul #last {border:none}