/* Standard Tags */

object:active, div:active
{
outline: none;
}

object:focus, div:focus
{
-moz-outline-style: none;
} 

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

a:visited {
	color: #666;
	text-decoration: none;
}

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

h1,h2,h3,h4,h5,h6 {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	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! */

#header {
	position: relative;
}

#main {
	position: relative;
	z-index: 100;
}

#footer {
	position: relative;
}
#navbox
{
position: relative;
float: center;
text-align: center;

}
#navbox ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	} 

#navbox ul li {
	margin-left: 0;
	padding: 3px 15px;
	border-left: 1px solid #000;
	list-style: none;
	display: inline;
	}
	
		
#navbox ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
	}

#navbox a:link {
color: #666666;
text-decoration: none;
}
#navbox a:visited {
color: #999999;
text-decoration: none;
}
#navbox a:hover {
color: #A60000;
text-decoration: none;
}
#navbox a:active {
color: #A60000;
text-decoration: none;
}
#header a:link {
color: #626262;
text-decoration: none;
}
#header a:visited {
color: #999999;
text-decoration: none;
}
#header a:hover {
color: #A60000;
text-decoration: none;
}
#header a:active {
color: #A60000;
text-decoration: none;
}


/* Forrest's Defined Classes */

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

/* TEXT and FONT Classes */

.navdiv
{
list-style-type: none;
font-family: Arial;
font-size: 1.25em;
	line-height: 2;
	word-spacing: 0;
	text-transform: none;
	color: #666666;

}

.mainmenu {
	font-size: .75em;
	line-height: 1;
	font-weight: 200;
	letter-spacing: -.0625em;
	word-spacing: 0;
	text-transform: none;
}


.sitetitle {
	font-size: 5em;
	line-height: 1;
	font-weight: 200;
	letter-spacing: -.0625em;
	word-spacing: 0;
	text-transform: none;
}

.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;
}

.quote {
	font-style: italic;
	text-decoration: none;
	color: #666;
	padding-right: 1.5em;
	padding-left: 1.5em;
	line-height: 150%;
}

.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;
}

/* TEXT color classes */

/* See BOX classes below */

.white {
	color: #FFFFFF;
}

.black {
	color: #000000;
}

.gray, .grey {
	color: #666666;
}

.blue {
	color: #182A89;
}

.ivory {
	color: #f2da93;
}

/* Font families classes */

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

.sansfacebold {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: 900;
	color: #666666;
}

resumesection {
	font-size: 1.375em;
	line-height: 1.25;
	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;
}

.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;
}

/* 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;
}

/* RIGHTNDOWN used for 1/2 column indent */

.rightndown {
	padding-top: 1em;
	padding-left: 1em;
}

/* HR color classes match boxes, below */

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

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

/* BOX color classes */

.boxnew {
	padding: 1em;
	margin-bottom: 1em;
	background: #eee;
}

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

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

.boxtaupe {
	padding: 1em;
	background:#DFD8C4;
}

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

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


