/* CSS Document */
.row {
	width: 770px;
	margin-right: auto;
	margin-left: auto; 
}
#header {
	height: 194px;
	background-image: url(../graphics/background-top.gif);
	background-repeat: no-repeat;
}
#container {
	padding-right: 183px;
	width: 587px;
	background-image: url(../graphics/background-content.gif);
	background-repeat: repeat-y;
  overflow: hidden;
}
.column {
	float: left;
	position: relative;
  padding-bottom: 20010px;
  margin-bottom: -20000px;
}
#center {
	width: 563px;
	margin-left: 12px;
	margin-right: 12px;
	margin-top: 8px;
}
#right {
	margin-right: -183px;
	width: 183px;
	background-image: url(../graphics/background-context.gif);
	background-repeat: no-repeat;
	height: 445px;
}
#footer {
	height: 36px;
	background-image: url(../graphics/background-bottom.gif);
	background-repeat: no-repeat;
	clear: both;
  position: relative;
}
#headerButtons {
	padding-left: 6px;
	padding-top: 14px;
	height: 25px;
}
#nav1 {
	padding-left: 79px;
	padding-top: 11px;
	height: 28px;
}
#nav2 {
	padding-left: 44px;
	padding-top: 17px;
	height: 28px;
}
#nav3 {
	padding-left: 164px;
	padding-top: 17px;
	height: 28px;
}
#copyright {
	font-size: 10px;
	float: left;
	padding-left: 7px;
	padding-top: 11px;
	margin-top: -2px;
}
#footerButtons {
	float: right;
	padding-right: 15px;
}
#context {
	width: 154px;
	margin-left: 9px;
	margin-top: 12px;
	text-align: right;
	height: 170px;
}
#search {
	width: 154px;
	margin-left: 9px;
	margin-top: 54px;
	height: 48px;
}
#scoop {
	width: 154px;
	margin-left: 9px;
	margin-top: 23px;
	height: 170px;
}

a.img:link, a.img:visited, a.img:hover, a.img:active { 
	background-color: transparent;
}
a.exit:link, a.exit:visited, a.exit:hover, a.exit:active { 
	background-image: url(../graphics/exit.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
	margin-left: 2px;
}
a.return:link, a.return:visited, a.return:hover, a.return:active { 
	background-image: url(../graphics/return.gif);
	background-repeat: no-repeat;
	padding-left: 21px;
	margin-left: 2px;
}
a.proceed:link, a.proceed:visited, a.proceed:hover, a.proceed:active { 
	background-image: url(../graphics/proceed.gif);
	background-repeat: no-repeat;
	padding-left: 21px;
	margin-left: 2px;
}

a.nav:link, a.nav:visited {
	color: #597a7d;
	background-color: transparent;
	text-decoration: none;
}
a.nav:hover, a.nav:active {
	color: #5b8aad;
	background-color: #f2f6f9;
	text-decoration: underline;
}

a.footer:link, a.footer:visited {
	color: #597a7d;
	background-color: transparent;
	text-decoration: none;
}
a.footer:hover, a.footer:active {
	color: #5b8aad;
	background-color: transparent;
	text-decoration: underline;
}

a:link, a:visited {
	color: #b86b54;
	background-color: transparent;
	text-decoration: none;
}
a:hover, a:active {
	color: #5b8aad;
	background-color: #f2f6f9;
	text-decoration: underline;

}

.menu {
	font-size: 11px;
	line-height: 21px;
}

img {
	border: 0px;
}
img.leftArrow {
	vertical-align: bottom;
	margin-bottom: 2px;
	margin-left: 3px;
}
img.rightArrow {
	vertical-align: bottom;
	margin-bottom: 2px;
	margin-right: 3px;
}
img.searchButton {
	vertical-align: bottom;
	margin-left: 5px;
	height: 26px;
	width: 34px;
	cursor: pointer;
}

input, textarea, select
{
	vertical-align: top;
	font-family: Arial;
	font-size: 12px;
	color: #606060;
	border-color: #678c91;
	border-width: 1px;
	border-style: solid;
}
input.submit {
	border-color: #76923c;
	border-width: 1px;
	border-style: solid;
	background-color: #ecead4;
	cursor: pointer;
}
.header {
	font-family: Georgia, Arial, Tahoma;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #b86b54;
	background-color: transparent;
}
.section {
	font-weight: bold;
	color: #666666;
	background-color: transparent;
}
.quote {
	font-size: 13px;
	color: #555555;
	background-color: #f1f5f8;
	width: 80%;
	margin: 0px auto 17px auto;
	padding: 20px 8px 20px 20px;
	background-image: url(../graphics/quotes.gif);
	background-repeat: no-repeat;
}
.small {
	font-size: 10px;
}
.caption {
	font-size: 10px;
	font-style: italic;
	color: #666666;
	background-color: inherit;
}
.portfolio-left {
	height: 220px;
	width: 250px;
	float: left;
}
.portfolio-right {
	height: 120px;
	width: 313px;
	float: right;
}
.portfolio-info {
	height: 100px;
	width: 313px;
	float: right;
}
.virtualWalkthrough-left {
	width: 40px;
	float: left;
}
.virtualWalkthrough-right {
	margin-left: 15px;
	width: 508px;
	float: right;
}
#VWDisclaimer {
	width: 563px;
	clear: both;
}
#VWPic {
	padding: 5px;
	border: 1px solid #e0e9c9;
	width: 475px;
	height: auto;
}