/*======================================
      WELCOME TO THE STYLESHEET
--------------------------------------      
     Copyright Mike Crittenden
      Author: Mike Crittenden
======================================*/
 
/**************************************\
|------------COLOR SCHEME--------------|
|--------------------------------------|
- black		#000
- white		#fff
\**************************************/


/**************************************/
/*              GLOBALS               */
/**************************************/
body {
	background-color: #e0e7e9;
	background-image: url(../images/bckgrnd_home.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}

/**************************************/
/*              HEADER                */
/**************************************/
#header {
	height: 146px;
	width: 950px;
}
#branding {
	float: left;
	height: 146px;
	width: 470px;
	background-image: url(../images/hg_logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}


/**************************************/
/*             NAVIGATION             */
/**************************************/

#topnav {	float: left;
	height: 146px;
	width: 470px;
}
#topnav ul {
	margin: 0px;
	padding-top: 80px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#topnav ul li { display: inline; font-size: .9em; white-space: nowrap; padding: 0px; margin: 0px; }
#topnav ul li a {
	color: #00767f;
	display: inline;
	white-space: nowrap;
	margin: 0px;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#topnav ul li a:hover {
	font-weight: bold;
}

/**************************************/
/*            MAIN CONTENT            */
/**************************************/

#content {
	margin-bottom: 20px;
}

#homecontent {
	margin-top: 20px;
	width: 604px;
	margin-left: 25px;
}

#homecontent2 {
	margin-top: 20px;
}

h1 {
	display:block;
	text-indent:-9009px;
}
h1 a {
	display:block;
	width:100%;
	height:100%;
	outline:none;
}

h1.cs {
	background-image: url(../images/home_cs.jpg);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 172px;
	width: 207px;
	margin: 0px;
	padding: 0px;
}
h1.cs:hover {
	background-image: url(../images/home_cs_over.jpg);
	background-repeat: no-repeat;
}
h1.ic {
	background-image: url(../images/home_ic.jpg);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 172px;
	width: 191px;
	margin: 0px;
	padding: 0px;
}
h1.ic:hover {
	background-image: url(../images/home_ic_over.jpg);
	background-repeat: no-repeat;
}
h1.ms {
	background-image: url(../images/home_ms.jpg);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 172px;
	width: 206px;
	margin: 0px;
	padding: 0px;
}
h1.ms:hover {
	background-image: url(../images/home_ms_over.jpg);
	background-repeat: no-repeat;
}
h1.wt {
	background-image: url(../images/home_wt.jpg);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 173px;
	width: 207px;
	margin: 0px;
	padding: 0px;
}
h1.wt:hover {
	background-image: url(../images/home_wt_over.jpg);
	background-repeat: no-repeat;
}
h1.pe {
	background-image: url(../images/home_pe.jpg);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 173px;
	width: 191px;
	margin: 0px;
	padding: 0px;
}
h1.pe:hover {
	background-image: url(../images/home_pe_over.jpg);
	background-repeat: no-repeat;
}
h1.ph {
	background-image: url(../images/home_ph.jpg);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 173px;
	width: 206px;
	margin: 0px;
	padding: 0px;
}
h1.ph:hover {
	background-image: url(../images/home_ph_over.jpg);
	background-repeat: no-repeat;
}
#homeFlashGFX {
	display: block;
	float: left;
	height: 345px;
	width: 279px;
	margin: 0px;
	padding: 0px;
}
h1.oo:hover {
	background-image: url(../images/home_oo_over.jpg);
	background-repeat: no-repeat;
}

#quote {}
.attribute {
	font-style: italic;
	color: #00767F;
	font-size: .9em;
	padding-left: 50px;
}
#rightpic {
	width: 190px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
}

/**************************************/
/*               FOOTER               */
/**************************************/

#footer_bckgrnd {
	background-color: #e5e0dd;
	background-image: url(../images/background_footer.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#footer {
	margin-top: 20px;
}

#footer h2 { color: #666; font-size: 1.4em; margin-left: 40px; margin-bottom: 0px; }

#footer p { color: #666; margin-top: 0px; margin-left: 40px; margin-right: 30px; margin-bottom: 5px; }

#footer h3 { font-size: 1.1em; color: #666; margin-left: 40px; margin-top: 0px; margin-bottom: 5px; }
#geninfo {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #c4c2c1;
	margin-left: 40px;
}
.formtype {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	color: #00767f;
	font-size: 1.2em;
}
.formtype2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	color: #00767f;
	font-size: 1 em;
}
.button {
	color: #FFF;
	background-color: #00767F;
}

