/* CSS Document */

body { text-align:center; font-family:verdana; font:normal 12px/1.6em "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif; color:#2a3845; margin:10px; padding:0; background:#f7f7f7; background:#000000; }

#pagewrapper,#page { width:760px; margin:auto; text-align:left; display:block; }
#page { border:1px solid #333333; color:#CCCCCC; background:#000; }

#header { height:174px; width:760px; background:rgb(0,0,0) url(../images/header.jpg);}
 /*display:block; height:100px;*/ 
#header h1 { margin:0; padding:0; font:30px Georgia, serif; margin-top:20px; margin-left:440px; }
#header h2 { margin:0; padding:0; font:14px Georgia, serif; color:#BBBBBB; margin-left:600px; }

#topnav { color:#FFFFFF;  margin:0px 5px 5px 5px;  font:13px verdana;  padding:5px;  background:url(topnav_bg.gif) #333333; }

#topnav ul { list-style-type:none; margin:0; padding:0px; }
#topnav ul li { display:inline; margin-right:6px; margin-left:6px; }

#main { margin:5px; border:0px solid #CCCCCC; clear:both; display:block; margin-bottom:40px; } 

#right { width:25%; float:right; margin:10px; }
#body { width:67%; float:left; margin-bottom:20px; margin:10px; margin-right:0 }

#footer { clear:both; margin:5px; vertical-align:middle; text-align:center; font-size:12px; display:block; }
.bcol { color:#f0bf5e; }


/****************************************************************/

#main h1 { color:#f0bf5e; margin:20px 0 6px; padding-bottom:10px; font:normal 18px "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif; border-bottom : 1px solid #e2dfdb; }

#main h2 { color:#f0bf5e; margin:20px 0 6px; padding-bottom:10px; font:normal 15px "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif; border-bottom : 1px solid #e2dfdb; }

#main h3 { color:#f0bf5e; margin:10px 0 6px; padding-bottom:10px; font:normal 15px "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif; }

#main h4 { color:#BBBBBB; margin:10px 0 6px; padding-bottom:10px; font:normal 12px "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif; }

#main { font:12px "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif; line-height:15px; }
p { padding:0; margin-left:5px; margin-right:5px; margin-top:5px; margin-bottom:8px; }

#main ul { margin-left:20px; }
#main ol { margin-left:20px; }

#main blockquote {
	border-left:3px solid #f0bf5e;
	color:#f0bf5e;
	padding:0 0 0 1em;
	margin:0;
	font-family: Georgia, Times New Roman, sans;
/*	font-style:italic;*/
	font-size:1.1em;
}
/******************************************************************/

/*RIGHT SCROLLBAR*/
div.scroll {
overflow : auto;
height : 15em;
width : 160px;
font-size:90%;
padding : 1ex;
color : #ffffff;
background : #333;
border : 1px solid #eee;
margin : 20px 0 25px 5px;
}

/******************************************************************/

#footer { background:#333333; color:#FFFFFF; padding:5px 0px 10px 0px; }
#header { border-top:3px solid #666666; border-bottom:0px solid #666666; }

a { color:#BD9139; }
a:hover { color:#666666 }
#topnav a , #footer a{ color:#f0bf5e; text-decoration:none; font-weight:500;;  }
#topnav a:hover, #footer a:hover {  text-decoration:underline; }

.nav ul { margin-left:4px; list-style:inside; margin-top:10px; }
.nav li { margin-bottom:2px; }

/*
   ----------------------------------------------------------------
   GBCF-V3 ORANGE STYLE SHEET - MIKE CHERIM HTTP://GREEN-BEAST.COM
   ----------------------------------------------------------------
   To use for testing, this stylesheet must be named default.css
*/

/* === form div and elements ======================================= */

#form-div { 
  font-family : verdana, helvetica, palatino sans, tahoma, arial, sans-serif;
  width : 90%;
  margin : auto;
  color : #555;
  line-height : 1.7em;
}

#form-div p.form-footer {
  margin : -35px 2px 20px 13px;
 }

#form-div p.form-footer a { 
  color : #cc6600; 
}

#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:hover { 
  color : #f20000; 
    text-decoration : underline; 
}

#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 : #cc6600; 
}
  
#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 : #cc6600;
  /* background-color : #a3dac2; (lite colors option - uncomment to use) */
  margin : 10px 3px;
  text-align : center;
}

#form-div p.error { 
  background-color : #f20000; 
  /* 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 : #cc6600; 
}


/* === 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 : bold;
}

#form-div legend span { }

legend.main-legend { 
  color : #777;
  font-size : 110%;
}

legend.req-legend,
legend.opt-legend { 
  color : #777;
}

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 : #cc6600;
}

label.opt-label.check {
  float : right;
  padding : 0;
  margin : 1px 4px;
  cursor : pointer;
}

label.opt-label.main-label {
  margin : 0 2px;
  font-weight : bold;
}

label.opt-label.main-label span {
  font-weight : normal;
  color : #666;
}

label.opt-label.main-label span.req, label span.req  {
  font-weight : bold;
  color : #f20000;
}

label.req-label.explain {
  color : #666;
  font-size : .8em;
}

label.req-label.explain:hover {
  color : #f20000;
}

/* === 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 : .9em;
  height : .9em;
  padding : 0;
  margin : 0;
  cursor : pointer;
}

input.checkbox:hover, input.checkbox.hover,
input.checkbox:focus, input.checkbox.focus {
  border : 1px solid #666;
}

input.text-short, 
input.text-med, 
input.text-long,
select.select,
textarea.textarea {
  font : 1em verdana, helvetica, palatino sans, tahoma, 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 : 400px;
  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 #666;
  background-color : #ffe;
}

input.button { 
  font : 1.1em verdana, helvetica, palatino sans, tahoma, arial, sans-serif;
  font-weight : bold;
  margin-top : 8px;
  padding : 1px 10px;
  cursor : pointer;
  float : right;
  clear : both;
  color : #cc6600;
}

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 #666;
}


/* EOF - Created by Mike Cherim @ http://green-beast.com =========== */
