/* SUPER CLASSES */
  
  
  body{
    margin: 0px;
    padding: 0px;
    font-family: arial;
    font-size: 11px;
    color: #333333;
    height:100%;
    /*width:100%;*/
    background-image: url(/images/common/body_bg.gif);
    background-repeat: repeat-y;
    
  }
  
  td {
    font-family: arial;
    font-size: 11px;
    color: #333333;
    vertical-align:top;
  }
  
  
  img{
    display: block;
    border: 0px;
  }

  img.inline{
    display: inline;
    border: 0px;
  }
  
  
  hr {
  margin: 0px;
  /*width: 450px;*/
  height: 1px;
  color: #cccccc;
}

  .quote {
    font-family: arial;
    font-size: 11px;
    color: #666666;
    vertical-align:top;
  }



  
/* STRUCTURAL ELEMENTS OF TOP AREA */ 

  #selectBoxBody{
    position: relative;
    top: 104px;
    left: 150px;
    height: 40px;
    padding: 0px;
    background-color: #C6D6E6;
    z-index: 2;
  }
  
   

  #imageContainer{
    position: absolute;
    left: 180px;
    top: 0px;
    /*width: 100%;*/
    background-color: #94B5D6;
  }
  
  #topContainer{
    position: absolute;
    left: 180px;
    top: 0px;
    width: 450px;
    z-index:2;
  }
  
 
  #phoneBox{
    position: relative;
    top: 5px;
    left: 300px;
    background-color: #397BB5;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    z-index: 10;
  }
  

  #tertiarydiv{
    margin-top: 25px;
  }

  
  .searchInput{
    padding:2px;
    line-height:1;
    font-size: 11px;
    font-family: arial;
    color:#333333;
    background-color: #ffffff;
    border:1px solid;
    border-color:#666666;
    width: 130px;
  }
  
  .searchformconatiner{
   
   border-color: #666666;
   border-style: solid;
   border-width:0px;
   width: 150px;
   padding: 2px;
   padding-left: 5px;   
  }
  
  .searchlabel{
   width: 150px;
   padding: 2px;
   vertical-align: middle;
   padding-left: 5px;  
    
  }
 .grey{
    position: relative;
    left: 0px;
    width: 100%;
    top: 0px;
    background-color: #EEEEEE;
  }
  
   .cellHeader{
    width: 150px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #EEEEEE;
  }
  .onGrey{
    font-weight: bold;
  }


/* PAGE STRUCTURE */ 

.col300{
  width: 300px;
}

.col150{
  width: 150px;
}

.col150b{
	width: 150px;
	background-color:#94B5D6;
	}
 
.col450{
  width: 450px;
}
 
.contentContainer{
  padding: 10px;
}

.contentContainerb{
  padding: 10px;
  background-color:#E9EEF9;
}




/* TEXT */ 



h2{
    font-size: 100%;
    font-weight: bold;
    margin: 0px 0px 0px 0px;
    padding-left: 4px;
    border-left: 1px solid #cccccc;
  }
  
h3{
    font-size: 140%;
    font-weight: normal;
    margin: 0px 0px 0px 0px;
}

h4{
    font-size: 100%;
    font-weight: bold;
    margin: 0px 0px 0px 0px;
}
  

dt{
  font-weight: bold;
}

.formLabel{
  font-weight: bold;
  padding-top: 6px;
  padding-bottom: 0px;
  margin-top:     0px;
  margin-bottom:  0px;
}

p.formLabel {
  padding-bottom: 3px;
}

.micro {
    font-family: arial;
    font-size: 10px;
    color: #333333;
    vertical-align:top;
}

.error {
    font-family: arial;
    font-size: 11px;
    color: #FF0000;
    vertical-align:top;
    font-weight: bold;
}
  
/* LINKS */ 

a {
  color: #333333;
  text-decoration: underline;
}

a:hover {
  color: #397BB5;
  text-decoration: underline;
}
  
a.callToAction {
  color: #333333;
  background-image: url(/images/common/icon_call_to_action_bg.gif);
  background-repeat: no-repeat;
  background-position: 0px 2px;
  display: block;
  margin: 3px;
  padding-left: 10px;
  text-decoration: none;
  font-weight: bold;
  text-align:left;
}

a.callToAction:hover {
  text-decoration: underline;
}

a.callToActionRight {
  color: #333333;
  background-image: url(/images/common/icon_call_to_action_bg.gif);
  background-repeat: no-repeat;
  background-position: 0px 2px;
  display: block;
  margin: 3px;
  padding-left: 10px;
  text-decoration: none;
  font-weight: bold;
  float: right;
}

a.callToActionRight:hover {
  text-decoration: underline;
}



a.breadcrumb {
  font-size: 90%;
  color: #333333;
  text-decoration: none;
}

a.breadcrumb:hover {
  text-decoration: underline;
}


a.previous {
  color: #333333;
  background-image: url(/images/icons/previous.gif);
  background-repeat: no-repeat;
  background-position: 0px 3px;
  display: inline;
  margin: 5px;
  padding-left: 10px;
  text-decoration: none;
  font-weight: bold;
}

a.previous:hover {
  text-decoration: underline;
}


a.next {
  color: #333333;
  background-image: url(/images/icons/next.gif);
  background-repeat: no-repeat;
  background-position: 27px 3px;
  display: inline;
  margin: 5px;
  padding-right: 10px;
  text-decoration: none;
  font-weight: bold;
}

a.next:hover {
  text-decoration: underline;
}


a.howTo {
  color: #333333;
  background-image: url(/images/icons/icon_how_to.gif);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  display: inline;
  margin: 5px;
  padding-left: 17px;
  text-decoration: none;
  font-weight: bold;
  line-height: 1.5em;
}

a.howTo:hover {
  text-decoration: underline;
}


/* FAQS */

.q {
  background-image: url(/images/icons/q.gif);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  display: block;
  margin: 3px;
  padding-left: 18px;
  font-weight: bold;
}


.a {
  background-image: url(/images/icons/a.gif);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  display: block;
  margin: 3px;
  padding-left: 18px;
}





/* IMAGE CHANGER */

#photoContainer{
  width: 420px;
  background-color: #eeeeee;
  padding-bottom: 1px;
}

#photo_description{
  width: 270px;
  float: left;
  padding: 5px;
  background-color: #eeeeee;
}

#controls{
  width: 120px;
  float: right;
  text-align: right;
  padding: 5px;
  background-color: #eeeeee;
}




/* CALCULATORS */



.equals{
  border-top: 1px solid #cccccc; border-bottom: 1px solid #cccccc; height: 18px; background-color:#ffffff; font-size: 100%; font-weight: bold; margin: 3px 0px 0px 0px; padding: 3px;
}



/* FORMS */   
 
form {
  margin: 0px;
}
  

input.inputBody, textarea.inputBody {
  font-size:100%;
  font-family: arial;
  background-color: #E9EEF9;
  color:#666666;
  padding:3px;
  border:1px solid;
  border-color:#ffffff;
}

input.inputBodyFocus, textarea.inputBodyFocus {
  font-size:100%;
  font-family: arial;
  background-color: #C6D6E6;
  color:#000000;
  padding:3px;
  border:1px solid;
  border-color:#ffffff;
}


select.selectBody {
  font-size:100%;
  background-color: #E9EEF9;
  color:#000000;
  padding:3px;
  border:1px solid;
  border-color:#ffffff;
}

span.formError{
  visibility: hidden;
  padding: 3px;
}

div#affiliatesCell {
	width: 150px;
	
}

div#affiliatesCell img  {

	float: left;
	padding: 5px;
}
