/* index.css */

body {
    background: url(background_outer2.png) 0 0 repeat-y;
    font-family: Arial, Helvetica, sans-serif;
  }

img {
	border-style: none;
  }

h1 {
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
    color: #003366;
  }
  
h2 {
  	font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    font-weight: bold;
    color: #333333;
  }
  
h3 {
  	font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    font-weight: bold;
    color: #b1a16b;
  }

  /* about us and services body text */
h4 {
  	font-family: Calibri, Helvetica, sans-serif;
    font-size: 18px;
	font-weight: normal;
    color: #000000;
  }

  /* quotes */
h5 {
	font-family: Goudy Old Style, Arial;
	font-size: 24px;
	font-weight: 500;
	font-variant: small-caps;
	font-weight: bold;
	line-height: 80%;
	color: #000000;
	margin: 0;
	text-indent: 20px;
  }
  
  /* asterisk note on about us page */
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 500;
	transform: scale(.9, 1);
	margin: 0;
	color: #6F6F6F;
  }
  
  /* autodesk disclaimer on about us page */
h7 {
	font-family: Roman Regular, sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #6F6F6F;
  }

  /* surrogate Body for centered fixed width layout */
  #all {
    background-color: #f2f2f2;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
	border: 1px #708090 solid;
  }
     
  /* Sign In | Register | FAQ */
  #register {
    width: 950px;
    height: 6px;
    text-align: center;
    font-size: 13px;
	font-weight: bold;
    padding: 2px 10px 3px 0;
    float: right:
  }   

  #register p {
  	white-space: pre;
	color: #003366;
	margin-top: 0;
  }
 
  #register a {
    text-decoration: none;
    color: #003366;
    white-space: pre;
  }
   
  #register a:hover {
    background-color: #003366;
    color: #ffffff;
  }
   
   
  /* header for Revit Content Developers including Logo */
  #header {
    width: 960px;
    height: 60px;
    text-align: center;
    background: url(header_background.jpg) 0 0 no-repeat;
	padding: 0 0 0 0;
    border-top: 1px #ffff66 solid;
    border-bottom: 1px #ffff66 solid;
    border-right: 1px #708090 solid;
    border-left: 1px #708090 solid;
    margin-left: -0.75px;
  }

  #header a {
    text-decoration: none;
    background: url(header_logo_main2.png) 0 0 no-repeat;
    background-size: 200px 60px;
    padding-left: 10px;
    padding-right: 48px;
	float: left;
	height: 60px;
	margin-top: -1px;
    margin-left: 6px;
    width: 200px;
  }
  
  #header p {
	padding-left: 216px;
    float: left;
	margin-top: 0;
	height: 60px;
  }
  
  #headerform p {
  	float: right;
	padding-top: 10px;
	padding-right: 211px;
	width: 0;
	height: 45px;
  }

  #headerselect {
    display: inline;
    width: 200px;
  }


/* header for Custom Home Design including Logo */
  #headerhomes {
    width: 960px;
    height: 60px;
    text-align: center;
    background: url(header_background.jpg) 0 0 no-repeat;
	padding: 0 0 0 0;
    border-top: 1px #ffff66 solid;
    border-bottom: 1px #ffff66 solid;
    border-right: 1px #708090 solid;
    border-left: 1px #708090 solid;
    margin-left: -0.75px;
  }

  #headerhomes a {
    text-decoration: none;
    background: url(header_logo_main_homes.png) 0 0 no-repeat;
    background-size: 200px 60px;
    padding-left: 10px;
    padding-right: 48px;
	float: left;
	height: 60px;
	margin-top: -1px;
    margin-left: 6px;
    width: 200px;
  }
  
  #headerhomes a.rcd {
    text-decoration: none;
    background: url(header_logo_main.png) 0 0 no-repeat;
    background-size: 200px 60px;
    padding-left: 10px;
    padding-right: 48px;
	float: left;
	height: 60px;
	margin-top: -1px;
    margin-left: 6px;
    width: 200px;
  }
  
  #headerhomes p {
	padding-left: 216px;
    float: left;
	margin-top: 0;
	height: 60px;
  }

  /* main navigation bar centered below header */
  #nav {
    width: 954px;
	height: 36px;
    margin-top: -12px;
    padding-top: 2px;
  }
 
  #nav ul {
    width: 960px;
	height: 54px;
    border: 1px #708090 solid;
    margin-right: auto;
    margin-left: -0.75px;
    padding-top: 9px;
    padding-right: 0px;
    padding-bottom: 9px;
    padding-left: 9px;
    background-color: #ffffff;
  }
  
  /* set navigation list item properties */
  #nav li {
    list-style-type: none;
    float: left;
    width: 158px;
    height: 26px;
    padding-right: 0px;
    padding-left: 0px;
  }

  /* set navigation list items to act and look like buttons using my nav_button image as the background */
  #nav a {
    display: block;
    color: #ffffff;
    text-decoration: none;
    padding-top: 8px;
    padding-right: 6px;
    background: url(nav_button.jpg) 0 0 no-repeat;
    text-align: center;
    height: 36px;
    font-size: 17px;
  }

  /* changes navigation button appearance for the current page */
  #nav a.currentpage {
    background-position: 0 -72px;
    color: #003366;
  }

  /* changes colors of navigation button when hovered over */
  #nav a:hover {
    background-position: 0 -36px;
    color: #003366;
  }

  #right {
    float: right;
	padding: 10px;
  }

  #bodytext {
    width: 860px;
    color: #333333;
    text-align: left;
    margin-right: auto;
    margin-left: auto;
    font-size: 16px;
    line-height: 1.25;
  }
  
  /* changes colors of body text anchors when hovered over */
  #bodytext a {
	color: #000000;
	text-decoration: none;
  }
  
  /* changes colors of body text anchors when hovered over bb9933*/
  #bodytext a:hover {
	color: #b1a16b;
	text-decoration: underline;
  }
  
  /* changes colors of body text anchors when hovered over */
  #bodytext a.underline {
	color: #b1a16b;
	text-decoration: underline;
  }
  
  /* changes colors of body text anchors when hovered over */
  #bodytext a.underline:hover {
	color: #003366;
	text-decoration: underline;
  }

/* Homepage Slideshow */
* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 860px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -48px;
  padding-top: 22px;
  padding-left: 11px;
  padding-right: 11px;
  padding-bottom: 22px;
  color: white;
  font-weight: bold;
  font-size: 30px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
 }

/* Position the "next button" to the right */
.next {
  right: -44px;
  border-radius: 3px 0 0 3px;
}

.prev {
  left: -44px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(80,80,80,0.7);
}

/* Caption text */
.text {
  color: #b1a16b;
  font-size: 18px;
  font-weight: normal;
  padding: 0px 12px;
  position: absolute;
  bottom: -34px;
  width: 100%;
  text-align: center;
}

/* The dots/bullets/indicators */
.dot {
  /*cursor: pointer; */  /*Only use for Arrows/Dts on click Slideshow */
  height: 15px;
  width: 15px;
  margin: 24px 2px;
  background-color: #aaa;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.5s ease;
}

/*Only use for Arrows and Dots for on click Slideshow - replace the .active code below with this*/
.active, .dot:hover {
  background-color: #424242;
}

.active {
  background-color: #424242;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

  /* Content Menu Tree */
  ol.tree {
    width: 260px;
    color: #333333;
    background-color: #f2f2f2;
    float: left;
    text-align: left;
    margin-right: auto;
    margin-left: 10px;
    margin-top: 27px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 20px;    
    font-size: 14px;
    line-height: 1.5;
    border: 1px #708090 solid;
  }

  li.content_tree { 
    position: relative; 
    margin-top: -1px;
    margin-left: -15px;
    list-style: none;
    color: #2e2e2e;
    background-color: #e6e6e6;
    border: 1px #ffffff solid;
  }
  
  li.content_tree_sub1 { 
    position: relative;
    padding-left: 10px; /* controls the amount of indent for sub-list items */
    list-style: none;
    color: #2e2e2e;
    background-color: #e6e6e6;
    line-height: 1.25;
    border-top: 1px #ffffff solid;
  }
  
  li.contentpage {
    margin-left: 10px !important;
    font-weight: bold;
  }
  
  li.contentpage a {
    color: #333333;
    margin-top: -5px;
    padding-left: -5px;
    text-decoration: none;
    display: block;
    line-height: 1.5;
  }
  
  li.contentpage a:hover {
    color: #ffffff;
    background-color: #bdbdbd;
  }
  
  li input {
    position: absolute;
    left: -20px;
    margin-left: 20px;
    opacity: 0;
    z-index: 2;
    cursor: pointer;
    height: 16px;
    width: 24px; /* controls width of clickable area for pointer */
    top: 0;
  }
  
  li input + ol {
    background: url(toggle-plus.png) 20px 0 no-repeat;
    margin: -17px 0 0 -20px;
    height: 16px;
  }
    
  li input + ol > li {
    display: none;
    margin-left: -14px !important;
    padding-left: 1px;
  }
    
  li label {
    cursor: pointer;
    display: block;
    padding-left: 17px;
    font-weight: bold;
  }

  li input:checked + ol {
    background: url(toggle-minus.png) 20px 5px no-repeat;
    margin: -22px 0 0 -20px;
    padding: 25px 0 0 40px;
    height: auto;
  }
  
  li input:checked + ol > li {
    display: block;
    margin: 0 0 2px;
  }
  
  li input:checked + ol > li:last-child {
    margin: 0 0 1px;
  }
 
 /* Content Lists */
 /* main content section to the right of the content menu tree */
  #content {
    width: 671px;
    height: 38px;
    margin-right: 10px;
    margin-left: auto;
    margin-top: 45px;
    margin-bottom: 10px;
    padding-top: 0px;
    padding-left: 6px;
    padding-right: 5px;
    font-size: 15px;
    line-height: 1.25;
    border: 1px #708090 solid;
  }
 
  #content ul {
    width: 671px;
    border: 1px #708090 solid;
    margin-right: auto;
    margin-left: -7px;
    margin-top: -2px;
    padding-top: 6px;
    padding-right: 6px;
    padding-bottom: 6px;
    padding-left: 6px;
    background-color: #f2f2f2;
    float: left;
  }
  
  /* set content list item properties */
  #content li {
    list-style-type: none;
    width: 106px; /* controls width of image background */
    height: 112px;
    padding-right: 4px;
    padding-left: 4px;
    color: #2e2e2e;
    background-color: #e6e6e6;
    border: 1px #ffffff solid;
    float: left;
  }
  
  /* set content list item properties for download icons */
  #content li.item {
    float: left;
    width: 382px;
  }
    
  /* set content list item properties for download icons */
  #content li.download {
    width: 42px;
    float: left;
  }
  
  /* set size of download image for content pages */
  #content img.dlimg {
    width: 32px;
  }
  
  /* set content list anchor properties */
  #content a {
    display: block;
    color: #333333;
    text-decoration: none;
    padding-top: 9px;
    text-align: left;
    font-size: 15px;
    float: left;
  }
  
  /* set content list anchor properties */
  #content img.image {
    border: 1px #708090 solid;
    width: 96px;
  }
  
  /* set content list anchor properties for page title*/
  #content a.headline {
    display: block;
    padding-top: 0;
    text-align: left;
    font-size: 14px;
    float: left;
    white-space: pre;
  }
  
  /* changes colors of page title anchor when hovered over */
  #content a.headlilne a:hover {
    background-position: 0 -36px;
    color: #003366;
  }
  
    /* set content list anchor properties */
  #content a.downloadx {
    display: block;
    color: #a4a4a4;
    text-decoration: none;
    padding-top: 9px;
    text-align: center;
    height: 27px;
    font-size: 12px;
    float: left;
  }
 
 #contentbodytext {
    text-align: left;
    margin-left: 300px;
    padding-right: 5px;
    line-height: 1;
    color: #708090;
    font-size: 13px;
  }
 
 /* This probably gets replaced by content sections above 
  #contentbodytext {
    width: 671px;
    color: #333333;
    background-color: #f2f2f2;
    text-align: left;
    margin-right: 10px;
    margin-left: auto;
    margin-top: 40px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 13px;
    line-height: 1.25;
    border: 1px #708090 solid;
  }
   
  #content_text p {
    padding-left: 350px;
    margin-top: -5px;
    font-size: 12px;
  }
 */ 
  #footer {
  	width: 960px;
    height: 20px;
    text-align: center;
	margin-right: auto;
    margin-left: auto;
    font-size: 12px;
	color: #708090;
  }
  
   #footer ul {
    width: 960px;
    margin-right: auto;
    margin-left: auto;
	margin-top: 0px;
    padding: 6px 0 6px 0;
  }
  
  /* set footer list item properties */
  #footer li {
    list-style-type: none;
    float: left;
    padding-right: 4px;
    padding-left: 4px;
	white-space: pre;
  }
  
  /* set footer anchor properties */
  #footer a {
    color: #708090;
    text-decoration: none;
    text-align: center;
    font-size: 12px;
  }
  
  /* turn footer anchor white when hovered on */
  #footer a:hover {
    color: #ffffff;
  }
  
  /* set footer paragraph properties */
  #footer p {
    color: #ffffff;
	float: right;
    font-size: 12px;
	margin-top: -18px;
	white-space: pre;
  }
  
  /* class for body text paragraphs */
  .body {
    width: 860px;
    color: #333333;
    text-align: left;
    margin-right: auto;
    margin-left: auto;
    font-size: 15px;
  }
  
  .center {
  	text-align: center;
  }
    
  .floatleft {
  	float: left;	
  }
   
  /* class for faq answer text paragraphs */
  .question {
    width: 860px;
    color: #666666;
    text-align: left;
    margin-right: auto;
    margin-left: auto;
    font-size: 15px;
  }
   
  /* class for faq answer text paragraphs */
  .answer {
    width: 860px;
    color: #999999;
    text-align: left;
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    font-size: 15px;
  }
  
 