@charset "UTF-8";
/* CSS Document */

#atwtlogo {
	padding-left: 10px;
}

#navigation
{
	width: 957px;
	height: 174px;
	background-color: #1E1E1E;
	padding-top: 1px;
	float: none;
	-moz-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.8);
	-webkit-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.8);
	box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.8);
}

#navtop
{
	width: 950px;
	height: 98px;
	background-image: url(../images/header_top_bg.jpg);
	background-repeat: repeat-x;
	border: solid;
	border-width: 1px;
	border-color: #000000;
	margin: 2px;
	float: none;
	-moz-padding-start: 1px;
}

#navlistings
{
	float: right;
	background-image: url(../images/header_sub_bg.jpg);
	height: 14px;
	padding: 4px;
	padding-left: 8px;
	padding-right: 8px;
	margin: 2px;
	border: solid;
	border-width: 1px;
	border-color: #000000;
}

#navlistings a
{
	color:#FFF;
	text-transform: uppercase;
	font-size: 12px;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}

#navlistings a:active
{
	color:#FFF;
	text-transform: uppercase;
	font-size: 12px;
	text-decoration: none;
}

#navlistings a:hover
{
	color:#72bf00;
}

#navnewletter
{
	float: right;
	clear:right;
	height: 26px;
	margin-right: -1px;
	background-color: #1E1E1E;
	margin-top: 45px;
	font-size: 12px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}

#navlettertext 
{
	float: left;
	color:#72bf00;
	text-transform: uppercase;
	background-image: url(../images/header_sub_bg.jpg);
	background-repeat: repeat-x;
	height: 14px;
	padding: 4px;
	width: 120px;
	margin: 2px;
	border: solid;
	border-width: 1px;
	border-color: #000;
	background-color:#000;

}

#navletterinput
{
	float: left;
	margin-top: 2px;
	padding-top: 3px;
	height: 17px;
	margin-right: 2px;
	background-color: #000;
	text-transform: uppercase;
	font-weight: bold;
	border: solid;
	border-width: 2px;
	border-color: #333;
}

#navletterinput input
{
	color: #FFF;
	background-color: #000;
	border: none;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

#navletterbutton
{
	float: left;
	margin-top: 2px;
	padding: 4px;
	height: 14px;
	background-color: #72bf00;
	text-transform: uppercase;
	font-weight: bold;
	border: solid;
	border-width: 1px;
	border-color: #000000;
	text-shadow: none;
}

#navletterbutton a
{
	color: #000;
	text-decoration: none;
}

#navletterbutton a:active
{
	color: #000;
	text-decoration: none;
}

#navletterbutton a:hover
{
	color: #FFF;
	text-decoration: none;
}

#navmid
{
	width: 957px;
	clear: both;
}

#navnews
{
	width: 502px;
	padding-left: 0px;
}

.navmidcomp
{
	height: 23px;
	background-image: url(../images/header_middle_bg.jpg);
	background-color:#000;
	background-repeat: repeat-x;
	border: solid;
	border-width: 1px;
	border-color: #000000;
	float: left;
	padding: 2px;
	margin-left: 2px;
}

.navmidbtn
{
	width: 23px;
}

#navmidnews
{
	width: 83px;
	height: 19px;
}

#navmidfollow
{
	width: 124px;
	height: 19px;
}

.navmidtext
{
	color: #72bf00;
	text-transform: uppercase;
	font-size: 13px;
	padding-left: 5px;
	padding-top: 6px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}
/*
#navmenu
{
	width: 957px;
	clear: both;
}

#navmenu ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

#navmenu li
{
	float: left;
	margin-left: 2px;
	padding-top: 2px;
}

#navmenu li a
{
	background: url(../images/header_menu_bg.jpg)  #000 bottom left repeat-x;
	height: 34px;
	line-height: 34px;
	float: left;
	width: 115px;
	display: block;
	border: 1px solid #000000;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
}

#navmenu li a:active
{
	background: url(../images/header_menu_bg.jpg)  #000 bottom left repeat-x;
	height: 34px;
	line-height: 34px;
	float: left;
	width: 115px;
	display: block;
	border: 1px solid #000000;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}

#navmenu li a:hover
{
	background: url(../images/header_menu_bgOver.jpg)  #000 bottom left repeat-x;
	color: #72bf00;
}
*/



/* Hide from IE5-Mac \*/
/*
#navmenu li a
{
	float: none
}
*/
/* End hide */