@charset "utf-8";

/* SITEWIDE STYLE */

body {
	background-color: #000;
	margin: 0;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 12px;
	line-height: 150%;
	padding: 0;
	background-image: url(../img/clouds.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

a {
	color: #012554;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #3968a5;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #3968a5;
	font-weight: bold;
	text-decoration: none;
}

div#taglineDiv{
	border: 0px solid black;
}

div#contentarea {
	position: relative;
	top: 40px;
	border: 0px solid white;
	height: 610px;
	width: 100%;
	background-image: url(../img/pnb.jpg);
	background-repeat: repeat-x;
	background-position: center top;	
}
div#boundingBox {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 951px;
	height: 540px;
	border: 0px solid white;
}
div#copyrightDiv {
	position: absolute;
	top: 475px;
	left: 775px;
	width: 158px;
	height: 40px;
	padding-top: 7px;
	text-align: center;
	line-height: 100%;
	background-image: url(../img/cl_copyright.gif);
	background-repeat: no-repeat;
	color: #000;
}
div#logo {
	background-image: url(../img/rttposter.gif);
	background-repeat: no-repeat;
	width: 425px;
	height: 140px;
	position: relative;
	top: 0;
	left: 5px;
	border: solid 0px white;
}
div#nav {
	width: 390px;
	height: 40px;
	position: absolute;
	top: 10px;
	right: 0px;
	padding: 0;
	border: 0;
	border: 0px solid yellow;
}
#linksList {
	padding: 0;
	margin: 0;
}
#linksList li {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0 4px;
	border: 0;
}
div#leftContent {
	height: 300px;
	width: 225px;
	top: 160px;
	left: 5px;
	border: 0;
	padding: 5px 0 0 7px;
	position: absolute;
	background-image: url(../img/cl_listbg.gif);
	background-repeat: no-repeat;
}
div#leftContent h3 {
	padding: 0 0 0 3px;
	margin: 0;
}
div#leftContent ul {
	margin: 0;
	padding: 5px;
}
div#leftContent li {
	list-style: none;
	margin: 0;
	padding: 0;
}
div#leftContent li a {
	font-size:10pt;
	line-height: 150%;
	/*font-weight: 100;*/
}
div#rightContent {
	height: 300px;
	width: 650px;
	top: 160px;
	right: 5px;
	position: absolute;
	background-image: url(../img/cl_display.gif);
	overflow: auto;
}
div.visible {
	float:left;
	margin: 25px 0 0 0;
	border: 0;
	color: black;
	width: 275px;
}
div#photo {
	border: 0px solid black;
	height: 220px;
	width: 300px;
	margin: 25px 10px 0 25px;
	float: left;
}
div#sidewalkDiv {
	width: 100%;
	height: 50px;
	background-color: gray;
	background-image: url(../img/sidewalk.jpg);
	background-repeat: repeat-x;
	position: absolute;
}
div#pavementDiv {
	width: 100%;
	height: 300px;
	background-image: url(../img/pavement.jpg);
	background-repeat: repeat-x;
}

/* CLASSES FOR CLIENT BOXES / JAVASCRIPT FUNCTIONS*/

div.clientInvisible {
	display: none;
}
