﻿* {
    margin: 0;
}

html,body 
{
	/*background:#EAE8DD url(../images/bodyBG.bmp) repeat-x scroll left top;*/
	margin: 0px;
	padding: 0px;
	/*width: 100%;*/
   height:100%;  
	/*background-color: #F28337;*/	
			
}
.container
{
	min-height:100%;	
   position:relative;
   overflow:hidden;	
}
.bodyFade {
	background-image: url(../images/fadeBackground.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	
}

.wrapper
{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	/*margin-bottom:-20px;*/
	position:relative;	
	padding-top:150px;
}

* html .wrapper {
height: 100%;
}

/*
.bodyWrapper {
	margin: 0px;	
	margin-left: 0px;
	height: 100%;
	width: 100%;
	border: 0px none #000000;
	background-color: #FFFFFF;
	
}
*/

.footerRowWrapper {
	
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #999;
	background-color: #C63F1A;
	padding: .2em;
	font-weight: bold;
	height:20px;	
	bottom:0px;
	position:absolute;
}

.footerRowWrapper a {
	
	color: #D6D7D6;	
	padding: .2em;
	
}

.footerRowWrapperRight {
	
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #D6D7D6;
	background-color: #C63F1A;
	text-align: right;
	float: right;
	display: block;
	padding: .2em;
}

.headerLogo 
{
	/*background:transparent url(../images/tail.gif) no-repeat scroll right top;	*/
	margin: 0px;
	padding: 0px;
	/*float: left;*/
	/*display: block;*/
	width:100%;
	/*height:160px;*/
	height:190px;	
	top:0px;	
	
}

.headerLogo h1
{
	background:transparent url(../images/atwonline.com.gif) no-repeat scroll left bottom;	
	float:left;
	height:100px;
	left:0px;
	margin:0px;
	padding:0px;	
	/*overflow:hidden;*/
	position:absolute;
	top:84px;
	width:263px;
}

.headerLogo ul
{
	left:5px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	position:absolute;
	top:130px;
	
}

.headerLogo ul li
{
	background:transparent url(../images/window.bmp) no-repeat scroll 0px 50%;
	list-style-type:square; 
    color:#d6a046;
    display:block;
    float:left;
    position:relative;
    font-weight:bold;
    margin:0px 0px 0px 10px;
	padding:0px 0px 0px 10px;
    
	/*color:#FFF;
	
	
	font-weight:bold;
	margin:0px 0px 0px 10px;
	padding:0px 0px 0px 10px;
	position:relative;
	white-space:nowrap;*/
	
}

.headerLogo ul li a, .headerLogo ul li a:link,
.headerLogo ul li a:visited
{
	color:#FFF;
	text-decoration:none;
}


li
{
	position:relative;
	/*list-style-type:square;*/
}

ol
{
	
	
	/*list-style-type:square;*/
}

ol li
{
	position:relative;
	padding-left:20px;	
	list-style-type:inherit;
}



.navigationRowWrapper 
{
	background-image:url(../images/navigationBarBG.gif);
	background-position: top;
	background-repeat: repeat-x;
	
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	margin: 0px;
	padding: 0px;
	height: 24px;
	width: 99%;
	/*border-bottom: solid #000000 1px;*/
	/*border-top: solid #000000 1px;*/
	
}

.headerBannerAd {
	text-align: right;
	margin: 0px;
	padding: 10px;
}

.headerPrintAd 
{
	display: none;
}


.searchLabel
{
	font-size:9pt;
	width:20%;
	white-space:nowrap;
	
}

.searchField
{
	width:95%;
}

.clear
{
	clear:both;	
}

.popup
{
	height:400px;
	width:400px;	
}
.popup a:link
{
	text-decoration: none;
}
.popup a:visited
{
	text-decoration: none;
}

.adPad
{
	padding:6px 0px 6px 0px;
}



