@charset "utf-8";

/* SITEWIDE STYLE */

body {
	background-color: #d2d6d9;
	margin: 0;
	font-family: Arial, Tahoma, sans-serif;
	text-align: justify;
	font-size: 12px;
	padding: 0;
}

a {
	color: #0b4da2;
	font-size: 12px;
	font-weight:normal;
	text-decoration: underline;
}

a:hover {
	color: #333;
	font-weight:normal;
	text-decoration: none;
}

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

div#boundingBox {
	margin-right: auto;
	margin-left: auto;
	width: 951px;
}

div#centerArea {
	width: 950px;
	height: 510px;
	background-image: url(../img/whiteboard.jpg);
	background-repeat: no-repeat;
	position: relative;
	border: 0px solid red;
}

div#copyrightDiv {
	/*position: absolute;
	display:none;*/
	text-align: right;
}

div#logo {
	background-image: url(../img/rttlogo.jpg);
	background-repeat: no-repeat;
	width: 391px;
	height: 133px;
	position: relative;
	top: 12px;
	left: 13px;
	border: solid 0px blue;
}

div#nav {
	width: 515px;
	height: 100px;
	position: absolute;
	top: 25px;
	right: 15px;
	padding: 0;
	border: solid 0px green;
}

#linksList {
	padding: 0;
	margin: 0;
}

#linksList li {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
	border: solid 0px black;
}

div#bottom {
	width: 940px;
	height: 170px;
	position: absolute;
	left: 25%;
	right: 25%;
	bottom: 50px;
	border: solid 1px black;
}

div#leftContent {
	width: 370px;
	height: 270px;
	position: absolute;
	top: 150px;
	left: 20px;
	border: solid 0px #b5b5b5;
	overflow: auto;
}

div#middleStripe {
	height: 310px;
	position: absolute;
	left: 400px;
	border: 0;
}

div#rightContent {
	width: 500px;
	height: 115px;
	position: absolute;
	top: 150px;
	right: 30px;
	border: solid 0px #b5b5b5;
}

div#horizontalStripe {
	height: 15px;
	width: 500px;
	position: absolute;
	right: 30px;
	top: 270px;
	border: 0px solid black;
}

div#servicesContent {
	width: 500px;
	height: 80px;
	position: absolute;
	top: 290px;
	right: 30px;
	border: solid 0px #b5b5b5;
}

div#ibmContent {
	width: 151px;
	height: 95px;
	right: 20px;
	bottom: 40px;
	position: absolute;
	border: solid 0px black;
}
