/* CSS Document */
body {
  font-family: verdana, helvetica, arial, sans-serif;
  margin: 0 0 0 0;
  font-size: 13px;
}
a {
  color: #0a3a61;
  text-decoration: none;
}
a:hover {
  color: #335b7c;
  text-decoration: underline;
}
#scheduling_form p {
  margin: 0;
  padding: 0;
}
#logo {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1000;
  height: 110px;
  width: 245px;
}
.logo {
  border: 0;
}
#pagebody {
  position: relative;
  /*width: 770px;*/
  width: 90%;
  min-width: 770px;
  /*border: 2px solid green;*/
}
#pagetext {
  height: 100%;
  margin-left: 178px;
  padding-top: 40px;
  min-height: 700px;
  padding-bottom: 160px;
}
#reporter_bios p {
  width: 580px;
}
p#error_notice {
  color: #aa0000;
  background-color: #FFc090;
  font-weight: bold;
  margin: 20px 0 0 0;
  padding: 2px;
  width: 560px;
}
h1 {
  font-size: 20px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 0 0;
}
h2 {
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  margin: 10px 0 20px 0;
  padding: 0;
}
h3 {
  margin: 0;
  padding: 0;
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 14px;
}
h3 .plain_text {
  font-size: 12px;
  font-weight: normal;
}
.no-top-margin {
  margin-top: 0;
}
ul {
 margin-top: 0px;
}
.listitems {
  margin-top: 0px;
  margin-bottom: 0px;
}
.lightshade {
  background-color: #859DB1;
}
.mediumshade {
  background-color: #335B7C;
}
.darkshade {
  background-color: #0A3A61;
}
#address {
  position: relative;
  right: 9px;
  top: 25px;
  color: white;
  font-weight: bold;
  font-size: 10px;
  text-align: right;
}
#top_wrapper {
  position: relative;
  border-bottom: 3px black solid;
  margin: 0;
  padding: 0;
  width: 100%;
  height:110px;
}
#top1 {
  position:absolute;
  left:0;
  top:0;
  /*float: left;*/
  width: 150px;
  height: 110px;
}
#top2 {
  height: 110px;
  margin-right:10%;
}
#top3 {
  float: right;
  width: 10%;
  height: 110px;
}
#leftbar {
  width: 149px;
  height: 100%;
  position: absolute;
  top:0px;
  left:0px;
  margin: 0;
  padding: 0;
  border-right: 3px black solid;
}
#bottomleft {
  width: 149px;
  height: 70px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  border-right: 3px black solid;
}
#copyright {
  position: absolute;
  left: 150px;
  text-align: center;
  font-size: 10px;
  bottom: 6px;
  /*width: 770px;*/
  width: 90%;
  /*min-width: 770px;*/
}
#links {
  position: relative;
  top: 0px;
  left: 5px;
  z-index: 1;
  padding: 0 0 0 0;
  /*border:1px solid #00F;*/
}
#services {
  position: relative;
  top: 0px;
}
#services img {
  display:block;
}
#reporters {
  position:relative;
}
#reporters img {
  display:block;
}
#locations {
  position:relative;
}
#locations img {
  display:block;
}
#book {
  position:relative;
}
#book img {
  display:block;
}
#videoconferencing {
  position:relative;
}
#videoconferencing img {
  display:block;
}
#testimonials {
  position:relative;
}
#testimonials img {
  display:block;
}
#events {
  position:relative;
}
#events img {
  display:block;
}
#contact {
  position:relative;
}
#contact img {
  display:block;
}
#home {
  position:relative;
  height:300px;
}
#home img {
  display:block;
}
.linkimage {
  border: 0px;
} 
.nomargin {
  margin-bottom: 0px;
}
.bold {
  font-weight: bold;
}
a.bold {
  text-decoration: underline;
}
.quote_text {
  width: 70%;
  padding: 18px 0 0 0;
}
.quote_sig {
  font-style: italic;
  font-size: 90%;
}

/* Begin Demo Page Styles */
#world-map {
  position: relative;
  margin: 0;
  padding: 0;
  height: 466px; 
  width: 502px; 
  background-image: url('http://www.champaignvideoconferencing.com/images/world-map.gif');
}
#awvc {
  position: absolute;
  top: 118px;
  left: 122px;
  display: block;
}
#conference_01 {
  position: absolute;
  top: 42px;
  left: 24px;
  display: block;
}
#conference_02 {
  position: absolute;
  top: 26px;
  left: 196px;
  display: block;
}
#conference_03 {
  position: absolute;
  top: 41px;
  left: 378px;
  display: block;
}
#conference_04 {
  position: absolute;
  top: 276px;
  left: 23px;
  display: block;
}
#world-text {
  position: absolute;
  font-size: 14px;
  font-weight: bold;
  top: 290px;
  left: 290px;
  width: 190px;  
}
#facilities-wrapper {
  position: relative; 
  width: 550px;
}
#facilities-left {
  float: left; 
  width: 260px;
}
#facilities-right {
  float: right; 
  width: 290px;
}
#facilities-clear {
  clear:both; 
  height: 50px;
}
/* End Demo Page Styles */

/* Being Recent Events Page Styles */
.event_photos img {
  border: 1px solid black;
  margin-bottom: 20px;
  display: block;
}
/* End Recent Events Page Styles */

/* Scheduling Form Styles */
#contact_wrapper {
  position: relative;
  margin-top: 20px;
  margin-bottom: 0;
  /*width: 440px;*/
  width: 570px;
  border: 0px solid green;
}
#scheduling_party {
  float: left;
  width: 257px;
  
  border: 0px solid blue;
}
#bill_to {
  float: right;
  width: 257px;
  margin-right: 13px;
  border: 0px solid blue;
}
.text_field {
  height: 23px;
  margin: 0;
  padding: 0;
}
.text_field input {
  float: right;
  height: 14px;
  width: 180px;
}
.highlight_field input {
  background-color: #FFc090 !important;
}
.highlight_field textarea {
  background-color: #FFc090 !important;
}

.column1 {
  float: left;
  width: 70px;
  text-align: left;
  margin-right: 5px;
}
.column1 p {
  height: 23px;
  width: 100%;
  margin: 0 !important;
  padding: 5px 0 0px 0;
}
.column2 {
  float: left;
  width: 190px;
}
.column2 p {
  height: 27px;
  margin: 0 0 0 0;
  padding: 2px 0 2px 0;
  height: 20px;
  width: 190px;
  line-height: 20px;
}
.column2 input {
  width: 180px;
  height: 16px;
  margin: 0 0 3px 0;
  padding: 0 0 0 0;
}
.state_select {
  width: 52px;
  height: 20px; 
  margin: 0; 
  padding: 0;
  margin-left: 31px;
}
.zip_field {
  width: 93px !important;
}
.clear {
  clear: both;
}
.leftcolumn {
  float: left;
  width: 310px;
}
#conference_date_wrapper {
  width: 570px;
  padding: 0 0 0 0;
  margin: 20px 0 0 0;
  border: 0px solid blue;
}
#conference_date_wrapper input {
  height: 16px;
  margin: 1px 0 1px 0;
  padding: 0 0 0 0;
}

#conference_date {
  float: left;
  width: 268px;
}
#conference_date input {
  width: 121px;
}
#conference_time {
  float: right;
  width: 270px;
}
#conference_time input {
  width: 67px;
}
#locations_wrapper {
  width: 570px;
  padding: 0 0 0 0;
  margin: 20px 0 0 0;
  border: 0px solid blue;
}
#locations_wrapper p {
  margin-bottom: 10px;
}
#locations_wrapper h4 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 13px;
}
#cities {
  float: left
  width: 180px;
}
#cities input {
  width: 170px;
  height: 16px;
  margin: 1px 0 1px 0;
  padding: 0 0 0 0;
}
#participants {
  float: right;
  width: 150px;
  text-align: center;
}
#participants input {
  width: 50px;
  height: 16px;
  margin: 1px 0 1px 0;
  padding: 0 0 0 0;
}
#participant_info {
  float: right;
  width: 240px;
}
#participant_info input {
  width: 224px;
  height: 16px;
  margin: 1px 0 1px 0;
  padding: 0 0 0 0;
}
#private_site_wrapper {
  width: 570px;
  padding: 0 0 0 0;
  margin: 20px 0 0 0;
}
#private_site_wrapper p {
  margin-bottom: 10px;
}
#private_site_wrapper h4 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 13px;
}
#private_city {
  float: left;
  width: 142px;
}
#private_city input {
  width: 130px;
  height: 16px;
  margin: 1px 0 1px 0;
  padding: 0 0 0 0;
}
#private_equip {
  float: right;
  width: 122px;
}
#private_equip input {
  width: 110px;
  height: 16px;
  margin: 1px 0 1px 0;
  padding: 0 0 0 0;
}
#private_contact {
  float: right;
  width: 164px;
}
#private_contact input {
  width: 150px;
  height: 16px;
  margin: 1px 0 1px 0;
  padding: 0 0 0 0;
}
#private_isdn {
  float: right;
  width: 142px;
}
#private_isdn input {
  width: 125px;
  height: 16px;
  margin: 1px 0 1px 0;
  padding: 0 0 0 0;
}
#initiate_call_wrapper {
  width: 570px;
  padding: 0 0 0 0;
  margin: 20px 0 0 0;
}
#conference_speed_wrapper {
  width: 570px;
  padding: 0 0 0 0;
  margin: 20px 0 0 0;
}
#conference_speed_wrapper input {
  margin-left: 20px;
}
#special_requirements_wrapper {
  width: 570px;
  padding: 0 0 0 0;
  margin: 20px 0 0 0;
}
#special_requirements_wrapper .plain_text {
  font-size: 11px;
}
#special_requirements_wrapper input {
  width: 553px;
  height: 16px;
  margin: 1px 0 1px 0;
  padding: 0 0 0 0;
}
#terms_and_conditions_wrapper {
  width: 570px;
  padding: 0 0 0 0;
  margin: 20px 0 20px 0;
  font-size: 11px;
}
#signature_wrapper {
  width: 570px;
  padding: 0 0 0 0;
  margin: 20px 0 20px 0;  
}
#signature_wrapper h4 {
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 13px;
}
#name_authorizing {
  float: left;
  width: 400px;
}
#name_authorizing input {
  width: 380px;
}
#signature_date {
  float: right;
  width: 170px;
}
#signature_date input {
  width: 152px;
}
#scheduling_submit_button {
  margin: 10px 0 0 0;
  width: 240px;
}

#contact_info {
  float: left;
  width: 284px;
}

#contact_info p {
  text-align: right;
  margin: 2px 0 2px 0;
}
#contact_info input {
  height: 14px;
  width: 180px;
}

.required {
  font-weight: bold;
  color: #cc0000;
}

.rightcolumn {
  float: left;
}
.leftcolumn p {
  line-height: 25px;
}
.rightcolumn p {
  line-height: 25px;
}
.location1 {
  float: left;
  width: 150px;
  border: 0px red solid;
}
.location2 {
  float: left;
  width: 150px;
  text-align: center;
  border: 0px red solid;
}
.location3 {
  float: left;
  width:160px;
  text-align: center;
  border: 0px red solid;
}
.location4 {
  float: left;
  width: 18   0px;
  border: 0px red solid;
}

.location34 {
  float: left;
  width:300px;
}

.inline p {
  display: inline;
}
.private1 {
  float: left;
  width: 150px;
}
.private2 {
  float: left;
  width:150px;
  text-align: center;
}
.private3 {
  float: left;
  width:180px;
  text-align: center;
}
.private4 {
  float: left;
  width: 170px;
  text-align: center;
}

#jumpto-div {
  position: relative;
  top: -22px;
  left: 220px;
}

/* begin home page slide show styles */
.slide {
  margin: 0 0 20px 20px;
  padding: 0;
  position: absolute;
  top: 45px;
  right: 30px;
  width: 400px;
  height: 300px;
}
.slide p {
  margin: 0;
  padding: 0;
}
#slide_place_holder {
  margin: 0 30px 20px 20px;
  float: right;
  width: 400px;
  height: 300px;	
}
.content-id p {
  width: 280px;
  padding: 5px 10px 0 10px;
  margin: 0;
  background: #E0EADF;
}
#content-body {
  margin: 0 auto 0 auto;
  width: 764px;
  background: #FFF;
}
/* end home page slide show styles */

