@charset "utf-8";
/* CSS Document */



body {
	background-color:#9c976f;
	background-image:url(/img/bg_body.gif);
	background-repeat:repeat;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#222222;
	margin-top:5px;
	margin-bottom:20px;
}
a,  a:visited {
	color:#8e2121;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
#overall {
	width:974px;
	padding:0px 0px 0px 0px;
	margin:0px 0px -2px 0px;
	background-image:url(/img/bg_lilshado.gif);
	background-repeat:repeat-y;
	}
.accountbox {
	background-image:url(/img/stone_bg.png);
	background-color:#c4c1a0;
	padding:3px 5px 3px 5px;
	border-top:2px solid #614e42;
	sborder-left:2px solid #614e42;
	border-right:2px solid #614e42;
	vertical-align:middle;
	margin:0px 0px 0px 7px;
	width:215px;
	sborder-bottom:1px solid #c4c1a0;
	z-index:10;
	position:relative;
	}	
#shado { 
	background-image:url(/img/bg_shado.gif);
	background-repeat:repeat-y;
	width:974px;
	height:100%;
}
#container {
	width:960px;
	
}
#header {
	height:140px;
	background-color:#c4c1a0;
	border-top:2px solid #614e42;
	z-index:1;
	sbackground-image:url(/img/hwc_header.png);
}
#slogo {
	background-color:#FFF;
	margin:15px 0px 15px 15px;
	height:150px;
	width:200px;
	float:left;
	z-index:3;
	position:relative;
}
#leader {
	width:960px;
	height:90px;
	margin:0px 0px -30px 0px;
}
#nav {
	background-color:#371b22;
	color:#e5e2c4;
	font-family:"Times New Roman", Times, serif;
	font-variant:small-caps;
	font-size:15px;
	padding:3px 15px 3px 15px;
	vertical-align:middle;
	font-weight:bold;
	letter-spacing:1.1px;
}
#nav a, #nav a:visited {
	color:#e5e2c4;
	text-decoration:none;
	}
#nav a:hover {
	color:#770000;
	text-decoration:none;
	}
#content {
	background-color:#edeac7;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#222222;
	text-align:left;
	background-image:url(/img/content_bg.gif);
	background-repeat:repeat-y;
	clear:both;
	height:100%;
}
#content a, #content a:visited {
	color:#8e2121;
	text-decoration:none;
}
#content a:hover {
	text-decoration:underline;
}
.left-column {
	width:599px;
	margin:0px 0px 0px 0px;
	padding:15px 15px 15px 15px;
	background-image:url(/img/content_bg.gif);
	background-repeat:repeat-y;
	clear:left;

}
.right-column {
	width:300px;
	margin:0px 0px 0px 0px;
	padding:15px 15px 15px 15px;
	background-color:#edeac7;
	float:right;
	text-align:left;
	border-left:0px dotted #8e2121;
	height:auto;
}
#front-left-col {
	float:left;
	width:50%;
	overflow:auto;
}
#front-right-col {
	float:right;

	width:50%;
	overflow:auto;
}
#front-widget {
	margin-top:0px;
	padding:10px 20px 15px 20px;
	border:0px dotted #8e2121;
	background-color:#f9f7e4;
	background-image:url(/img/widg_bg.gif);
	background-repeat:repeat-x;
	border:0px dotted #c1a64f;
}
.widget_head {
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	color:#c48171;
}



.title {
font-family:"Times New Roman", Times, serif;
font-size:22px;
sfont-weight:bold;
color:#8e2121;
}
.subtitle {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#777777;
line-height:150%;
}
.date {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
color:#777777;
line-height:180%;
}
.stolks	{
padding-left:20px;
padding-right:30px;
}



.ac_input {
	width: 200px;
}
.ac_results {
	width: 200px;
	background: #000;
	cursor: pointer;
	position: absolute;
	left: 0;
	font-size: 12px;
	z-index: 101;
	font-family:Arial, Helvetica, sans-serif;
}
.ac_results ul {
	width: 200px;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
	border: 1px solid #000;
}
.ac_results iframe
{
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
}
.ac_results li {
	width: 190px;
	padding: 2px 5px;
}
.ac_results a {
	width: 100%;
}
.ac_loading {
	background: #fff;	
}
.over {
	background: #e7cb9c;
	color:black;
}



#footer {
	clear:both;
	background-color:#c4c1a0;
	padding:20px;
	border-top:0px dotted #8e2121;
	font-size:10px;
	border-bottom:2px solid #614e42;
	color:#725c4d;
}