/*************************************
 *              Cascading Style Sheet
 *  Site:       Freeport Auto Sales
 *  Developer:  SugarCodeIt.com
 *  Date:       5/7/2009   
 ************************************/ 

body {
  font-family: Lucida Grande, Verdana, Sans-serif;
  font-size: 14px;
  color: #4F5155;
  background-color: #f3a52b; 
  background-image: url(http://www.sugarcodeit.com/freeport/images/bg_gradient.gif);
  background-repeat: repeat-x; 
}

#container {
  margin-right: auto;
  margin-left: auto;
  width: 1020px;
}

.centeredHeader {
  height: 35px;
  width: 1020px; 
  /* border:1px solid #fff; */
  text-align: left;
  /* border:1px solid #000; */
}

.leftContentLogo {
  width: 700px; 
  color: #000;
  float: left;
  text-align: left;
}

.rightContentLogo {
  width: 319px; 
  color: #fff;
  float: left; 
  text-align: right;
  padding-top: 10px; 
  font-weight:bold;
}


.grayPadding {
  width: 1020px; 
  background-color: #666;
  height: 5px;
}

.navigation {
  width: 1020px; 
  background-color: #f3a52b;
   /* 666  */
}


.mainContent {
  width: 1020px; 
  height: 500px;
  color: #000;
  background-color: #fff; 
  border-right:1px solid #ccc; 
  border-left:1px solid #ccc; 
  border-bottom:1px solid #ccc; 
}

.leftContent {
  width: 700px; 
  color: #000;
  background-color: #fff; 
  float: left;
  text-align: center;
  padding-top: 10px;
}


.admin_leftContent {
  width: 640px; 
  color: #000;
  background-color: #fff; 
  float: left;
  text-align: center;
  padding-top: 10px;
  padding-left: 30px;
  padding-right: 30px;
}

#financing {
  width: 700px; 
  color: #000;
  background-color: #fff; 
  float: left;
  text-align: left;
  padding-top: 10px;
  padding-left: 150px;
  padding-right: 150px;
}

.textJustifiedLeft{
  text-align: left;
  
}

.rightContent {
  width: 319px; 
  height: 490px;
  color: #000;
  background-color: #f3f3f3; 
  border-left:1px solid #ccc; 
  float: left;
  text-align: center;
  padding-top: 10px;
}

.rightContent h2 {
  font-family: arial;
  color: #000;
}

.popularCar {
  text-align: center;
  text-decoration: none;
  font-size:10pt;
  font-family:arial;
  padding-left: 10px;
  height: 110px; 
}

.popularCar img {
  padding: 10px;  
  border:  1px solid #ccc;  
  background-color: #fff;  
  text-align: center;
}

.carImage {
  text-align: center;
  text-decoration: none;
  font-size:10pt;
  font-family:arial;
  float: left;
  /* border:  1px solid #ccc;  */
}

.carDescription {
  text-align: center;
  text-decoration: none;
  font-size:10pt;
  font-family:arial;
  width: 150px;
  float: left;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 5px;
  margin-right: 5px;
}

.leftContent a{
  text-decoration: none;
  font-weight:bold;
  font-size:10pt;
  font-family:arial;
  color: #666;
  padding-left: 5px;
  padding-right: 5px;
}

.leftContent a:hover{
  text-decoration: underline;
}

h3 {
  font-family: arial;
}

h2 {
  font-family: arial;
  color: #000;
}



.footer {
  padding-top: 10px;
  width: 1020px; 
  text-align: center;
  text-decoration: none;
  font-size:10pt;
  font-family:arial;
}

.footer a{
  text-decoration: underline;
  font-weight:bold;
  font-size:10pt;
  font-family:arial;
  color: #666;
}

ul#navlist {
  display: inline;
  list-style: none;
} 

ul#navlist li {
  float: left;
  width: 170px;
  height:30px;
} 

ul#navlist li a {
  width: 170px;
  height:30px;
  padding:0px;
  display:block; 
  color:#fff;
  text-decoration: none;
  font-size:10pt;
  font-family:arial;
  line-height: 30px;
  text-align:center; 
 /*
  border-right:1px solid #ccc; 
  border-left:1px solid #ccc; 
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  */
  background: #666;
} 

ul#navlist li a:hover {
  /* border-top: 5px solid #004a80;
  border-bottom: 5px solid #004a80; */
  background:#999;
  font-size:10pt;
  /* font-weight:bold; */
} 

.picsContainer {
  text-align: center;
  color: #000;
  background-color: #fff; 
  /* padding-top: 20px; */
  /* border: 5px solid #004a80; */
  margin: auto;
}

.pics {  
  width: 700px;
  margin: auto;
} 
 
.pics img {  
  padding: 15px;  
  border:  1px solid #ccc;  
  background-color: #eee;  
  text-align: center;
}


h1 {
  color: #444;
  background-color: transparent;
  border-bottom: 1px solid #D0D0D0;
  font-size: 16px;
  font-weight: bold;
  margin: 24px 0 2px 0;
  padding: 5px 0 6px 0;
}

code {
  font-family: Monaco, Verdana, Sans-serif;
  font-size: 12px;
  background-color: #f9f9f9;
  border: 1px solid #D0D0D0;
  color: #002166;
  display: block;
  margin: 14px 0 14px 0;
  padding: 12px 10px 12px 10px;
}

.rightContentLogo a{
  text-decoration: none;
  font-weight:bold;
  font-size:10pt;
  font-family:arial;
  color: #fff;
  padding-left: 5px;
  padding-right: 5px;
}

.rightContentLogo a:hover{
  text-decoration: underline;
}

form {
  /* font-size:10pt; */
  font-family:arial;
}

.adminAddCarInputLabel {
  width: 100px; 
  color: #000;
  background-color: #fff; 
  text-align: right;
  padding-top: 10px;
  padding-bottom: 10px;
  float: left;
}

.adminAddCarInput {
  width: 100px; 
  color: #000;
  background-color: #fff; 
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  float: left;
}

.adminAddCarCheckBox {
  width: 20px; 
  color: #000;
  background-color: #fff; 
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  float: left;
  
}

.col1 {
  width: 300px; 
  color: #000;
  background-color: #fff; 
  text-align: left;
  /*
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  */
  float: left;
  /* border: 1px solid #ccc;  */
}

.col2 {
  width: 300px; 
  color: #000;
  background-color: #fff; 
  text-align: left;
  /*
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  */
  float: left;
  border: 1px solid #ccc;
}


.message {
  width: 100%;
  color: #000;
  border: 2px solid #000;
  padding: 10px;
  background: #ccfcd1 url(../images/success.gif) 12px 50% no-repeat;
}


.tableHeader{
  border: 1px solid #000;
  color: #666;
  width: 100px;
  background-color: #ccc;
}

.tableHeaderMake{
  border: 1px solid #000;
  color: #666;
  width: 150px;
  background-color: #ccc;
}

.tableHeaderModel{
  border: 1px solid #000;
  color: #666;
  width: 150px;
  background-color: #ccc;
}

.tableContent{
  border: 1px solid #666;
  color: #666;
  width: 100px;
  
}

.tableContentMake{
  border: 1px solid #666;
  color: #666;
  width: 150px;
  
}

.tableContentModel{
  border: 1px solid #666;
  color: #666;
  width: 150px;
  
}


.message p {
  padding-left: 30px;
}

table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(../images/sorting/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(../images/sorting/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(../images/sorting/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}

a img {
  border: none; 
} 


.clear {
  clear: both;
  padding: 0px;
  margin:0px;
}
