/* Standard Tags */

/*Changes to Blueprint defaults*/

body {
	color: #000;
	background: #69c url() repeat;
}

a, a:link, a:visited {
	color: #000;
	text-decoration: none;
}

a:hover, a:active {
	color: #3956ff;
	text-decoration: none;
}

/*For URL's in middle of sentence*/
.linkinline {
	color: #3d11e0;
	text-decoration: none;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: 900;
}

h1 {
	font-size: 4em;
	line-height: 1.25;
	margin-bottom: 0.5em;
}

h2 {
	font-size: 2.5em;
	line-height: 1.50;
	margin-bottom: 1em;
}

h3 {
	font-size: 2em;
	line-height: 1.25;
	margin-bottom: 0.5em;
}

h4 {
	font-size: 1.375em;
	line-height: 1.25;
	margin-bottom: 1em;
}

h5 {
	font-size: 1.25em;
	line-height: 1.25;
	margin-bottom: 0.5em;
}

h6 {
	font-size: 1em;
	line-height: 1.25;
	margin-bottom: 0.25em;
}

/* Forrest's Defined ID's */

/* Only ONE unique identifier object per page! */

#wholepage {
	position: relative;
	width: 950px;
	border: 2px solid #000;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	background: #EBEDCA;
}

#headerhome {
	position: relative;
	width: 950px;
	min-height: 225px;
	height: auto !important;
	height: 225px;
	-webkit-border-top-left-radius: 11px;
	-webkit-border-top-right-radius: 11px;
	-moz-border-radius-topleft: 9px;
	-moz-border-radius-topright: 9px;
	border-radius: 10px;
	background: #EDE9A1;
}

/*green = 7BB87F*/

#header {
	position: relative;
	width: 950px;
	min-height: 25px;
	height: auto !important;
	height: 25px;
	-webkit-border-top-left-radius: 11px;
	-webkit-border-top-right-radius: 11px;
	-moz-border-radius-topleft: 9px;
	-moz-border-radius-topright: 9px;
	border-radius: 10px;
	background: #EDE9A1;
}

#main {
	position: relative;
	min-height: 225px;
	height: auto !important;
	height: 225px;
}

#leftcol {
	background: #EDE9A1;
	padding-top: 0em;
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: 2em;
}

#rightcol {
	padding-top: 0em;
	padding-left: .25em;
}

#footer {
	position: relative;
	width: 950px;
	min-height: 25px;
	height: auto !important;
	height: 25px;
	-webkit-border-bottom-left-radius: 11px;
	-webkit-border-bottom-right-radius: 11px;
	-moz-border-radius-bottomleft: 9px;
	-moz-border-radius-bottomright: 9px;
	border-radius: 10px;
	background: #EDE9A1;
}

/* Forrest's Defined Classes */

/* Can have multiple class objects per page & item! */

.logo {
	position: absolute;
	left: 45px;
	bottom: 33px;
}

.logotype {
	position: absolute;
	right: 100px;
	top: 5px;
}

.roundtopleft{
	-webkit-border-top-left-radius: 11px;
	-moz-border-radius-topleft: 9px;
}
	
.headerthing {
	position: absolute;
	right: 0px;
	bottom: 26px;
}

.greenbar {
	position: absolute;
	left: 0px;
	bottom: 36px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.pagetitle {
	position: absolute;
	right: 0px;
	top: 110px;
	z-index: 25;
}

/* TEXT and FONT Classes */

.tight {
	letter-spacing: -.0625em;
}

.lc {
	text-transform: lowercase;
}

.uc {
	text-transform: uppercase;
}

.sc {
	font-variant: small-caps;
}

.left {
	text-align: left;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.right {
	text-align: right;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.center {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.verttop {
	vertical-align: top;
}

.vertmiddle {
	vertical-align: middle;
}

.vertbottom {
	vertical-align: bottom;
}

.down3ems {
	padding-top: 3em;
}

.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: 500;
	color: #fbf3d0;
	line-height: 1.25;
	margin-bottom: 0em;
}

.photocapt {
	font-size: .65em;
	line-height: 1;
	text-align: left;
	margin-top: .5em;
	padding-left: 3em;
}

.phototitle {
	font-weight: 900;
	font-style: italic;
}

/* FORM classes */

/* overrides FORMS.CSS */

formlabel {
	font-size: 1em;
	line-height: 1.25;
	font-weight: bold;
}

.formoneline, select {
	width: 200px;
	height: 14px;
	padding: 3px;
	border: 1px solid #bbb;
}

.formoneline:focus, select:focus {
	border: 1px solid #666;
}

textarea, select {
	width: 400px;
	height: 90px;
	padding: 3px;
	border: 1px solid #bbb;
}

textarea:focus, select:focus {
	border: 1px solid #666;
}

/* Font families classes */

.sansface {
	font-family: Arial, Helvetica, Geneva, sans-serif;
}

.sansfacebold {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-weight: 900;
}

.serifface {
	font-family: Georgia, "Times New Roman", Times, serif;
}

.seriffacebold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 900;
}

/* Type Size 12px = 1em */

.pt6,.tiny {
	font-size: .5em;
	line-height: 1.5;
}

.pt9 {
	font-size: .75em;
	line-height: 1.5;
}

.pt10,.small {
	font-size: .83em;
	line-height: 1.5;
}

.pt12 {
	font-size: 1em;
	line-height: 1.5;
}

.pt14 {
	font-size: 1.125em;
	line-height: 1.5;
}

.pt15 {
	font-size: 1.25em;
	line-height: 1.5;
}

.pt16 {
	font-size: 1.33em;
	line-height: 1.5;
}

.pt18,.medium {
	font-size: 1.5em;
	line-height: 1.5;
}

.pt24 {
	font-size: 2em;
}

.pt27 {
	font-size: 2.25em;
}

.pt30 {
	font-size: 2.5em;
}

.pt36,.large {
	font-size: 3em;
}

.pt48 {
	font-size: 4em;
}

.pt54 {
	font-size: 4.5em;
}

.pt60 {
	font-size: 5em;
}

.pt72,.huge {
	font-size: 6em;
}

.pt96,.mega {
	font-size: 8em;
}

.bm1 {
	margin-bottom: .25em;
}

.tm1 {
	margin-top: .25em;
}


 .textblue {
	color:  #69c;
}
 

/* Borders */

.rightrule {
	padding-right: 3px;
	margin-right: 6px;
	border-right: 1px solid #666;
}



.leftrule {
	padding-left: 12px;
	margin-left: 36px;
	border-left: 1px solid #666;
}

.toprule {
	padding-top: 10px;
	border-top: 1px solid #666;
	width: 96%;
	margin-left: 2%;
	margin-top: 10px;
}

.toprulebreak {
	padding-top: 10px;
	border-top: 1px solid #666;
	width: 60%;
	margin-top: 10px;
	position: relative;
	left: 20%;
}

.toprulebreakspace {
	padding-top: 5px;
	border-top: 0px;
	margin-top: 5px;
}

/* HR color classes match boxes, below */

hr.spacewhite {
	background: #fff;
	color: #fff;
}

hr.spaceoffwhite {
	background: #EBEDCA;
	color: #EBEDCA;
}

hr.spaceyellow {
	background: #EDE9A1;
	color: #EDE9A1;
}

hr.spaceblue {
	background: #69c;
	color: #69c;
}

hr.spacegrey, hr.spacegray {
	background: #666;
	color: #666;
}

hr.spaceblack {
	background: #000;
	color: #000;
}

hr.spacegreen {
	background: #7BB87F;
	color: #7BB87F;
}

/* BOX color classes */

.boxround {
	border: 4px solid #666;
	-webkit-border-radius: 11px;
	-moz-border-radius: 9px;
	border-radius: 10px;
}

.boxround1px {
	border: 1px solid #666;
	-webkit-border-radius: 11px;
	-moz-border-radius: 9px;
	border-radius: 10px;
}

.boxoutline {
	border: 1px solid #ff1e31;
}

.boxfooter {
	width: 950px;
	background: #7BB87F;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

.boxheader {
	background: #EDE9A1;
}

.boxwhite {
	padding: 1em;
	background: #fff;
}

.boxoffwhite {
	padding: 1em;
	background: #EBEDCA;
}

.boxyellow {
	padding: 1em;
	background: #EDE9A1;
}

.boxblue {
	padding: 1em;
	background: #69c;
}

.boxgrey ,.boxgray {
	padding: 1em;
	background: #666;
}

.boxblack {
	padding: 1em;
	background: #000;
}

.boxgreen {
	padding: 1em;
	background: #7BB87F;
}

