/* ------------------------------------
Page elements
--------------------------------------- */
.columnHead {
	background: #65715f;
	padding: 6px;
	margin: 0px;
	text-align:center;
}

.breadCrumbs {
	width: 952px;
	height: 22px;
	padding: 8px 0px 0px 0px;
}

#leftNav {
	float:left;
	/* border: 1px solid #ffffff; */
}

#centerColumn {
	float:left;
	background: url('../images/bg_centerColumn.png') no-repeat left top;
	width: 367px;
	min-height: 516px;
	margin: 0px 0px 0px 12px;
	padding: 12px 12px 0px 14px;
}

#centerColumnFull {
	float:left;
	background: url('../images/bg_centerColumnFull.png') no-repeat left top;
	width: 544px;
	min-height: 516px;
	margin: 0px 0px 0px 12px;
	padding: 12px 12px 0px 14px;
}

#rightColumn {
	float:left;
	width: 165px;
	height: 200px;
	margin: 0px 0px 0px 12px;
	padding: 0;
}

#rightAdDiv {
	float:left;
	width: 160px;
	margin: 0px 0px 0px 12px;
	padding: 0;
}

/* ------------------------------------
Lists
--------------------------------------- */

#mainNav ul
{
	padding: 4px 4px 4px 12px;
	margin: 0;
	color: #000000;
	float: left;
	width: 100%;
}

#mainNav ul li {
	display: inline;
}

#mainNav ul li a
{
	padding: 4px 4px 4px 4px;
	background-color: #;
	color: #000000;
	text-decoration: none;
	float: left;
	border-right: 1px solid #babaa3;
	height: 16px;
}

#mainNav ul li a:hover
{
	background-color: #000000;
	color: #ffffff;
	opacity:0.4;
	filter:alpha(opacity=40);
}

#leftNav ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#cccc99;
	border-width: 1px 1px 0px 1px;
	border-color: #fff;
	border-style: solid;
}

#leftNav a {
	display: block;
	padding: 4px 0px 4px 8px;
	width: 188px;
	border-bottom: 1px solid #fff;
}

#leftNav a:link, #navlist a:visited {
	color: #000000;
	text-decoration: none;
}

#leftNav a:hover {
	background-color: #000000;
	color: #ffffff;
	opacity:0.4;
	filter:alpha(opacity=40);
}

.rightColumnList {
	list-style-type: none;
	margin:  0;
	padding: 0;
}

.rightColumnList li {
	padding: 0px 0px 6px 10px;
	background-image: url(../images/raquo_6.png);
	background-repeat: no-repeat;
	background-position: 0 .4em;
}

/* ------------------------------------
Type
--------------------------------------- */

.columnHeadText {
	font-family: Tahoma, Geneva, sans-serif;	
	font-weight:bold;
	color: #ffffff; 
	font-size: 13px;
	line-height: 16px;
}

.columnHeadText a:link {color: #ffffff; text-decoration: underline;}
.columnHeadText a:visited {color: #ffffff; text-decoration: underline;}
.columnHeadText a:active {color: #ffffff; text-decoration: underline;}
.columnHeadText a:hover {color: #cccc99; text-decoration: underline;}

.breadCrumbsText {
	font-family: Tahoma, Geneva, sans-serif;	
	color: #61725f; 
	font-size: 13px;
	line-height: 13px;
}

.breadCrumbsText a:link {color: #61725f; text-decoration: underline;}
.breadCrumbsText a:visited {color: #61725f; text-decoration: underline;}
.breadCrumbsText a:active {color: #61725f; text-decoration: underline;}
.breadCrumbsText a:hover {color: #890101; text-decoration: underline;}

.navText {
	font-family: Tahoma, Geneva, sans-serif;	
	color: #000000; 
	font-size: 13px;
	line-height: 13px;
}

.headlineText {
	font-family: Tahoma, Geneva, sans-serif;	
	color: #000000;
	font-weight:bold;
	font-size: 14px;
	line-height: 16px;
}

.mainText {
	font-family: Tahoma, Geneva, sans-serif;	
	color: #000000; 
	font-size: 13px;
	line-height: 15px;
}

.mainText a:link {color: #000000; text-decoration: underline;}
.mainText a:visited {color: #000000; text-decoration: underline;}
.mainText a:active {color: #000000; text-decoration: underline;}
.mainText a:hover {color: #890101; text-decoration: underline;}

.alertText {
	font-family: Tahoma, Geneva, sans-serif;	
	color: #890101;
	font-weight:bold;
	font-size: 13px;
	line-height: 13px;
}

.footerText {
	font-family: Tahoma, Geneva, sans-serif;	
	color: #cccc99;
	font-size: 12px;
	line-height: 15px;
}

.footerText a:link {color: #cccc99; text-decoration: underline;}
.footerText a:visited {color: #cccc99; text-decoration: underline;}
.footerText a:active {color: #cccc99; text-decoration: underline;}
.footerText a:hover {color: #ffffff; text-decoration: underline;}

/* ------------------------------------
Misc elements
--------------------------------------- */

.featuredColumnHead {
	margin-top:5px;
	padding: 6px;
	width:151px;
	border: 1px solid #65715f;
	background: #65715f;
	text-align:center;
	font-family: Tahoma, Geneva, sans-serif;	
	font-weight:bold;
	color: #ffffff; 
	font-size: 13px;
	line-height: 16px;
}




.imageLinkBorder {
	border: 2px solid #ffffff;
}

.imageLinkBorder:hover {
	border: 2px solid #890101;
}

hr {
	border: none 0;
	border-top: 1px dotted #b2b2b2;/*the border*/
	width: 100%;
	height: 1px;
	text-align: left;/*left align for IE*/
	margin: 10px auto 10px 0; /*left align for Mozilla*/
} 

.nobr {
	white-space:nowrap;
}




