/*
 * $Id: main.css,v 1.5.4.3 2008/12/04 15:52:50 cschulze Exp $
 * css tags that are not specific to any particular page or browser. 
 */
 
*{
    font-size: 9pt;
    font-family: FontName, MyriadPro-Regular, MyriadPro-BoldCond, MyriadPro-Bold, Myriad Roman, Arial, Verdana, Helvetica, sans-serif;
}
.groupCategory {
    background-color: #EEE342;
}
.groupCategory .categoryName{
    color: black;
}

.groupCategory .serviceArea {
    color: black;
}

.groupCategory .allCategories {
    color: black;
}

.listingSeparator {
    background-color: black;
}

body { 
	margin: 0 auto;
	width: 914px;
	height: 100%;
	color: #FFFFFF;
	background-image: url('../../images/hagadone/backgrounds/shadow.jpg');
	text-align: center;
	background-position: center;
}

.listing .business , .listing .business {
    font-size: 90%;
}

.listing {
    width: 100%;
    padding-bottom: 4px;
}

.listing div.profileVisible ul {
    padding-right: 7px;
    border: 0px solid green;
    list-style-type: disc;
    list-style-position: inside;
    margin-left: 20px;
    padding-bottom: 7px;
}

.bulletedList ul {
    list-style-type: disc;
    list-style-position: inside;	
}

#page {
	margin: 0 auto;
	width: 914px;
	text-align: center;
	background-color: black;
	height: 100%;
}

#header {   
	margin: 0;
	height: 145px; 
}

#header .banner {
    background-image: url('../../images/hagadone/header/headerFill.jpg');
  	background-repeat: repeat-x;   
    width: 914px;
    margin-bottom: 2px;
}

#header .bannerContent {
	padding: 0px;
}

#header .logo {  
    padding-bottom: 2px;
}

#header .headerLinks {
	background-image: url('../../images/hagadone/header/linksFill.jpg');
	padding-left: 80px;		
}

#header .headerLinks a {
	width: 129px;
	min-height: 17px;
	display: block;
	padding-left: 10px;
	float: left;
	margin-left: -10px;
	background-image: url('../../images/hagadone/header/linkBg.jpg');
	background-repeat: no-repeat;
	font-family: FontName, MyriadPro-Regular, MyriadPro-BoldCond, MyriadPro-Bold, Myriad Roman, Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: white;	
}

#header .headerLinks a:hover {
	background-image: url('../../images/hagadone/header/linkHover.jpg');
	background-repeat: no-repeat;
	color: black;
}

.main {	
	height: 576px;
	background-color: black;
	background-image: url('../../images/hagadone/backgrounds/content.jpg');
	background-repeat: repeat-x;
}

.mainContainer {
	height: 100%;
}

#searchForm .label {
	margin-bottom: 0px;
	text-align: left;
    color: white;
    line-height: 23px;
}

.field {
	width: 650px;
	text-align: left;
	margin-left: 0px;
}

.searchField {
	padding-right: 0px;
	width: 200px;
}

#usStates {
	width: 100px;
}

#citySelect {
	width: 140px;
	margin-left: 0;
}

#siteMapHeader {
	font-family: FontName, MyriadPro-Regular, MyriadPro-BoldCond, MyriadPro-Bold, Myriad Roman, Arial, Verdana, Helvetica, sans-serif;
	text-align: left;
}

.categoryLink, 
.categoryInStateLink, 
.searchLink  {	
	margin-left: 20px;
}

.categoryLink, 
.categoryLink a, 
.categoryInStateLink ,
.categoryInStateLink a, 
.searchLink,
.searchLink a {
	color: white;
	text-align: left;	
	text-decoration: none;
	margin-left: 0px;
	height: 15px;
}

.categoryLink a,
.categoryInStateLink a, 
.searchLink a{	
	padding-top: 0px;
	background-image: url('../../images/hagadone/buttons/arrowIcon.gif'); 
	padding-left: 10px;
	background-align: bottom left;
	background-repeat: no-repeat;
	margin-left: 10px;
}

.categoryLink a:hover,
.categoryInStateLink a:hover, 
.searchLink a:hover {
	text-decoration: underline;
	color: yellow;
}

.noResults, .noResults a {
	color: white;
}

#body {
	background-image: url('../../images/hagadone/backgrounds/serpBody.jpg'); 
	background-position: top;
	background-repeat: repeat-x;
	height: 391px;
}

#footer {
	width: 914px;
	margin-right: auto;
}
