body {
	margin: 1px 0px 10px 0px;
	font-size: 100%;
	font-family: Verdana;
	background-color: #C3C9E5;
	background-repeat: repeat-x;
	background-image: url(/images/template/page-background.gif);
}
h1,h2,h3 {
	font-family: "Trebuchet MS", "Georgia", Arial, Helvetica, sans serif;
}
h1 {
	margin-top: 0px;
	font-size: 180%;
	font-weight: normal;
	color: #444444;
	border-bottom: 1px solid gray;
	text-align: left;
	margin-bottom: 6px;
}
h2 {
	margin-top: 10px;
	font-size: 120%;
	color: black;
}
h3 {
	margin-top: 10px;
	font-size: 130%;
	color: black;
}
P, TD, TH, UL, OL {
	font-size: 80%;
}
TD P,TH P,UL P,DL P,OL P {
	font-size: 100%;
}
IMG {
	border: 0px;
}
LI {
	margin-bottom: 6px;
}
A:link, A:active {
	color: #414183;
}
A:hover {
	color: #7e85a6;
	text-decoration: none;
}
A:visited {
	color: #7e85a6;
}
#bcrumbs {
	padding: 2px 20px 2px 20px;
	background-color: gray;
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
	background-image: url(/images/template/breadcrumbs-bg.gif);
	color: white;
	font-size: 8pt;
}
#bcrumbs a {
	color: white;
	text-decoration: none;
}
#bcrumbs a:hover, #bcrumbs a:active {
	color: silver;
	text-decoration: underline;
}

#pageWrapper {
	display: block;
	width: 790px;
	border-left: 1px solid silver;
	border-right: 3px inset #848470;
	border-bottom: 3px inset #848470;
	border: none;
	background-color: #dcdced;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	background-position: left;
	background-repeat: repeat-y;
	background-image: url(/images/template/sidebar-spreader.gif);
}
#topBanner {
	clear: both;
	display: block;
	width: 790px;
	height: 144px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	background-position: top left;
	background-repeat: no-repeat;
	background-image: url(/images/template/header_en.jpg);
}
#topBanner  h1 {
	display: none;
}
#topBanner IMG {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

#contentArea {
	margin: 0px 0px 0px 0px;	
	padding: 3px 3px 3px 7px;
	float: left;
	width: 530px;
	font-size: 80%;
}
#contentArea P,#contentArea UL,#contentArea OL,#contentArea TH,#contentArea TD {
	font-size: 100%;
}

/* BUTTON STYLES FOR SIDE NAVIGATION*/
#sideSpecial {
	padding-top: 10px;
}
#sideSpecial A {
	padding-left: 30px !important;
	background: none !important;
	text-decoration: none;
	font-size: 8pt !important;
	color: white !important;
}

#sideMenu #headlinesHeader {
	display: block;
	width: 150px;
	text-decoration: none;
	margin: 10px 0px 0px 0px;
	font-weight: bold;
	font-size: 15px;
	color: white;
	border-top: 1px solid white;
	padding: 10px 0px 10px 10px;
}

#headlineListings {
	width: 155px;
	padding: 5px;
	color: #d94600;
	font-size: 14px;
	background-color: #e6e6e6;
}

#headlineListings P {
	padding-bottom: 5px;
}

#sideMenu P {
	margin: 0px 0px 0px 10px;
}
#sideMenu A {
	text-decoration: none;
	color: black;
}
#headlineListings A {
	text-decoration: none;
	color: black;
}
#headlineListings A:hover {
	color: orange;
}

#sideMenu {
	clear: both;
	float: left;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	font-family: Verdana, Geneva, sans serif;
	width: 246px;
	background-color: black;
	background-position: 40px 30px;
	background-repeat: no-repeat;
	background-image: url(/images/template/sidebar-yourock.gif);
	padding-top: 100px;
}

#sideMenu ul {
	margin: 0px 0px 0px 0px;	/*removes indent IE and Opera*/
	padding: 0px;	/*removes indent Mozilla and NN7*/
	list-style-type: none;	/*turns off display of bullet*/
	font: 14px arial, sans-serif;
}
#sideMenu ul li {
	padding: 0px;
	margin: 0px; /* space between nav items  */
}
#sideMenu ul * a {
	display: block;
	text-decoration: none;
	margin: 0px;
	font-weight: bold;
}
#sideMenu ul {
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
	border-bottom: none;
}
#sideMenu ul li {
	border-bottom: none;
}
#sideMenu ul li a,#sideMenu ul li a:visited {
	width: 219px;
	padding: 6px 2px 14px 25px;
	font-size: 14px;
	font-weight: normal;
	color: white;
	background-position: 3px 4px;
	background-repeat: no-repeat;
	background-image: url(/images/template/bullet-off.gif);
}
#sideMenu ul li a:hover {
	background-image: url(/images/template/bullet-over.gif);
}
#sideMenu ul li a.onPage, #sideMenu ul li a.onPage:visited, #sideMenu ul li a.onPage:hover {
	background-image: url(/images/template/bullet-on.gif);
}

#sideMenu ul li ul {
	padding-top: 0px;
	padding-bottom: 0px;
}
#sideMenu ul li ul li a,#sideMenu ul li ul li a:visited {
	width: 224px;
	padding: 2px 2px 2px 20px;
	font-size: 14px;
	background-color: #d0d0d0;
	color: black;
	font-weight: normal;
	background-image: none;
}
#sideMenu ul li ul li a:hover {
	background-color: #e0e0e0;
	background-image: none;
}
#sideMenu ul li ul li a.onPage, #sideMenu ul li ul li a.onPage:visited, #sideMenu ul li ul li a.onPage:hover {
	background-color: #686868;
	background-image: none;
	color: white;
}
#sideMenu ul li ul li ul li a,#sideMenu ul li ul li ul li a:visited {
	width: 219px;
	padding: 2px 2px 2px 25px;
	font-size: 13px;
	background-color: #e7e7e7;
	color: black;
	font-weight: normal;
	background-image: none;
}
#sideMenu ul li ul li ul li a:hover {
	background-color: #F6F6F6;
	background-image: none;
}
#sideMenu ul li ul li ul li a.onPage, #sideMenu ul li ul li ul li a.onPage:visited, #sideMenu ul li ul li ul li a.onPage:hover {
	background-color: #d6d6d6;
	background-image: none;
	color: black;
}

#topMenu {
	float: left;
	clear: both;
	height: 20px;
	background-color: #0071B8;
}
#topMenu ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
#topMenu ul li {
	float: left;
	list-style-type: none;
	width: 100px;
	font-size: 14px;
	color: white;
	font-family: RotisSemiSans, RotisSansSerif, Arial, Helvetica, "sans serif";
}

#topMenu a {
	display: block;
	width: auto;
	text-align: center;
	padding: 2px;
	font-weight: normal;
	text-decoration: none;
	font-size: 13px;
	color: white;
}
#topMenu a:hover,#topMenu a:active {
	color: yellow;
}

#topSubMenu {
	background-color: white;
	width: 790px;
	height: 25px;
	overflow: hidden;
	clear: both;
}
#topSubMenu ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
#topSubMenu ul li {
	float: right;
	list-style-type: none;
	width: auto;
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, "sans serif";
}

#topSubMenu a {
	padding: 8px 20px 6px 15px;
	background-image: url(/images/template/top-nav-left.gif);
	background-position: top left;
	background-repeat: no-repeat;
	border-bottom: white solid 1px;
	text-decoration: none;
	color: black;
	display: block;
}

#bottomSubMenu {
	width: 610px;
	padding-left: 20px;
	float: right;
}
#bottomSubMenu ul {
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
#bottomSubMenu ul li {
	float: left;
	list-style-type: none;
	width: auto;
	font-size: 10px;
	font-family: Arial, Helvetica, "sans serif";
}

#bottomSubMenu a {
	padding: 0px 3px 0px 3px;
	border-left: #0071B8 solid 1px;
	text-decoration: none;
	color: #0071B8;
	display: block;
}

#footerSection {
	clear: both;
	bborder-top: 1px solid gray;
	height: 40px;
}


DIV.highlightBox {
	background-image: url(/images/template/highlight-content-left.gif);
	background-position: top left;
	background-repeat: repeat-y;
	width: 208px;
	float: left;
	margin: 15px;
	background-color: white;
	margin: 0px; padding: 0px 20px 0px 0px;
}
DIV.highlightBox DIV.hbHeader {
	background-image: url(/images/template/highlight-header-left.gif);
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0px; padding: 0px;
}
DIV.highlightBox DIV.hbHeader h2 {
	background-image: url(/images/template/highlight-header-right.gif);
	background-position: top right;
	background-repeat: no-repeat;
	border: none;
	margin: 0px; padding: 0px 2px 0px 2px;
	font-size: 15px;
	height: 22px;
	overflow: hidden;
	text-align: center;
	color: black;
	font-weight: bold;
}
DIV.highlightBox DIV.hbContent {
	background-image: url(/images/template/highlight-content-right.gif);
	background-position: top right;
	background-repeat: repeat-y;
	margin: 0px; padding: 2px 7px 2px 5px;
}
DIV.highlightBox DIV.hbFooter {
	background-image: url(/images/template/highlight-footer-left.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	font-size:8px;
	margin: 0px; padding: 0px;
	height: 17px;
}
DIV.highlightBox DIV.hbFooter DIV.hbFooterCorner {
	background-image: url(/images/template/highlight-footer-right.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	font-size:8px;
	height: 17px;
}

DIV.hbSectionItem {
	border-bottom: 1px solid #d5e0d9;
	padding-top: 5px;
	padding-bottom: 5px;
}

DIV.hbSectionItem A,DIV.hbSectionItem A:link,DIV.hbSectionItem A:visited {
	text-decoration: none;
	color: #4b578b;
	font-weight: bold;
	padding: 2px 2px 2px 2px;
	display: block;
}


SPAN.hbSectionDescription {
	display: block;
	padding-left: 10px;
	font-size: 80%;
}



#searchResults TABLE {
	border-top: 1px solid black !important;
	border-left: 1px solid black !important;
	border-right: 0px !important;
	border-bottom: 0px !important;
	font-size: 9pt;
	padding: 2px;
	margin: 0px;
}
#searchResults TD {
	border-top: 0px !important;
	border-left: 0px !important;
	border-right: 2px solid #d0d0d0 !important;
	border-bottom: 2px solid #c0c0c0 !important;
	font-size: 8pt;
	padding: 2px;
	margin: 0px;
}
#searchResults TH {
	border-top: 0px !important;
	border-left: 0px !important;
	border-right: 2px solid #d0d0d0 !important;
	border-bottom: 2px solid #c0c0c0 !important;
	background-color: #afb9d1;
	color: white;
	font-size: 9pt;
	padding: 2px;
	margin: 0px;
}

