@charset "UTF-8";
/**
 * Main Site Style
 *
 * Contains general style information for the site
 *
 * @project teammatch
 * @version $LastChangedRevision$
 * @author Denny Daugherty
 * @copyright 2009 Layover.com
 */

body {
  background : #fff;
  color : #000;
  font-family: verdana, arial, sans-serif;
  font-size : 10pt;
  margin : 0;
  padding : 0;
}

textarea {
  font-family: verdana, arial, sans-serif;
}

div#main {
  margin : 10px auto 0 auto;
  padding : 0;
  width : 980px;
}

div#header {
  /*background : url('/images/header2.jpg') no-repeat;*/
  background : url('/images/top-banner1.png') no-repeat;
  height : 161px;
}

div#header2 {
  /*background : url('/images/header2.jpg') no-repeat;*/
  background : url('/images/socalteammatchheader.png') no-repeat;
  height : 161px;
}

div#header3 {
  background : url('/images/jctteammatchheader.jpg') no-repeat;
  height : 161px;
}

div#topmenu {
  height: 34px;
  width: 980px;  
  display: block;  
  background : url('/images/topmenu-background.png') repeat-x;  
  /*  
  background : #4e5d60;
  border-top : 2px #ff8a00 solid;
  */
  clear : both;
  color: #FFF;
  font-size: 1.1em;
  padding: 0px;
}

body#visitor-home div#content {
  background: url('/images/homepage2.png') repeat-y;
}

div#content {
  padding : 0 8px 10px 8px;
}

ul#menuitems {
  list-style-type: none;
  float: left;
  /* height: 36px; */
  padding-top: 0px;
  clear: both;
  
  margin: 0px;
}



ul#menuitems > li {
  margin-top: 0px;
  float: left;    
  position: relative;  
}

li.mainitems {
  margin-top: 0px;
  float: left;    
  position: relative;
  margin: 0px;  
}




ul#menuitems > li > a {
  display: block;
  /*width: 105px; */
  height : 24px;
  overflow : hidden;
  padding-left : 23px;
  padding-right: 23px;
  padding-top: 7px;
  text-decoration: none;
  color: #FFF;
  float: left;
  font-weight : bold;
}

a.mainitemslinks {
  display: block;
  /*width: 105px; */
  height: 28px;
  margin-top : 2px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 0px;
  text-decoration: none;
  color: #FFF;
  float: left;
}

input#homepagesubmitbutton {
  float: right;
}



ul#menuitems > li > a:hover {
  color: #FA8A00;
  background-color: #FFF;      
}

a:hover.mainitemslinks {
  color: #FA8A00;
  background-color: #FFF;      
}

/*
.mitem a:hover{
  background-image: none;
  background-color: #FFF;
  color: #FA8A00;
}
*/

ul#menuitems li ul {
  display: none;
  position: absolute; 
  top: 1em;
  left: 0;
  list-style-type: none;    
}



/*
ul#menuitems li > ul{
  top: auto;
  left: auto;
}


ul#suckernav{
  top: auto;
  left: auto;
}
*/


ul#menuitems li:hover ul, ul#menuitems li.over ul{
  display: block; 
  position: absolute; 
  list-style-type: none;  
  line-height: 1.5;
  margin-top: 5px;
}

ul#menuitems li:hover ul a, ul#menuitems li.over ul a {
  color: #FF8A00;
  text-decoration: none;    
}

div#homebanner{
  display: block;
  width: 935px;
  height: 40px;
  background: url('/images/homepage1.png') no-repeat;  
  position: relative;
  margin-bottom: 0px;
}

div#homearrow{
  display: block;
  width: 48px;
  height: 17px;
  margin: 0px;
  background: url('/images/homepage3.png') no-repeat;  
  position: relative;
  top: 40px;
  float: right;
}

div#homerepeat{
  display: block;
  /*
  margin-left: 8px;
  
  background: url('/images/homepage2.png') repeat-y; */
  width: 391px;
  float: left;
}

div#midpage{
  display: block;
  margin-top: 0px;
}

div#homerepeat p {
  color : white;
  padding : 0 10px 0 10px;
}

div#homerepeat a, div#user-menu a {
  color: #f3c869;
  font-size : 0.8em;
  font-weight : bold;
}

div#homepic{
  margin: 10px;
  display: block;
  width: 377px;
  height: 172px;
  background: url('/images/homepage5.png') repeat-y;
}

div#user-menu{
  float : left;
  width : 200px;
}

div#user-menu h2 {
  font-size : 1.2em;
  text-align : center;
}

div#user-menu ul{
  margin: 0;
  padding: 0;
}

div#user-menu ul li{
  list-style : none;
  margin-left : 10px;
  padding-left : 10px;
  padding-bottom : 5px;
  border-bottom : 1px black dotted;
}

div#user-menu a {
}

div#user-content {
  float : left;
  width : 744px;
  padding: 10px;
}

div#header a#logo-link {
  display : block;
  position : relative;
  /*margin-left: 40px; margin for old banner*/
  margin-left : 66px;
  top : 0px;
}

div#header a#logo-link img {
  border : none;
}

div#footer {
  background : #4e5d60;
  border-top : 2px #ff8a00 solid;
  clear : both;
  color : #fff;
  font-size : 0.8em;
  margin : 0 0 0 0;
  padding : 14px 50px 34px 14px;
}

div#footer address {
  float : right;
  font-style : normal;
}

div#footer ul {
  margin : 0;
  padding : 0;
}

div#footer ul li {
  display : inline;
  margin : 0 10px 0 0;
  padding : 0;
}

div#footer a {
  color : white;
}

div#footer a:hover {
  color : #ff8a00;
}

.hidden {
  /* Thanks Google */
  position : absolute;
  width : 1px;
  height : 1px;
  top : -1000em;
  overflow : hidden
}

form ul.error_list {
  margin : 10px 0 0 0;
  padding : 0;
}

form ul.error_list li {
  background : url('/images/icon-error.png') no-repeat;
  color : red;
  font-weight : bold;
  list-style : none;
  padding-left : 20px; 
}

form ul.radio_list {
  margin : 0;
  padding : 0;
}

form ul.radio_list li {
  display : inline;
}

form#signup-form, form#driver-form, form#emailpass, form#recruitersearch-form {
  float : left;
  width : 560px;
  padding-top: 0px;
  padding-bottom: 20px;
}

form#signup-form div.signup-line, form#driver-form div.signup-line, form#emailpass div.signup-line, form#recruitersearch-form div.signup-line {
}

form#signup-form div.signup-line > div, form#driver-form div.signup-line > div, form#emailpass div.signup-line > div, form#recruitersearch-form div.signup-line > div {
  height : 20px;
  padding-top : 4px;
  padding-bottom : 4px;
}

div.signup-line2 > div {
  height : 45px;
  padding-top : 4px;
  padding-bottom : 4px;
}


form#signup-form div.signup-question, form#driver-form div.signup-question, form#emailpass div.signup-question, form#recruitersearch-form div.signup-question {
  background : #efefef;
  border-bottom : 1px #bbc1c1 solid;
  padding-left : 10px;
  float : left;
  width : 320px;
}

div.signup-question2 {
  background : #efefef;
  border-bottom : 1px #bbc1c1 solid;
  padding-left : 10px;
  float : left;
  width : 320px;
}


form#signup-form div.signup-question label, form#driver-form div.signup-question label, form#emailpass div.signup-question label, form#recruitersearch-form div.signup-question label {
}

form#signup-form div.signup-answer, form#driver-form div.signup-answer, form#emailpass div.signup-answer, form#recruitersearch-form div.signup-answer {
  background : #fff;
  border-bottom : 1px #f0f0f0 solid;
  float : left;
  padding-left : 10px;
  width : 220px;
}

div.signup-answer2 {
  background : #fff;
  border-bottom : 1px #f0f0f0 solid;
  float : left;
  padding-left : 10px;

}

form#signup-form div.signup-line ul.error_list, form#driver-form div.signup-line ul.error_list, form#emailpass div.signup-line ul.error_list, form#recruitersearch-form div.signup-line ul.error_list { 
  background : #efefef;
  margin : 0;
  padding : 0;
}

form#signup-form div.signup-line ul.error_list li, form#driver-form div.signup-line ul.error_list li, form#emailpass div.signup-line ul.error_list li, form#recruitersearch-form div.signup-line ul.error_list li {
  background : #fff;
  margin-left : 330px;
  padding-left : 10px;
}

.signup-submit ul, .signup-submit li {
display:none !important;
  margin : 0px !important;
  padding : 0px !important;
}

.profile-frame-right {
  float : right;
  width : 400px;
  overflow: hidden;
}

fieldset { 
  border: none;
  padding-top: 10px;
  margin: 0;
}

legend {
  font-weight : bold;
  font-size : 1.1em;
  border-bottom : 2px black solid;
  padding-right : 30%;
}

.half-float-left {
  float : left;
  margin: 0;
  padding: 0;
  width : 50%;
}

h1 {
  background-position: left bottom;
  background-color : #5c6b6e;
  background-image: url('/images/h1background.png');
  background-repeat: no-repeat;
  color: #fffeff;
  font-family : tahoma, arial, sans-serif;
  font-size : 1.5em;
  font-weight: normal;
  padding: 8px 0 6px 12px;
  margin : 0;
  letter-spacing: 1px;
}

h2 { 
  font-size : 1em;
}

div.how-num {
  width : 20%;
  font-size : 3em;
  float: left;
}

div.how-text {
  width : 70%;
  float: left;
}

table.driver-view-accountinfo {
  border: 1px solid #000000;
  padding: 0px;
  margin: 0px;
  float: left;
  height: 200px;
}

table.driver-view-accountinfo td{
  
  margin: 0px;
  padding: 3px;
 
}

.profileinfoheader
{
  font-weight: bold;
  font-size: 15px;
  text-decoration: underline;
}

.table-color-bg
{
  background-color: #e5e5e5;
}

table.search-results
{
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  
}

table.search-results td
{
  border-right: 1px solid #000000;
  border-left: 1px solid #000000;
  padding: 5px;
}

.search-header
{
  background-color: #CCCCCC;
}

.message-table td{
  padding: 5px;
  border-top: 2px solid #FFFFFF;
}

.site-3 #signup-line-has_pet, .site-3 #signup-line-drive_with_pet, .profile-pet {
  display : none;
}

