@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	background-color: #cccccc;
	margin: 0px;
	padding: 0px;
	height: 100%;
	text-align: center;
}

#outerDiv {
	width: 865px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	position: relative;
}
#outerDiv #topBar {
	background-color: #185594;
	background-image: url(../images/topBar.jpg);
	background-repeat: repeat-x;
	height: 22px;
}
#header {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	position: relative;
	height: 115px;
}
#logo img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	position: absolute;
	left: 65px;
}

/* ===== contact link ===== */

#contactButton {
	position: absolute;
	top: 0px;
	left: 745px;
}

#contactButton a {
	height: 29px;
	width: 86px;
	display: block;
	border: none;
	background-image: url(../images/contact_icon_dual.gif);
	background-position: 0px 0px;
}

#contactButton a:hover {
    background-position: 0px -29px;
}
#phone {
	position: absolute;
	right: 0px;
}

/* ===== menu ===== */

#menu {
	position: absolute;
	bottom: 0px;
	right: 0px;
	font-size: .7em;
	text-transform: uppercase;
	letter-spacing: .3ex;
	line-height: 1.5em;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu li {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu a {
	text-decoration: none;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #185594;
	display: block;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	height: 2.5em;
	width: 85px;
	margin-top: 10px;
	color: #1E5592;
}

#menu a:hover {
	color:#000;
	background-color: #CCC;
}

#menu a:active {
	color:#115596;
}

#menu a.current {
	color: #000;
}

p.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
}
#midBanner {
	margin-left: auto;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	padding-top: 10px;
}

/*div#mainImage {
	float: left;
	padding: 0;
	margin: 0;
}

div#textBox {
	float: left;
	background-color: #185594;
	width: 400px;
	height: 200px;
}

div#textBox p {
    text-align: center;
    margin-top: 85px;
    color: #ccf;
}
*/
div#outer {
	width: 800px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
    }
#outer a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#headline  {
	font-size: 1.75em;
	color: #1697D0;
	line-height: 1.25em;
	padding-bottom: 10px;
}

div#outer .side{
	color: #185594;
	margin: 0px;
	font-size: 1.1em;
	padding: 0px;
}

div#outer h2 {
	font-size: 1.06em;
	color: #185594;
	line-height: 1.25em;
	margin-top: 10px;
}

div#outer p {
	width: 180px;
	margin-top: 10px;
	line-height: 1.5em;
	font-size: 1em;
	color: #333;
}

ul#check  {
	padding-left: 20px;
}

ul#check li {
	list-style-image: url(../images/check.gif);
	list-style-type: square;
	line-height: 1.35em;
	padding-bottom: 0.5em;
}

div#first {
	float: left;
	width: 190px;
	text-align: left;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #185594;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 0px;
    }

div#second {
	float: left;
	width: 190px;
	text-align: left;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #185594;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
    }

div#third {
	float: left;
	width: 190px;
	text-align: left;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #185594;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
    }

div#fourth {
	float: left;
	width: 190px;
	text-align: left;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 5px;
}

/* ===== footer ===== */

div#footer {
	width: 800px;
	height: 75px;
	margin-top: 60px;
	margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
    }
#footer p {
	text-decoration: none;
	color: #333;
	line-height: 1.5em;
	font-size: 10px;
}
#footer p a {
	text-decoration: none;
	color: #185594;
}

/* ===== miscellaneous styles ===== */

.clear {
    clear: both;
    height: 0;
    margin: 0;
    padding: 0;
}
