@import url(/styles/base.css);
/******************************************************
/* Content DIVs in framework
/******************************************************/
/* Generic for all content areas */

#Page
{
	text-align: left;
	margin: 0 auto;
	width: 785px;
	background:url(../images/newTop/main_fade_left.png) repeat-y left top;padding-left:5px;
}
#fadeRight{background:url(../images/newTop/main_fade_right.png) repeat-y right top;padding-right:5px;}
#HeaderContent
{
	position: relative;
	background-color: #7f8484;
	padding: 0;
	margin: 0;
}
#HeaderContent img#Logo
{
	/* display: block;
	float: left; */
}
#HeaderContent img.TagImage
{
	display: block;
	float: right;
	margin: 0px;
}
#HeaderContent #PageHeader /* Do not remove! Neccessary for absolutely positioned elements within. */
{
	position: relative;
	cursor:default;
	display:block;
	background:url(../images/newTop/top_bg.gif);
}
#HeaderContent .SearchBox
{
	/* float: right;
	width: 170px;
	padding: 7px 10px 0 5px; */
}
#MainContent
{
	clear: both;
	background-color: #fff;
	padding: 10px 0 0 0;
	min-height: 300px; /* Minimum height Mozilla */
}
* html #MainContent
{
	height: 300px; /* Minimum height IE */
}
#FooterContent
{
	clear: both;
	border-top: 1px solid #c3c4c4;
	background: #9ca0a0 url(../images/newTop/footer_bg.gif) repeat-x;
	color: #cccccc;
	padding: 33px 20px;
	margin: 0;
}
#FooterContent a 
{
	color: #660000;
}

#bottomFades{position:relative;width:786px;margin: 0 auto;}

#fadeBottom{
	clear:both;
	background:url(../images/newTop/main_fade_bottom.png) repeat-x;
	height:8px;margin:0 9px 1em 8px;
}

#fadeBottomLeft{
	width:8px;height:8px;
	background:url(../images/newTop/main_fade_leftCorner.png) no-repeat;
	position:absolute;top:0;left:0;
}
#fadeBottomRight{
	width:8px;height:8px;
	background:url(../images/newTop/main_fade_rightCorner.png) no-repeat;
	position:absolute;top:0;right:1px;
}


/******************************************************
/* TemplateAreas in Framework
/******************************************************/
/* Generic for all TemplateAreas */ 
.TemplateArea
{
	display: block;
}

/* One column */
.OneColumn
{
}

/* MainContent columns */
#MainContent .Left
{
	float: 	left;
	width: 180px;
	margin-right: 15px;
	margin-left:0px;
}
#MainContent .Middle
{
	float: left;
	width: 390px;
	padding-bottom: 10px;
	margin-left:5px;
	overflow:hidden;
	height:auto;
}
#MainContent .Right
{
	float: right;
	width: 170px;	
}
#MainContent .LeftWide
{
	float: left;
	width: 580px;
	padding-bottom: 10px;
	margin-left:10px;
}
#MainContent .RightWide
{
	float: left;
	width: 570px;
	padding-bottom: 10px;
}
#MainContent .FullWidth
{
	padding: 0 5px 5px 5px;
}


/******************************************************
/* Inner template styles
/******************************************************/
/* Generic for all BlockAreas in inner templates */
.BlockArea 
{
	display: block;
	margin-bottom: 10px;
}
.InnerTemplateTwoColumns 
{
	width: 390px;
}
.InnerTemplateTwoColumns .Column 
{
	width: 185px;
	margin-right: 20px;
	float: left;
}
.InnerTemplateTwoColumns .LastColumn 
{
	width: 185px;
	float: right;
}
.InnerTemplateTwoColumnsFirstPage .Column
{
	width: 170px;
	margin-right: 15px;
	float: left;
}
.InnerTemplateTwoColumnsFirstPage .LastColumn
{
	width: 395px;
	float: left;
}
.InnerTemplateThreeColumns .Column {
	width: 185px;
	float: left;	
	margin-right: 12px;
}
.InnerTemplateThreeColumns .LastColumn {
	width: 185px;
	float: left;
}

/* === new styles 20080418 === */
#DefaultFramework__ctl0__ctl0_OneColumn_ascx_1_cb_152933{clear:both;}
.Listing{padding-top:0.5em;}
.Listing div{margin:0;padding:0;}


#FlashBlock
{
	overflow:hidden;
	height:auto;	
}