body {
	font-family: Helvetica, Arial, Questrial, "Helvetica Neue", Geneva, sans-serif;
	min-width:1020px;
	background-color: #394f7e;
}

/* @group Header */

#HeaderWrapper {
	background-color: #ffffff;
	width: 100%;
	float: left;
}

#Header {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#Header h1 {
	width: 334px;
	height: 83px;
	float: left;
	background: url(../graphics/infinity-water-services-logo.jpg) no-repeat;
	margin-top: 10px;
	margin-bottom: 10px;
}

#Header h1 a {
	display: none;
}

.topcontact {
	float: right;
	text-align: right;
	font-size: 18px;
	line-height: 24px;
	margin-top: 8px;
}

.topcontact strong {
	color: #2a3866;
	letter-spacing: -1px;
}

.topcontact b {
	color: #444444;
	font-weight: normal;
	font-style: normal;
}



/* @end */

#MarketingBack {
	background: #6688c8 url(../graphics/sky-background.jpg) repeat-x center bottom;
	width: 100%;
	float: left;
}

#MarketingWrapper {
	width: 100%;
	background: url(../graphics/green-gradient-218h.jpg) repeat-x;
}

#MarketingContent {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	color: #ffffff;
	font-size: 24px;
	text-shadow: 1px 1px 4px #333333;
	line-height: 32px;
}

#MarketingContent big {
	font-size: 36px;
	font-weight: bold;
	line-height: 48px;
}

#MarketingContent h2 {
	font-weight: normal;
	font-size: 26px;
	line-height: 32px;
	margin-top: 8px;
	font-style: normal;
	letter-spacing: 1px;
}

#MarketingContent table {
	padding-top: 20px;
}

/* @group Nav */

#NavHolder {
	width: 55%;
	height: 30px;
	float: right;
	background-color: #ffffff;
}

.nav {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

ul.nav li                      { 
	float: left; 
	zoom: 1;
	list-style-type: none;
}

.nav a {
	margin-right: 8px;
	margin-left: 8px;
	padding-right: 8px;
	padding-left: 8px;
	text-decoration: none;
	color: #2a3866;
	line-height: 24px;
	font-size: 16px;
}

.nav a:hover {
	color: #111111;
}

.nav a.nav-selected {
	color: #111111;
}

li ul {
	padding-left:0px;
	margin-left: 0px;
	background: #364b78 url(../graphics/blue-gradient-178h.jpg) repeat-x;
	border-radius: 10px;
	-moz-border-radius: 10px;
	border-top-left-radius: 0px;
	-moz-border-top-left-radius: 0px;
	border: 1px solid #364b78;
}
/* 
	LEVEL ONE
*/
ul.nav                    { 
	position: relative;
}
ul.nav li                      { 
	float: left; 
	zoom: 1;
	list-style-type: none;
}

ul.nav a:active                { color: #000000; }

ul.nav a:hover		            { color: #000; }
ul.nav li a                    { 
	display: block; 
	text-decoration: none;
	padding-right: 8px;
	padding-left: 8px;
	margin-left: 6px;
	margin-right: 6px;
}
ul.nav li:last-child a         { border-right: none; } /* Doesn't work in IE */
ul.nav li.hover,
ul.nav li:hover                { color: black; position: relative; }
ul.nav li.hover a              { color: black; }


/* 
	LEVEL TWO
*/
ul.nav ul 					
{ 
	width: 180px;
	padding-right:20px; 
	visibility: hidden; 
	position: absolute; 
	top: 100%; 
	left: 0;
	z-index:200;
}

ul.nav ul li{ 
	font-weight: normal; 
	color: #000;
	border-bottom: 1px solid transparent; 
	float: left;
	clear: left;
	padding: 0;
	line-height: 20px;
	margin: 0;
}

ul.nav ul li a {
	color: #dddddd;
	font-size: 14px;
	margin-left: 0px;
}

ul.nav ul li a:hover {
	color: #ffffff;
}
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.nav ul li a					{ border-right: none; width: 100%; display: inline-block;
	color: #eeeeee;
} 

/* 
	LEVEL THREE
*/
ul.nav ul ul {
	left: 105%;
	top: 0;
	background-color: #cccccc;
	width: 180px;
}

ul.nav li:hover > ul 			{ visibility: visible; }


/* @end */

.halfcolumn {
	width: 470px;
	float: left;
}

.column {
	width: 320px;
	float: left;
}

.doublecolumn {
	width: 620px;
	float: left;
}

/* @group Content */

#ContentWrapper {
	width: 100%;
	float: left;
	background: #ffffff url(../graphics/blue-bar-827w-20h.jpg) no-repeat;
}

#Content {
	width:1000px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	color: #444444;
	font-size: 14px;
	line-height: 16px;
}

#Content h2 {
	font-size: 24px;
	line-height: 26px;
	color: #2a3866;
	margin-bottom: 7px;
}

#Content h3 {
	font-size: 24px;
	line-height: 26px;
	color: #5d8d41;
	margin-bottom: 7px;
	text-align: center;
}

#Content p {
	margin-bottom: 10px;
	margin-top: 2px;
}

#Content strong {
	color: #496695;
	font-weight: normal;
	font-style: normal;
}

#Content big {
	font-size: 22px;
	line-height: 32px;
	color: #2a3866;
}

#Content b {
	font-size: 20px;
	line-height: 32px;
	font-weight: normal;
	font-style: normal;
}

#Content big strong {
	color: #2a3866;
	font-weight: bold;
}

#Content a {
	color: #496695;
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

#Content a:hover {
	color: #2a3866;
	text-decoration: none;
	border-bottom-style: solid;
}

.bulletspan {
	padding-left:15px;
	text-indent:-7px;
}

/* @end */

/* @group Footer */

#FooterWrapper {
	width: 100%;
	float: left;
	background: #364b78 url(../graphics/blue-gradient-178h.jpg) repeat-x;
	padding-top: 3px;
}

#Footer {
	width:1000px;
	margin-left: auto;
	margin-right: auto;
	color: #eeeeee;
	padding-bottom: 20px;
}

#Footer a {
	color: #eeeeee;
	text-decoration: none;
}

#Footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#Footer a.selected {
	color: #ffffff;
}

.footernav {
	text-align: center;
	color: #eeeeee;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background: url(../graphics/footer-nav-line.png) no-repeat center bottom;
}

.footernav a {
	font-size: 12px;
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
	padding-right: 8px;
	padding-left: 8px;
	line-height: 24px;
}

.footerleft {
	float: left;
	width: 400px;
	margin-top: 8px;
	font-size: 12px;
	line-height: 14px;
	padding-bottom: 5px;
	padding-top: 5px;
}

.footerright {
	float: right;
	width: 400px;
	margin-top: 8px;
	font-size: 12px;
	line-height: 14px;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}



/* @end */

li {
	list-style-type: upper-latin;
}
