/* @override 
	http://bougainvillea.gtdabtesting.com/design/css/screen.css
	http://bougainvilleabeachresortdeals.co.uk/design/css/screen.css
*/

body {
  margin: 0;
  background: white;
  font-family: Verdana, Arial, Sans-serif;
  font-size: 0.9em;
}

#left #callcenter {
  height: 320px;
  background: url('/design/images/callcenter.jpg') no-repeat;
  width: 200px;
  clear: both;
  float: right;
  margin-right: 10px;
  margin-top: 0px;
  text-align: center;
}

#left #callcenter a {
  font-size: 0.7em;
  color: #9e9e9e;
  text-decoration: none;
  width: 200px;
  padding-top: 300px;
  float: left;
  margin: 0px;
}

#left #callcenter a:hover {
  color: #9e9e9e;
  text-decoration: underline;
  font-size: 0.7em;
  padding-top: 300px;
  width: 200px;
}

.contact_form_container {
  margin-top: 7px;
  background-color: #b9d6da;
  font-size: 1em;
  border: 2px solid gray;
  padding-right: 10px;
  width: 95%;
  height: 120px;
}

#flash {
  float: right;
}

.contact_form_container form {
  
}

.contact_form_container form p input {
  float: right;
}

.contact_form_container form p label {
  float: left;
}

.contact_form_container form p {
  margin: 5px;
  float: right;
  width: 92%;
}

.contact_form_container form p.buttons {
  clear: both;
}

#main {
  margin-left: auto;
  margin-right: auto;
  width: 1002px;
  overflow: hidden;
  background: #fdf1f4;
}

#topnav {
  margin-bottom: 20px;
  margin-top: 25px;
  float: right;
  padding-right: 0px;
}

#topnav a {
  color: #3565b8;
  font-size: 12px;
  text-decoration: none;
  text-transform: lowercase;
  margin-right: 6px;
  font-size: 14px;
  font-weight: bold;
}

#left {
  float: left;
  width: 543px;
  overflow: hidden;
  text-align: right;
  min-height: 520px;
  zoom: 1;
}

#menu {
  display: block;
  float: right;
}

#menu a {
  display: block;
  width: 170px;
  margin-right: 27px;
  color: #3565b8;
  text-decoration: none;
  text-transform: capitalize;
  line-height: 25px;
  text-align: right;
}

#menu a:hover {
  color: #cd165c;
  text-decoration: underline;
}

#left #menu a.selected, #left a.hover {
  color: #cd165c;
}

#content {
  width: 425px;
  float: right;
  font-size: 0.8em;
  padding-right: 20px;
  text-align: justify;
}

#prefooter {
  clear: both;
  line-height: 10px;
}

div#gallery {
  width: 100%;
  float: left;
  clear: both;
}

div#gallery .photo a img {
  margin: 3px;
  padding: 4px;
  border: 1px solid #808080;
  float: left;
  display: block;
}

div#gallery .photo a img:hover {
  margin: 3px;
  padding: 4px;
  border: 1px solid #efefef;
  float: left;
  display: block;
}

div.newsrow {
  margin: 0;
  padding: 0;
}

div.newsrow h1 {
  color: #cf2ea4;
  font-style: normal;
  font-size: 1.0em;
  text-transform: capitalize;
}

div.newsrow h1 .date {
  color: gray;
  font-size: 0.6em;
  letter-spacing: 0.01em;
}

div.newsrow p.more a {
  text-align: right;
  font-size: 0.6em;
  text-decoration: none;
  margin: 0;
  padding: 0 10px;
  color: white;
  width: auto;
  background-color: #cf2ea4;
}

div.newsrow p.more a:hover {
  text-align: right;
  font-size: 0.6em;
  text-decoration: none;
  margin: 0;
  padding: 0 10px;
  color: #cf2ea4;
  border-bottom: 0px;
  background: none;
}

h1 {
  font-size: 1.6em;
  color: #fe71cc;
}

h2 {
  font-size: 1.1em;
  color: #fe71cc;
  line-height: 1.2em;
  margin: 20px 0 0 0;
  padding: 0;
}

p {
  margin: 0px 0 12px 0;
}

#rates_form {
  background-color: #efece6;
  padding: 0;
  border: 1px solid #e1b55a;
}

#rates_form p {
  margin: 10px;
}

#rates_form label {
  text-align: left;
  width: 133px;
  float: left;
  font-weight: bold;
  color: #594522;
  padding-top: 5px;
  clear: both;
}

#rates_form p.note {
  color: #7e7e7e;
  font-size: 0.9em;
  font-style: italic;
}

#rates_form input,
#rates_form textarea,
#rates_form select {
  font-size: 1.2em;
}

#rates_form p.submit {
  text-align: center;
  border-top: 1px solid #e1b55a;
  padding-top: 10px;
  background-color: #efe5d3;
  margin: 10px 0 0;
  padding-bottom: 10px;
}

#rates_form p.submit button {
  font-size: 1.4em;
}

.data {
  border: 1px solid #e1b55a;
  font-size: 0.9em;
  width: 425px;
  margin-bottom: 1em;
}

/*.data .title {
  text-align: left;
}*/

.data thead td {
  background-color: #efece6;
  font-weight: bold;
}

#footer {
  text-align: center;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

#footer a {
  color: #b2b4b0;
  font-size: 12px;
  text-decoration: none;
  text-transform: lowercase;
  padding-right: 10px;
  padding-left: 10px;
  border-right: 1px solid #808080;
  line-height: 20px;
}

#footer a:hover {
  color: #939492;
  text-decoration: underline;
}

#footer .gtdab {
  width: 100%;
  background-color: #c8175b;
  padding: 3px;
  font-size: 0.8em;
  color: #808080;
  text-transform: capitalize;
}

#footer .gtdab a {
  padding-left: 0;
  text-transform: capitalize;
}

#footer .gtdab a:hover {
  text-decoration: underline;
  color: #fff;
}
