/*
	styling common to all pages
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: white;
	margin: 0;
	padding: 0;
	font-family: helvetica, arial, sans-serif;
	font-size: 13px;
	color: #5c5c5c;
	text-align: center;
}

.clear {
	clear: both;
}

/*
	NAVBAR
*/

#navbar {
	z-index: 50;
}

#navbar {
	display: block;
	margin: 0;
	padding: 0 0 20px 0;
	background: white url( ../assets/page_top_bg.png ) center top repeat-x;
	height: 39px;
	text-align: center;
	position: relative;
	top: 0px;
}

#navbar ul {
	width: 840px;
	margin: 0 auto;
	padding: 0;
	list-style: none outside;
	background: white url( ../assets/navbar/nav_bg.png ) center top no-repeat;
	height: 39px;
	position: relative;
	top: 0px;
	border: none;
}

#navbar ul li {
	display: block;
	height: 39px;
	float: left;
	margin: 8px 18px;
	position: relative;
}

#navbar ul li.first {
	margin-left: 0;
	margin-right: 29px;
}

#navbar ul li.last {
	margin-left: 28px;
	margin-right: 0;
}

#navbar ul a {
	display: inline-block;
	height: 39px;
	color: #666;
	font-family: helvetica neue, helvetica, arial, sans-serif;
	font-size: 15px;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
}

#navbar ul a:hover {
	color: black;
}

#navbar ul li.current {
	height: 49px;
	margin: 0 2px 0 2px;
	padding: 0 6px 0 0;
	position: relative;
	top: -11px;
	background: url( ../assets/navbar/tab_selected_bg_r.png ) top right no-repeat;
}

#navbar ul li.current a {
	color: black;
	font-weight: bold;
	height: 37px;
	padding: 13px 10px 0px 16px;
	background: url( ../assets/navbar/tab_selected_bg_tl.png ) top left no-repeat;
}

/*
	POPUP MENUS
*/

/* Popups disabled by Shamyl */

/*
#navbar ul li .popup {
	display: none;
}

#navbar ul li:hover,
#navbar ul li.over {
	height: 49px;
	margin: 0 2px 0 2px;
	padding: 0 6px 0 0;
	position: relative;
	top: -11px;
	background: url( ../assets/navbar/tab_selected_bg_r.png ) top right no-repeat;
	z-index: 200;
}

#navbar ul li.first:hover,
#navbar ul li.first.over {
	margin-left: -5px;
}

#navbar ul li:hover a,
#navbar ul li.over a {
	position: relative;
	color: #595959;
	font-weight: normal;
	height: 37px;
	padding: 13px 10px 0px 16px;
	background: url( ../assets/navbar/tab_selected_bg_tl.png ) top left no-repeat;
}

#navbar ul li.current:hover a,
#navbar ul li.current.over a {
	font-weight: bold;
	color: black;
}

#navbar ul li.current:hover .popup a,
#navbar ul li.current.over .popup a {
	color: #595959;
	font-weight: normal;
}

#navbar ul li:hover .popup,
#navbar ul li.over .popup {
	background: none;
	margin: 48px 0 0 0;
	padding: 0 0 0 5px;
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 100;
	background-color: none;
}

#navbar ul li:hover .popup a,
#navbar ul li.over .popup a {
	position: relative;
	display: block;
	line-height: 1em;
	width: 160px;
	height: auto;
	margin: 0;
	padding: 7px 20px 7px 10px;
	text-align: left;
	background: white;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-size: 12px;
	color: #595959;
	white-space: normal;
}

#navbar ul li:hover .popup a.first,
#navbar ul li.over .popup a.first {
	margin: 0;
	border-top: 1px dotted #ddd;
	margin-top: 1px;
	background: url( ../assets/navbar/popup_bg.png ) top left repeat-x;
}

#navbar ul li:hover .popup a.last,
#navbar ul li.over .popup a.last {
	margin: 0;
	border-bottom: 2px solid #aaa;
}

#navbar ul li:hover .popup a:hover,
#navbar ul li.over .popup a:hover {
	background: #eee url( ../assets/navbar/popup_link_highlight.png ) 95% center no-repeat;	
}
*/

/*
	CONTENT
*/

#content {
	width: 840px;
	margin: 0 auto;
	text-align: left;
	z-index: 0;
}


/*
	FOOTER
*/

#content .footer ul {
	list-style: none outside;
	margin: 40px 0 40px 0;
	padding: 0;
	z-index: 0;
}

#content .footer li {
	display: inline;
}

#content .footer li a {
	color: #888;
	font-size: 10px;
	text-decoration: none;
	margin-right: 10px;
}

#content .footer li a:hover {
	text-decoration: underline;
}

#content .footer p {
    color: #888;
    font-size: 10px;
    margin: 5px 0;
    padding: 0;
}
.srchresults
{
	position:relative;
	float:left;
	
}
	

