/****************************************************************************** 
	Elements 
******************************************************************************/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #296CA4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/****************************************************************************** 
	Main nav 
******************************************************************************/

#navcontainer {
	overflow: hidden;
	width: 520px;
	height: 20px;
	padding-top: 10px;
}
.footer_wrapper {
	margin-right: 15px;
	margin-left: 15px;
	font-size: 11px;
	padding-top: 5px;
}

.footer_wrapper a {
	text-decoration: none;
	color: #000000;
}

.footer_wrapper a:hover {
	color: #000000;
	text-decoration: underline;
}
.footer_wrapper a:visited {
	color: #000000;
	text-decoration: underline;
}

.footer_text_wrapper {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-bottom: 5px;
	padding-top: 10px;
	font-size: 11px;
	margin-right: 15px;
	margin-left: 15px;
}
.small_text {
	font-size: 10px;
}

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

#navlist li {
	float: left;
	line-height: 1.1em;
	margin: 0 .5em 0 -.5em;
	padding: 0 .5em 0 .5em;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #003366;
}

#navlist a {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	font-size: 1em;
}

#navlist a:hover {
	color: #000033;
	text-decoration: underline;
}
.body_text {
	padding-bottom: 10px;
	padding-left: 15px;
}


/****************************************************************************** 
	Misc 
******************************************************************************/

.quick_links {
	padding-right: 5px;
	padding-left: 20px;
	line-height: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.waterbugbackground {
	background-color: #296CA4;
	background-image: url(../../miscImages/waterbugmockup_bg.jpg);
	background-repeat: no-repeat;
}

.waterbugmain {
	background-color: #FFFFFF;
	padding: 5px;
	width: 533px;
	margin-top: 10px;
	margin-left: 30px;
	border: 2px solid #CCCCCC;
}


.item_title {
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}
.item_box {
	border: 2px solid #CCCCCC;
	margin: 10px;
}
.item_aspects_text {
	font-size: 12px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
h1 {
	font-size: 14px;
	font-weight: bold;
}

.clearance {
padding:10px;
border-top:2px solid #CCC;
}

.clearance img{
padding-bottom:10px;

}
.clearance a{
	color: #000000;
	text-decoration: none;
}
.clearance a:hover{
	color: #000000;
	text-decoration: none;
}
