@charset "UTF-8";
/* CSS Document */

body {
  text-align: center;
  background-color:#333;
  background-image: url(images/back.gif);
	background-repeat: repeat-x;
  }

#container {
  margin: 0 auto;
  width: 960px;
  text-align: left;
  }
  
  
 #left{
	 float:left;
	 width: 786px;
	 padding-right: 14px;
 }
  
 #right{
	 float:left;
	 width: 160px;
 }
 
 #header{
	 padding-top: 36px;
	 padding-bottom: 22px;
 }
 
 
 #visit{
	 padding-top: 57px;
	 padding-bottom: 30px;
 }
 
 
 #videoPlayback{
	 width: 786px;
	 height:442px;
	 padding-bottom: 40px;
 }
 
  #share{
	 float:right;
 }
 
    
  
  
  #HCB_comment_box {
  width:400px;
  float:left;
}

/* the entire html comment box container. applies to everything */
#HCB_comment_box {
  font-family: Tahoma, san-serif;
  font-size:11px;
  color:#CCC;
  font-weight: normal;
  font-style:normal;
  background-color: #333;
}

h3{
	font-family: Tahoma, san-serif;
  font-size:11px;
  color: #fff;
  font-weight: normal;
  font-style:normal;
  background-color: #333;
  margin-top:-2px;
  margin-bottom:-1px;
}

img
{
vertical-align:text-top;
border: 0px;
}

p{
padding-bottom: 4px;
}

a.beginning:link {background:#FFF;}
a.beginning:visited {background:#FFF}
a.beginning:hover {background:#2ad2f9;}

a.relocation:link {background:#FFF;}
a.relocation:visited {background:#FFF}
a.relocation:hover {background:#2ad2f9;}

a.collaboration:link {background:#FFF;}
a.collaboration:visited {background:#FFF}
a.collaboration:hover {background:#2ad2f9;}

a.publicinformation:link {background:#FFF;}
a.publicinformation:visited {background:#FFF}
a.publicinformation:hover {background:#2ad2f9;}

a.nine:link {background:#FFF;}
a.nine:visited {background:#FFF}
a.nine:hover {background:#2ad2f9;}

a.continuity:link {background:#FFF;}
a.continuity:visited {background:#FFF}
a.continuity:hover {background:#2ad2f9;}

a.relationships:link {background:#FFF;}
a.relationships:visited {background:#FFF}
a.relationships:hover {background:#2ad2f9;}

a.visioning:link {background:#FFF;}
a.visioning:visited {background:#FFF}
a.visioning:hover {background:#2ad2f9;}

a.whatsnext:link {background:#FFF;}
a.whatsnext:visited {background:#FFF}
a.whatsnext:hover {background:#2ad2f9;}







b{
	font-family: Tahoma, san-serif;
  font-size:11px;
  color:#999
  font-weight: normal;
  font-style:normal;
  background-color: #333;
}


#HCB_comment_box p.error {
  border: 1px solid red;
  background-color: #333;
}

#HCB_comment_box textarea, #HCB_comment_box input.text {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  background-color: #CCC
}

#HCB_comment_box input.text {
  width:200px;
}

/* the submit button */
#HCB_comment_box input.submit {
border:1px solid #fff;
background-color:#333;
cursor:pointer;
font-weight:normal;
color:#FFF;
}

#HCB_comment_box span.home-desc {
  font-size:10px;
  opacity:0.4;
}

/* the individual comment display containers */
#HCB_comment_box div.comment {
  border-top:1px dotted #999;
  margin-bottom:27px;
}

.hcb-mod  i{
  color:999;
}

.hcb-link {
color:999999999;
cursor:pointer;
text-decoration:none;
}

a:link {
	color: #999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999;
}
a:hover {
	text-decoration: underline;
	color: #999;
}
a:active {
	text-decoration: none;
	color: #999;
}

