/* Styles for Breadcrumbs */

#BreadCrumbTrail{
}

a.bcl:link{
	color: #FE0303;
}
a.bcl:visited{
	color: #FE0303;
}
a.bcl:hover{
	color: #FE0303;
}
a.bcl:active{
	color: #FE0303;
}

.redText{
	color: #FE0303;
}
	
#bc{
	font-size: 120%;
}

#bc-2{
	font-size: 140%;
}

#bc-M{
	font-size: 160%;
}

#bc-4{
	font-size: 180%;
}

/*floating box in some pages' header*/
#redBoxCG{
	bottom: 0px;
	float: left;
	left: 0px;
	position: absolute;
	width: 100%;
}

#redBoxCG2{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 958px;
}

#cityGuide{
	background-image: url('/env/images/redBox.png');
	background-repeat: repeat;
	height: auto;
	min-height: 135px;
	position: relative;
	width: 680px;
}

#blue-float-box{
	background-image: url('/env/images/blue-box.png');
	background-repeat: repeat;
	height: auto;
	min-height: 135px;
	position: relative;
	bottom: 0px;
	width: 680px;
}

#tan-box{
	background-image: url('/env/images/tan-box.png');
	background-repeat: repeat;
	height: auto;
	min-height: 135px;
	position: relative;
	width: 680px;
}

#cgTitle{
	color: #FFF;
	float: left;
	font-family: "Birch Std";
	font-size: 180%;
	letter-spacing:-1px;
	padding-left: 50px;
	padding-top: 30px;
	width: 130px;
}

#cgText{
	color: #FFF;
	font-family: Arial;
	font-size: 80%;
	float: right;
	padding: 30px 10px 30px 20px;
	width: 450px;
}

#blTitle{
	color: #FFF;
	font-family: "Birch Std";
	font-size: 180%;
	letter-spacing:-1px;
	padding-left: 50px;
	padding-top: 10px;
	width: auto;
}

#blText{
	color: #FFF;
	font-family: Arial;
	font-size: 80%;
	padding: 2px 10px 10px 50px;
	width: 580px;
}

/* common main area content styles */

.mainTitle{
	border-bottom: 1px solid #DAE0E1;
	clear: both;
	color: #FE0303;
	font-family: "Birch Std";
	font-size: 100%;
	font-weight: bold;
	/*letter-spacing: -1px;*/
	margin-bottom: 5px;
	padding: 20px 0px 5px 0px;
	width: 100%;
}

.greyLine{
	border-bottom: 1px solid #DAE0E1;
	clear: both;
	margin: 5px 0px;
}

#bannerAd{
	clear: both;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	width: 500px;
}

#edit{
	color: #FE0303;
	font-size: 80%;
	float: right;
}

/* article page */

#article-list{
	font-family: Arial;
	font-size: 150%;
	margin-left: 20px;
}

#article-list a{
	color: #5A9FD6;
}

#article-list ul{
	font-size: 80%;
	margin: 0px 0px 0px 10px;
}

#article-list ul li{
	line-height: 35px;
}

#article-list ul li ul{
	font-weight: bold;
}

#articleHeader{
	float: left;
	width: 100%;
}

#articleSectionTitle{
	color: #FE0303;
	font-family: "Birch Std";
	letter-spacing: 0px;
}

#articleTitle{
	color: #3D96D4;
	font-family: Arial;
	font-size: 130%;
	font-weight: bold;
}

#articleAuthor{
	color: #A4A2A2;
	float: left;
	font-family: Arial;
	font-size: 100%;
	font-weight: bold;
	padding: 5px 0px;
}

#articleSocialMedia{
	float: right;
}

#facebookLike{
	float: left;
	overflow: hidden;
	padding: 5px;
	width: 45px;
}

#twitterShare{
	float: left;
	padding: 5px;
}

#googlePlusShare{
	float: left;
	padding: 5px;
}

#articleBody{
	font-family: Arial;
	color: #A2A2A2;
}


/* Business Listing Page Styles */
#SeeYourCart{
	cursor: hand;
	cursor: pointer;
	text-align: right;
}

.AddAnItem{
	background-repeat: no-repeat;
	background-position: left bottom;
	border: 1px solid #A8A197;
	float: left;
	font-family: Arial;
	margin-bottom: 50px;
	position: relative;
	width: 100%;
}


#file_folder_bckgrd{
	/*background-image: url('/env/images/AddFeaturedListing.jpg');*/
	width:680px;
	
	vertical-align:bottom;
}

#file_folder_bckgrd_free{
	/*background-image: url('/env/images/AddFreeListing.jpg');*/
	width:680px;
	
	vertical-align:bottom;
}

#files_bckgrd{
	/*background-image: url('/env/images/AddBasicListing.jpg');*/
	width:680px;
	
	vertical-align:bottom;
}

.aa-ItemLeft{
	float: left;
	width: 40%;
	height:100%;
	vertical-align:bottom; 
}

.aa-ItemLeft img{
	cursor: hand;
	cursor: pointer;
	
	vertical-align:bottom;
}


.aa-InterestButton{
	cursor: hand;
	cursor: pointer;
	margin-top: 30px;
	margin-left: 30px;
}

input.aa-InterestFormSubmitButton{
	background-color: #EB0303;
	border: 2px outset #EB0303;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
	color: #FFF;
	font-style: normal;
	font-weight: bold;
	margin: 0px auto;
	padding: 10px 15px;
}

input.aa-InterestFormSubmitButton:active{
	background-color: #7E0101;
	border: 2px inset #7E0101;
	color: #FFF;
	font-style: normal;
	font-weight: bold;
	padding: 5px 15px;
}

.aa-ItemRight{
	float: left;
	padding: 10px;
	width: 55%;
}

.aa-Benefits{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.aa-BenefitsLI{
	background-image:url('/env/images/listingArrow.png');
	background-repeat:no-repeat;
	background-position:0px 5px; 
	padding-bottom: 10px;
	padding-left: 20px;
}

