#wrap {
	width:888px;
	margin:auto;
	padding:20px 20px 10px 20px;
	overflow:hidden;
	background-color: #FFFFFF;
	border: 1px solid #555;
}
#wrap .right {
	width: 300px;
	float: left;
	border-left: 1px solid #EEEEEE;
	padding: 0px 0px 0px 12px;
}
#head {
	background:#1f1a14;
	height:115px;
	width:888px;
	background:url("/webtools/images/wt_header.jpg") no-repeat 0 0;
}
#head h1 {
	display: block;
	height: 115px;
	width: 888px;
	cursor: pointer;
	text-indent: -999px;
}

#tools_navigation {
	height:38px;
	background:url("/webtools/images/wt_nav.jpg") no-repeat 0 0;
	color: #FFFFFF;
	padding: 12px 10px 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	overflow: hidden;
}

#tools_navigation ul {
	margin:0px; 
	padding:0px;
}

#tools_navigation ul li {
	display:inline;
	float:left;
	list-style:none;
	height:12px;
	margin-left:15px;
	position:relative;
	padding-right:15px;
	border-right: 1px #fff solid;
}

#tools_navigation li a {
	color:#fff; 
	text-decoration:none;
}

#tools_navigation li a:hover {
	color:#999999;
	text-decoration:none;
	background-color:none;
}

#grayline {
	background-color:#CCCCCC;
	border-right: 1px solid #ccc;
}


/* WEBTOOLS PAGE STYLES */
#webtools {
	width: 562px;
	float: left;
	margin-right: 12px;
}

#webtools h2 {
	font-size: 18px;
	color: #275e97;
	border-bottom: 1px dotted #000;
	padding-bottom: 5px;
	margin-bottom: 10px;
	display: block;
	font-weight: bold;
}

#webtools h3, #webtools h3 {
	margin: 0px 0px 5px 0px;
	font-size: 18px;
}
#webtools h3 a:hover, #webtools h3 a:hover {
	color: #275e97;
}

#webtools .intro {
	background-color: #efefef;
	/*width: 565px;*/
	border: 1px solid #b3b3b3;
	padding: 10px;
	color: #333333;
	margin: 0px 0px 10px 0px;
}

#webtools .blockLeft, #webtools .blockRight {
	float: left;
	width: 46%;
	margin: 0px 10px 10px 0px;
	padding-right: 10px;
	color: #000000;
	font-size: 11px;
	line-height: 14px;
	overflow: hidden;
	display: block;
}
#webtools .blockLeft {
	text-decoration:none;
	color:#000000;
	border-right:1px solid #ccc;
}

#webtools .blockLeft a:hover, #webtools .blockRight a:hover {
	text-decoration: none;
}

#webtools .row {
	margin: 5px 0px 10px 0px;
	padding-top: 10px;
	border-bottom: 1px dotted #1f1a14;
	overflow: hidden;
	width: 100%;
}
#webtools .content img {
	padding: 0px 0px 8px 0;
	margin: 0px 10px 5px 0px;
	float: left;
	border: none;
}

#webtools .title {
	font-size: 14px;
	font-weight: bold;
}
#webtools .icon {
	float: left;
	width: 100px;
	padding: 10px;
	border: 1px solid #b3b3b3;
	margin: 0px 10px 10px 0px;
}
#webtools .icon img {
	padding: 0px;
	margin: 0px;
}
#webtools .boxLeft, #webtools .boxRight {
	float: left;
	padding: 2%;
	width: 46%;
}
#webtools .listBox {
	border-top: 1px dotted #000;;
	margin-top: 5px;
	padding-top: 10px;
	float: right;
}

#webtools .pagerow, #webtools .pagerowAlt {
	padding: 8px 11px 4px 11px;
}
#webtools .pagerow h3, #webtools .pagerowAlt h3 {
	font: 22px Georgia, "Times New Roman", Times, serif;
	color: #442;
}
#webtools .pagerow ul, #webtools .pagerowAlt ul {
	margin: 0px 0px 0px 20px;
}
#webtools .pagerow .icon, #webtools .pagerowAlt .icon {
	width: 100px;
}
#webtools .pagerow {
	background-color: none;
}
#webtools .pagerowAlt {
	background-color: #efefef;
}

/* -------------------- */

