@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 auto;
	width: 940px;
	/*background: url(../images/bodyBG.jpg) top left repeat;*/
}
img {
	border: none;
}
.headerSpacer {
	height:20px;
	width:900px;
	line-height: 25px;
	text-align: right;
}
.bigShadow {
	width: 940px;
	background: url(../images/shadowBG.png) top left repeat-y;
}
.mainContainer {
	margin: 0 auto;
	width:900px;
	border: 1px solid #999;
	background: url(../images/viewitBg.jpg) bottom center no-repeat #FFF;
}
.headerContainer {
	height:125px;
	width:900px;
	background: url(../images/viewitHeaderBG.jpg) 0px 20px #FFF no-repeat;
}
.headerContainer img.headerLogo {
	margin: 20px 0 0 10px;
}
.headerContainer h1,.headerContainer p {
	display: none;
}
/*----- Navigation -----*/
.navContainer ul {
	list-style-type: none;
	margin: 0;
	padding: 5px;
	width: 175px;
	float:left;
}
.navContainer ul li a {
	color: #616161;
	text-align: center;
	display: block;
	width: auto;
	padding: 14px 0;
	text-decoration: none;
	background: url(../images/navBtn.jpg) top left repeat-x #eee;
	font-weight: bold;
	border: 1px solid #999;
	border-bottom-width: 0;
}
.navContainer ul li a:hover {
	background: url(../images/navBtnHighlight.jpg) top left repeat-x #004062;
	color: #FFF;
}
.navContainer ul li.theBoard a {
	height: 93px;
	background: url(../images/theBoardBtn.jpg) top left #eee;
	text-align: left;
	padding-left: 10px;
}
.navContainer ul li.theBoard a:hover {
	background: url(../images/theBoardBtn.jpg);
	background-position: top right;
	background-color:#004062;
}
.navContainer ul li.dream a{
	height: 94px;
	background: url(../images/3dreamBtn.jpg) bottom left #eee;
	border-bottom-width: 1px;
	text-align: left;
	padding-left: 10px;
}
.navContainer ul li.dream a:hover {
	background: url(../images/3dreamBtn.jpg);
	background-position: bottom right;
	background-color:#004062;
}
.textContainer {
	min-height: 518px;
	height:auto;
	width:687px;
	border: 1px solid #999;
	float:right;
	padding: 10px;
	margin: 5px 5px 5px 0;
	overflow: auto;
}
.textContainer p, .textContainer li  {
	font-size: 0.8em;
}
.textContainer div.topRightLink {
	float: right;
}
.textContainer div.topRightLink a {
	margin: 0 10px 0 0;
	color: #004062;
	font-weight: bold;
	text-decoration: none;
}
.textContainer div.topRightLink a.textLink {	
	position: relative;
	top: -5px;
}
.textContainer div.topRightLink a:hover {
	color: #666;
}
/*Content Container only used for front page main content window all else use textContainer*/
.contentContainer {
	height:398px;
	width:707px;
	border: 1px solid #999;
	float:right;
	margin: 5px 5px 5px 0;
}
.contentContainer div.picture {
	width: 100%;
	height: 100%;
	background: url(../images/3dreamScreenShot.jpg) top left no-repeat #eee;
}
.contentContainer h2.topTittle {
	margin: 0 0 278px 0;
	padding: 0 10px 0 0;
	color: #FFF;
	text-align: right;
	font-size: 2.5em;
	font-weight: normal;
}
.contentContainer h2.bottomTittle {
	margin: 0 0 0 10px;
	padding: 0;
	color: #FFF;
	/*position: relative;
	top: 275px;
	left: 10px;*/
	font-weight: normal;
	font-size: 2.5em;
}
.textContainer h3 {
	margin: 5px 0 15px 0;
}
.newsContainer {
	height:53px;
	width:340px;
	float:right;
	margin: 0 5px 5px 0;
	border: 1px solid #999;
	background: url(../images/transWhite75.png) top left repeat;
	color: #616161;
	text-align:center;
	padding: 5px;
}
.newsContainer a {
	color: #555;
}
.newsContainer a:hover {
	color: #004062;
}
.newsContainer h3 {
	font-weight: normal;
	margin: 5px 0 0 50px;
	padding: 0;
}
.newsContainer p {
	font-size: 0.8em;
	margin: 3px 0 0 50px;
	padding: 0;
}
.newsContainer p a{
	text-decoration: none;
}
.newsContainer img {
	float: left;
}
/*----- Footer -----*/
.footerContainer {
	height:25px;
	width:900px;
	background: #004062;
	font-size: 0.7em;
}
.footerContainer ul {
	list-style: none;
	text-align: center;
	color: #fff;
	margin: 0;
	padding: 0;
}
.footerContainer ul li {
	display: inline;
}
.footerContainer ul li a {
	line-height: 25px;
	color: #fff;
}
.clearFix {
	clear: both;
}
iframe {
	width: 100%;
	min-height:500px;
	border: none;
	margin:0;
	padding:0;
	overflow: auto;
}
contentDiv {
	height: auto;
	overflow: auto;
}
/* Products Page Styling */
.products p.title{
	padding: 4px;
	background: #71a0c8;
	color: #FFF;
	margin: 40px 0 10px 0;
}
.products p.title a{
	color: #FFF;
	font-weight:bold;
}
.products img {
	float:right;
	margin: 20px 0 10px 10px;
}
em {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
	color: red;
	margin-top: -5px;
}

.rlink {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
	color: black;
	text-decoration: underline;
}

.rlink:hover {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

.rlink:active {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
	color: #747170;
	text-decoration: none;
}

.smallText {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 7pt;
	font-weight: bold;
	color: black;
	text-decoration: none;
}
ul.sitemap li{
	margin-top: 5px;
}