@charset "utf-8";
/* CSS Document */
body {
	background-color: #800000;
	margin-top: 0px;
	font-family: Georgia;
}
#wrapper {
	background-color:#fff;
	border: 2px solid #fff;
}
#logo {
	width:100%;
	background-image:url(/we/we.dll/GradientPic?HexStart=1c1c1c&Percent=60&W=1&H=86&D=V);
/*	background-image:url(/DistSite/Templates/26/images/logo-area-back.png);*/
	background-repeat:repeat-x;
	background-position:center;
	}
	
form {margin:0px; padding:0px;}
.formgo {vertical-align:middle}
	
#nav1{
	margin-top:3px;
	}
#nav1  tr td a{
	display:block;
	text-align:center;
	color:#ffffff;
	background-image: url(/DistSite/Templates/26/images/nav-1-bullet.png);
	background-position:left center;
	background-repeat:no-repeat;
	text-decoration:none;
	font-size: 11px;
	padding: 0px 5px 1px 10px;
	}
#nav1 tr td a:hover{
	border-bottom:1px dashed #ffffff;
	padding-bottom:0;
	}
/***********END NAV 1******************/


/***********BEGIN NAV 2****************/
#nav2container table
{
	background: #fff;
	width:100%;
	margin: 0 auto;
	padding: 0;
}
tr#nav2
{
	padding: 0;
	margin: 0 auto;
	width: 100%;
}
tr#nav2 td a
{
	font-size:10px;
	font-weight:bold;
	display: block;
	padding: 10px 0 10px 0;
	margin:0 auto;
	border-left:dashed 1px #252525;
	color: #252525;
	text-decoration: none;
	background: #fff;
	width:247px;
}
tr#nav2 td a:hover, tr#nav2 td#active a:hover
{
	color: #fff;
	background: #252525;
}
/***********END NAV 2****************/

/*******BEGIN NAV3 *************/
#quicksearch
{
	padding: 0px 3px 0px 3px;
	margin-bottom:3px;
	font-size:11px;
	color:#ffffff;
}
#quicksearch tr td a
{
	color:#ffffff;
	text-decoration:none;
}
#quicksearch tr td a:hover
{
	border-bottom:1px dashed #ffffff;
}

#nav3head 
{
	margin:0px;
	padding-left:0px;
	width:150px;
	height:31px;
	background:url(/we/we.dll/GradientPic?HexStart=1c1c1c&Percent=40&W=150&H=31&D=V);
	/*background:url(/DistSite/Templates/26/images/nav3-head-back-1.png);*/
	background-position:center;
	background-repeat:no-repeat;
	color:#ffffff;
	font-size:11px;
	font-weight:bolder;
	}
#nav3top
{
	background-image:url(/DistSite/Templates/26/images/nav3-top.png); 
	background-position:top; 
	background-repeat:no-repeat;
}
#nav3bottom
{
	background-image:url(/DistSite/Templates/26/images/nav3-bottom.png); 
	background-position:bottom; 
	background-repeat:no-repeat;
}
#nav3head img 
{
	vertical-align:middle;
	padding-left:10px;
}

#nav3 
{
	background:#808080;
	margin-top: 5px;
	width:150px;
}

/*
#nav3 td
{
	width:100%;
	padding:5px 0 5px 25px;
}
#nav3 tr td a
{
	padding:0;
	color:#D3D3D3;
	font-size:10px;
	font-weight:bolder;
	text-decoration:none;
	display:block;
	width:85%;
	height:100%;

}
#nav3 tr td a:hover {
	margin: 0px;
	background-color: #252525;
	color: #fff;
	display:block;
	width:85%;
	height:100%;
}
*/
#nav3 .uline 
{
	background:url(/DistSite/Templates/26/images/nav3-divider-bar.png);
	background-position: bottom center;
	background-repeat:no-repeat;
}
.nav3title {
	margin-left: 2px;
	display:block;
	color:#D3D3D3;
	font-size:11px;
	font-weight:bold;
	width:85%;
	height:100%;
}

/* Main side nav (level 1) */
.nav3 ul {padding:0; margin:0; list-style-type: none;}
.nav3 ul li {width:100%; float:left; margin-right:1px; position:relative; }
.nav3 ul li a, .nav3 ul li a:visited {
	color:#D3D3D3;
	font-size:10px;
	font-weight:bolder;
	text-decoration:none;
	display:block;
	height:100%;
	padding:5px 0 5px 15px;
	width:85%;
}
.nav3 ul li:hover a {
	margin: 0px;
	background-color: #252525;
	color: #fff;
	display:block;
	width:85%;
	height:100%;
}

/* 1st flyout (level 2) */
.nav3 ul li ul {display: none;}
.nav3 ul li ul li {padding:0px;}
.nav3 ul li:hover ul {display:block; position:absolute; top:0px; left:150px; width:150px;}
.nav3 ul li:hover ul li a {display:block; width:150px; color:#ffffff; background:#1c1c1c; border:1px solid #cacaca; border-width:0px 1px 0px 0px;padding:5px 5px 5px 5px;}
.nav3 ul li:hover ul li a:hover {color:#dedede;}

/* 2nd flyout (level 3) */
.nav3 ul li:hover ul li ul {display: none;}
.nav3 ul li:hover ul li:hover ul {display:block; position:absolute; left:161px; top:0;}
.nav3 ul li:hover ul li:hover ul li a {display:block; width:150px; color:#ffffff; background:#1c1c1c;}
.nav3 ul li:hover ul li:hover ul li a:hover {color:#dedede;}

/* 3rd flyout (level 4) */
.nav3 ul li:hover ul li:hover ul li ul {display: none;}
.nav3 ul li:hover ul li:hover ul li:hover ul {display:block; position:absolute; left:161px; top:0;}
.nav3 ul li:hover ul li:hover ul li:hover ul li a {display:block; width:150px; color:#ffffff; background:#1c1c1c;}
.nav3 ul li:hover ul li:hover ul li:hover ul li a:hover {color:#dedede;}

/*************END NAV 3 STYLE************/

/*************BEGIN PAGE STYLE**************/
#content
{
	padding: 10px;
	margin: 0;
}
.cookie {
	color: #333333;
	font-weight: bold;
	font-size: 12px;
	padding: 0 0 0 10px;
	margin:0px;
}
/***************END PAGE STYLE**************/

/*************BEGIN FOOTER STYLE************/
.footertext{
	color:#ffffff;
	font-size:11px;
	font-weight:bold;
	background:url(/we/we.dll/GradientPic?HexEnd=1c1c1c&Percent=40&W=1&H=31&D=V);
	background-repeat:repeat-x;
	background-position:center;
	}
/*************END FOOTER STYLE************/
