html, body
{
  color:#ffffff;
  font-family:"Lucida Sans Unicode",Arial,Helvetica,sans-serif;
  font-size:12px;
  height:100%;
  margin:5px 0 0 0;
  min-height:100%;
  padding:0;
}

h1
{
  font-size:24px;
  margin-top:0px;
}

h2
{
  font-size:16px;
  font-weight: bold;
}

h3
{
  font-size:14px;
  text-decoration:underline;
}

a:link, a:visited, a:active {
  color:#3d83c8;
}

#main
{
  width: 100%;
  text-align: left;
  margin: 0px auto;
  padding: 0px;
  border:0;
}

#headerwrap
{
  background: #ffffff;
  height:174px;
  overflow:hidden;
}

#header
{
  background: url(/images/header.gif) no-repeat;
  height: 174px;
  width: 985px;
  margin:auto;
  overflow:hidden;
}

#vivalogo
{
  margin:20px 0px 0px 20px;
}

#homecontentwrap
{
  background: #ffffff;
  height:341px;
  overflow:hidden;
  background: url(/images/splash-side.gif) repeat-x;
}

#homecontent
{ 
  width: 985px;
  margin:auto;
  overflow:hidden;
  background: url(/images/splash.gif) no-repeat;
}

#sectionheaderwrap
{
  background: #ffffff;
  height:51px;
  overflow:hidden;
  background: url(/images/inner-bg.gif) repeat-x;
}

#sectionheader
{ 
  width: 985px;
  margin:auto;
  overflow:hidden;
}

#sectionheaderwrap2
{
  background: #ffffff;
  height:51px;
  overflow:hidden;
}


.whspacewrap
{
  background-color: #ffffff;
  height:15px;
  overflow:hidden;
}

.whspace
{
  width: 985px;
  height: 5px;
  margin:auto;
  overflow:hidden;
}

#indexmidwrap
{
  background-color: #ffffff;
  height:443px;
  overflow:hidden;
}

#indexmid
{
  background: url(/images/indexmid-side.gif) repeat-y;
  width: 985px;
  height: 443px;
  margin:auto;
  overflow:hidden;
}

#innermidwrap
{
  background-color: #ffffff;
  overflow:hidden;
}

#innermid
{
  background: url(/images/indexmid-side.gif) repeat-y;
  width: 985px;
  margin:auto;
  overflow:hidden;
}

#contentleft
{
  width: 220px;
  float: left;
  padding: 0px 10px 0 20px;
}

#contentright
{
  width: 705px;
  float: right;
  color: #3d83c8;
  padding: 0px 20px 0 10px;
}

#contentrightleft
{
  float: left;
}

#contentrightright
{
  float: right;
}

#footerwrap
{
  background: url(/images/footerbg.gif) repeat-x;
  height:83px;
  overflow:hidden;
}

#footer
{
  background: url(/images/footer-new.gif) no-repeat;
  width: 985px;
  height: 83px;
  margin:auto;
  overflow:hidden;
  font: normal normal normal 10px/normal Lucida Sans Unicode;
  text-align: center;
  padding-top: 15px;
}

.footernav
{
  -webkit-padding-start: 40px;
  display: block;
  list-style-type: disc;
  margin: 3px 0px 0px 0px
}

.footernav li
{
  display: inline;
  padding: 0px 7px 0px 7px;
}

#footer .footernav li a
{
  text-decoration: none;
  color: #ffffff;
}


#topnavbox
{
  position: relative;
  right: 0px;
  top: 20px;
  height: 27px;
  width: 405px;
  float: right;
  margin: 0 0;
}

#navboxwrap
{
  width: 100%;
  background: url(/images/nav.gif) repeat-x;
  height:34px;
  overflow:hidden;
}

#navbox
{
  height: 34px;
  width: 565px;
  margin:auto;
}

.roundedboxotherservices {
  color: #3d83c8;
  width: 190px;
  height: 280px;
  margin-left: 20px;
  margin-right: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid #3d83c8;
  float: left;
  padding:10px 5px 10px 5px;
  /* Do rounding (native in Firefox and Safari) */
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}

.ulnomargin {
  margin-left:20px;
  padding:0px
}

.ulnomargin li {
  margin-left:0px;
  padding:0px
}

.roundedboxjoinus {
  color: #3d83c8;
  width: 175px;
  height: 280px;
  margin-left: 10px;
  margin-right: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid #3d83c8;
  float: right;
  padding:10px 15px 10px 15px;
  /* Do rounding (native in Firefox and Safari) */
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}

.roundedboxjoinuscontact {
  color: #3d83c8;
  width: 190px;
  background-color: #ffffff;
  border: 1px solid #3d83c8;
  float: left;
  padding:10px 15px 10px 15px;
  /* Do rounding (native in Firefox and Safari) */
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}

.roundedboxplaylist {
  color: #3d83c8;
  width: 460px;
  height: 280px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid #3d83c8;
  float: left;
  padding:10px 15px 10px 15px;
  /* Do rounding (native in Firefox and Safari) */
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}

.roundedboxtestimonials {
  color: #ffffff;
  width: 190px;
  background-color: #3d83c8;
  border: 1px solid #3d83c8;
  padding:10px 15px 10px 15px;
  /* Do rounding (native in Firefox and Safari) */
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}

.roundedboxclients {
  color: #3d83c8;
  width: 915px;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #ffffff;
  border: 1px solid #3d83c8;
  float: left;
  padding:5px 15px 0px 15px;
  /* Do rounding (native in Firefox and Safari) */
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}

.indentcontact
{
  padding: 0px 0px 10px 30px;
}


#videoFrameContainer {
  height:180px;
  width:320px;
  position:relative;
  left: 537px;
  top: -325px;
}

#videoFrame {
  position:absolute;
  height:180px;
  width:320px;
}

fieldset ul, fieldset li{
border:0; margin:0; padding:0; list-style:none;
}
fieldset li{
clear:both;
list-style:none;
padding-bottom:10px;
}

fieldset input{
float:left;
}
fieldset label{
width:140px;
float:left;
}

/*
* breadcrumb nav
*/
#breadcrumb
{
  color: #3d83c8;
  padding: 5px 5px 5px 5px;
  border:1px dotted #3d83c8;
  font-size:10px;
  margin-bottom:10px;
}

#breadcrumb a
{
  color: #3d83c8;
  text-decoration:underline;
}

#scroller {
  height: 76px;
  list-style: none;
  margin: 0px auto;
  overflow: hidden;
  padding: 0px;
  text-align: center;
  width: 910px;
}

#scroller li {
  float: left;
  height: 76px;
  margin: 0px auto;
  padding: 3px 5px 3px 5px;
  text-align: center;
}

.scrollinglogos {
  
}