/*
	Copyright 2007, 2008 TripSketch Corp, All Rights Reserved
*/

/*
 *	CSS contains common rendering classes across the site
 */



.Mainbody
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
	width:100%;
	background-color:#FFFFFF;
	background-image:url(../Images/Theme-1/HomePageBG/BG_grad.jpg); 
	background-attachment:fixed;
	background-repeat:repeat-x;
	overflow-x:auto; 
	overflow-y:auto;
}

.Body
{
	font-family:Arial;
	font-size: small;
	color: black;
	background-color: #FFFFFF;	
}

.CityHeading
{
	font-family:Arial;
	font-size:16pt;
	color:#640C1A;
	font-weight:bold;
}

body, div{
 background-color:#FFFFFF;	
}

ul li{
	list-style:none;
	padding-top:1%;
}
.typeHeading{
	font-family:Arial;
	font-size:16pt;		
	padding-left:2%;
}

.locationHeading{
	font-family:Arial;
	color:#AD2741;
	font-weight:bold;
	font-size:12pt;
}

.content{
	font-family:Arial;
	font-size:12pt;
}

.planLink{
	color:#EAC06A;
	text-decoration:none;
	font-weight:bold;
	
}

.nameLink{
	color:#000000;
	text-decoration:underline;	
	
}

.planNow{
	font-size:13pt;
	line-height:19px;
	color:#FFFFFF;
	float:left; 
	height:18%;
	font-family:Arial;
}

.planNowBand{
	background-image:url('../Images/Theme-2/RedBand-mid.png');
	width:73%;
	height:127px;
}

.Logo{
	background-image:url('../Images/Theme-2/REdBand-left.png');
	width:250;
	height:127px;
}

.headerPicClass{
	background-image:url('../Images/Theme-2/headerImage.png');
	background-repeat:no-repeat;
	background-position:right;
	padding-left:3%;
}
