@charset "utf-8";
/* CSS Document */
.mainContent .headerTitle,
.primaryContent .headerTitle,
.secondContent .headerTitle {
	float:left;
	clear:both;
	background:url(../img/header/left.gif) left top no-repeat;
	padding-left:10px;
	height:33px;
}
.mainContent .headerTitle h3,
.primaryContent .headerTitle h3,
.secondContent .headerTitle h3{
	float:left;
	clear:both;
	background:url(../img/header/right.gif) right top no-repeat;
	padding-right:10px;
	height:33px;
	border-bottom:none;
}
.mainContent .headerTitle span {
	float:left;
	clear:both;
	background:url(../img/header/middle.gif) left top repeat-x;
	height:22px;
	padding-top:11px;
	text-transform:uppercase;
	font-weight:bold;
	color:#636363;
	width:920px;
}
.primaryContent .headerTitle span{
	float:left;
	clear:both;
	background:url(../img/header/middle.gif) left top repeat-x;
	height:22px;
	padding-top:11px;
	text-transform:uppercase;
	font-weight:bold;
	color:#636363;
	width:620px;
}
.secondContent .headerTitle span {
	float:left;
	clear:both;
	background:url(../img/header/middle.gif) left top repeat-x;
	height:22px;
	padding-top:11px;
	text-transform:uppercase;
	font-weight:bold;
	color:#636363;
	width:260px;
}
.primaryContent .headerTitle span span {
	background:none;
	float:right;
	width:auto;
	list-style:none;
	display:block;
	font-size:11px;
	text-transform:none;
	font-weight:normal;
	padding:0;
}
.primaryContent .headerTitle span span a {
	float:left;
	clear:none;
	width:auto;
	margin:0 0 0 10px;
}
/***/
.headerTitleThumb {
	float:left;
	clear:both;
	background:url(../img/header/thumb-right.gif) right top no-repeat;
	height:27px;
	width:100%;
}
.headerTitleThumb h3{
	float:left;
	clear:both;
	background:url(../img/header/thumb-left.gif) left top no-repeat;
	height:27px;
	padding-left:12px;
	padding-top:7px;	
	text-transform:uppercase;
	font-weight:bold;
	color:#636363;
}
.headerTitleThumb a {
	float:right;
	padding-left:5px;
	padding-right:5px;
	line-height:27px;
	font-size:11px;
}
/***/
.headerTitleHome{
	float:left;
	clear:both;
	background:url(../img/header/home-left.gif) left top no-repeat;
	padding-left:10px;
	height:32px;
}
.headerTitleHome h3{
	float:left;
	clear:both;
	background:url(../img/header/home-right.gif) right top no-repeat;
	padding-right:10px;
	height:32px;
}
.headerTitleHome span{
	float:left;
	clear:both;
	background:url(../img/header/home-middle.gif) left top repeat-x;
	height:25px;
	padding-top:7px;
	text-transform:uppercase;
	font-weight:bold;
	color:#FFFFFF;
	width:440px;
}
.headerTitleHome span span {
	background:none;
	float:right;
	width:auto;
	list-style:none;
	display:block;
	font-size:11px;
	text-transform:none;
	font-weight:normal;
	padding:0;
}
.headerTitleHome span span a {
	float:left;
	clear:none;
	width:auto;
	margin:0 0 0 10px;
	color:#F5C010;
}
