@charset "utf-8";
/* CSS Document */
body {
	background-image: url(images/city_bg_lighter_bigger.jpg);
	background-position: top center;
	background-color: #000;
	background-repeat: no-repeat;
	/*	background: transparent;
	background:inherit;*/

	margin:0px;
	border: 0px;
	text-align: center;
	/*	width: 100% !important;
	height: 100% !important;
		overflow: visible;*/
	margin-top: 10px;
}
ul {
	margin: 1.12em 0;
	margin-left: 40px;
	margin-top: 0;
	margin-bottom: 0px;
	list-style-type: disc;
}
	
li {
	display: list-item;
	}

#content {
	width: 980px;
	margin: auto;
/*	position: relative;
	overflow: visible;*/

}
#header {
	margin: 0;
	padding: 0;
	height: 128px;
	border-top: 2px solid #fff;
}
#nav {
	position: absolute;
	width: 980px;
	height: 34px;
	overflow:visible;
	z-index:100;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFF;
	background-color:#000;
	background-image: url(images/nav_background.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	margin: 0;
	padding: 0;
}
#bottomContent {
	top: 34px;
	width: 980px;
	overflow: hidden;
	position: relative;
	
}
#rightContainer {
	float: left; /* floated columns stretch to floated columns. this is floated so that it horizontal stretchs for the divs in it */
	/*background-color:#EEDFC6;*/ /* old */
	width: 100%;
	background-image: url(images/carpark_animated.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-bottom: 88px; /* makes space for the graphic */
	position: relative;
	left: 200px;
	background-color: #FAF0DC; /* 250 240 220 in decimal RGB*/
}
#leftContainer {
	float: left; /* floated columns stretch to floated columns. this is floated so that it horizontal stretchs for the divs in it */
	background: #000;
	width: 100%;  
	background: #000;
	position: relative;
	
}
#rightContent {
	float: right;/*width: 100%   of what is left after the sidebar */
	width: 780px;
	position: relative;
	right: 200px;
	overflow: hidden;
	
}
#rightSubContent {
	padding: 10px 0 0 10px;	
}

#sideBar {
	width: 200px;
	float: left;
	position: relative;
	right: 200px;
	overflow: visible;
}
#sideBarNav {
	position:relative;
	z-index: 99;
	width: 165px; 
	float: right;
	font-size: 13px;
	font-family:Arial, Helvetica, sans-serif;
		color: #fff;
	letter-spacing: -0.2px;
	margin-top: 12px;
}

/*#sidebarNav {
	float:right;
	width: 165px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;

}
*/


#rightSubContent {
	padding: 15px 60px 12px 42px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
	line-height: 16.7px;
}
#rightSubContent  a {
	font-weight: bold;
	color: #EE1B2E;
	text-decoration: underline;
}
#rightSubContent  a.black {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
#rightSubContent a.black:hover {
	text-decoration: underline;
}
#rightSubContent  a.blackNunder {
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}
#rightSubContent  p {
	margin-bottom: 0px;
	margin-top: 16px;
}
#rightSubContent  h3 {
	font-weight: bold;
	color: #EF3948;
	margin-bottom: 6px;
	font-size: 16px;
}
#rightSubContent  h4 {
	font-weight: bold;
	color: #EF3948;
	font-size: 13px;
	margin: 1em 0 .5em 0;
}
#rightSubContent   h3.black {
	color: #000 !important;
}
#rightSubContent   h4.black {
	color: #000 !important;
}
#rightSubContent  table td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
/*#sidebar {
	float: left;
	width: 200px;
	min-height: 358px;
	height: 558px;
	background-color: #000;
	padding-bottom: 88px;
}*/
#subtitle {
	height: 46px;
	width: 980px;
}

.hideMe {
	display: none;
	
	/* Something here */
}#content #bottomcontent #subcontent #rightSubContent  #functions {
	padding-bottom: 20px;
	height: 16px;
}
#formsList {
	font-weight: bold;
	list-style-type: none;	
	padding-left: 0px;
	margin-left: 0px;
} 

#formsList a {
	font-weight: normal;
	text-decoration: none;
}
#loginTable {
	border: thin solid #000;
		background-color: #CCC;
}
#loginTable .infoColumn {
		font-weight:bold;
		background-color: #CCC;
}
#loginTable .button {
		background-color: #eee;
		padding: 2px;
		
}
#playlist {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}
#playlist li {
	padding-bottom: 1em;
}
#newsCategory ul {
	padding: 0;
	margin: 12px 0 6px 0;
	font-weight: bold;
}
#newsCategory ul li {
	list-style-type: none;
	padding: 5px 0;
	margin: 0;
	font-weight: normal;
}
#newsCategory ul li a {
	font-weight: normal;
}
h4.blackHalfAbove {
	color:#000 !important;
	padding-top: 1.2em;
}
img.copyImage {
	float: right;
	padding: 0 0 14px 14px;
}
.brokerNavBar {
	margin: 24px 0 0 -12px;
}
ol {
	list-style: decimal outside;

}
ol li {
	margin-left: 24px;
	list-style-position: outside;

}
ul.withMargin {
	margin-top: 1em;
	margin-right: 1em;
}
ul li.topMargin {
	margin-top: 1em;
}
