* { margin: 0px; padding: 0px; }

body {
	text-align: center;
	background: #fff;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #787878;
}

img { border: 0px; }

a { color: #0589c5; text-decoration: none; }
a:hover { text-decoration: underline; }
a:visited { color: #0589c5; text-decoration: none; }
a:visited:hover { color: #0589c5; text-decoration: underline; }

a.pulloutlink { color: #fff; text-decoration: underline; }
a.pulloutlink:hover { text-decoration: none; }
a.pulloutlink:visited { color: #fff; text-decoration: underline; }
a.pulloutlink:visited:hover { color: #fff; text-decoration: none; }

p { line-height: 17px; padding-bottom: 15px; text-align: justify; }

h1 {
	border-bottom: 1px dotted #999999;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

h2 { padding: 18px; }

h3 { padding: 0px 0 15px 0px; color: #0589c5; font-weight: normal; font-size: 18px; }

h1.pullout { margin-bottom: 0px; border: 0px; }

.mini-title { color: #666666; font-weight: bold; }
.mini-blue { text-transform: uppercase; letter-spacing: -0.5px; font-family: Arial, Helvetica, sans-serif; }
a.mini-grey { text-transform: uppercase; letter-spacing: -0.5px; font-family: Arial, Helvetica, sans-serif; color: #000;}
a.mini-grey:hover { text-decoration: underline; color: #000;}


#nav { 
	width: 986px;
	margin: 0 auto;
	text-align: left;
	font-size: 11px;
}

#nav ul {
	padding-top: 10px;
}

#nav li {
	display: inline;
	list-style: none;
	padding-right: 14px;
}

#banner {
	background: url(images/banner.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
	border-top: 2px solid #078fb6;
	border-bottom: 2px solid #078fb6;
	margin: 15px 0px 30px 0px;
	overflow: hidden;
	height: 235px;
}

#main {
	width: 986px;
	margin: 0 auto;
	text-align: left;
}

#sidebar {
	width: 282px;
	float: left;
	margin-right: 30px;
	font-size: 11px;
}

#contact-sidebar {
	border: 1px solid #dadce6;
	width: 280px;
	height: 160px;
	background: url(images/contactsidebar.jpg);
	text-align: right;
}

#contact-sidebar p {
	padding: 0 18px 10px 18px;
	line-height: 13px;
	text-align: right;
}

#sidebar ul {
	padding: 0px 15px 10px 40px;
}

#sidebar ul li {
	list-style: url(images/listicon.gif);
	padding-bottom: 5px;
	line-height: 17px; 
	text-align: justify;
}

#main-content {
	width: 674px;
	float: right;
}	

#main-content ul {
	padding: 0px 15px 10px 25px;
}

#main-content ul li {
	list-style: url(images/listicon.gif);
	padding-bottom: 5px;
	line-height: 17px; 
	text-align: justify;
}

#main-content ol {
	padding: 0px 15px 10px 25px;
}

#main-content ol li {
	list-style: url(images/listicon.gif);
	padding-bottom: 5px;
	line-height: 17px; 
	text-align: justify;
}

#pullout {
	width: 270px;
	padding: 30px;
	background: #88a2b7;
	float: right;
	color: #FFF;
	margin-left: 30px;
	margin-bottom: 30px;
}

.image-right {
	float: right;
	color: #FFF;
	margin-left: 30px;
	margin-bottom: 30px;
}

#spacer { clear: both; width: 100%; height: 20px; }

#footer {
	clear: both;
	/*position: absolute;
	bottom: 0px;*/
	width: 100%;
	background-color: #88a2b7;
	border-top: 2px solid #078fb6;
	padding-top: 15px;
	padding-bottom: 25px;
	font-size: 11px;
}

#footer-main {
	width: 986px;
	margin: 0 auto;
}

#footer-left {
	float: left;
	text-align: left;
	color: #fff;
}

#footer-right {
	float: right;
	text-align: right;
	color: #fff;
}

#footer-right ul {
	padding-top: 25px;
}

#footer-right li {
	display: inline;
	list-style: none;
	padding-left: 10px;
}

#footer-right li a {
	text-transform: uppercase;
	font-weight: bold;
	color: #c7e2f8;
	text-decoration: none; 
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -0.5px;
}

#footer-right li a:hover { color: #FFF; text-decoration: underline; }
#footer-right li a:visited { color: #c7e2f8; text-decoration: none; }
#footer-right li a:visited:hover { color: #FFF; text-decoration: underline; }

a.landon {
	color: #c7e2f8;
	text-decoration: none; 
}

a.landon:hover { color: #FFF; text-decoration: underline; }
a.landon:visited { color: #c7e2f8; text-decoration: none; }
a.landon:visited:hover { color: #FFF; text-decoration: underline; }