/* GENERAL ------------------------------------------------------------------ */

/* Zero default margin & padding around common elements */
body, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, li, ol, p, ul
{
	margin: 0;
	border: 0 none #FFFFFF;
	padding: 0;

}

body
{
	background-color: #fff;
	color: #000000;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 1em;
}

a:link
{
	color: #0066CC;
}

a:visited
{
	color: #0066CC;
}

a:hover
{
	text-decoration: none;
}

img
{
	border: 0 none transparent;
}

input, select, table, textarea
{
	font-size: 100%;
}


#pageWidth
{

	width: 99%;
	margin:0;
	padding:0;

}



#pageWidthInner
{
	width: 790px;
	margin: auto;
	margin-top:0;
	padding: 0;
	background-color: #fff;
}


/*=-=-=-=-==-=-==-=-=-=-=-=-=-=-CONTENT LAYOUT AND STYLES =-=-=-=-=-==-==-==-=-*/

#columnLeft
{
	float: left;
	width: 170px;
	
	margin: 0 0px 5px 0;
	min-height: 450px;
	
}

* html #columnLeft
{

	width: 140px;	

	
}

#columnMain
{
	float: left;
	width: 615px;
	min-height: 450px;
	margin:0;
	padding-left:3px;
	border-left: 1px solid #58646a;
	
}


#pageFooter
{
	width: 100%;
	color: #a4aeb7;
	clear:both;
	text-align: center;	
	border-top: 2px solid #a4aeb7;

}

.replacement
{
	position:absolute;
	top:0;
	left:0;
	width: 100%;
	height:100%;
}

/*Header */
h1.logo
{
	position: relative;
	width: 156px;
	height: 129px;
	overflow:hidden;
	margin:0;
	margin-top: 35px;
}

h1.logo span
{
	background-image: url(/images/design/logo_clearintent_business.gif);
	background-repeat: no-repeat;
}


h1.heading
{
	position: relative;
	width: 619px;
	height: 135px;
	overflow:hidden;
	margin-top: 2px;
	color: #ddd;
	font-size: 1em;
}

h1.heading span
{
	
	background-image: url(/images/design/heading_waterdroplets_logo.jpg);
	background-repeat: no-repeat;
	
}


/* MENU --------------------------------------------------------------------- */

ul.menu 
{
	width: 100%;
	margin:0;
	border: 0;
	color: #747474;
	font-size: 70%;
	font-weight: 700;	
}

ul.menu li
{
	display: inline;
	border-left: 1px solid #CACACA;
	list-style: none;
	padding:0;
	padding-left: 9px;
	padding-right: 9px;
	margin: 0;
}

ul.menu li.first
{
	border:0;
	padding-left:5px;
}

ul.menu a:link, .menu a:active, .menu a:visited
{
	color: #566163;
	text-decoration: none;
}

ul.menu a:hover
{
	color: #bdd9e3;
	text-decoration: none;
}


* html .menu a
{
	height: 1px;
}


ul.mainnav
{
	margin:0px 0 10px 10px;
}


ul.subnav
{
	display: block;
	list-style:none;
	font-size: 80%;
	margin-left: 23px;
}

.subnav li
{
	display:block;
	margin:0;
	padding:0;
	margin-top: 2px;
}

.subnav li a
{
	margin:0;
	color: #566163;
	font-weight: 500;
	text-decoration: none;
}

.subnav li a:hover
{
	color:#bdd9e3;
}

* html .subnav li
{
	display: inline-block;
}



.breadcrumb{
	margin: 0;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	border: 0;
	font-size: 70%;
	width: 440px;
	float:left;
}

.breadcrumb ul{
	margin-left: 5px;
	display: inline;
	list-style:none;
	
}

.breadcrumb li{
	display: inline;
	list-style:none;
	color: #bdd9e3;
	font-weight:700;
}

.breadcrumb ul a{
	color: #999;
	font-weight:500;
	margin-right:2px;
}

.breadcrumb ul a:hover{
	color: #566163;
	font-weight:500;
	margin-right:2px;
}


#sitesearch
{
	margin-top: 5px;
	font-size: 70%;
	float:right;
}

#sitesearch form input
{
	padding:0;
	margin: 1px 3px 0px 3px;
	border: 1px solid #999;
}


#content
{
	clear:both;
	font-size: 80%;
}



/* --------------   pageFooter    ----------------------------------------- */


#credit
{
	color: #999;
	margin-top: 0.5em;
	text-align:center;
	font-size: 80%;
}


#credit a{
	color: #999;
}


#pageFooter ul.menu
{
	margin: 2px auto;
}





/* TOP ------------------------------------------------------------------- */

#top
{

	z-index: 100;
	width: 100%;
	list-style: none;

}

#top li
{

	z-index: 100;
	width: 100%;
	overflow: hidden;

}

#top a
{

	display: block;
	font-size: 15px;
	color: #FFFFFF;
	text-indent: -20em;
	text-decoration: none;

}

#top a:hover, #top a:focus, #top a:active
{
	top: 0;
	left: 0;
	background-color: #9999cc;
	text-indent: 0;
}


#top #skipNav
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
}

#skipNav a
{
	position: relative;
	top: -9999px;
	left: -9999px;
}

#skipNav a:focus, #skipNav a:active
{
	top: 0;
	left: 0;
	background-color: #004CB2;
	text-indent: 0;
}
