@charset "UTF-8";
/* CSS Document */

/*
=====================================
========== BASE STYLES ==============
=====================================
*/

body
{
	color: #545454;
	line-height: 24px;
	background-color:#fff;
	background:url(/images/bgTile.jpg) repeat-x;
	color:#414042;
	font-family:Verdana, Helvetica, Arial, sans-serif;
	margin:0px;
	font-size:14px;
}

	a
	{
		text-decoration: underline;
	}

	p
	{
		padding: 0px 0px 15px 0px;
		margin: 0px;
	}

h1
{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#0c796a;
	font-size:24px;
	line-height: 28px;
	font-weight:normal;
	font-style:italic;
	padding: 0px 0px 10px 0px;
}

h2
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	line-height: 24px;
	color:#927926;
	font-weight:normal;
	padding: 10px 0px 0px 0px;
}

h3
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	line-height: 24px;
	color:#0c796a;
	font-weight: normal;
	padding: 10px 0px 5px 0px !important;
	margin: 0px !important;
}

#container
{
	position:relative;
	display:block;
	width:907px;
	margin:0px auto;
}

#shareThis
{
	display:block;
	position:absolute;
	width:907px;
	height:20px;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	top: 168px;
	left: 0px;
}

		



/*
=====================================
========= Header STYLES =============
=====================================
*/

#header
{	
	position:relative;
	display:block;
	height:133px;
}

	#header #topLinks
	{
		position:absolute;
		top:10px;
		right:190px;
	}
	
		#header #topLinks a
		{
			font-family:Arial, Helvetica, sans-serif;
			font-weight:bold;
			color:#9e873a;
			font-size:12px;
			text-decoration:none;
			text-transform:uppercase;
			padding:0px 25px 0px 0px;
		}

		#header #topLinks a:hover
		{
			text-decoration:underline;
		}
		
	#header .logo
	{
		position:absolute;
		/*left: 29px;
		top: 30px;*/
		left:10px;
		top:7px;
	}
	
	#header .tagline
	{
		position:absolute;
		left: 475px; /*447*/
		_left:297px; /* Thanks IE6 */
		top: 58px; /*65*/
		_top:52px; /* Thanks IE6 */
	}
	
	#header .searchBox
	{
		position:absolute;
		top:11px;
		right:3px;
		background-image:url(/images/searchBox.gif);
		margin:0px 0px 0px 0px;
		width:188px;
		height:18px;
		color:#6d6e71;
		overflow:hidden;
	}
	
		#header .searchBox input.search
			{
				width:155px;
				height:16px;
				background: transparent;
				font-size:11px;
				line-height: 12px;
				color:#6d6e71;
				padding: 2px 5px 2px 5px;
				margin:0px;
				border:none;
			}
					
			#header .searchBox input.goBtn
			{
				position:absolute;
				right:0;
				z-index:99;
				height:18px;
				width:24px;
				border: none;
   				background:url(/images/goBtn.gif) no-repeat top left;
				cursor:pointer;
			}

/*
=====================================
=========== NAV STYLES ==============
=====================================
*/

#navigation
{
	display:block;
	width:907px;
	height:55px;
	position:relative;
	z-index: 99;
	text-align:center;
}

	#navigation a
	{
		display:block;
		float:left;
		height:34px;
		width:auto;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:14px;
		line-height:34px;
		font-weight:bold;
		text-align:center;
		text-decoration:none;
		color:#FFFFFF;
		padding:0px;
		margin:0px;
		border-right:#FFFFFF solid 1px;
		background:url(/images/navBG.jpg) repeat-x;
	}
	
	#navigation a:hover
	{
		background:url(/images/navBGOver.jpg) repeat-x;
	}
	
	#navigation a.sel
	{
		background:url(/images/navBGOver.jpg) repeat-x;
	}
	
	#navigation a.last
	{
		border:none;
	}
	
		#navigation .home
		{
			width:104px;
			height:34px;
		}
		
		#navigation .communities
		{
			width:156px;
			_width:153px;
			height:34px;
		}
		
		#navigation .lifestyle
		{
			width:200px;
			height:34px;
		}
		
		#navigation .about
		{
			width:138px;
			height:34px;
		}
		
		#navigation .resources
		{
			width:140px;
			height:34px;
		}
		
		#navigation .request
		{
			width:164px;
			height:34px;
		}
		
	#navigation #commDrop
	{
		position:absolute;
		display:none;
		float:left;
		width:660px;
		*width:auto; /* For IE 7*/
		background-color:#f0e6c0;
		border-left:1px #fff solid;
		border-right:1px #fff solid;
		border-bottom:1px #fff solid;
		padding:10px;
		left: 104px;
		top: 35px;
		z-index:99; 
	}
	
		#navigation #commDrop div
			{
				display:block;
				float:left;
				padding:0px 8px;
				white-space:nowrap;
			}
			
			#navigation #commDrop div.compare
			{
				display:block;
				float:left;
				clear:both;
				width:642px;
				width:618px; /* For IE 7*/
				text-align:right;
				border-bottom: 1px solid #927926;
				padding:0px 10px 0px 10px;
				margin:0px 0px 10px 0px;
			}
			
				#navigation #commDrop div.compare a
				{
					display:block;
					float:right;
					height:auto;
					font-size:11px;
					font-weight:bold;
					line-height:18px;
					color:#993300;
					padding:0px 0px 6px 0px;
					text-decoration:none;
					background:none;
					border:none;
				}
				
				#navigation #commDrop div.compare a:hover
				{
					color:#663300;
				}
			
		#navigation #commDrop a.state
			{
				display:block;
				float:none;
				height:auto;
				font-size:14px;
				line-height:16px;
				color:#927926;
				font-weight:bold;
				padding:5px 0px;
				text-decoration:none;
				text-align:left;
				background:none;
				border:none;
			}
			
			#navigation #commDrop a.state:hover
			{
				color:#927926;
			}
		
			#navigation #commDrop a
			{
				display:block;
				float:none;
				height:auto;
				font-size:14px;
				font-weight:normal;
				line-height:18px;
				color:#0c796a;
				padding:0px 0px 5px 6px;
				text-decoration:none;
				text-align:left;
				background:none;
				border:none;
			}
		
			#navigation #commDrop a:hover
			{
				color:#5ea69d;
			}


/*
=====================================
========== SUBNAV STYLES ============
=====================================
*/

#subNav
{
	padding:0px 0px 20px 0px;
}


	#subNav a
	{
		display:block;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:13px;
		font-weight:bold;
		text-indent:28px;
		color:#0c796a;
		margin:0px 0px 13px 0px;
		text-decoration:none;
	}
	
	#subNav a:hover
	{
		color:#927926;
		background-image:url(/images/triangleBrown.gif);
		background-repeat:no-repeat;
		background-position: 15px 5px;
	}
	
	#subNav a.sel
	{
		color:#927926;
		background-image:url(/images/triangleBrown.gif);
		background-repeat:no-repeat;
		background-position: 15px 5px;
	}

		#subNav a.thirdLevel, #subNav a.thirdLevelSel
		{
			text-indent:39px;
			color:#0c796a;
			margin:0px 0px 13px 0px;
			text-decoration:none;
			font-size: 11px !important;
			vertical-align: top !important;
		}
	
		#subNav a.thirdLevel:hover
		{
			color:#927926;
			background-image:url(/images/triangleBrown.gif);
			background-repeat:no-repeat;
			background-position: 28px 6px !important;
		}

		#subNav a.thirdLevelSel
		{
			color:#927926;
			background-image:url(/images/triangleBrown.gif);
			background-repeat:no-repeat;
			background-position: 28px 6px !important;
		}


/*
=====================================
========= FOOTER STYLES =============
=====================================
*/

#footer
{
	display:block;
	margin: 18px 0px 15px 0px;
	padding:15px;
	border:solid 1px #c6c8ca;
	background-color:#f9f9f9;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

	#footer a
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#414042;
		line-height:20px;
		text-decoration:none;
	}
		#footer a:hover
		{
			text-decoration:underline;
		}
		
	#footer span
	{
		padding:0px 12px;
	}



/*
=====================================
========= HOMPAGE STYLES ============
=====================================
*/

.homeContentContainer
{
	display:block;
}

	#flashHolder
	{
		float:left;
	}
	
	#commLocations
	{
		float:left;
		margin:0px 0px 0px 9px;
		position:relative;
		z-index:1;
	}
	
		#commLocations h2
		{
			display:block;
			width:358px;
			height:27px;
			background:url(/images/ChooseACommHeaderBg.jpg) repeat-x;
			font-size:14px;
			font-weight:bold;
			color:#FFFFFF;
			line-height:25px;
			text-indent:10px;
			border-bottom:1px solid #fff;
			margin:0px;
			padding:0px;
		}
		
		#commLocations #commBTN
		{
			position:absolute;
			top:158px;
			left:151px;
			cursor:pointer;
			z-index:10;
	height: 33px;
	width: 192px;
}
		
		#commLocations #commLink
		{
			position:absolute;
			height:18px;
			width:176px;
			top:215px;
			left:154px;
			cursor:pointer;
			z-index:11;
		}
		
		#commLocations #locationsPanel
		{
			position:absolute;
			display:none;
			width:660px;
			*width:660px; /* For IE 7*/
			border:1px solid #927926;
			background-color:#f0e6c0;
			padding:10px;
			left: -346px;
			/*left:-372px; /*For IE 7 */
			top: 192px;
			z-index:99;
		}
			
			#commLocations #locationsPanel div
			{
				display:block;
				float:left;
				padding:0px 9px;
				white-space:nowrap;
			}
		
			#commLocations #locationsPanel a.state
			{
				font-size:14px;
				color:#927926;
				font-weight:bold;
				padding:0px;
				text-decoration:none;
			}
			
			#commLocations #locationsPanel a.state:hover
			{
				color:#927926;
			}
		
			#commLocations #locationsPanel a
			{
				display:block;
				font-size:14px;
				line-height:18px;
				color:#0c796a;
				padding:0px 0px 4px 6px;
				text-decoration:none;
			}
		
			#commLocations #locationsPanel a:hover
			{
				color:#5ea69d;
			}
			 
	#homeText
	{
		float:right;
		width:488px;
		padding: 0px 32px 0px 0px;
	}
	
		#homeText h1
		{
			margin: 5px 0px 12px 0px;
			padding:0px;
			
		}
		
		#homeText p
		{
			font-size:14px;
			line-height:24px;
			margin:0px;
			padding:0px 0px 24px 0px;
		}
		
		
	.homeBodyLeftColContainer
	{
		float:left;
		display:block;
		width:325px;
	}
		
	 .visit
	 {
		float:left;
		display:block;
		padding:0px 33px 0px 21px;
	 }
	 
	 .join
	 {
		float:left;
		display:block;
		padding:0px 33px 0px 21px;
	 }
	 
	 .bottomPhoto
		{
			float:left;
			border:solid 1px #c6c8ca;
			margin:0px;
		}
	 
	.homeModuleContainer
	{
		float:left;
		display:block;
		width:219px;
		height:264px;
		margin:0px 11px 0px 0px;
		/*_margin:0px 10px 0px 0px; /* Thanks IE6 */
		padding:0px;
		background:#FFFFFF url(/images/moduleBoxBg.png) repeat-x bottom;
	}
	
		.homeModule
		{
			
			border-left:solid 1px #c6c8ca;
			border-right:solid 1px #c6c8ca;
			border-bottom:solid 1px #c6c8ca;
			position:relative;
		}
		
		.homeModuleContainer a.more
		{
			position:absolute;
			display:block;
			bottom:3px;
			right:10px;
			font-size:10px;
			color:#0b796a;
			padding:0px 14px 0px 0px;
			margin:0px;
			text-decoration:none;
			background-image:url(/images/triangleGreen.gif);
			background-repeat:no-repeat;
			background-position:99% 52%;
			text-transform:uppercase;
		}
		
			.homeModuleContainer a.more:hover
			{
				text-decoration:underline;
				color:#0b796a;
			}
		
		
			h2.module
			{
				display:block;
				width:218px;
				height:25px;
				background:url(/images/moduleBoxHeaderBg.jpg) repeat-x;
				font-size:14px;
				font-weight:bold;
				color:#FFFFFF;
				line-height:25px;
				text-indent:10px;
				border-bottom:1px solid #fff;
				margin:0px;
				padding:0px;
			}
				.wildcard
				{
					width:208px;
					height:229px;
					font-size:12px;
					line-height:18px;
					padding:4px;
				}
				
					.wildcard img
					{
						padding:0px;
						margin:0px 0px 8px 0px;
					}
					
				.news
				{
					
					width:196px;
					height:223px;
					padding:13px 10px 0px 10px;
				}
				
					.news a
					{
						display:block;
						color:#414042;
						font-size:12px;
						line-height:17px;
						text-decoration:none;
						background:url(/images/triangleBrown.gif) no-repeat;
						background-position: 0px 4px;
						padding:0px 0px 0px 14px; 
						margin:0px 0px 12px 0px;
					}
					
					.news a:hover
					{
						color:#b2b5b8;
					}
					
				.poll
				{
					width: 196px !important;
					height: 228px !important;
					overflow: hidden !important;
					padding: 9px 10px 0px 10px !important;
				}
				
					.poll .submitBtn
					{
						position:absolute;
						height:24px;
						width:75px;
						bottom:8px;
						left:72px;
					}

/*
=====================================
======== COMM HOMPAGE STYLES ========
=====================================
*/

#contentContainer
{
	width:905px;
	display:block;
	border-left:solid 1px #c6c8ca;
	border-right:solid 1px #c6c8ca;
	border-bottom:solid 1px #c6c8ca;
	background:url(/images/contentPageBg.jpg) left repeat-y;
	padding:0px 0px 13px 0px;
	
}
	
	#contentContainer #leftCol
	{
		float:left;
		width:229px;
		padding:22px 0px 0px 0px;
		background:url(/images/leftColBg.jpg) repeat-x;
	}
	
		#contentContainer #leftCol img
		{
			display:block;
			float:none;
			margin:0px auto;
			_margin-left:15px; /* Die IE6, DIE DIE DIE */
		}	
	
	#contentContainer #rightCol
	{
		float:left;
		width:675px;
		padding:0px 0px 0px 1px;
	}			 

#commHpHeader
{
	display:block;
	clear:both;
	width:907px;
	height:58px;
	background-color:#927926;
	border-bottom:1px solid #fff;
	
}

	#commHpHeader h1
	{
		float:left;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:36px;
		color:#FFFFFF;
		font-weight:normal;
		font-style:italic;
		text-indent:17px;
		line-height:58px;
		padding:0px;
		margin:0px;
	}
	
	#commHpHeader .commAddress
	{
		float:right;
		display:block;
		padding:11px 24px 0px 0px;
		font-size:12px;
		line-height:18px;
		color:#fff;
	}

		#commHpHeader .commAddress p
		{
			padding: 0px !important;
			margin: 0px !important;
		}
	
	.commIntrotext
	{
		display:block;
		padding: 10px 30px 15px 38px;
	}

		.commIntrotext p
		{
		}


.CommHomeModuleContainer
	{
		float:left;
		display:block;
		width:208px;
		height:288px;
		margin:0px 0px 0px 13px;
		_margin:0px 0px 0px 6px; /*Thanks IE6*/
		padding:0px;
		background:#FFFFFF url(/images/moduleBoxBg.png) repeat-x bottom;
	}
	
		.CommHomeModuleContainer .commHomeModule
		{
			
			border-left:solid 1px #c6c8ca;
			border-right:solid 1px #c6c8ca;
			border-bottom:solid 1px #c6c8ca;
			position:relative;
			width:207px;
			height:255px;
			padding:8px 0px 0px 0px;
		}
		
			.CommHomeModuleContainer .commHomeModule img
			{
				display:block;
				margin:0px auto;
			}
			
			.CommHomeModuleContainer .commHomeModule ul
			{
				margin: 10px 0px 0px 5px;
			}
				.CommHomeModuleContainer .commHomeModule li
				{
					padding:0px 0px 0px 0px;
					color:#927926;
				}
					.CommHomeModuleContainer .commHomeModule li span
					{
						color:#414042;
					}
			
		
		.CommHomeModuleContainer a.more
		{
			position:absolute;
			display:block;
			bottom:2px;
			right:10px;
			font-size:10px;
			color:#0b796a;
			padding:0px 14px 0px 0px;
			margin:0px;
			text-decoration:none;
			background-image:url(/images/triangleGreen.gif);
			background-repeat:no-repeat;
			background-position:99% 52%;
			text-transform:uppercase;
		}
		
			.CommHomeModuleContainer a.more:hover
			{
				text-decoration:underline;
				color:#0b796a;
			}
		
		
			.CommHomeModuleContainer  h2.module
			{
				display:block;
				width:209px;
				height:25px;
				background:url(/images/moduleBoxHeaderBg.jpg) repeat-x;
				font-size:14px;
				font-weight:bold;
				color:#FFFFFF;
				line-height:25px;
				text-indent:10px;
				border-bottom:1px solid #fff;
				margin:0px;
				padding:0px;
			}
			
			.vts .links
			{
				margin:10px 0px 0px 0px;
			}
			
				.vts a
				{
					display:block;
					font-family:Verdana, Arial, Helvetica, sans-serif;
					font-size:14px;
					text-indent:32px;
					color:#414042;
					margin:0px 0px 0px 0px;
					text-decoration:none;
					background-image:url(/images/triangleBrown.gif);
					background-repeat:no-repeat;
					background-position:18px 52%;
				}
				
				.vts a:hover
				{
					color:#b2b5b8;
				}


/*
=====================================
======= CONTENT PAGE  STYLES ========
=====================================
*/

#contentContainerPage
{
	width:907px;
	display:block;
	background:url(/images/contentPageBg.jpg) left repeat-y;
	padding:0px 0px 13px 0px;
	
}
	
	#contentContainerPage #leftCol
	{
		float:left;
		width:229px;
		background:url(/images/leftColBg.jpg) repeat-x;
	}
	
		#contentContainerPage #leftCol img
		{
			display:block;
			float:none;
			margin:0px auto;
			_margin-left:15px; /* Die IE6, DIE DIE DIE */
		}	
		
		#contentContainerPage #leftCol a
		{
			font-size:12px;
			margin:0px 0px 11px 0px;
		}
		
		#contentContainerPage #leftCol .navcap
		{
			display:block;
			height:5px;
			width:229px;
			background-color:#927926;
			margin:0px 0px 12px 0px;
		}
	
	#contentContainerPage #rightCol
	{
		float:left;
		width:637px;
		padding:0px 0px 0px 40px;
	}	

	#rightCol2
	{
		float: left;
		width: 605px;
		padding: 10px 0px 0px 40px;
	}	
	
		#contentContainerPage #rightCol img, #rightCol2 img
		{
			float:right;
			clear:right;
			display:block;
			margin:0px 0px 12px 15px;
		}
		
			
/*
========================================
========= Floor Plans & Tours ==========
========================================
*/

	#tourWrapper
	{
		display:block;
		margin:25px 0px;
		
	}
	
		#tourWrapper h1
		{
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:18px;
			line-height:21px;
			font-weight:bold;
			margin:0;
			padding:0;
			color:#927926;
		}
		
		#tourWrapper h2
		{
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:13px;
			line-height:15px;
			font-weight:normal;
			font-style:italic;
			margin:0px 0px 7px 0px;
			padding:0;
			color:#927926;
		}
	
	.tourRow
	{
		Display:block;
		padding:0px 0px 25px 0px;
		margin:0px 0px 35px 0px;
		border-bottom:1px solid #c6c7c8;
		
	}
	
		.tourRow a.floorplan
		{
			display:block;
			float:left;
			margin-right:12px;
			height:34px;			
			width:auto;
			line-height:34px;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:12px;
			color:#0c796a;
			text-decoration:underline;
			background-image:url(../images/floorplanIcon.gif);
			background-repeat:no-repeat;
			text-indent:40px;
		}
		
		.tourRow a.vtour
		{
			display:block;
			float:left;
			
			height:34px;
			width:auto;
			line-height:34px;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:12px;
			color:#0c796a;
			text-decoration:underline;
			background-image:url(../images/360Icon.gif);
			background-repeat:no-repeat;
			text-indent:54px;
		}
		
			.tourRow .hasMultipleTours
			{
				display:block;
				float:left;
				cursor:pointer;
				width:auto;
				min-height:34px;
				overflow:visible;
				width:auto;
				line-height:34px;
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font-size:12px;
				color:#0c796a;
				text-decoration:underline;
				background-image:url(../images/360Icon.gif);
				background-repeat:no-repeat;
				text-indent:54px;
				
			}
			
			.tourRow .hasMultipleTours .toursHolder
			{
				display:none;
				float:none;
				padding-left:54px;
				text-indent:0px;
			}
			
				.tourRow .hasMultipleTours .toursHolder .THleftCol
				{
					width:82px;
					*width:80px;
					
				}
				
				.tourRow .hasMultipleTours .toursHolder .THrightCol
				{
					width:98px;
					*width:96px;
				}
				
				.tourRow .hasMultipleTours .toursHolder a
				{
					
					float:none;
					display:block;
					font-size:10px;
					line-height:11px;
					color:#0c796a;
					text-decoration:underline;
					font-family:Verdana, Arial, Helvetica, sans-serif;
					padding:0px 0px 4px 0px;
					/*
					
					
					*/
					
					
				}
	
		.tourLeft
		{
			display:block;
			width:auto;
			float:left;
			padding:0px 24px 0px 5px;
			border-right:1px solid #c6c7c8;
		}
			.noTour
			{
				width:231px;
				*width:236px;
			}
		
		.tourRight
		{
			display:block;
			width:260px;
			float:left;
			padding:0px 0px 0px 24px;
		}
		
		.block
		{
			display:block;
		}
		
		.ipix-td .green-txt-bold
		{
			color:#0c796a;
			font-weight:bold;
			font-size:130%;
		}
		
		.ipix-td .ipix-txt-bold
		{
			font-weight:bold;
		}
		
		

	/* CARBIDE STYLES */


	.BackLink
	{
		clear: both;
		display: block;
		margin: 0px 0px 15px 0px !important;
		border-top: solid 1px #cdcdcd;
		padding: 5px 0px 0px 0px !important;
		font-weight: bold;
	}

	.Dimmed, .Dimmed a
	{
		color: #ABABAB !important;
	}

	.BodyFooter
	{
		font-size: 90%;
	}

	.PressReleaseItem
	{
		padding: 0px 0px 15px 0px;
	}

		.PressReleaseItem .Date
		{
			font-size: 90%;
		}
		
		.PressHeadline
		{
			font-size: 17px;
			border-bottom: solid 1px #927926;
			padding-bottom: 5px;
		}

		.PressHeadlinePush
		{
			padding-top: 15px;
		}
		
		.PublishDate
		{
			margin-top: -15px;
			padding-bottom: 15px;
		}

	/* END OF CARBIDE STYLES */


/*
	Site Map Specific
	-------------------------------------------------------------------------
*/

	.site_map1
	{
		font-weight: bold;
		padding: 0px 0px 0px 0px !important;
		margin: 0px 0px 0px 0px !important;
	}

		p.sitemap
		{
			padding: 15px 0px 0px 0px !important;
			margin: 10px 0px 0px 0px !important;
			border-top: solid 1px #CDCDCD;
		}

		blockquote.sitemap
		{
			padding: 15px 0px 0px 25px !important;
			margin: 0px 0px 0px 0px !important;
		}

			blockquote.sitemap p
			{
				padding: 0px 0px 0px 0px !important;
				margin: 0px 0px 0px 0px !important;
			}




/*
	Community Event Specific
	-------------------------------------------------------------------------
*/


.EventSidebar
{
	position: relative;
	width: 205px;
	margin: 30px auto 0px auto;
	
	background-image: url("/images/EventBG.png");
	background-repeat: repeat-y;
}

.EventSidebar p
{
	padding: 0px 15px 7px 10px;
	margin: 0px;

	font-size: 13px;
	line-height: 15px;
}

.EventTitle
{
	position: relative;
	
	background-image: url("/images/EventTitle.png");
	background-repeat: repeat-y;

	padding: 5px 15px 5px 10px;

	font-family: Georgia, "Times New Roman", Times, serif;
	color: White;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	font-style: italic;
}

.EventPhoto
{
	position: relative;
	width: 200px;
	
	background-color: #372F1C;

	padding: 4px 0px 2px 0px;
	margin-bottom: 10px;
}

.EventFooter
{
	position: relative;
	height: 11px;
	width: 205px;
	margin: 0px auto 0px auto;
	
	background-image: url("/images/EventFooter.png");
	background-repeat: no-repeat;
}


