/* ----======== Reseting All Browsers ========---- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
fieldset,img { 
	border:0;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;}

img, div { behavior: url(includes/js/iepngfix.htc) }


/* ----======== HTML Elements ========---- */



html {
	height: 100%;
	margin-bottom: 1px;
	}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #f1f2f2 url(../images/bg.gif) repeat-x;
	text-align: center;
	margin: 0px auto;
	}	

h1 {
	color: #189ed8;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 1px;
	margin-bottom: 5px;
	}
	
h2 {
	padding: 0 13px;
	color: #006699;
	font-size: 12px;
	margin-bottom: 7px;
	}	
	
h3 {

	font-size: 10px;
	color: #000;
	margin-bottom: 0px;
	}
	
h4 {
	padding: 0 0px 2px 0px;
	color: #006699;
	font-size: 16px;
	margin: 0 13px 10px 13px;
	border-bottom: 1px solid #efefef;
	}
	
h5 {
	line-height: 20px;
	color: #9D9FA2;	
	font-size: 12px;
	margin: 0 10px 7px 13px;
	font-style: italic;
	}

p {
	line-height: 16px;
	margin-bottom: 7px;
	color: #444;	
	}

a:link, a:visited {
	color: #a7c858;
	outline: none;
	}	

a:hover {
	color: #444;
	}

.subnav li {
	margin-bottom: -10px;
	}
	
.column > .subnav li {
	margin-bottom: 5px;
	}
	
.column-left > .subnav li {
	margin-bottom: 5px;
	}
	
.subnav li a:link, .subnav li a:visited {
	margin-left: 15px;
	padding-left: 15px;
	color: #444;
	font-size: 12px;
	margin-bottom: 3px;
	text-decoration: none;
	background: url(../images/bullet.gif) no-repeat;
	background-position: 0px 4px;
	position: relative;
	display: block;
	}
	
.subnav li a:hover, .subnav li a:active {
	margin-left: 15px;
	padding-left: 15px;
	color: #006699;
	font-size: 12px;
	margin-bottom: 3px;
	text-decoration: none;
	background: url(../images/bullet-over.gif) no-repeat;
	background-position: 0px 4px;
	}
	
li.selected a:link, li.selected a:visited
{
    color: #006699;
}

.bullets, #pageColumnMid ul, #pageColumnRight ul, .column ul {
	margin-bottom: 10px;
	}
	
.bullets li, #pageColumnMid li, #pageColumnRight li, .column li {
	padding: 0 15px;
	margin-left: 20px;
	color: #444;
	margin-bottom: 5px;
	text-decoration: none;
	background: url(../images/bullet-over.gif) no-repeat;
	background-position: 0px 4px;
	position: relative;
	line-height: 16px;
	}
	
.blankList {
	margin-bottom: 10px;
	}
	
.blankList li {
	padding: 0 15px;
	margin-left: 10px;
	color: #444;
	margin-bottom: 5px;
	text-decoration: none;
	background-position: 0px 4px;
	position: relative;
	line-height: 16px;
	}
	
.blankList li h2 {
	padding: 0;
	margin-bottom: 0;
	}
		
.pageimage {
	margin: 0 13px 13px 13px;
	float: right;
	}

/* ----======== Layout ========---- */

.pdfDownload {
	margin: 10px 13px; 
	background: url(../images/pdf.png) no-repeat;
	padding: 3px 0 6px 38px;
	width: 300px;
	}
.pdfDownload a:link, .pdfDownload a:visited {
	color: #444;
	}
.pdfDownload a:hover {
	color: #006699;
	}

#bodyWrapper {
	width: 888px;
	margin: auto;
	text-align: left;	
	position: relative;
	z-index: 99;
	padding: 20px 0 0px 0;
	}

#bigCurves {
	width: 1649px;
	height: 362px;
	position: absolute;
	background: url(../images/big-curves.png) no-repeat;
	left: 50%;
	margin-left: -978px;
	z-index: 1;
	}
body > #bigCurves {
	position: fixed;
	}
	
#smallCurves {
	width: 807px;
	height: 233px;
	position: absolute;
	background: url(../images/small-curves.png) no-repeat;
	left: 50%;
	margin-left: -158px;
	z-index: 1;
	}
body > #smallCurves {
	position: fixed;
	}

#contentWrapper {
	}	
	
#header {
	padding: 13px 15px 15px 15px;
	}	
	
	
	
.column {

	width: 888px;

	float: left;

	margin-left: 5px;

	background: #fff;

	padding: 0px;

	margin-bottom: 5px;

	position: relative;

	padding-bottom: 6px;

	}



.column p {

	padding: 0 13px;

	}

	

.column h1 {

	color: #003366;

	background: #9dbfce;

	padding: 5px 15px 4px 13px;

	border-bottom: 2px solid #003366;

	font-size: 13px;

	font-weight: normal;

	margin-bottom: 10px;

	height: 16px;

	font-weight: bold;

	}

	

.column h1 a:link, .column h1 a:visited {

	color: #006699;

	text-decoration: none;

	}

	

.column h1 a:hover {

	color: #003366;

	text-decoration: underline;

	}

	

.column .breadcrumb {

	font-size: 11px;

	text-transform: uppercase;

	height: 15px;

	padding-top: 6px;

	font-weight: bold;

	color: #003366;

	}



.column h3 {

	padding: 0 13px;

	}	
	
	

	
	
	
	
	
	
	
	
#columnWrapper p {
	padding: 0 13px;
	}
	
#columnWrapper h1 {
	color: #003366;
	background: #9dbfce;
	padding: 5px 15px 4px 13px;
	border-bottom: 2px solid #003366;
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 10px;
	height: 16px;
	font-weight: bold;
	}
	
#columnWrapper h1 a:link, #columnWrapper h1 a:visited {
	color: #006699;
	text-decoration: none;
	}
	
#columnWrapper h1 a:hover {
	color: #003366;
	text-decoration: underline;
	}
	
#columnWrapper .breadcrumb {
	font-size: 11px;
	text-transform: uppercase;
	height: 15px;
	padding-top: 6px;
	font-weight: bold;
	color: #003366;
	}

#columnWrapper h3 {
	padding: 0 13px;
	}
	
	
#columnWrapper
	{
	display: table;
	}	
	
.column-left {
	width: 150px;
	float: left;
	background: #fff;
	padding: 0px;
	margin-bottom: 5px;
	position: relative;
	padding-bottom: 6px;
	}	
	
.column-mid {
	width: 578px;
	float: left;
	margin-left: 5px;
	background: #fff;
	padding: 0px;
	margin-bottom: 5px;
	position: relative;
	padding-bottom: 6px;
	}
	
.column-right {
	width: 150px;
	float: left;
	margin-left: 5px;
	background: #fff;
	padding: 0px;
	margin-bottom: 5px;
	position: relative;
	padding-bottom: 6px;
	}

#footer {
	padding: 6px 10px 0 10px;
	height: 27px;
	background: url(../images/footer.png) no-repeat;
	text-align: right;	
	color: #003366;
	}
#footer a:link, #footer a:visited {
	color: #003366;
	text-decoration: none;
	}
#footer a:hover {
	text-decoration: underline;
	}

#mainMenu {
	padding: 0 10px;
	height: 27px;
	background: url(../images/menu-bg.gif) no-repeat;	
	}

#mainMenu li {
	display: inline;
	}

#mainMenu li a:link, #mainMenu a:visited {	
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	height: 15px;
	display: block;
	float: left;
	padding: 6px 10px;
	float: left;	
	}

#mainMenu li a:hover {	
	background: url(../images/menu-hover-bg.gif) repeat-x;
	color: #fff;
	}
	
#mainMenu .selected a:link, #mainMenu .selected a:visited {
	background: url(../images/menu-active-bg.gif) repeat-x;
	color: #003366;
	}	
	
#bannerFrame {
	margin: 5px 0;
	}

.banner {
	width: 888px;
	margin: 5px 0;
	}
	
#search {
	position: absolute;
	right: 0;
	top: 80px;
	width: auto;
	text-align: right;
	}
	
.searchfield {
	width: 151px;
	height: 19px;
	background: url(../images/searchfield.png); 
	border: none;
	padding: 4px 10px 0 10px;
	color: #666;
	position: absolute;
	right: 43px;
	}
#btnGo 
{
    float: right; 
    margin-left: 5px; 
    margin-top: 0px;
}
	
.top-left {
	top: 0;
	left: 0;
	position: absolute;
	background: url(../images/top-left.gif) no-repeat top left;
	width: 5px;
	height: 5px;
	}
	
.top-right {
	top: 0;
	right: 0;
	position: absolute;
	background: url(../images/top-right.gif) no-repeat top right;
	width: 5px;
	height: 5px;
	}
	
.bottom-left {
	bottom: 0;
	left: 0;
	position: absolute;
	background: url(../images/bottom-left.gif) no-repeat bottom left;
	width: 5px;
	height: 5px;
	}
	
.bottom-right {
	bottom: 0;
	right: 0;
	position: absolute;
	background: url(../images/bottom-right.gif) no-repeat bottom right;
	width: 5px;
	height: 5px;
	}
	

/* ----======== Diagram & Breakout Box ========---- */

#diagram {
	margin-left: 65px; 
	margin-top: 15px;
	background: url(../images/water-diagram.gif) no-repeat top;
	width: 782px;
	height: 620px;
	}
	
.breakout-box{
	width: 200px;
	z-index: 2000;
	}

.breakout-box-mid {
	background: url(../images/breakout-box-mid.gif) repeat-y right;
	width: 172px;
	height: auto;
	margin: 0px;
	margin-left: 12px;
	border-top: 2px solid #004665;
	}	
	
.breakout-box-mid p {
	padding: 3px 8px 0px 10px;
	margin: 0px;
	color: #006699;
	line-height: normal;
	}	
	
.breakout-box-bottom {
	background: url(../images/breakout-box-lower.png) no-repeat right;
	width: 184px;
	margin: 0px;
	height: 16px;
	}
	
#nav a {
	margin: 0;
	padding: 0;
	position: absolute;
}

#nav li {
	margin: 0;
	padding: 0;
	line-height: normal;
	position: absolute;
}

#nav li ul {
	position: absolute;
	display: none;
}

#nav li:hover ul {
	position: absolute;
	display: block;
}

#nav li:hover ul, #nav li.sfhover ul {
	position: absolute;
	display: block;
}

.dropdown1 {
	z-index: 999;
	margin-left: 163px;
	margin-top: 17px;
	position: absolute;
	}	
	
.dropdown2 {
	z-index: 999;
	margin-left: 332px;
	margin-top: -2px;
	position: absolute;
	}
	
.dropdown3 {
	z-index: 999;
	margin-left: 501px;
	margin-top: 0px;
	position: absolute;
	}
	
.dropdown4 {
	z-index: 999;
	margin-left: 223px;
	margin-top: 262px;
	position: absolute;
	}
	
.dropdown5 {
	z-index: 999;
	margin-left: 457px;
	margin-top: 203px;
	position: absolute;
	}
	
.dropdown6 {
	z-index: 999;
	margin-left: 154px;
	margin-top: 484px;
	position: absolute;
	}
	
.dropdown7 {
	z-index: 999;
	margin-left: 332px;
	margin-top: 439px;
	position: absolute;
	}
	
.dropdown8 {
	z-index: 999;
	margin-left: 534px;
	margin-top: 412px;
	position: absolute;
	}
	
	
	 #searchResults
  {
  float: none;
  }
  
  .searchResultsInner
  {
  padding: 20px 20px 10px 20px;
  }
  
  .search-result
  {
  border-bottom: 1px dashed #eee;
  border-top: 1px dashed #eee;
  padding-top: 10px;
  margin-bottom: 15px;
  }
  
  .search-result h3
  {
  font-weight: bold;
  }
  
  .search-result h3 a
  {
  font-weight: normal;
  }
  
  .search-result a
  {
  color: #005480;
  }
  
  .search-result a:hover
  {
  color: #3687AF;
  }
  
  .hilight
  {
  color: #fff;
  font-style: italic;
  background: #a7c858;
  padding: 1px 3px;
  }
  
 #imagequote
{
    width: 260px;
    height: auto;
    float: right;
    margin-left: 39px;
    padding-bottom: 10px;
}
  
#imagequote p
{
    margin-top: 0px;
    color: #ff9900;
    font-style: italic;
    font-weight: normal;
    line-height: 20px;
    font-size: 14px;
    padding: 10px 0 10px 10px;
    border-left: 1px solid #ccc;
}


table {
	padding: 0;
	margin: 0px 0px 15px 0px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444;	
	background: #fff;
	padding: 6px 6px 6px 12px;
	vertical-align: top;
}


table .CuteEditorGroupMenu 
{
	margin-bottom: 3px;
}
table .CuteEditorGroupMenu  td
{
	padding: 0;
	text-align: left;
	color: #333;
	font-size: 12px;
	background: #FDFDFD;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

