/* -- Main layout styles -- */

body {
  margin: 1em 1em 1em 1em;
  padding: 0px;
  font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
  font-size: 1.0em;
  background-color: #333;  
}

a img{
  border: 0px;
}

#siteBox {
  float: left;
  width: 100%;
  color: #FFF;
}

h2 {
  	color: #FC0;
	font-size: 1.0em;
	font-weight: bold;
	margin-left: 2%;
	margin-right: 2%
}

del {
	text-decoration: line-through;
}



/* -- Header layout/display styles -- */

#header {
  float: left;
  width: 100%;
  height: 8em;
  background: #333 url(/images/rotator/rotator.php) no-repeat top right;
}

#headerindex {
  float: left;
  width: 100%;
  height: 8em;
  background: #333 url(/images/queenslandbeach_index.jpg) no-repeat top right;
}

#headervalentines {
  float: left;
  width: 100%;
  height: 8em;
  background: #333 url(/images/headers_unique/valentines_header.jpg) no-repeat top right;
}

#header a, #headerindex a, #headervalentines a {
  float: right;
  width: 8em;
  padding: 5px 10px 5px 10px;
  font-size: 0.6em;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFF;
  background-color: #666;
  border-bottom: 2px solid #333;
  border-right: 1px solid #333;
  border-left: 1px solid #333;
}

#header a:hover, #header a.active, #headerindex a:hover, #headerindex a.active, #headervalentines a:hover, #headervalentines a.active {
  padding-top: 10px;
  background-color: #333;
}

#header a.lastMenuItem, #headerindex a.lastMenuItem, #headervalentines a.lastMenuItem {
  background-image: url(/images/corner_tr.gif);
  background-repeat: no-repeat;
  background-position: top right;
  border-right: 0px;
}

a .desc {
  display: none;
  text-transform: lowercase;
  color: #FC0;  
}

a:hover .desc, .active .desc {
  display: block;
}





/* -- Header title and subTitle layout/display styles -- */


.title {
  float: left;
  padding: 1em 30px 0 2em;
  font-size: 1.4em;
  font-weight: bold;
  text-transform: uppercase;
  text-align: right;
  line-height: 0.75em;
  letter-spacing: -0.15em;
  color: #FC0;
}

.subTitle {
  display: block;
  font-size: 0.4em;
  text-transform: lowercase;
  line-height: 1.2em;  
  letter-spacing: 0.01em;
}





/* -- Content layout/display styles -- */

#content {
  float: left;
  width: 100%;
  padding: 1em 0 1em 0;
  background-color: #666;
}

#contentLeft {
  float: left;
  width: 23.3%;
  margin-bottom: 1em;
  background: #777 url(/images/corner_sub_tr.gif) no-repeat top right;  
}

#contentRight {
  float: right;
  width: 75%;
  background: #777 url(/images/corner_sub_tl.gif) no-repeat top left;
}

#contentRightheaderimg {
  margin:auto;
  width: 100%;
  height: 8em;
  background: #777 no-repeat bottom right;
}

#content p {  
  margin: 1.2em 1.2em 1em 1.2em;
  font-size: 0.8em;
  line-height: 1.8em;
}

#content a {  
  text-decoration: none;
  color: #FC0;
  border-bottom: 1px solid #AAA;
}

/*#content a img{
  border: 0px;
}*/

#content a:hover {
  color: #DDD;
  background-color: #888;
  border-bottom: 1px solid #EEEEEE;
}

.header, .subHeader {
  display: block;
  clear: both;  
  font-weight: bold;
  font-size: 0.8em;
  color: #FC0;
  border-bottom: 1px solid #AAA;    
}

.newsdate {
  font-style:italic;  
  font-weight: bold;
  font-size: 1.1em;
  color: #FFF;
  margin-left: 10px;
  border-bottom: 1px solid #AAA;
}

.byline {
  font-family: serif;
  font-style:italic;
  font-size: 1.1em;
  margin-left: 10px;
  border-bottom: 1px solid #AAA;
}

.subHeader {
  border: 0px;
}







/* -- Special Feature Style -- */
#glcspecial {
  width: 250px;
  height: 143px;
  background: url(/images/GLC_SpecialBackground.png) no-repeat top right;  
  padding: 20px;
}

#specialdisclaimer {
  	position:relative;
	bottom:.2em;
  	float: right;
  	margin: 0 0.2em 0;
}

#specialdisclaimer p {
  	position:absolute;
	bottom:0;
  	font-size: .3em;
  	color: #000;
}

#specialmain {
}


/* -- Twitter -- */

#twitter {
  width: 90%;
  margin: 0 0 0 10%;
}

#twitter a {  
  text-decoration: none;
  border: 0px;
}

#twitter a:hover {  
  text-decoration: none;
  color: #DDD;
  background-color: #888;
  border: 0px;
}

#homelogo {
  float: left;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 10%;  
}

#homelogo a:link, a:visited, a:hover img{
  text-decoration: none;
  border: 0px; 
}





/* -- Content left site links (large plus icon) -- */

#content a.menuItem {
  display: block;  
  padding: 5px 0 5px 54px;
  background: url(/images/icn_plus.gif) no-repeat center left;
  border: 0px;
}

.menuItemoff {
  color: #DDD;
  display: block;  
  padding: 5px 0 5px 54px;
  background: url(/images/icn_triangle_off.png) no-repeat center left;
  border: 0px;
}

#content a:hover.menuItem { 
  color: #DDD;
  background: #888 url(/images/icn_plus_on.gif) no-repeat center left;
  border: 0px;
}





/* -- Footer layout/display styles -- */

#footer {
  float: left;
  width: 100%;
  height: 3em;
  margin-bottom: 1em !important;
  margin-bottom: 0;
  font-size: 0.6em;
  text-transform: lowercase;
  line-height: 2.6em;
  color: #0AD;
  background: #FC0;
}

#footerLeft {
  float: left;
  width: 45%;
  height: 3em;
  text-align: left;
  background: url(/images/corner_bl.gif) no-repeat bottom left;
}

#footerRight {
  float: right;
  width: 45%;
  height: 3em;
  text-align: right;
  background: url(/images/corner_br.gif) no-repeat bottom right;
}

#footer a {
  color: #00659F;
  border: 0px;
  text-decoration: none;
}

#footer a:hover {
  color: #666666;
}




/* -- Display formatting styles -- */

.grey {
  font-size: 0.9em;
  color: #AAA;
}

.white {
  color: #FFF;
}

.blue {
	color: #00659F;
	}

.yellow {
	color: #FC0;
	}

.green {
	color: #849C37;
	}

.greennumbers {
	color: #FFF;
  	background-color: #849C37;
  	}

.red {
	color: #671f1A;
	}

acronym {
  cursor: help;
  border-bottom: 1px dotted #AAA;
}

.visitortype {
	color: #FC0;
  	}
  	
.indent {
	float: left;
	margin: 4px 10px 4px 10px;
	width : auto;
	padding: 8px;
	border-style: none;
	border-width: 0px;
  	background-color : #e9e9e9;
  	color: #333;
  	font-size: 100%;
  	display: block;
}






/* -- list tag styles -- */

ul.graphiclanguage{
  font-size: 0.8em;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 1em;
  margin-right: 10%;
  list-style-image: url(/images/li_bullet.gif);
}


ul ul{
  font-size: 1em;
  margin-bottom: .6em;
}

ul ul.graphiclanguage{
  font-size: 1em;
  list-style-image: url(/images/li_bullet_ul_ul.png);
  margin-bottom: .6em;
}

li {
  margin-left: 50px;
}

ol.lowerlatin{
  list-style-type: lower-latin;
  font-size: 0.8em;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-bottom: .5em;
  margin-right: 10%;
}

ul.resourcespdf, ul.resourcesweb, ul.resourcesinternational{
  font-size: 0.8em;
  padding-top: 10px;
  padding-bottom: 20px;
  margin-bottom: 2em;
  margin-right: 10%;
}

ul.resourcespdf {
  list-style-image: url(/images/li_download.png);
}
  
ul.resourcesweb {
  list-style-image: url(/images/li_star_20.png);
}
  
ul.resourcesinternational {
  list-style-image: url(/images/li_resourcesinternational.png);
}

li.resourcespdf, li.resourcesweb, li.resourcesinternational{
padding-bottom : 1em;
}



.quote
{
	padding-right:30px;
	padding-left:40px;
	background:url(/images/leftquote.png) no-repeat left top;
}



/* -- Image alignment classes -- */

.imgLeft, .imgRight, .imgPromo {
  margin:  0px;
  border-color: #999;
  border-width: 4px;
  border-style: solid;
}

.imgLeft:hover, .imgRight:hover, .imgPromo:hover {
  border-color: #FFF;
  border-width: 4px;
  border-style: solid;
}

.imgLeft {
  float: left;
  margin:  0px 10px 0px 0px;
}

.imgRight {
  float: right;
  margin:  0px 0px 0px 10px;
}

.imgPromo {
  display: block;
  clear: both;
}

.imgBleedRight {
  float: right;
  margin: 5px 0px 10px 20px;
}

.imgValignMiddle {
vertical-align:middle;
}

.imgLeftWhite {
  float: left;
  margin:  0px 10px 0px 0px;
  border-color: #FFF;
  border-width: 4px;
  border-style: solid;
}

.imgRight666 {
  float: right;
  margin:  0px 10px 0px 30px;
  border-color: #666;
  border-width: 4px;
  border-style: solid;
}

.imgLeftnoborder {
  float: left;
  margin:  0px 10px 0px 10px;
}





/* -- Utility classes to create the bottom rounded corners -- */

.bottomCorner {
  text-align: right;
}

.vBottom {
  vertical-align: bottom;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: relative;  
  margin: 1.2em 1.2em 2em 1.2em;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #333;
padding: 5px;
left: -1000px;
border: 1px #FFF;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 230px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

/*
   ----------------------------------------------------------------
   GBCF-V3 DEFAULT STYLE SHEET - MIKE CHERIM HTTP://GREEN-BEAST.COM
   ----------------------------------------------------------------
*/

/* === form div and elements ======================================= */

#form-div {
  width : 70%;
  margin: 1.2em 1.2em 2em 1.2em;
  font-size: 0.8em;
  line-height : 1.8em;
}

#form-div p.form-footer {
  margin : -35px 2px 20px 13px;
 }

#form-div p.form-footer a { 
  color : #FC0; 
}

#form-div p.form-footer a:hover, #form-div p.form-footer a:focus, #form-div p.form-footer a:active { 
  color : #000; 
  text-decoration : none; 
}

#form-div p.form-footer a:focus, #form-div p.form-footer a:active { 
  background-color : #eee; 
}


/* === form div link styles ======================================== */

#form-div a { 
  color : #669900; 
}
  
#form-div a:hover, #form-div a:focus, #form-div a:active { 
  color : #000; 
  text-decoration : none; 
}

#form-div a:focus, #form-div a:active { 
  background-color : #eee; 
}


/* === success and error message/results box ======================= */

#form-div p.success, #form-div p.error, #form-div p.center { 
  color : #fff;
  /* color : #000; (lite colors option - uncomment to use) */
  padding : 1px 4px; 
  border : 1px solid #000; 
  background-color : #669900;
  /* background-color : #d6e3ba; (lite colors option - uncomment to use) */
  margin : 10px 3px;
  text-align : center;
}

#form-div p.error { 
  background-color : #bb0000; 
  /* background-color : #edbaba; (lite colors option - uncomment to use) */
}

#form-div p.error a, #form-div p.success a {
  color : #ffff7f;
}

#form-div p.center {
  text-align : center;
  background-color : #edbaba;
  color : #000;
  margin-top : -3px;
  padding : 0px 4px; 
}

#form-div p.error a:hover, #form-div p.error a:focus, #form-div p.error a:active, 
#form-div p.success a:hover, #form-div p.success a:focus, #form-div p.success a:active {
  color : #eee;
  background-color : #bb0000; 
}

#form-div p.success a:hover, #form-div p.success a:focus, #form-div p.success a:active {
  background-color : #669900; 
}


/* === structural form elements ==================================== */

form#gbcf-form { }

fieldset.main-set,
fieldset.req-set,
fieldset.opt-set { 
  border : 1px solid #eee;
  padding : 5px;
}


/* === textural form elements ====================================== */

#form-div legend { 
  font-weight : normal;
}

#form-div legend span { }

legend.main-legend { 
  color : #FFF;
  font-size : 100%;
}

legend.req-legend,
legend.opt-legend { 
  color : #FFF;
}

legend.main-legend span { }
legend.main-legend { }

legend.req-legend span { }
legend.req-legend {
  margin-left : -2px;
}

legend.opt-legend span { }
legend.opt-legend { 
  margin-left : -2px;
}

label.req-label, label.opt-label {
  color : #FC0;
}

label.opt-label.check {
  float : left;
  padding : 0;
  margin : 1px 4px;
  cursor : pointer;
}

label.opt-label.main-label {
  margin : 0 2px;
  font-weight : normal;
}

label.opt-label.main-label span {
  font-weight : normal;
  color : #777;
}

label.opt-label.main-label span.req, label span.req  {
  font-weight : normal;
  color : #c70000;
}

label.req-label.explain {
  color : #FFF;
  font-size : .8em;
}

label.req-label.explain:hover {
  color : #FC0;
}

/* === control and interface form elements ========================= */
/*
  note: In this section you will see the hover/focus styles for the 
  inputs. For example: input:hover, input:focus. You will also see 
  these names applied as classes: input.hover, input,focus, for 
  example. This is not done by mistake. Those classes are needed for 
  the JavaScript focus script (files/focus.js) for IE 7 and older.
*/

input.text-long.address, input.text-long.address:hover, input.text-long.address:focus,
input.text-long.address.hover, input.text-long.address.focus {
  border-bottom : 0;
  margin-bottom : 0;
  padding-bottom : 2px;
  border-bottom : 1px dotted #bbb;
}

input.text-long.address2, input.text-long.address2:hover, input.text-long.address2:focus,
input.text-long.address2.hover, input.text-long.address2.focus {
  border-top : 0;
  margin-top : 0;
  padding-top : 2px;
  border-top : 1px dotted #bbb;
}

input.checkbox {
  border : 1px solid #999;
  width : 1em;
  height : 1em;
  padding : 0;
  margin : 0;
  cursor : pointer;
}

input.checkbox:hover, input.checkbox.hover,
input.checkbox:focus, input.checkbox.focus {
  border : 1px solid #777;
}

input.text-short, 
input.text-med, 
input.text-long,
select.select,
textarea.textarea {
  font : 1em  Verdana, Tahoma, Helvetica, Arial, sans-serif;
  border : 1px solid #999;
  background-color : #fffffe;
  cursor : text;
  padding : 1px 2px;
}

select.select {
  padding : 1px 0;
}

input.text-short {
  width : 100px;
}

input.text-med, select.select {
  width : 250px;
}

input.text-long {
  width : 300px;
}

textarea.textarea {
  width : 440px;
  height : 200px;
}

select.select, select.select option {
  cursor : pointer;
}

input.text-short:focus, input.text-short.focus, 
input.text-med:focus, input.text-med.focus,
input.text-long:focus, input.text-long.focus,
select.select:focus, input.select.focus,
textarea.textarea:focus, textarea.textarea.focus {
  border : 1px solid #777;
  background-color : #ffe;
}

input.button { 
  font : 1.1em Verdana, Tahoma, Helvetica, Arial, sans-serif;
  font-weight : bold;
  margin-top : 8px;
  padding : 1px 10px;
  cursor : pointer;
  float : right;
  clear : both;
  color : #669900;
}

input.button:hover, input.button.hover,
input.button:focus, input.button.focus {
  color : #333;
}

/* because IE6 sucks - if you have a conditionally served IE6 style sheet add this to it */
* html input.button {
  border : 1px solid #777;
}


/* EOF - Created by Mike Cherim @ http://green-beast.com =========== */


/* ------------------------------------------------------------
	Site Map Styles
------------------------------------------------------------ */

.sitemap .column { width: 49%; }
.column.first, .column.last { margin-left: 0 !important; }
.column.last { float: right !important; }

/* End of Site Map Styles =========== */


/* ------------------------------------------------------------
	4 Column Layout
------------------------------------------------------------ */

#main_links {  
  margin: 1.2em 1.2em 2em 1.2em;
  font-size: 0.8em;
	/*background-color:white;*/
	height:500px;
}

#main_links ul{
	margin:0 0 10px 0;
	padding:0 0 0 1px;
}

#main_links li{
	margin:0 0 5px 0px;
	list-style-type:none;
	padding:0 0 0 7px;
}

#main_links h1{
	margin:0 0 10px 5px;
	color:#FFF;
	font:bold 14px Verdana, Tahoma, Helvetica, Arial, sans-serif;
}

#main_links h2{
	margin:0 0 10px 5px;
	color:#FE0070;
	font:bold 13px tahoma;
}


.row{

} 

.col1{
float:left;
/*background-color:white;*/
Xpadding:0 15px 25px 10px;
width:220px;
}

.col2{
/*background-color:#ddd;*/
float:left;
width:200px;
height:500px;
}


.col3{
/*background-color:#eee;*/
float:left;
width:180px;
height:500px;
}

.col4{
/*background-color:white;*/
float:left;
width:150px;
}

/* ------------------------------------------------------------
	4 Column Percentage Layout
------------------------------------------------------------ */
.col1b{
float:left;
Xpadding:0 15px 25px 10px;
width:25%;
}

.col2b{
float:left;
width:25%;
height:500px;
}


.col3b{
float:left;
width:25%;
height:500px;
}

.col4{
float:left;
width:25%;
}



/* ------------------------------------------------------------
	ibox
------------------------------------------------------------ */




