﻿/* Styles for HTML Elements */
html, body, form, .PrimaryContainer
{
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: none;
	vertical-align: top;
}

/*Adding Additional styling to the body tag*/
body 
{
	/*Default Text*/
	font-size: 13px;
	font-family: "Trebuchet MS";
	line-height: 22px;
	color: #281903;
}

.BodyBG
{
	background-image: url('/Images/Common/Background.jpg');
	background-repeat: repeat-x;
	background-color: #AC9582;
}

/*Locating the Primary Container*/
.PrimaryContainer
{
	/*Size*/
	width: 990px;
	
	/*Setting up height 100%*/
	min-height: 100%;
	height: auto !important;
	height: 100%;
	
	/*Center the content*/
	margin: 0 auto -65px; /* the bottom margin is the negative value of the footer's height */
	
	/*Alignment*/
	text-align: left;
	vertical-align: top;
	background-color: White;
}

/*Extra spacing issues in IE*/
object, embed { display: block; }

/*Height of footer and PushRow must always be the same*/
#FooterSection, #PushRow 
{
	height: 65px;
}

/*Center and set the smaller font for the footer*/
#FooterSection
{
	width: 990px;
	height: 50px;
	margin: 0 auto;
	padding-top: 15px;
	background-color: White;
}

#FooterRow
{
	width: 974px;
	height: 50px;
	line-height: 50px;
	padding-left: 16px;
	font-size: 12px;
	font-family: Trebuchet MS;
	color: #ECDEBE;
	background-color: #281903;
	
}

/*Where the logo, email signup box and language links live*/
#TopRow
{
	width: 990px;
	height: 99px;
	background-color: White;
}

#TopRowRight
{
	float: right;
	width: 279px;
	height: 99px;
}

/*Footer Links*/
#FooterSection a
{
	font-size: 11px;
	color: #ECDEBE;
}
#FooterSection a:hover { text-decoration: none; }

/*Making sure there is no extra spaces after the Flash content*/
#Flash
{
	display: block;
	float: left;
}
/*Headers*/
.h2
{
	text-transform: uppercase;
	font-weight: bold;
}

h2
{
	color: #333333;
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
}

/*Images default to no content*/
img { border: none; }

/*Adding some padding/margin around the content*/
#PNEContent
{
	padding: 0px 15px 0px 15px;
	width: 960px;
	overflow: hidden;
}

/*Styling for Buttons that aren't styled by RadFormDecorator */
.btn, input[type=button], input[type=submit]
{
	font-size: 12px; 
	font-family: "Trebuchet MS";

	color : White;
	border: none;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 22px;
	text-align: center;
	vertical-align: middle;
	height: 22px;
	background-color: #333333;
}

/*Container for signup*/
#EmailSignupContainer
{
	float: right;
	width: 239px;
	height: 48px;
	padding-top: 33px;
}

/*Link Defaults*/
a { color: #2e758c; }
a:hover { text-decoration: none; }

/*Shortcuts*/
.B { font-weight: bold; }

#Logo
{
	float: left;
	width: 390px;
	height: 63px;
	margin-top: 18px;
}

/*Container for Flash/Primary Image*/
#FlashContainer
{
	float:left;
	width: 682px;
	height: 350px;
	display: block;
	margin-bottom: 15px;
}

.H2
{
	font-size: 18px;
	font-weight: bold;
	font-family: Georgia;
	color: #FF8B9E;
	text-transform: uppercase;
}


.H3
{
	font-family: Georgia;
	font-size: 20px;
	color: #281903;
	line-height: 20px;
	margin-bottom: 8px;
}

.PB15
{
	padding-bottom: 15px;
}

.DB
{
	display: block;
}

.TR
{
	float: left;
	width: 49px;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
}

.T2
{
	 width: 100%;
}

.bgWhite
{
	background-color: white;
}
.ListingImage
{
	border: solid 1px #281903 !important;
	display: block;
}

.ListingTitle
{
	font-weight: bold;
	font-family: Georgia;
	font-size: 14px;
}
.PremiumTitle
{
	color: #ECDEBE;
	background-color: #281903;
	height: 30px;
	vertical-align: middle;
	line-height: 30px;
	padding-left: 10px;
}
.StandardTitle
{
	color: #281903;
}

#Listings a
{
	color: #760202;
}

.FL
{
	float: left;
}
.PNELeftContent { width: 682px; }

.PNELeftContentFull { width: 960px; }
