@import 'reset.css';
@import 'typography.css';
@import 'forms.css';


body {
  text-align:center;
  margin:0;
  background:#000 url('../../images/design/bkg-body.png') repeat-x;
}
a {
  color:#00948e 
}
a:hover {
  color:#666 
}
.button {
  color:#00fff6;
  background:#000;
  padding:5px 7px;
  margin:10px 0 0;
  text-decoration:none;
  text-transform:uppercase;
  font-size:90%;
}
.button:hover {
  color:#fff;
}
em {
  background:none;  
}
h2 {
  padding:0 0 7px;
  border-bottom:dashed 1px #000;
}
fieldset {
  border:none;
}
legend {
  padding:5px 10px;
  color:#000;
  background:#FFF;
}
input,
input.text,
select,
textarea {
  border:0;
  background:#ececec;
  font-size:11px;
  color:#666;
}
select {
  width:auto;
  color:#000;
}
label {
  font-weight:normal;
  font-size:11px;
  margin-right:5px;
}
input.text {
  margin:0 0 5px 0;
}
input.text:focus,
textarea:focus {
  border:0;
  background:#ececec;
}
input.submit {
  width:auto;
  color:#fff;
  background:#9e9e9e;
  padding:5px 10px;
  cursor:pointer;
}
input.submit:hover {
  background-color:#000;
}

.left {
  width:48%;
  float:left;
}
.right {
  width:48%;
  float:right;
}
.center {
  text-align:center;
}

#container {
  text-align:left;
  margin:0 auto;
  width:875px;
  padding:0 40px 15px;
  background:#fff url('../../images/design/bkg-container.png') no-repeat;
}
#content {
  width:875px;
  margin:10px 0 0;
  float:left;
}


/* One Column Layout */

.one-col {
  width:80%;
  text-align:center;
  margin:15px auto 25px;
  padding-bottom:15px;
}


/* Two Column Layout */

.two-col {
  margin-top:15px;
}
.two-col .content {
  margin-bottom:25px;
  border-bottom:dashed 1px #000;
}
.two-col .left {
  width:300px;
}
.two-col .right {
  width:545px;
}


/* Header */

#header {
  position:relative;
  height:195px;
}
#header h1 {
  width:130px;
  height:128px;
  background:url('../../images/design/h1-tahiti-elite-club.png') no-repeat;
  left:50%;
  margin:0 -65px;
  position:absolute;
  z-index:1;
}
#header h1 span {
  display:none;
}
#header #bar {
  font-size:11px;
  position:relative;
  top:108px;
  background:#e6e6e6;
  height:20px;
  line-height:20px;
}
#header form {
  position:absolute;
  left:10px;
}
#header input {
  width:110px;
  background:none;
  border:0;
  padding:0;
  margin:0;
  line-height:8px;
}
#header input.submit {
  width:auto;
  color:#fff;
  height:20px;
  padding:0 8px;
  background-color:#9e9e9e;
  cursor:pointer;
  margin-right:10px;
}
#header input.submit:hover {
  background-color:#000;
}
#header a.search {
  position:absolute;
  left:175px;
}
#header .links {
  position:absolute;
  right:10px;
}
#header .links a {
  margin-left:10px;
}
#header .left-links {
  position:absolute;
  left:10px;
  width:100px;
}


/* Navigation with 2 rows*/

#navigation {
  position:absolute;
  bottom:0;
  width:875px;
  height:55px;
  margin:0;
  list-style:none;
  text-align:center;
  background: url('../../images/design/bkg-navigation.png') repeat-x;
}
#navigation li {
  display:inline;
  line-height:29px;
}
#navigation li a {
  color:#000;
  text-decoration:none;
  font-weight:bold;
  padding:6px 8px;
  margin:0 10px;
  white-space:nowrap;
}
#navigation li a:hover,
#navigation li a.selected {
  background:#fff;
}

/* Navigation with 1 row*/

#navigation_tall {
  position:absolute;
  bottom:0;
  width:875px;
  height:55px;
  margin:0;
  list-style:none;
  text-align:center;
  background: url('../../images/design/bkg-navigation.png') repeat-x;
}
#navigation_tall li {
  display:inline;
  line-height:58px;
}
#navigation_tall li a {
  color:#000;
  text-decoration:none;
  font-weight:bold;
  padding:6px 8px;
  margin:0 10px;
  white-space:nowrap;
}
#navigation_tall li a:hover,
#navigation_tall li a.selected {
  background:#fff;
}

/* Footer */

#footer {
  margin:0 auto;
  width:955px;
  text-align:left;
  font-size:11px;
}
#footer .links {
  width:955px;
  float:left;
  padding:10px 0;
}
#footer .links p {
   margin:0;
}
#footer .links p.right {
  text-align:right;
}
#footer .links p.right span {
  margin-left:10px;
}
#footer .rights {
  clear:both;
  font-size:10px;
  text-align:center;
  background:#333; 
  padding:10px 0;
}
#footer .rights,
#footer .rights a {
  color:#686868;
}


/* Homepage */

#home .left {
  width:230px;
  margin-bottom:15px;
}
#home .left p {
  font-size:1.4em;
  line-height:1.2em;
  color:#000;
  margin:0 0 10px;
}
#home .left p.tagline {
  color:#00948e;
  text-align:right;
  font-size:100%;
  margin:0;
}
#home .middle2 {
  float:left;
  width:635px;
  padding:5px 0px 0px;
}

#home .middle {
  float:left;
  width:340px;
  padding:10px 25px 25px;
}
#home .middle ul {
  width:180px;
  color:#00948e;
  margin:0 0 15px;
  list-style-position:inside;
}
#home .middle p {
  clear:both;
}
#home .middle a.button {
  float:right;
}
#home .right {
  width:230px;
  margin-bottom:15px;
}
#home .right label {
  font-weight:normal;
}
#home .right input.text {
  width:185px;
}
#home .right input.submit {
  float:right;
  width:auto;
}
#home .right form p {
  float:left;
  font-size:11px;
  margin:0;
}
#home .right fieldset {
  border:dashed 1px #00928d;
  border-top:dashed 1px #000;
  padding-top:5px;
  margin-bottom:5px;
}
#home .right #forgot-password input.text {
  margin-top:5px;
}
#home .right #quick-links ul {
  list-style:none;
  margin:0;
}
#home .right #quick-links ul li {
  float:left;
  width:46%;
  /*background:url('../../images/design/bkg-li.png') no-repeat 0 50%;*/
  background:url('../../images/design/bkg-li.png') no-repeat 0 7px;
  padding-left:7px;
}
#home .right #quick-links ul li a {
  color:#666
}
#home .right #quick-links ul li a:hover {
  color:#00948e
}
#home .promo {
  clear:both;
  background:#cceae8;
  padding:1%;
  text-align:center;
  width:68%;
  /*margin:0 15% 15px;*/
}
#home .promo p {
  display:inline;
  color:#000;
  font-weight:bold;
  text-transform:uppercase;
}
#home .logo {
  width:135px;
  height:60px;
  margin:0 auto;
  background: url('../../images/design/logo-south-pacific.png') no-repeat;
}
#home .logo span {
  display:none;
}


/* About */

#about h3 {
  font-size:1.2em;
  margin:0 0 5px;
}
#about h4 {
  color:#000;
}
#about h3,
#about h4 {
  text-transform:uppercase;
}
#about p,
#about h4 {
  margin-left:15px;
}
#about ul {
  margin-left:30px;
}
#about .center {
  margin:25px 0;
}


/* Become A Member */

#members form {
  float:left;
  padding:0 0 15px;
  margin:0 0 25px;
  border-bottom:dashed 1px #000;
}
#members fieldset {
  padding:5px 0;
}
#members .input {
  float:left;
}
#members .text input {
  padding:3px;
  width:115px;
}
#members .pad-left {
  padding-left:8px;
}
#members .radio input {
  margin-left:10px;
  background:none;
}
#members .wide {
  width:100%;
}
#members .wide input {
  width:330px;
}
#members .address tr.text td {
  padding:0 5px 10px;
}
#members .address label {
  display:block;
  text-align:right;
  margin-right:0;
}
#members .address input {
  width:115px;
}
#members .address table {
  width:545px;
  margin:0;
}
#members .address table td {
  padding:8px 8px 0 0;
  border:0;
  white-space:nowrap;
}
#members .upload .radio {
  margin:0 20px 0 0;
}
#members .upload .radio input {
  margin:0;
}
#members .upload strong {
  clear:both;
  display:block;
  line-height:6px;
  margin:6px 0;
}
#members .upload .file input {
  padding:3px;
  background:none;
}
#members .button {
  float:right;
  width:140px;
  margin:0;
}


/* Contact Us */

#contact-us form {
  position:relative;
  padding-bottom:5px;
  margin-bottom:20px;
}
#contact-us label {
  text-align:left;
  width:80px;
  float:left; 
}
#contact-us .input {
  margin-top:10px;
  clear:both;
}
#contact-us .text input {
  padding:3px;
  width:250px;
}
#contact-us textarea {
  width:410px;
}
#contact-us .button {
  position:absolute;
  width:120px;
  bottom:0;
  right:25px;
}


/* Advanced Search */

#search {
  border-bottom:dashed 1px #000;
}
#search fieldset {
  border:0;
  padding:0;
}
#search label {
  font-weight:normal;
}
#search .text {
  margin:40px 0 20px;
}
#search .text input {
  margin-left:10px;
  padding:3px;
  width:240px;
}
#search .text input.button {
  padding:3px 7px;  
  width:auto;
}
#search .radio {
  margin:0 0 30px 5px;  
}
#search .radio input {
  background:none;
  margin:0 5px 0 10px;  
}

#results h2 { 
  padding:0;
  border:none;
}
#results .pagination {
  position:relative;
  height:29px;
  border-bottom:dashed 1px #000;
  border-top:dashed 1px #000;
}
#results .pagination a {
  position:absolute;
  top:5px;          
  display:block;
  width:36px;
  height:19px;
  background:url('../../images/design/btns-pagination.png') no-repeat 0 0;
}
#results .pagination a span {
  display:none;
}
#results .pagination .first {
  left:0;
}
#results .pagination .first:hover {
  background-position:0 -19px;
}
#results .pagination .previous {
  left:40px;
  background-position:-36px 0;
}
#results .pagination .previous:hover {
  left:38px;
  background-position:-36px -19px;
}
#results .pagination .last {
  right:0;                    
  background-position:-72px 0;
}                            
#results .pagination .last:hover {
  right:0;                    
  background-position:-72px -19px;
}
#results .pagination .next {
  right:40px;
  background-position:-108px 0;
}
#results .pagination .next:hover {
  right:38px;
  background-position:-108px -19px;
}             
#results .pagination .pages a {
  position:relative;     
  display:inline;
  background-image:none;
  background:#e6e6e6;
  padding:2px 4px;
  margin:0 2px;
  font-size:11px;
  color:#000;
}
#results .pagination .pages a:hover,
#results .pagination .pages a.selected {
  color:#00fff6;
  text-decoration:none;
  background:#646464;
}
#results ul {
  text-align:left;
  list-style:none;
  margin:20px 0 20px 40px;
}
#results li {
  padding-left:15px;
  background:url('../../images/design/bkg-results.png') no-repeat 0 50%;
  margin:5px 0;
}
#results li a {
  color:#000;
  text-decoration:underline;
  font-size:120%;
}
#results li a:hover {
  color:#00948e;
}

/*****CUSTOM CSS****/
#msg{background: #f2fff0;color: #080;font-style: italic;font-size: 90%;padding:3px;}
#err{background: #fff6f0;color: #f00;font-style: italic;font-size: 90%;padding:3px;}
#msg-forgot{background: #f2fff0;color: #080;font-style: italic;font-size: 90%;padding:3px;}
#err-forgot{background: #fff6f0;color: #f00;font-style: italic;font-size: 90%;padding:3px;}
.required { color:#D40707 !important; font-weight:bold !important;}