#utilities
{
	display: block;
	position: relative;
	
	z-index: 100;
	
	float: none;
	clear: both;
	background: #808284;	
	
	padding: 5px 8px 5px 8px;
	
	overflow: hidden;
}
#utilities a
{
	color: #ffffff;
}
#utilities #search
{
	display: block;
	width: 22%;
	float: right;
}
#utilities p.updated
{
	font-weight: bold;
}
#utilities p.updated, #utilities p.totals, #utilities #login_1
{
	display: block;
	width: 26%;
	color: #ffffff;
	float: left;
	
	margin: 0px;
	padding: 3px 0px 0px 0px;
}
#utilities p.totals
{
	width: 20%;
	float: right;
	
	margin: 0px 12px 0px 0px;
	text-align: right;
}
#utilities #login_1
{
	float: left;
	list-style: none;
	margin: 0px;
	width: 30%;
}
#utilities #login_1 li
{
	display: inline;
	color: #ffffff;
}
#utilities #login_1 li a
{
	color: #ffffff;
}

ul#login_2 
{
	list-style: none;
	margin: 0px 0px 0px -5px;
	padding: 0px;
	float: left;
}
#login_2 form
{
	height: 20px;
	padding: 0px;
	margin: 0px;
}
#login_2 li
{
	color: #FFFFFF;
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
}
#login_2 a.tiny
{
	display: block;
	margin-top: 3px;
	color: #ffffff;
}
label.tiny
{
	margin-top: 5px;
	color: #ffffff;
}
#login_2 label
{
	margin: 3px 5px 0px 5px;
	float: left;
}
#login_2 input
{
	border: none;
	background-color: #ffffff;
	
	height: 18px;
	width: 144px;
	
	margin: 0px;
	padding: 2px 0px 0px 0px;
	
	color: #2F6E91;
	
	text-align: left;
	
	display: block;
	float: left
}
#login_2 input.icon
{
	width: 20px;
	height: 20px;
	margin: 0px 0px 0px 5px;
	padding: 0px;
}
#login_2 input.hidden
{
	display: none;
}
#login_2 span.icon, #login_2 div.icon
{
	float: left;
	margin: 0px;
}
#login_2 input.cb
{
	width: auto;
	height: auto;
	margin: 1px 1px -1px 5px;
	background-color: #808284;
}
#login_2 button
{
	margin: -1px 0px 0px 3px;
}

#utilities #login_1.fold
{
	display: none;
}


/*Kill the bullets*/
#navMain ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/*Set out the sub level items*/
#navMain li ul
{
	display: none;
	position: absolute;
	width: 100%;
	height: 2.5em;
	left: 10px;
	
	z-index: 10;
}

/*Active/rolled items*/

#navMain li ul.unfold
{
	display: block;
}

#navMain li ul li a
{
	display: block;
	width: auto;
	font-weight: normal;
	text-transform: none;
	
	/*Tweak padding and line height to adjust border size*/
	padding: 8px 7px 2px 7px;
	margin: 8px 0px 6px 0px;
	line-height: 90%;
	border-right: 1px solid #FFFFFF;
	
	min-width: 0px;
	
	background-color: #4c4c4c;
	color: #FFFFFF;
}
#navMain li ul li a:hover.active
{
	text-decoration: none;
}
/*Tidy up*/
#navMain a.last
{
	border-right: none;
}

#navBar1, #navBar2
{
	display: block;
	float: none;
	clear: both;
}
#navBar1 .content, #navBar2 .content
{
	padding: 10px 7px;
}
#navBar2 .content
{
	padding: 5px 7px 5px 7px;
}

#menuPlaceholder
{
	display: block;
	float: left;
	width: 55%;
}

#news a
{
	/*Set the borders arround the tab*/
	min-width: 75px;
}

#advertorial a
{
	background-color: #FF00B3;
	color: #ffffff;
}

/*Remove the unwanted corners from the adjoining nav bars*/
#navBar1 .tl, #navBar1 .br, #navBar1 .bl, #navBar2 .tl, #navBar2 .tr
{
	background-image: none;
}
#navBar1 .tl
{
}
#navBar1 .tr
{
	background-image: url(../images/cnr.mask.white.tr.png);
}
#navBar1 .br
{
	background-image: url(../images/cnr.mask.white.br.png);
}
#navBar1 .bl
{
	background-image: url(../images/cnr.mask.white.bl.png);
}
/*Breadcrumb*/
#breadcrumb, #hotTopics
{
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
}
#breadcrumb li, #hotTopics li
{
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	color: #000000;
}
#breadcrumb li
{
	/*Add padding to balance text with icons*/
	padding: 2px 0px 0px 0px;
}
#breadcrumb li a
{
	color: #000000;
	background: url(../images/arrow.right.magenta.gif) no-repeat left;
	padding: 0px 0px 0px 8px;
	margin-left: 5px;
	text-decoration: none;
}
#breadcrumb li a.active
{
	/*text-decoration: none;*/
}
#breadcrumb li a:hover {
	text-decoration: none;
}

/*Hot topics*/
#hotTopics
{
	float: right;
	color: #FFFFFF;
	
	/*Ensure is visible and active above menu*/
	position: relative;
	z-index: 11;
	
	white-space: nowrap;
	height: 20px;
	line-height: 20px;
}
#hotTopics li.head
{
	font-weight: bold;
	color: #ffffff;
	margin: 0px;
	text-transform: uppercase;
	padding-left: 25px;
	background: url(../default/img/icon.hottopic.gif) no-repeat;
}
#hotTopics li a
{
	display: block;
	width: auto;

	color: #FFFFFF;
	border-right: solid 1px #fff;
	font-weight: normal;
	text-transform: none;
	
	line-height: 15px;
	margin: 3px 0px 3px 0px;
	padding: 0px 7px 0px 7px;
	/*border-right: 1px solid #FFFFFF;*/
	
	background: none;
}

	#hotTopics li a.last {
		border: none;
		}

/*Tidy up*/
#hotTopics a
{
	border-left: none;
}
#hotTopics a+a
{
	border-left: 1px solid #FFFFFF;
}
/*Foot*/
#foot
{
	margin-top: 10px;
	display: block;
	
	float: none;
	clear: both;
	background-color: #ff8000;
	background: top repeat-x;	
	
	border-bottom: 1px solid #DBDBDB;
}
/*Remove the unwanted corners from the adjoining nav bars*/
#foot .tl, #foot .br, #foot .bl, #foot .tl, #foot .tr
{
	background-image: none;
}
#foot .tl
{
	background-image: url(../images/cnr.mask.white.tl.png);
}
#foot .tr
{
	background-image: url(../images/cnr.mask.white.tr.png);
}
#foot .br
{
	background-image: url(../images/cnr.mask.white.br.png);
}
#foot .bl
{
	background-image: url(../images/cnr.mask.white.bl.png);
}

#foot a
{
	padding: 0px 4px 0px 4px;
	line-height: 100%;
}
#foot img
{
	display: block;
	float: left;
	margin-right: 10px;
}
#foot p
{
	display: block;
	float: left;
	font-size: 80%;
	line-height: 140%;
}

/*Pictures*/

.picleft
{
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}
.picright
{
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}

/* Column Pieces */
#lefthalf
{
	width: 49%;
	float: left;
}
#righthalf
{
	width: 49%;
	float: right;
}
#colright
{
	width: 32%;
	float: right;
}
#colmid
{
	width: 32%;
	float: center;
}
#colleft
{
	width: 32%;
	float: left;
}