@charset "utf-8";
/* CSS Document */
body{
		background-color:#CCCCCC;
		margin: 0px;
	}

	.masterDiv{
		float: left;
		width: 100%;
		background-image: url("../siteImages/barBackTop.gif");
		background-position: bottom;
		background-repeat: repeat-x;
		background-color:#FFFFFF; 
		
		
	}
	#bartemp{
		background: url("../siteImages/barBack2.gif");
	}
	
	#titleDiv{
		float: left;
		width: 100%;
		background-color:#FFFFFF;
		font-size: 18pt;
		height: auto;
	}
	
	#searchBar{
		float: left;
		width: 100%;
		height: auto;	
	}
	
	#navBar{
		float: left;
		position: relative;
		width: 100%;
		background-color:#8C8C84;
		padding-top: 1px;
		padding-bottom: 1px;
		border-top: 1px solid;
		border-bottom: 1px solid;
		height: 15px;
		text-align: center;
		background-image: url("../siteImages/barBack2.gif");	
		background-repeat: repeat-x; 
		background-position:bottom;
		z-index: 900;
	}
		
	#navBar a{
		color:#333333;
		text-decoration: none;
	}
	
	#navBar a:hover{
		color:#FFFFCC;
	}
		
	#navBar2{
		 position: relative;
		 float: left;
		 z-index: 1000;
		 text-align: center;
		 width: 100%; 
		 padding-top: 1px;
		 padding-bottom: 1px;
		 border-top: 1px solid;
		 font-size: .8em;
		 background-color:#CCCCCC;
		 background-image: url("../siteImages/barBack1.gif");
		 background-repeat: repeat-x; 
		 background-position:bottom;
		 height: 15px;
		
	}
		 
	
	#navBarLinks{
		float: left; 
		font-family: verdana; 
		
		font-weight: bold; 
		font-size: 8pt; 
		margin-left: 10px;
		margin-top: 2px;
	}
	
	
	#navBarLinks a{
		color:#000000;
	}
	
	#navBarLinks a:hover{
		color: #FFFFFF;
		text-decoration: none;
	}
	
		
	#swagSponsorDiv{
		float: left;
		position: absolute;
		left:-3px;
		top: -16px;
		text-align: left;
		width: 270px;
		height: 20px;
	
	}
	#registerDivLeft{
		float: left;
		position: absolute;
		left: -3px;
		width: 270px;
		height: 20px;
		text-align: left;
	}
		
	#browseAdsDiv{
		position: absolute;
		z-index: 1000;
		text-align: center;
		width: 100%;
	}
	#registerDivRight{
		float: right;
		position: absolute;
		right: 0px;
		width: 270px;
		height: 20px;
		text-align: right;
	}
	
	
	#loginContainer{
		float: left;
		height: 100%;
		width: 30%;
		padding-top: 165px;
		text-align: right;
		font-family: Arial, Helvetica, sans-serif;
		font-size: .5em;
		background-color:#FFFFFF;	
		
	}
	
	#topContainer{
	 	float: left;
		width: 100%;
	}

	.menus {			
		font-family: Arial;	
	}

	.menu{
		width: 200px;
		text-align: left;
	}
	
	#addsContainer{
		width: 100%;
		/*min-width: 900px;*/
		background-color:#999999;
		float: left;
		
	}
	
	.add{
		background-color: #FFFFFF;
		margin-bottom: 15px;
		margin-top: 15px;
		margin-left: 20px;
		margin-right: 20px;
		float: left;
	}
	
	#leftColumn{
		width: auto;
		float: left;
	}
	
	#centerColumn{
		text-align: center;
		width: 100%;
		float:  left;
	}
	
	#rightColumn{
		width: auto;
		float: left;
	}

	#footer{
		float: left;
		width: 100%;
		height: auto;
		
	}
	
	.feet{
		width: auto;
		height: auto;
		padding: 5px;
		float: left;
		text-align: center;
		font-size: 8pt;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		
	}
	.feet a{
		color:#000000;
		text-decoration: underline;
	}
	
	.feet a:hover{
		color:#FFFFFF;
	}
	
	.labelFont{
		font-family: Arial Black, Helvetica, sans-serif;
		font-size: .9em;
		text-align: center;
	}
	
	.leftCorner{
		position: absolute;
		top: 0px;
		left: 0px;
	}
	.rightCorner{
		position: absolute;
		top: 0px;
		right: 0px;
	}
	
	.bl{
		position: absolute;
		bottom: 0px;
		left: 0px;
	}
	
	.br{
		position: absolute;
		bottom: 0px;
		right: 0px;
	}
	
	.text{
		font-family:"Times New Roman", Times, serif;
		font-size: 12px;
		font-weight: bold;
	}
	
	#featuredAddsDiv{
		font-size: 10pt;
	}
	#featuredAddsDiv2{
		font-size: 10pt;
	}#featuredAddsDiv3{
		font-size: 10pt;
	}#featuredAddsDiv4{
		font-size: 10pt;
	}
	
	.lightText{
		font-size: 9pt;
		font-family:Arial, Helvetica, sans-serif;
		font-weight: bold;
	}
	
	input{
		border: 1px solid;
	}
	
	.barTop{	
		 background-image: url("../siteImages/barBackTop.gif"); 
		 background-repeat: repeat-x;
		 background-position: bottom;
		 background-color:#FFFFFF;
	}
	
	#barTopForm{
		float: right;
        width: 200px;
		border-left: 1px solid;
        padding: 3px 3px 8px 3px;
        border-bottom: 1px solid;
		background-color: #cccccc;
		padding-top: 10px;
		font-size: .75em;
		font-family: arial;
		font-weight: bold;
	}
	
	.topMenu{
		/*background-image: url("images/barTopCover.gif");
		background-repeat: no-repeat;
		background-position: 0% 100%;
		background-color:#990000;*/
		float: left;
		padding-left: 80px;
		color:#333333;
		text-align: center;
		font-family: arial; 
		font-weight: bold; 
		font-size: .75em; 
	}
	
	.topMenu a{
		color:#333333;
		text-decoration: none;
	}
	
	.topMenu a:hover{
		color:#FFFFCC;
	}
	
	#swagBorderCorner{
		position: absolute;
		top: 60%;
		right: 0%;
	}
	

	#topContWrapper{
		float: left;
		width: 100%;
		/*min-width: 900px;*/
			background-image: url("../siteImages/barBackTop.gif");
		background-repeat: repeat-x;
		background-position: bottom;
		background-color:#FFFFFF;
	}
	
	#topBar{
		float: left;
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#homePage{
		float: left;
		width: 100%; 
	}
	
	
	a{
		text-decoration:none;	
	}
	a:hover{
		color:#CC3300;
		text-decoration:underline;
	}
	
	#swagCenter{
		
	}
	#swagCenter a{
		border: 0px;
	}
	
	#subText{
		margin-left: auto; 
		margin-right: auto; 
		color:#CC0000;
		clear: both; 
		width: 60%; 
		text-align: center; 
		margin-top: 63px; 
		font-family: arial; 
		font-weight: bold; 
		font-size: 14px;
	}
	
	.bottomMenus{
		float: left; 
		width: 100%; 
		margin-bottom:10px;
	}
	
	#rowHeader{
		width: 100%;
		float: left;
	}
	
	#ie6Div{
		position: absolute;		
		left: 44%;
		text-align: center;
	}