@charset "UTF-8";

/* GLOBAL STYLES */

body {
  font-family: 'Trebuchet MS', Trebuchet, Verdana, sans-serif;
  font-size: 12px;
  color: #FFF;
  background: #A5AFB8;
}

.clear {
  clear: both;
}
  
.floatRight {
  float: right;
} 

.floatLeft {
  float: left;
} 

.floatLeftMargin {
  float: left;
  margin: 10px 20px 10px 0;
}  
  
/* STRUCTURE STYLES */  
  
#wrapper {
  width: 980px;
  margin: 0 auto 25px auto;
}

/* HEADER STYLES */

#header {
  height: 193px;
  background: url(../images/global/bgHeader.jpg) top center no-repeat;
}

#header h1 a {
  float: left;
  height:150px;
  width: 375px;
  text-indent: -9000px;
  margin: 25px 0 0 140px;
}  

#header p {
  color: #FFF;
  font-size: 16px;
  float: right;
  width: 400px;
  padding-top: 4px;
  font-weight: bold;
}

#header p a {
  color: #FFF;
  text-decoration: none;
}

/* COLUMN STYLES */

#column {
  float: right;
  width: 815px;
  background: #E8E7E5;
  color: #626262;
}

#columnThin {
  float: left;
  width: 165px;
}

.subColumnA {
  float: right;
  width: 195px;
  background: url(../images/home/bgContent.jpg) top left repeat-y;
  padding: 15px 10px 0 10px;
  min-height: 385px;
}

.subColumnA p {
  line-height: 18px;
}

.subColumnB {
  float: left;
  width: 600px;
}

.subColumnC {
  float: left;
  width: 480px;
  padding: 0 20px 20px 20px;
}

.subColumnC p {
  padding: 7px 0;
  line-height: 20px;
}

.subColumnD {
  float: left;
  width: 260px;
  padding: 0 0 20px 0;
}

/* TABLE STYLES */

.packages {
  border: 10px solid orange;
  padding: 20px;
}

/* HEADING STYLES */

h2 {
  font-size: 18px;
  color: #A6AEB1;
  font-weight: normal;
  padding-bottom: 10px;
}

h3 {
  font-size: 14px;
  padding: 5px 0;
  color: #222;
}

h4 {
  font-size: 14px;
  color: #FFF;
  padding-bottom: 3px;
}

strong {
  color: #444;
}

/* CONTENT STYLES */

#content {
 margin-top: -10px;
}

.focus {
  background: #EBEAE8;
  padding: 20px;
}

.orange {
  color: #F89B24;
  font-weight: bold;
}

.black {
  color: #222;
  font-weight: bold;
}

.fadein { 
  position:relative; 
  height:400px; 
  width:600px; 
}

.fadein img { 
  position:absolute; 
  left:0; 
  top:0; 
}

.center {
  text-align: center;
}

/* LIST STYLES */

#listNav {
  margin: 20px 0 15px 0; 
}

#listNav li {
  display: inline;
}

#listNav li a {
  width: 125px;
  height: 25px;
  display: block;
  border-bottom: 1px solid #9BA2A8;
  background: url(../images/global/bgNav.jpg) top left no-repeat; 
  padding: 8px 0 0 40px;
  margin-bottom: 3px;
  color: #FFF;
  text-decoration: none;
}

#listNav li a:hover {
  border-bottom: 1px solid #B7BEC4;
  background: url(../images/global/bgNavOn.jpg) top left no-repeat; 
  color: #E7FA48;
}

#subNav {
  padding: 10px 10px 10px 40px;
}

#subNav p {
  padding-bottom: 4px;
  font-size: 11px;
}

#subNav a {
  color: #FFF;
  text-decoration: none;
}

#subNav a:hover {
  color: #E7FA48;
}

.listNone {
  margin: 10px 0;
}

.listSquare {
  margin: 5px 25px;
  font-size: 13px;
}

.listSquare li {
  list-style: square;
  margin-bottom: 8px;
  line-height: 16px;
}

.listInline {
	line-height:20px;
	margin:20px 0 15px 10px;
	}
	
.listInline li {
	margin:0 10px 40px 0;
	list-style:none;
	display:inline;
	}	
	
.listInline li img {
	border:3px solid #CCC;
	height: 175px;
	}
	
.highlight {
	background: #FEFEFE;
	padding: 3px;
	font-weight: bold;
}	

/* DEPOSIT FORM STYLES */

.deposit {
  width: 150px;
} 

/* SIDEBAR FORM STYLES */  

form {
  margin: 15px 0;
  }  
    
label {
  display:block;
  font-weight:bold;
  text-align:left;
  padding: 0 10px 2px 10px;
  font-size: 11px;
  width:200px;
  float:left;
  }
  
input, select, textarea {
  float:left;
  font-size:11px;
  padding:6px 4px;
  border:solid 1px #DEDEDE;
  width:240px;
  margin:2px 0 13px 10px;
  }
  
button {
  clear:both;
  margin:0 0 20px 200px;
  background:#666;
  border:none;
  text-align:center;
  color:#FFF;
  font-size:11px;
  font-weight:bold;
  padding:5px;
  }      
  
#formErrors {
  padding: 10px;
  background: #222;
  color: #FFF;
  border: 1px dotted #CCC;
  margin: 15px 10px 0 10px;
  font-size: 11px;
  font-weight: bold;
  }
  
#formErrors ul {
  padding: 0 0 0 25px;
  }
  
#formErrors ul li {
  padding: 5px 0;
  list-style: decimal;
  }  
  
/* FOOTER STYLES */

#footer {
  background: #B5BCC2 url(../images/global/bgFooter.jpg) top center repeat-x;  
  padding: 15px;
  border-bottom: 1px solid #D0D5D9;
  border-right: 1px solid #D0D5D9;
  border-left: 1px solid #D0D5D9;
  color: #777;
}

#footer .listCities {
  float: left;
  width: 550px;
  font-size: 14px;
  padding-top: 3px;
}

#footer .listCities li {
  display: inline;
  margin-right: 10px;
}

#footer .listContact {
  float: right;
  width: 175px;
  font-size: 13px;
  padding-right: 15px;
  text-align: right;
}

#footer .listContact li {
  margin-bottom: 4px;
}

.buffer {
  padding-top: 15px;
}

#footer a {
  color: #555;
  text-decoration: none;
}

#footer a:hover {
  color: #333;
}

#disclaimer {
  padding: 15px;
  color: #777;
  background: #A5AFB8;
  text-align: center;
  font-size: 11px;
}
