/* 
	Brisbane Technology Park SITE-WIDE STYLESHEET
////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////
 
        Site Colors: Green: #d5df33 
 
	This document contains all the necessary styles for the Brisbane Technology Park site.
	The document is split into numerous style sections:
 
	/// SS01: Override styles - styles that override base xhtml elements.
	/// SS02: Unique Styles - styles for unique ID objects
	/// SS03: Combination Styles - styles that combine to make reflexive classes
	/// SS04: Anchor & Link Styles - styles that redesign links, anchors etc.
              /// ss04.1: Drop Down Menu Styles
 
///////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////
*/
 
/* 
SS01: OVERRIDE STYLES
////////////////////////////////////////////////////////////////
///////////////////////////////////////////
*/
 
body, html
{
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family:verdana, sans-serif;
	font-size:12px;
	color:black;
	background:#fff;
}

h1
{
	margin:0px 0px 15px 0px;
	font-size:19px;
}

h2
{
	font-size:14px;
	margin:6px 0px 6px 0px;
}

h3
{
	font-size:12px;
	font-weight:bold;
	margin:0px 0px 5px 0px;
}

h4
{
	font-size:12px;
	font-weight:bold;
	margin: 14px 0px 3px 0px;
}

P
{
	MARGIN-TOP:0PX;
}

a
{
	text-decoration:underline;
}

a:hover
{
	text-decoration:none;
}

li
{

}

img
{
	border:none;
}

#MainContent ul
{
	color:white;
}

label
{
	vertical-align:middle;
}

/*
/////////////////////////////////////////// Override
////////////////////////////////////////////////////////////////
*/
 
/* 
SS02: UNIQUE STYLES
////////////////////////////////////////////////////////////////
///////////////////////////////////////////
*/

#CT_Body
{
	width:100%;
	margin: auto;
	min-height: 100%;
	position: relative;
	padding:0px;
	min-width:972px;
}

#CT_SubNav 
{
	height:28px;
	width:100%;
	font-family:verdana, sans-serif;
	font-size:11px;
	color:white;
	background:URL(images/BG_SubNav.gif) repeat-x;
	margin: auto;
	position:absolute;
	z-index:30;
	top:0px;
	left:0px;
	text-align:left;
}

	.SubNavLinks
	{
		width:832px;
		text-align:center;
		margin:auto;
		height:28px;
	}
		
		#SubNav
		{
			height:28px;
			width:832px;
			text-align:center;
			margin:auto;
			position:relative;
		}

		#PrintVersion
		{
			display:block;
			float:right;
			background:url(images/BT_Print.gif) no-repeat;
			width:76px;
			heightL:14px;
			margin:3px 0px 0px 8px;
			text-decoration:none;
		}


			#SubNav a
			{
				border:none;
			}
		
			
			.SubItem
			{
				height:28px;
				text-decoration:none;
			}
			
			.SubBTN
			{
				position:relative;
				font-size:11px;
				color:white;
				line-height:28px;
				overflow:hidden;
				display:block;
				
				width:auto;
				padding:0px 5px 0px 5px;
			}
			
				.SubBTN a:link, .SubBTN a:visited, .SubBTN a:active
				{
					color:white;
				}
				
				.SubBTN a:hover, .SubBTN a:visited:hover, .SubBTN a:active:hover
				{
					color:black;
				}
			
			.SubBTN:hover
			{
				color:black;
				background:#d5df33;
				cursor:pointer;
			}
			
			.SubMenuLeft
			{
				background:url(images/BG_SubMenuLeft.jpg); width:4px; height:30px; position:absolute; top:0px; left:0px;
			}

				.SubMenuLeft2
				{
					background:url(images/BG_SubMenuLeftMO.jpg)no-repeat; position:absolute; top:30px; left:0px; width:100%; height:30px; 
				}
				
			.SubMenuRight
			{
				background:url(images/BG_SubMenuRight.jpg); width:4px; height:30px; position:absolute; top:0px; right:0px;
			}
				
				.SubMenuRight2
				{
					background-image:url(images/BG_SubMenuRightMO.gif) no-repeat; position:absolute; top:30px; right:0px; width:4px; height:30px; 
				}

				.SubBTN:hover .SubMenuRight2
				{
					top:0px; right:0px; background:url(images/BG_SubMenuRightMO.gif) no-repeat; width:4px; height:30px;
				}
				
				.SubBTN:hover .SubMenuLeft2
				{
					top:0px; left:0px; background:url(images/BG_SubMenuLeftMO.gif) no-repeat 0 0; z-index:50;
				}

#CT_Header
{
	height: 112px;
	clear: both;
	background:#fff;
	padding-top:23px;
}
	
	.CT_HeaderContent
	{
		background: url(images/BG_Header.jpg) no-repeat top left;
		width:832px;
		text-align:center;
		margin:auto;
		height:112px;
		position:relative;
	}
		
		#BTP_Logo
		{
			position:absolute;
			left:0px;
			top:32px;
		}
		
		.ContactDetails
		{
			float:right;
			height:50px;
			width:400px;
			text-align:right;
			margin: 54px 0px 0px 0px;
			font-size:11px;
		}
			
	#CT_MainNav
	{
		height:64px;
		width:862px;
		text-align:center;
		margin:auto;
		position:relative;
	}
		
		#MainNav
		{
			height:32px;
			position:absolute;
			left:0px;
			top:0px;
		}
	
			.NavBTN
			{
				float:left;
				height:30px;
				overflow:hidden;
				position:relative;
				background:url(images/BG_Menu.gif);
			}
			
			.MainItem
			{
			}

			.BTN
			{
				position:relative;
				float:left;
				background:url(images/BG_Menu.gif)repeat-x ;
				width:auto;
				height:30px;
			}
				
			.BTN:hover
			{
				margin-top:-32px;
				cursor:pointer;
			}
					
					.IE6Only
					{
						display:none;
						visibility:hidden;
					}
	
			.MenuLeft
			{
				background:url(images/BG_MenuLeft.jpg); width:4px; height:30px; position:absolute; top:0px; left:0px;
			}

				.MenuLeft2
				{
					background:url(images/BG_MenuLeftMO.jpg)no-repeat; position:absolute; top:30px; left:0px; width:100%; height:30px; 
				}
				
			.MenuRight
			{
				background:url(images/BG_MenuRight.gif); width:4px; height:30px; position:absolute; top:0px; right:0px;
			}
				
				.MenuRight2
				{
					background-image:url(images/BG_MenuRightMO.gif) no-repeat;  position:absolute; top:30px; right:0px; width:4px; height:30px; 
				}

				.BTN:hover .MenuRight2
				{
					top:32px; right:0px; background:url(images/BG_MenuRightMO.gif) no-repeat; width:4px; height:30px; z-index:50;
				}
				
				.BTN:hover .MenuLeft2
				{
					top:32px; left:0px; background:url(images/BG_MenuLeftMO.gif) no-repeat 0 0; z-index:50;
				}
				
			#MainNav img
			{
				border:none;
			}

#CT_Content
{
	clear: both;
	padding-bottom: 23px;
	margin:0px;
	text-align:left;
	width:100%;
	
}

	#MainContent
	{
		background:URL(images/BG_Body.gif) repeat;
		text-align:center;
		margin:auto;
	}		
	
		.MainContentBottom
		{
			background:url(images/BG_ContentBTM.gif) repeat-x bottom left;
			width:100%;
		}
	
		.MainContentContent
		{
			width:961px;
			text-align:center;
			margin:auto;
			
		}
	
			.MainContentContent a
			{
				color:white;
			}
			
		/*Home Columns*/	
			.HomeContentColumnOne
			{
				text-align:left;
				color:white;
				width:485px;
				float:left;
				background:URL(images/BG_HomeMainContent.gif) no-repeat;
				min-height:350px
				
			}
			
				.HomeContentColumnOnePadding
				{
					padding: 34px 46px 5px 0px;
					margin-left:65px;
				}
					
			.HomeContentColumnTwo
			{
				text-align:center;
				color:white;
				width:401px;
				float:left;
			}
			
				.HomeContentColumnTwoPadding
				{
					padding-top:20px;
					padding-left:5px;
				}	
			
		/*End Home Columns*/
			
			.ContentColumnOne
			{
				text-align:left;
				color:white;
				width:543px;
				float:left;
				background:URL(images/BG_MainContent.gif) no-repeat;
				min-height:360px
				
			}
			
				.ContentColumnOnePadding
				{
					padding: 34px 50px 20px 0px;
					margin-left:65px;
				}
					
			.ContentColumnTwo
			{
				text-align:center;
				color:white;
				width:388px;
				float:left;
			}
			
			.ContentColumnTwoRight
			{
				text-align:right;
				color:white;
				width:388px;
				float:left;
			}
			
			.ContentColumnTwoRight > div
			{
				padding-right:40px;
			}
			
				.ContentColumnTwoPadding
				{
				}	
					
			/* Full Story Content Layout*/
			
			.ContentColumnOneStory
			{
				text-align:left;
				color:white;
				width:700px;
				float:left;
				background:URL(images/BG_StoryContent.gif) no-repeat;
				min-height:360px
			}
			
				.ContentColumnOneStory h2
				{
					margin-bottom:10px;
				}
			
				.ContentColumnOneStoryPadding
				{
					padding: 34px 40px 20px 0px;
					margin-left:65px;
				}
					
			.ContentColumnTwoStory
			{
				text-align:left;
				color:white;
				width:250px;
				float:left;
			}


			.FullLeasingImage
			{
				width:150px; height:150px; overflow:hidden; margin:5px 20px 10px 0px; float:left;
			}
			
			.FullLeasingContent
			{
				float:left; width:425px;
			}


			.ContentColumnTwoStory  #HighlightsBox
			{
				margin:0px;
			}
			
				.ContentColumnTwoStory  .HighlightsPadding
				{
					padding:0px;
				}
				
					.ContentColumnTwoStory #HighlightsBox a
					{
						color:black;
					}
					
						.ContentColumnTwoStory #HighlightsBox a:hover
						{
							color:#737a00;
						}
					
			/* End Full Story Content Layout*/
			
					#HighlightsBox
					{
						margin:0px 0px 90px 0px;
					}
					
						#HighlightsBox a:link
						{
							color:black;
						}
						
							#HighlightsBox a:hover
							{
								color:#737a00;
							}
					
					.Highlights
					{
						width:250px;
						height:116px;
						color:black; 
						font-size:12px; 
						text-align:right;
					}
					
						.HighlightsPadding
						{
							padding:0px 0px 0px 15px;
						}


		.ContentColumnSingle
		{
			text-align:left;
			color:white;
			width:860px;
			float:left;
			background:URL(images/BG_MainContent2.gif) no-repeat;
			min-height:360px
		}
		
		.ContentColumnSinglePadding
		{
			padding: 34px 45px 20px 0px;
			margin-left:65px;
		}
				
	#SubContent
	{
		background:URL(images/BG_SubContent.jpg) repeat-x #FFF;
		width:100%;
	}
	
		.SubContentContent
		{
			width:832px;
			text-align:left;
			margin:auto;
			padding:3px 0px 20px 0px;
			min-height:90px;
		}
		
			.SubContentContent a
			{
				color:black;
			}
			
			
		#SubContent .ReadMore, #SubContent .WhiteReadMore
		{
			color:black;
		}	
		
		.SubContentContent2
		{
			width:832px;
			text-align:left;
			margin:auto;
			padding:18px 0px 20px 0px;
			min-height:90px;
		}
			
			.ColumnOne
			{
				width:234px;
				float:left;
				margin-right:63px;
				text-align:left;
			}
			
			.ColumnTwo
			{
				width:234px;
				float:left;
				margin-right:63px;
				text-align:left;
			}
			
			.ColumnThree
			{
				width:234px;
				float:left;
				text-align:left;
			}
	
	.SubContentHeadingOne
	{
		float:left;
		width:239px;
		margin-right:56px;
		margin-left:66px;
		/*background:url(images/BG_MainBTM.gif) repeat-x bottom left;*/
	}

	.SubContentHeadingTwo
	{
		float:left;
		width:239px;
		margin-right:56px;
	}
		
	.SubContentHeadingThree
	{
		float:left;
		width:239px;
	}
	
	.SubContentHeadingSingle
	{
		float:left;
		width:700px;
		margin-left:66px;
		margin-top:5px;
	}
	
			.SubContentHeadingPadding
			{
				padding: 0px 0px 8px 0px;
				text-align:left;
			}
	

	#SubContentTabs
	{
		width:100%;
	}
	
	.SubContentTabsContent
	{
		width:832px;
		height:30px;
		font-size:11px;
		color:white;
		text-align:center;
		margin:auto;
	}		
	
		.SubContentTabOne
		{
			float:left;
			width:239px;
			margin-right:56px;
			height:18px;
			background:URL(images/BG_SubscribeTab.png);
			vertical-align:middle;
		}

		.SubContentTabTwo
		{
			float:left;
			width:239px;
			height:18px;
			background:URL(images/BG_SubscribeTab.png);
			margin-right:56px;
			vertical-align:middle;
		}

		.SubContentTabThree
		{
			float:left;
			width:239px;
			height:18px;
			background:URL(images/BG_SubscribeTab.png);
			vertical-align:middle;
		}
		
			.SubContentTabPadding
			{
				padding: 0px 2px 9px 10px;
				text-align:left;
			}
			
				.SubContentTabPadding a
				{
					color:white;
					text-decoration:none;
				}
		
			.RSSSubscribe
			{
				vertical-align:top;
			}
			
#NewsPopUpContent
{
	width:560px;
	background:url(images/BG_NewsPopUpRPT.gif) repeat;
}			

	.NewsPopUpContentRpt
	{
		background:url(images/BG_NewsPopUp.gif) no-repeat left top;
	}
	
		.NewsPopUpContentBottom
		{
			background:url(images/BG_ContentBTM.gif) repeat-x bottom left;
		}

			.NewsPopUpPadding
			{
				padding: 34px 20px 20px 20px;
				color:white;
			}
				
				.NewsPopUpPadding a
				{
					color:white;
				}
			
				.NewsPopUpPadding a:hover
				{
					text-decoration:none;
				}

#CT_Footer
{
	height:23px;
	width:100%;
	font-family:verdana, sans-serif;
	font-size:11px;
	color:white;
	background:URL(images/BG_Footer.jpg) repeat;
	margin: auto;
	width: 100%;
	clear: both;
	position:absolute;
	bottom:0px;
	left:0px;
	margin-top: -23px;
	text-align:left;
	line-height:23px;
}

	.FooterLinks
	{
		width:832px;
		text-align:center;
		margin:auto;
	}
	
		.FooterLinks_Copyright
		{
			float:left;
			text-align:left;
		}
	
		.FooterLinks_SiteBy
		{
			float:left;
			text-align:center;
			margin-left:75px;
		}
	
		.FooterLinks_Legal
		{
			word-spacing:20px;
			text-align:right;
			float:right;
		}

.MN_Main
{
	display:block;
	float:left;
	width:auto;
	padding:0px;
	margin:0px;
	list-style:none;
}

ul.MN_List
{
	padding:0px;
	margin:0px;
	float:right;
}

.MN_SubMain
{
	display:inline;
	float:right;
	padding:0px;
	margin:0px;
	list-style:none;
	background:black;
}

.DropdownMenu, .DropdownMenu li
{
	display:block;
	list-style:none;
	list-style-type:none;
	text-align:left;
}

.DropdownMenu
{
	z-index:2; 
	display:none; 
	width:200px;
}

CT_MainNav li, CT_MainNav ul, CT_SubNav li, CT_SubNav ul
{
	zoom:1;
}

a, a:link
{
	zoom:1;
}

li:hover > .DropdownMenu
{
	margin:0px;
	padding:0px;
	display:inline;
}

/*ss02.1: Form Styles*/
/*ss02.2: Email Styles*/
/*ss02.3: Goals Styles*/
/*ss02.4: Forum Styles*/
 
/*
/////////////////////////////////////////// Unique
////////////////////////////////////////////////////////////////
*/
 
/* 
SS03: COMBINATION STYLES
////////////////////////////////////////////////////////////////
///////////////////////////////////////////
*/

.IASP
{
	height:31px; line-height:31px; vertical-align:middle; margin:20px 0px 10px 0px; font-size:10px;
}

	.IASPLogo
	{	
		vertical-align:middle; margin-right:10px;
	}

.WAINOVA
{
	height:31px; line-height:31px; vertical-align:middle; margin:5px 0px 10px 0px; font-size:10px;
}

	.WAINOVALogo
	{	
		vertical-align:middle; margin-right:10px;
	}

#map
{
	color:black;
}

	.TenantSearchForm
	{
		width:310px;
		
	}

		.TenantSearch
		{
			width:203px;
			text-align:left;
			margin-left:4px;
		}
		
		.TenantSearchSelect
		{
			width:206px;
			margin:0px;
			padding:0px;
		}
		
		.TenantSearchBtn
		{
			width:70px;
			float:right;
		}

.SearchForm
{
}

	.search_button
	{
		width:70px;
		float:left;
		margin-left:7px;
	}
	
	.searchbox
	{
		width:250px;
		float:left;
	}

.ShareThisStory
{
	position:relative;
}	


 
.alignL
{
	text-align:left;
}

.alignR
{
	text-align:right;
}

.valignT
{
	vertical-align:top;
	padding-top:3px;
}

.hide
{
	display:none;
	visibility:none;
}

.spacer
{
	clear:both;
	line-height:1px;
}

	.SpacerBG
	{
		clear:both;
		line-height:1px;
		background:URL(images/HR_small.gif) repeat;
		margin:13px 0px 13px 0px;
		text-align:center;
	}

.HR
{
	background:URL(images/HR_small.gif) repeat;
	height:1px;
	margin: 10px 0px 10px 0px;	
	line-height:1px;
}

.TitleImage
{
}

.hideScreen
{
	display:none;
	visibility:hidden;
}

.display-1
{
	display:none;
}
	
.display1
{
	display:block;
}
	
.floatingImage-1 
	{
	float:left;
	margin: 0px 20px 20px 0px;
	}

.floatingImage1
{	
	float:right;
	margin: 0px 0px 20px 20px;
}

.noborder
{
	border:none;
}

.TableofLinks
{
	width:100%;
	
}

	.TableHeading
	{
		font-size:14px;
		color:white;
		height:24px;
		line-height:24px;
		border-bottom:1px solid white;
	}
	
	.TableName
	{
		width:280px;
	}
	
	.TableDescription
	{
		width:320px;
	}
	
	.TableLink
	{
		width:140px;
	}

	.TableLinkData
	{
		padding:4px 1px 4px 1px;
	}
	
.valignTop
{
	vertical-align:top;
}

.bold
{
	font-weight:bold;
}

.italic
{
	font-style:italic;
}

.w100
{
	width:100px;
	display:inline-block;
	font-size:12px;
}

.w152
{
	width:148px;
	display:inline-block;
	font-size:12px;
}

.surveyFrm
{
	width:378px;
}	

.marginB10
{
	margin-bottom:10px;
}

.floatRight
{
	float:right;
}

.floatLeft
{
	float:left;
}

.alignRight
{
	text-align:right;
}

input, textarea, .InputBox, .textInput, .textboxInput
{

}

.verificationInput
{
	width:170px;
}

textarea
{
	width:270px;
	height:100px;
	border: 1px solid #cfcfcf;
	background: white;
	font-family: verdana, arial, sans-serif;
	margin-bottom: 10px;
	font-size:12px;
}

.submit_button, #submit_button
{
	float:right;
	background:#f1f1f1;
	width:60px;
}

.smallText
{
	font-size:10px;
}

.EventsListItem
{
	width:100%;
	padding-bottom:15px;
}

	.EventCalendar
	{
		width:100%;
	}
		
		.EventCalendarItem
		{
		}
		
			.EventCalendarRow
			{
				margin-bottom:15px;
				width:100%;
			}
	
				.EventTitle
				{
					font-size:14px;
					padding-bottom:3px;
					font-weight:bold;
					float:left;
					width:120px;
				}

.leasingItem
{
	width:830px;
	background:#F9F9F9;
	padding:3px;
}
	
	.leasingTitle h2
	{
		margin:5px 0px 7px 0px;
	}
	
	.Column1
	{
		width:200px;
		float:left;
		margin:0px 20px 10px 0px;
	}
	
	.leasingImage
	{
		width:200px;
		height:100%;
	}
	
	.Column2
	{
		float:left;
		width:600px;
	}
	
	leasingDesc
	{
		width:600px;
	}
	
	.leasingList
	{
		float:left;
		width:270px;
		margin-top:10px;
	}
	
	.leasingOptions
	{
		float:left;
		width:270px;
		margin-top:10px;
	}

	
	.leasingMore
	{
		width:100%;
		text-align:right;
	}
	
	.InnovationFlash
	{
		width:100%;
	}
	
		.FlashLeft
		{
			float:left;
		}
		
		.FlashRight
		{
			float:left;
		}

.listingThumb
{
	float:left;
	margin:0px 6px 12px 0px;
	text-align:center;
	margin:auto;
	display:block;
}
		
	.listingthumbnail
	{
		vertical-align:top;
		border:1px solid #FCFCFC;
	}
	
	.ListingDetails
	{
	}
	
	.ListingDetails div
	{	
		float:left;
	}		
	
		.w130px
		{
			width:130px;
			float:left;
		}
	
	.ListingFeatures
	{
		width:350px;
		float:left;
	}

.topLevelNotionalPosMarker
{
	float:left;
}

.notionalPosMarker
{
	float:right;
}

.LatestNewsItems
{
	font-size:18px;
	padding:0px;
	* margin:0px 0px 0px 16px;
	margin: 0px 0px 0px 24px;
	position:relative;
}

	.LatestNewsItems li
	{
		vertical-align:top;
		margin-bottom:8px;
		margin-left:0px;
		background: url(images/HR_news.gif) repeat-x bottom right;
	}

	.NewsItem
	{
		font-size:12px;
		vertical-align:top;
		position:relative;
		top:0px;
		left:0px;
		margin: 0px 0px 0px 10px;
		list-style-type:decimal;
		line-height:normal;
		padding:0px 0px 10px 0px;
	}	
	
	.NewsHR
	{
		background:URL(images/HR_small.gif) repeat-y;
		height:1px;
		line-height:1px;
		overflow:hidden;
		margin-top:5px;
	}
	
.invalidFormItem
{
	border:1px solid red;
}

.SocialNetworking
{
	margin:10px 0px 0px 0px;
	padding:0px;
}

	.SocialNetworking ul
	{
		margin-left:0px;
		padding:0px;
		line-height:15px;
	}
	
		.SocialNetworking li
		{
			list-style-image:none;
			list-style:none;
			margin:3px 0px 5px 0px;
			font-size:12px;
			line-height:15px;
			vertical-align:middle;
			float:left;
			width:170px;
		}
		
		.SocialNetworking a, .SocialNetworking a:link, .SocialNetworking a:hover 
		{
			text-decoration:none;
		}
		
		.SocialNetworking img
		{
			margin-right:4px;
			vertical-align:middle;
			line-height:15px;
		}

.LeasingListingList
{
	width:590px;
}	

.ExchangeItemList
{
	width:700px;
	margin:20px 0px 20px 0px;
}	

	.LeasingListingList h2
	{
		margin:15px 0px 15px 0px;
		font-size:16px;
	}
		
	.LeasingListImage
	{
		float:left;
		width:170px;
		margin:0px 20px 0px 0px;
		min-width:170px;
	}
	
	.ExchangeItemListImage
	{
		float:left;
		width:150px;
		margin:0px 30px 0px 0px;
	}
	
	.LeasingListContent,
	{
		float:right;
		width:300px;
	}
	
	.ExchangeItemListConent
	{
		float:left;
		width:500px;
	}
	
	.Quicklink
	{
		color:black;
		font-size:11px;
		line-height:14px;
		text-decoration:none;
	}
	
		.Quicklink:hover, a.Quicklink:hover
		{
			text-decoration:none;
			color:#737a00;
		}
	
	.lh20
	{
		line-height:25px;
	}
	
	.w464px
	{
		width:310px;
	}
	
	.detailslabel
	{
		width:130px;
	}
	
	.PopUpLeasingContent
	{
		width:300px;
		float:left;
	}
	
	.w90px
	{
		width:90px;
		float:left;
	}
	
	.alignTop
	{
		vertical-align:top;
	}
	
	.w405px
	{
		width:405px;
	}
	
	.w265px
	{
		width:265px;
	}
	
	.InThisEdition
	{
		width:100px;
		float:left;
		margin:0px 20px 10px 0px;
	}
	
	.EditionCaption
	{
		font-size:10px;
	}
	
	.w100px
	{
		width:100%;
		margin:15px 0px 0px 0px;
	}
	.ExchangeItemListConent h5
	{
		margin:0px 0px 15px 0px;
		font-size:11px;
		font-weight:normal;
	}
	
/*
/////////////////////////////////////////// Combo
////////////////////////////////////////////////////////////////
*/
 
/* 
SS04: ANCHOR AND LINK STYLES
////////////////////////////////////////////////////////////////
///////////////////////////////////////////
*/

a.ReadMore
{
	font-weight:bold;
	font-size:13px;
	color:#000;
	text-decoration:underline;
	
}

	a.ReadMore:link:hover
	{
		text-decoration:none;
	}
	
a.WhiteReadMore
{
	font-weight:bold;
	font-size:13px;
	color:#fff;
	text-decoration:underline;
	line-height:18px;
}

	a.WhiteReadMore:link:hover
	{
		text-decoration:none;
	}

a.StoryReadMore
{
	font-weight:bold;
	font-size:14px;
	color:#fff;
	text-decoration:none;
	line-height:18px;
	text-align:right;
	float:right;
}

	a.StoryReadMore:link:hover
	{
		text-decoration:none;
	}

.FooterLinks a
{
	color:white;
}

.FooterLinks a:links
{
	color:white;
	text-decoration:underline;
}

	.FooterLinks a:hover,
	{
		color:white;
		text-decoration:none;
	}
	
	.FooterLinks a:link:visited
	{
		color:white;
		text-decoration:underline;
	}

/*ss04.1: Drop Down Menu Styles*/

.mainNav
{
	position: relative;
}

.dropDownDiv
{
	position:relative;
	top:0px;
	left:0px;
	padding:0px;
	margin:0px;
}

	.dropDownDiv li:hover, .dropDownDiv .dropDownLinkContainer:hover
	{
		background:#c0c92e
	}

.dropDownContainer
{
	padding:6px;
}

.dropDownLinkContainer
{
	background:#d5df33;
	padding:3px 6px 3px 6px;
}

.dropDownLink
{
	text-decoration:none;
}

a.dropDownLink:link, a.dropDownLink
{
	color: black;
	text-align:left;
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
}

a.dropDownLink:hover, .dropDownLink:hover
{

	
}

/*
/////////////////////////////////////////// Anchors
////////////////////////////////////////////////////////////////
*/

