@charset "utf-8";
/* CSS Document -- Gazette.Net Autos -- GazetteAutos_ovr.pbs
   ______                 __  __         _   __     __     ___         __            
  / ____/___ _____  ___  / /_/ /____    / | / /__  / /_   /   | __  __/ /_____  _____
 / / __/ __ `/_  / / _ \/ __/ __/ _ \  /  |/ / _ \/ __/  / /| |/ / / / __/ __ \/ ___/
/ /_/ / /_/ / / /_/  __/ /_/ /_/  __/ / /|  /  __/ /_   / ___ / /_/ / /_/ /_/ (__  ) 
\____/\__,_/ /___/\___/\__/\__/\___(_)_/ |_/\___/\__/  /_/  |_\__,_/\__/\____/____/ 

	Devloper:  Marvin Neice
	  E-mail:  mneice@HeraldNet.com
	    Date:  December 20, 2010


*/



/* ------------------------------------------------------------------ */
/* General formatting                                                 */
/* ------------------------------------------------------------------ */
body {margin:0px auto;}

.bold {font-weight:bold;}
.italic {font-style:italic;}
.underline {text-decoration:underline;}

#GZAutosHeader {
	padding:10px;
	overflow:hidden;
	background:url(/images/gazette/autos/GZAutosHeaderBg.jpg) #fff;
}

#GZAutosHeader #GZAutosNav {
	width:980px;
	margin:10px 0;
	padding:7px 0;
	border:none;
	color:#fff;
	font-size:14px;
}

#GZAutosHeader #GZAutosNav .navItems {float:left;}
#GZAutosHeader #GZAutosNav .search { float:right;}

#GZAutosHeader #GZAutosNav .navItems, 
#GZAutosHeader #GZAutosNav .search {margin:0 10px;}


/* ------------------------------------------------------------------ */
/* Framework                                                          */
/* ------------------------------------------------------------------ */
#pageWrapper {
	width:100%;
	height:100%;
	margin:0;
	padding:0 0 15px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	background:#fff;
}

#GZAutosWrapper {
	width:980px;
	min-height:1px;
	margin:0 auto;
	padding:0;
	background:#fff;
	border:none;
}


#GZAutosWrapper #top {
	width:980px;
	min-height:1px;
	padding:15px 0 0 0;
	border:none;
}

#GZAutosWrapper #top #logo {
	width:234px;
	height:112px;
	overflow:hidden;
	float:left;
	border:none;
}

#GZAutosWrapper #top #logo img {border:none;}

#GZAutosWrapper  #top #adsLeaderboardTop {
	width:728px;
	height:90px;
	overflow:hidden;
	border:1px solid #aaa;
	float:right;
}

#GZAutosWrapper #navigation {
	width:980px;
	margin:10px 0;
	padding:7px 0;
	border:none;
	background:#000066;
	color:#fff;
	font-size:12px;
}

#GZAutosWrapper #navigation .navItems {float:left;}
#GZAutosWrapper #navigation .search { float:right;}

#GZAutosWrapper #navigation .navItems, 
#GZAutosWrapper #navigation .search {margin:0 10px;}

#GZAutosWrapper #SearchForLocalCars {
	width:663px; 
	height:297px; 
	overflow:hidden;
	background:url(/images/gazette/autos/localCarsImage.png) #fff;
}

#GZAutosWrapper #SearchForLocalCars .AdicioAutosInventorySearchWidget {width:175px; height:130px; margin:50px 0 0 15px; overflow:hidden; float:left;}

#GZAutosWrapper #SearchForLocalCars #LocalCarsModuleContent {width:620px; margin:50px 0 0 15px; float:left; text-align:left;}

#GZAutosWrapper #LocalDealerShowcase {
	width:316px; 
	height:250px; 
	overflow:hidden;
	margin:9px 0 0 0;
	background:url(/images/gazette/autos/localDealersImage.png) #fff;
}

#GZAutosWrapper #LocalDealerShowcase .LocalDealerModuleContent {width:290px; margin:185px 0 0 15px; float:left; text-align:left;}

#autoSpecialsSmall {height:250px; background:url(/images/gazette/autos/internetSpecialImage.png) #fff; border:none; text-align:center; overflow:hidden;}

#autoSpecialsSmallSM {height:250px; background:url(/images/somd/autos/internetSpecialBgImage.png) #fff; border:none; text-align:center; overflow:hidden;}

#GZAutosWrapper #sellYourCar {width:316px; height:297px; background:url(/images/gazette/autos/sellYourCarImage.png) #fff; border:none; text-align:left; overflow:hidden;}

#GZAutosWrapper #searchForFeaturedCars {width:980px; height:201px; background:url(/images/gazette/autos/featuredCarsBgImage.jpg) #fff; border:none; text-align:left; overflow:hidden;}





#GZAutosWrapper #Link_AutosOnSoMDNews, 
#GZAutosWrapper #Link_AutosOnGazetteNet{margin:13px 0 0 0;}

#GZAutosWrapper #Column3 #BigBoxAd {width:300px; height:250px; overflow:hidden; margin:0 auto; border:1px solid #b9cfe7;}

#GZAutosWrapper #Column3 #ServiceSpecials {width:300px; overflow:hidden; margin:9px auto 0 auto;}

#GZAutosWrapper #Column3 #AutoReviews {width:300px; overflow:hidden; margin:9px auto 0 auto;}

#GZAutosWrapper #featured {margin:15px 0 0 0;}

#GZAutosWrapper #featured #featuredCars {border-top:1px solid #aac0e0;}

#GZAutosWrapper #GZAutos_Footer {margin:15px 0 0 0; text-align:center; background:#069;}


/* ------------------------------------------------------------------ */
/* Links		                                                      */
/* ------------------------------------------------------------------ */

#GZAutosWrapper #navigation a:link,
#GZAutosWrapper #navigation a:visited,
#GZAutosWrapper #navigation a:active {color:#fff; text-decoration:none;}
#GZAutosWrapper #navigation a:hover {color:#fff; text-decoration:underline;}

#GZAutosWrapper #GZAutosNav a:link,
#GZAutosWrapper #GZAutosNav a:visited,
#GZAutosWrapper #GZAutosNav a:active {color:#fff; text-decoration:none;}
#GZAutosWrapper #GZAutosNav a:hover {color:#fff; text-decoration:underline;}

/* ------------------------------------------------------------------ */
/* Misc elements                                                      */
/* ------------------------------------------------------------------ */
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.clearLeft { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:left;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.clearRight; { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:right;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

