#PageWrap {
	background:#000;
}

.Login {
	position:absolute;
	top:0;
	right:0;
}
.Login a {

}

#HomeContentWrapper {
	min-height:266px;
}

#ImagePaneOuterWrapper {

min-height:245px;
background:url(Images/ImagePaneBG.jpg) no-repeat center;
border-top: 1px solid #149CE6;
border-bottom:none;
margin-left: auto;
margin-right: auto;
text-align:center;

}

#ImagePaneWrapper {
margin-left: auto;
margin-right: auto;
width:900px;
text-align:left;
margin-top: 1px;
border-bottom: 0px solid transparent;
background-image:none;
}

.ImagePane {
	margin-top:-1px;
	float:left;
	width:900px;
	min-height:none;
}

.ImagePane h4 {
	padding:0;
	margin:0;
	color:#fff;
	font-weight:bold;
}	

/********************
	Styles for TabViewer (on home page) 
********************/

#TabViewerOuterWrapper {
	background:url(Images/TabViewerOuterWrapperBG.jpg) repeat-x #f0f0f0;
	height:275px;
	border-bottom:1px solid #CCCCCC;
	overflow:hidden;
}

#TabViewerInnerWrapper {
	width:900px;
	margin:5px auto;
	overflow:hidden;
	position:relative;
}

/* THE TABS */
#TabViewer {
width:900px;
overflow:hidden;
}

#TabViewer #Tabs ul  {
	margin:5px 0 0 0;
	padding:0;
	float:left;
	position:relative;
}

#Tabs ul li {
	float:left;
	list-style-type:none !important;
	cursor:pointer !Important;
	border:1px solid #d8d8d8;
	font-size:small;
	padding:5px 10px 0 10px;
	margin-right:5px;
	background:url(Images/TabBG.gif) repeat-x #f4f4f4;
	height:25px;
}

#Tabs ul li.Selected {
	background-image:none;
	background-color:#fff;
	border-bottom-color:#fff;
}

/*THE VIEWS */
#ViewsWindow {
	float:left;
	height:240px;
	width:900px;
	overflow:hidden;
}

#Views {
	width:5000px;
	height:230px;
	float:left;
	margin-top:10px;
}


.View {
	width:900px;
	height:240px;
	float:left;
	overflow:hidden;
}
	
	/* Content Divs inside each TabView */
	.TabViewLeft {
		float:left;
		width:240px;
		border-right:1px #e0e0e0 solid;
		height:215px;
	}
			
	.TabViewRight {
		float:left;
		width:638px;
		margin:5px 0 0 20px;
	}

	.FullPane {
		float:left;
		width:900px;
		margin-top:10px;
	}
	
	

/*************************
	3 Column Ad Section
*************************
#ContentWrapper {
	background-color:#fff;
	background-image:none;
	height:auto;
	min-height:0;
}

#Ads {
	float:left;
	width:900px;
	margin:20px 0;
}

#LeftAd, #RightAd, #CenterAd {
	float:left;
	width:286px;
	min-height:143px;
	background:#ccc;
}

#CenterAd {
	margin:0 20px;
}
*/



/**************
	OTHER PAGE LAYOUT STUFF
***************/

#ContentWrapper {
	margin-top:0;
	margin-bottom:0;
	min-height:0;
}



#HomeFooter {
	background:#000 url(Images/HeaderTile.jpg) repeat-x;
	color:#fff;
}

#HomeFooterContentWrapper {
width:900px;
min-height: 100px;
text-align:left;
margin-left: auto;
margin-right: auto;
}

#HomeFooter h3 {
	color:#fff;
	font-variant:small-caps;
	font-weight:normal;
	font-size:medium;
	margin-top:20px;
}

#HomeFooter a {
	color:#507B96;
}

