@charset "utf-8";
/* CSS Document */
.clear {
	clear:both;
}

body{
	background-color: #7a97b9;
	font-size: 12px;
}
h3{
	color: #5B54C2;
}
img{
	/*png fix*/
	behavior: url(/include/iepngfix.htc);
}
.btn{
	padding:2px 10px 2px 10px;
	background-color:#414445;
	font-weight:bold;
	color:#ffffff;
	border:1px solid #ffffff;
	font-size: .9em;
	cursor:pointer;
}
tr.odd{
	background: #DDDDDD;
}
tr.even{
	background: #BBBBBB;
}
::selection{
	background: #494677;
	color: white;
}
::-moz-selection{
	background: #494677;
	color: white;
}


/*************************************
border - This is the wrapper div
*************************************/
#border{
	width: 1000px;
	margin: auto;
}

/*************************************
header
*************************************/
#header{
	background: url('/images/template/header_bg.jpg') right top no-repeat;
	height: 85px;
	width: 1000px;
	position: relative;
}
	#header h1{
		margin: 2px 0px 0px 210px;
		float: left;
	}
	#header #login{
		float: right;
		text-align: right;
		margin: 22px 30px 0px 0px;
	}
		#header #login #showLoginLink{
			cursor:pointer;
		}
		#header #login #login_form{
			display: none;
		}
		#header #login h6{
			display: inline;
		}
		#header #login input.btn{
			margin: 2px 0px 0px 0px;
			width:100px;
			z-index: 1;
		}
		#header #login input.User_bg {
			background-image:url('/images/common/login/username.jpg');
			background-repeat:no-repeat;
			margin-left: 5px;
		}
		#header #login input.User_no_bg {
			background-image:none;
			margin-left: 5px;
		}
		#header #login input.Password_bg {
			background-image:url('/images/common/login/password.jpg');
			background-repeat:no-repeat;
		}
		#header #login input.Password_no_bg {
			background-image:none;
		}

/*************************************
nav - main navigation
*************************************/
#nav{
	position: absolute;
	top: 125px;
	background: url('/images/template/nav_bg.jpg') 8px top repeat-y;
	width: 212px;
	z-index: 5;
}
	#nav #main_nav{
		margin: 0px 0px 0px 8px;
		width: 200px;
	}
	#nav a:hover{
		color: #918ec3;
	}
	#nav #search_box{
		margin: 0px 0px 0px 40px;
	}
	#nav #search_box input.search_bg {
		background-image:url('/images/template/search.png');
		background-repeat:no-repeat;
		padding-left: 20px;
		height:18px;
		width:110px;
		font-size:11px;
		line-height:18px;
	}
	#nav #search_box input.search_bg:focus {
		background-image:url('/images/template/searching.png');
	}


/*************************************
Suggest
*************************************/
.SuggestFramework_List
{
	border: 1px solid #ffffff;
	border-top: 0;
	margin:0;
	padding:0;
}

.SuggestFramework_Heading
{
	padding: 4px 1px 0 4px;
	background-color: #CCCCCC;
	color: #FFFFFF;
	font-weight: bold;
}

.SuggestFramework_Highlighted
{
	padding: 4px 1px 0 4px;
	background-color: #414445;
	font-weight: bold;
	cursor:pointer;
}

.SuggestFramework_Normal
{
	padding: 4px 1px 0 4px;
	background-color: #414445;
	color: #ffffff;
	font-weight:bold;
	cursor:pointer;
}

.SuggestFramework_Combo
{
	width: 100%;
	margin: 0;
	padding: 0;
}


/*************************************
nav_shadow
*************************************/
#nav_shadow{
	background: url('/images/template/nav_bottom2.jpg') 8px bottom no-repeat;
	padding: 0px 0px 50px 0px;
}


/*************************************
mainbody
*************************************/
#mainbody{
	width: 1000px;
	background: url('/images/template/mainbody_bg_no_line.jpg') right top repeat-y;
}

/*************************************
mainbody_shadow
*************************************/
#mainbody_shadow{
	width: 1000px;
	position: relative;
	background: url('/images/template/mainbody_shadow_no_line.jpg') right bottom no-repeat;
}
	#mainbody_shadow #KW_20922{
		position: absolute;
		bottom: 11px;
		right: 28px;
	}
	#mainbody_shadow #enviroSmart{
		position: absolute;
		bottom: 25px;
		left: 145px;
	}


/*************************************
subnav - secondary nav
*************************************/
#subnav{
	background:url('/images/template/subnav_bg.jpg') 7px 0px no-repeat;
	text-align:right;
	height: 43px;
	position: relative;
}
	#subnav ul{
		list-style: none;
		margin: 0px 40px 0px 0px;
		padding: 11px 0px 0px 0px;
		vertical-align: middle;
		height: 34px;
	}
		#subnav ul li{
			display: inline;
			border-right: 1px solid black;
		}
		#subnav ul li.firstchild{
			border-left: 1px solid black;
		}
			#subnav ul li a{
				color: black;
				padding: 2px 8px 2px 8px;
				text-decoration: none;
				font-weight: bold;
			}

	#subnav #stoelting{
		position: absolute;
		top: 6px;
		right: 108px;
	}

/*************************************
breadcrumbs
*************************************/
#breadcrumbs{
	height:20px;
	padding-top: 0px;
	padding-right: 60px;
	padding-bottom:0px;
	padding-left:225px;
	margin: 0px;
}

#breadcrumbs p.breadcrumbs{
	float:left;
	width:530px;
}
	#breadcrumbs p.breadcrumbs a{
		color: black;
		text-decoration:underline;
		font-size: 10px;
	}
		#breadcrumbs p.breadcrumbs a:hover{
			color:#009;
		}

#moreInformation{
	float:right;
}


/*************************************
content_pane
*************************************/
#content_pane{
	padding-top:5px;
	padding-right:60px;
	padding-bottom:198px;
	padding-left:209px;
	
	position: relative;
	
	min-height: 530px;
	height:auto !important;
	height:530px;
	
	width:763px;
}


/*************************************
content - see sidebar.css
*************************************/
#content{
	padding-left: 20px;
	padding-right: 20px;
	min-height: 510px;
	height:auto !important;
	height:510px;
}
	#content p{
		line-height: 1.5em;
	}
		#content p a{
			color: #494677;
			text-decoration:underline;
		}
			#content p a:hover{
				color: #918EC3;
			}

/***content - glass buttons***/
#content a.glassbutton, #breadcrumbs a.glassbutton{
	width: 185px;
	height: 13px;
	padding: 9px 0px 11px 0px;
	text-align:center;
	display:block;
	background:url('/images/common/buttons/glass-button-no-text.png') no-repeat;
	color:white;
	font-weight:bold;
	text-decoration:none;
}
	#content a.glassbutton:hover, #breadcrumbs a.glassbutton:hover{
		background-position: 0px -33px;
		color:white;
	}

#content a.glassbuttonGreen, #breadcrumbs a.glassbuttonGreen{
	width: 185px;
	height: 13px;
	padding: 9px 0px 11px 0px;
	text-align:center;
	display:block;
	background:url('/images/common/buttons/glass-button-no-text-green.png') no-repeat;
	color:white;
	font-weight:bold;
	text-decoration:none;
}
	#content a.glassbuttonGreen:hover, #breadcrumbs a.glassbuttonGreen:hover{
		background-position: 0px -33px;
		color:white;
	}







/*************************************
sidebar - see sidebar.css
*************************************/
#sidebar{
	display: none;
}




/*************************************
footer
*************************************/
#footer{
	width: 1000px;
	color: white;
	padding: 6px 0px 4px 0px;
	font-size:0.8em;
}
	#footer p span{
		float: left;
		margin: 0px 0px 0px 140px;
	}
	#footer p{
		text-align: right;
		margin: 0px 30px 0px 0px;
	}
