﻿/* Color scheme
http://wellstyled.com/tools/colorscheme2/index-en.html#
Blues:  #206ba4, #54a4de, #bbd9ee, #ebf4fa
Greens: #6B8F24, <#99cc33>, #DFFF9F, #EFFFCF
Reds:   #B36B00, <#FF9900>, #FFCC80, #FFE6BF
Yellows:#f6e896, #faf1c3
Greys:  #e7e4d3, #f1efe2  
*/

/* Sets element margins, padding, and border to 0 to even out browser differences when adding desired values later. */
html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a, img, button {
  margin: 0; 
  padding: 0;
  border: 0;
	list-style: none;
}

/****************** Layout Structure *****************
http://www.glish.com/css/3.asp
*/
body {
	text-align:center;
	background-color: #bbd9ee;
	font: 62.5% 'Lucida Grande', 'Lucida Sans', 'Trebuchet MS', Arial, sans-serif;
	font-size: 100.01%; /* this body font-size fixes an IE bug and maintains x-browser uniformity */ 
	font-size:0.78em;
	color: #B36B00;
	line-height: 1.5em;
}

#container {
	width:780px;
	margin: 10px auto;
	padding:0px;
	text-align:left;
}

#header {
  color: #666666;
  padding: 5px 0;
  height:70px;
	background-color:#ffffff;
	position:relative;

}

#content {
  background:#ffffff;
  display:inline-block;
}	

#contentleft {
	width:550px;
	padding:0px;
	float:left;
	background:#ffffff;
}

#contentright {
	width:230px;
	padding:0px;
	float:left;
	background:#ffffff;
}

#footer {
  clear: both;
  margin: 5px 5px;
  padding: 5px;
  font-size: 0.8em;
  color: #206ba4;
  line-height: 1.5em;
  text-align: center;
}

#footer a {
	margin:1px 5px;
	color:#206ba4;
	text-decoration:none;
}
#footer a:hover {
  color:#333399;
}

.textpadder {padding: 0px 2em 2em 2em;}

/****************** Blocks Structure *****************/
#logo {
  margin: 0px 0px 0px 1.5em;
}

#header-bar {
  background-color:#99cc33;
  color:#ffffff;
  padding:5px 5px 0px 25px;
  position: relative;
  height: 25px;
  vertical-align: middle;
}

#breadcrumbs {
  font-weight:bold;
	font-size:0.9em;
}
#breadcrumbs a {
	color:#ffffff;
	text-decoration:underline;
}
#breadcrumbs a:hover {text-decoration:none;}

#welcome {
	position: absolute;
	right: 25px;
}

/**************** Navigations *******************/
#mainnav {
	background-color:#F2F2F2;	
	position:absolute;
	bottom:0px;
	right:5px;
}

#mainnavtop{
 	position:absolute;
	top:10px;
	right:10px;
	font-size:0.8em;
	color:#9999cc;
}
#mainnavtop a {
	margin:1px 5px;
	color:#6666CC;
	text-decoration:none;
	font-weight:bold;
}
#mainnavtop a:hover {
	color:#FF9900;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
#cfnavbar{
  margin: 0;
  padding: 0;
}
#cfnavbar ul{
  background: url(Images/cfnavbar_bg.gif) repeat-x;
  padding: 0;
  margin: 0;
  float: left;
  font: bold 80% Verdana;
}
#cfnavbar ul li{
  display: inline;
}
#cfnavbar ul li a, #cfnavbar ul li span{
  float: left;
  color: black;
  font-weight: bold;
  padding: 8px 13px 5px 6px;
  text-decoration: none;
  background: url(Images/cfnavbar_divider.gif) top right no-repeat;
}
#cfnavbar ul li span{ /*Targets span tag to the right of #leftcorner below*/
  padding-left: 0px;
}
#cfnavbar ul li a#leftcorner{
  float: none;
  padding-left: 10px;
  padding-right: 0px;
  background: url(Images/cfnavbar_leftcorner.gif) top left no-repeat;
}
#cfnavbar ul li a#rightcorner{
  padding-right: 10px;
  background: url(Images/cfnavbar_rightcorner.gif) top right no-repeat;
}
#cfnavbar ul li a:hover
{
  color: #FF9900;
}
#cfnavbar:after{ /*Add margin between menu and rest of content in Firefox*/
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

/************** Generic Rules *************/
p {margin: 1em 0;}
li {margin: 0.25em 0 0.25em 0;}
a {color: #FF9900; text-decoration: underline;}
a:hover {text-decoration:none;}

/*Typographics styles adapted from http://www.thenoodleincident.com/tutorials/typography/ */
h1 {
	margin-top:1em;
	font-size: 1.4em;
	font-weight: bold;
	background-color: #DFFF9F;
	color:#6B8F24;
	padding:5px 5px 5px 20px;
}
h2 {
	margin-top:1.5em;
	font-size: 1.3em;
	font-weight: bold;
	color:#6B8F24;
}
h3 {
	margin: 0.5em 0;
	font-size: 1.2em;
	font-weight: bold;
}
h4 {
	margin: 0.5em 0;
	font-size: 1.1em;
	font-weight: bold;
	background-color: #ebf4fa;
	padding:5px 20px 5px 20px;
}
h5 {
	margin: 0.5em 0;
	font-size: 1.0em;
	font-weight: bold;
}
h6 {
	margin: 0.5em 0;
	font-size: 0.8em;
	font-weight: bold;
}

/**************** Curved Corner Containers *******************/

.box {
  margin:20px 0px 20px 0px;
  position: relative;
}
.box h3 {
  background: #FFCC80;
  text-transform:uppercase;
  margin:0px;
  padding: 5px 0 0;
  text-align:center;
  color: #B36B00;
  font-weight:bold;
}
.box div {
  background-color: #FFE6BF;
  padding: 5px 5px 5px 5px;
  border: solid 2px #FFCC80;
  color: #B36B00;
}
.box a {
  color: #B36B00;
  text-decoration: underline;
}

.box2 {
  margin:20px 0px 20px 0px;
  position: relative;
}
.box2 h3 {
  background: #99cc33;
  text-transform:uppercase;
  margin:0px;
  padding: 5px 0 0;
  text-align:center;
  color: #EFFFCF;
  font-weight:bold;
}
.box2 div {
  background-color: #EFFFCF;
  padding: 5px 5px 5px 5px;
  border: solid 2px #99cc33;
  color: #6B8F24;
}
.box2 a {
  color: #FF8833;
  text-decoration: underline;
}

.contentbox {
   background-color: #F8F8F8;
   margin: 0.5em 0 1em 0;
}
.contentbox div {
  padding: 1em;
}
.contentbox li{
  list-style-type: circle;  
  margin-left: 1em;
}

.greenmessage {
  color:#ffffff;
  background-color:#99cc33;
}

.featuredbox {
  margin:-19px -22px -10px -22px;
  position: relative;
}
.featuredbox div {
  background-color: #F8F5F2;
  padding: 0px 10px 0px 10px;
  border: solid 0px #DDDDDD;
  color: #B36B00;
}
.featuredbox a {
  color: #FF8833;
  text-decoration: underline;
}

/**************** Freeze Screen to prevent double post *******************/
/* http://www.4guysfromrolla.com/webtech/100406-1.shtml */
.FreezePaneOff
{
  visibility: hidden;
  display: none;
  position: absolute;
  top: -100px;
  left: -100px;
}

.FreezePaneOn
{
  position: absolute;
  top: 0px;
  left: 0px;
  visibility: visible;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #666;
  z-index: 999;
  filter:alpha(opacity=85);
  -moz-opacity:0.85;
  padding-top: 20%;
}

.InnerFreezePane
{
  text-align: center;
  width: 66%;
  background-color: #171;
  color: White;
  font-size: large;
  border: dashed 2px #111;
  padding: 9px;
}

/**************** Standard controls *******************/
.button {
   background-color: #FFE0C0;
   border: solid 1px #FFC080;
   font-family: Verdana;
   font-size: 1em;
   color: #C04000;
   margin: 5px 5px 5px 5px;
}

.textbox {
  border: solid 1px #FFC080;
  color: #888888;
  font-size: 1em;
 }

.dropdownlist {
  color: #888888;
  font-size: 1em;
}

.label {
  color: #B36B00;
}

.fileupload {
   border: solid 1px #FFC080;
   color: #888888;
}

.radiolist {
  margin-top: -3px;
  font-size: 1em;
}

.fullwidth {
  width: 100%
}

.title {
	padding: 0.5em 0 1em 0;
	font-size: 1.1em;
	font-weight: bold;
}

.instruction {
   font-style: italic;
}

.error {
  color: #ff0000;
  font-weight: bold;
}

.leftalign {text-align: left;}
.rightalign {text-align: right;}
.centered {text-align: center;}
.justified {text-align: justify}

.table {border-collapse: collapse; padding: 3px 10px 3px 10px; width: 100%; border-style: none;}
.table th {padding: 3px 5px 3px 5px; font-weight: bold; border-bottom: solid 5px #EEEEEE; border-style: none none solid none; border-style: hidden hidden solid hidden;}/* text-align: center; background-color: #EFFFCF; border: 2px solid #FFFFFF; }*/
.table td {padding: 3px 5px 3px 5px; border-style: hidden hidden hidden hidden;}/* background-color: #cceeff; border: 2px solid #FFFFFF; }*/
.tableselection td {padding: 3px 5px 3px 5px; background-color: #ffcccc; border: none; }

#search {
  background-color: #bedf5d;
  text-align: center;
  padding: 5px 0px 5px 0px;
}

.redtext {
  color: #ff0000;
}

.notes {font-size:smaller; color:#6B8F24;}
.notes li {list-style: disc; list-style-position:outside; }

img.photo {border:solid 2px #DDDDDD; background-color:#F8F8F8; padding:0.5em; }

/**************** Others *******************/

.benefits li {
  list-style-image: url(Images/bullet-check.gif);
  margin-left: 3em;
  color: #000000;
  font-size: 0.9em;
}

.legal {line-height: 1.5em; color:#666666;}
.legal h2 {font-size: 1em; font-weight: bold;	color: #333333;}
.legal h3 {font-size: 1em;	font-weight: normal; color: #333333;}
.legal li {list-style: circle; list-style-position: outside; margin-left: 2em; line-height: normal;}

.trustsg {text-align: center;}
.trustsg img {padding: 0.5em;}