/*
 *  main.css
 *
 *  Primary Style Sheet for home page.
 *
 */

/* Expandable primary container */
#container-top {
	position: static;
	width: 100%;
	z-index: 1;
}

/* dynamic-content floats under top-content. Expands with content and increases size of container-top as it does - centered*/
#dynamic-content {
	position: static;
	width: 882px;
	margin: 0 auto;
	text-align:left;
	z-index: 2;
	background-color: #FFFFFF;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-width: 4px;
	border-left-width: 4px;
	border-bottom-width: 4px;
	border-right-color: #DDDDDC;
	border-left-color: #DDDDDC;
	border-bottom-color: #DDDDDC;	
/*	margin-bottom: 20px;*/
	padding: 30px;
}

#white-box {
	position: relative;
	left: 0px;
	top: 0px;
	width: 1000px;
	margin: 0 auto;
	text-align:left;
	z-index: 3;
	background-color: #FFFFFF;
	border-left-style: double;
	border-right-style: double;
	border-top-style: double;
	border-left-color: #666666;
	border-right-color: #666666;
	border-top-color: #666666;
	border-right-width: 5px;
	border-left-width: 5px;
	border-top-width: 5px;
	margin-top: 10px;	
	background-image: url(images/top-fringe.jpg);
	background-repeat: repeat-x;
}

/* top-content contains panel-main and is fixed to the top of container-top - center aligning occurs here*/
#top-content {
	position: relative;
	left: 0px;
	top: 0px;
	width: 950px;
	margin: 0 auto;
	text-align:left;
	z-index: 3;
	background-color: #FFFFFF;
}

/* panel-main contains the primary background image - it contains all three buttons & floats at the top */
#panel-main {
	position: static;
	width: 950px;
	height: 678px;
	z-index: 4;

}

/* Web Design Button normal */
#webdesign-b-h {
  position: absolute;
  left: 640px;
  top: 228px;
  width: 280px;
  height: 440px;
  z-index: 5;
}

/* Virtual Tour Button hover */
#vtour-b-h {
  position: absolute;
  left: 335px;
  top: 228px;
  width: 280px;
  height: 440px;
  z-index: 6;
}

/* Digital Guidebooks Button hover */
#guidebook-b-h {
  position: absolute;
  left: 30px;
  top: 228px;
  width: 280px;
  height: 440px;
  z-index: 7;
}

/* Web Design Button normal */
#webdesign-b-n {
  position: absolute;
  left: 640px;
  top: 228px;
  width: 280px;
  height: 440px;
  z-index: 8;
}

/* Virtual Tour Button normal */
#vtour-b-n {
  position: absolute;
  left: 335px;
  top: 228px;
  width: 280px;
  height: 440px;
  z-index: 9;
}

/* Digital Guidebooks Button normal */
#guidebook-b-n {
  position: absolute;
  left: 30px;
  top: 228px;
  width: 280px;
  height: 440px;
  z-index: 10;
}

/* Expandable left column */
#left-column-main {
	width: 426px;
	float: left;
	padding: 5px;
	position: static;
/*	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
	border-color: #CCCCCC;
	border-width: 1px;
	border-style: solid;*/
}

/* Expandable right column */
#right-column-main {
	width: 426px;
	float: right;
	padding: 5px;
	position: static;
/*	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
	border-color: #CCCCCC;
	border-width: 1px;
	border-style: solid;*/
}

/*floating div to allow floating elements to influence container*/
.clear {
	clear: both;
}

.box {
  width: 100%;
  background: url(images/bottom-left.gif) no-repeat left bottom;
  margin-top: -20px;
}

.box-outer {
  background: url(images/bottom-right.gif) no-repeat right bottom;
  padding-bottom: 20px;
}

.box-inner {
  background: url(images/top-left.gif) no-repeat left top;
}

.box h2 {
	background: url(images/top-right.gif) no-repeat right top;
	padding-top: 25px;
	padding-bottom: 32px;
	margin-bottom: -30px;
	color: #000099;
	text-decoration: underline;
	font-style: italic;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.box h2, .box p {
	padding-left: 20px;
	padding-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
}

.emphasized_ul {
	color: #0000FF;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
}

.emphasized-black {
	color: #000000;
	font-weight: bold;
}

.hidden {display:none;}

/* Footer container - full width 90px */
#footer {
	position: static;
	width: 100%;
	z-index: 1;
/*	background-image: url(images/bgb.jpg);*/
}

/* Inner footer container for centering */
#footer-container {
	position: relative;
	width: 1000px;
	height: 100px;
	margin: 0 auto;
	text-align:left;
	border-left-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-right-width: 5px;
	border-left-width: 5px;
	border-bottom-width: 5px;
	z-index: 2;
	margin-bottom: 10px;
	background-color: #FFFFFF;
}

/* Copyright notice resides in inner Footer Container */
#copyright {
  position: absolute;
  left: 396px;
  top: 75px;
  width: 216px;
  height: 12px;
  z-index: 3;
}

/* button-shadow contains all the buttons but not copyright notice */
#button-shadow {
  position: absolute;
  left: 113px;
  top: 2px;
  width: 774px;
  height: 80px;
  z-index: 4;
}

/* Site Map Button hover */
#site-b-h {
  position: absolute;
  left: 618px;
  top: 15px;
  width: 143px;
  height: 50px;
  z-index: 5;
}

/* Partners Button hover */
#partners-b-h {
  position: absolute;
  left: 468px;
  top: 11px;
  width: 149px;
  height: 58px;
  z-index: 6;
}

/* Terms & Conditions Button hover */
#terms-b-h {
  position: absolute;
  left: 308px;
  top: 10px;
  width: 158px;
  height: 60px;
  z-index: 7;
}

/* Demonstrations Button hover */
#demo-b-h {
  position: absolute;
  left: 156px;
  top: 11px;
  width: 149px;
  height: 58px;
  z-index: 8;
}

/* Contact Button hover */
#contact-b-h {
  position: absolute;
  left: 13px;
  top: 15px;
  width: 143px;
  height: 50px;
  z-index: 9;
}

/* Site Map Button normal */
#site-b-n {
  position: absolute;
  left: 618px;
  top: 15px;
  width: 143px;
  height: 50px;
  z-index: 10;
}

/* Partners Button normal */
#partners-b-n {
  position: absolute;
  left: 468px;
  top: 11px;
  width: 149px;
  height: 58px;
  z-index: 11;
}

/* Terms & Conditions Button normal */
#terms-b-n {
  position: absolute;
  left: 308px;
  top: 10px;
  width: 158px;
  height: 60px;
  z-index: 12;
}

/* Demonstrations Button Normal */
#demo-b-n {
  position: absolute;
  left: 156px;
  top: 11px;
  width: 149px;
  height: 58px;
  z-index: 13;
}

/* Contact Button normal */
#contact-b-n {
  position: absolute;
  left: 13px;
  top: 15px;
  width: 143px;
  height: 50px;
  z-index: 14;
}

.box-text {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
	}


/* Link colors*/
a { cursor: pointer; }
a:link { color: #F88; }
a:visited { color: #F88; }
a:hover {
  color: #F00;
  /* text-decoration: underline; */
  /* font-weight: bold; */
}

