@charset "utf-8";
/* CSS Document */

/*** Global Elements ***/
html, body  {
	text-align: left;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #CDCDCD;
	height: 100%;
	margin: 0px;
	padding: 0px;	
}

/*** Layout/Structural Elements ***/

.main{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto; /* the bottom margin is the negative value of the footer's height */
	padding: 0 0 10px 0;
	background-color: #FFF;
	width: 900px;
}
.main #container {
	width: 900px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	background-color: #FFF;

}
.main #whtSpace {
	width: 100%;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	height: 3px;
	background-color: #FFF;

}
.main #subContainer {
	width: 880px;
	position: relative;
	height: 100%;
	display: block;
    padding: 10px;
}
.main #header {
	width: 100%;
	height: 85px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: center top;
} 
.main #header h1 {
	display: none;
}

.main #topLogo {
	display:block;
	height: 118px;
	border-right-color: #E9E5DA;
	width: 100%;
	background-image: url(images/FERRELL-LOGO.jpg);
	background-repeat: no-repeat;
	margin-left: 15px;
}
	
/*** TYPO ELEMENTS ***/

p {
	padding-top: 0px;
	padding-bottom: 14px;
	line-height: 16px;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0px;
	margin-top: 10px;
	padding-left: 0px;
	padding-bottom: 5px;
}
h1 {
	color: #BF9736;
	font-weight: lighter;
	font-size: 24px;
	text-transform: uppercase;
}
h2 {
	color: #37215F;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
}
h3 {
	color: #000000;
	font-weight: bold;
	font-size: 14px;
}
h4 {
	color: #37215F;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}
a:link {
	text-decoration: none;
	color: #666666;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;	
	color: #CBAB78;
	/* border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-color: #999999; */
}
a:active {
	text-decoration: none;
	color: #CBAB78;
}

ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}

li {
	/*	background: url(../images/yellowArrow.gif) no-repeat left center;*/
	/*	padding-left: 15px;*/	
	list-style-image: url(../images/yellowArrow.gif);
	line-height: 16px;	/*	margin-bottom: 10px;*/
}




/*** TOP NAVIGATION***/
#topNav { background-color: #A6A9AB; width: 100%; height: 28px; }
#topNav .company { float: left; }
#topNav a { margin-top: 5px; font-family: tahoma; font-size: 12px; color: #ffffff; 
            text-transform: lowercase; font-weight: bold; padding-left: 36px; }
    #topNav a span { padding-right: 36px; }
#topNav a:hover { color: #875443 !important; }
	
/*** LOG IN ***/
#logIn {
	font-family: tahoma;
	font-size: 11px;
	color: #FFF;
	text-transform: lowercase;
	letter-spacing: 0.06em;
	height: 24px;
	text-align: center;
	padding-top: 6px;
	font-weight: bold;
	float: right;
	width: 80px;
	display: block;
	background-color: #AEBE98;
}
#logIn a {
	font-family: tahoma;
	font-size: 11px;
	color: #FFF;
}
#logIn a:hover {
	font-family: tahoma;
	font-size: 11px;
	color: #8A5146;
}
	
/*** SUB NAVIGATION***/
#subNav {
	font-family: tahoma;
	font-size: 11px;
	color: #8A5146;
	text-transform: capitalize;
	letter-spacing: 0.06em;
	height: 24px;
	text-align: left;
	padding-top: 6px;
	font-weight: normal;
	float: left;
	width: 800px;
	display: block;
	}

#subNav ul {
	display: inline;
	border: none;
	} 

#subNav ul li {
	border: none;
	display: inline;
	}
	
#subNav ul li a{
	padding-left: 15px;
	border: none;
	list-style: none;
	display: inline;
	text-decoration: none;
	font-weight: normal;
	color: #8A5146;
	}
	
#subNav ul li a:hover{
	margin-left: 0;
	border: none;
	display: inline;
	color: #A7AAAC;
	text-decoration: none;
	font-weight: normal;
	}

/* BREACRUMB NAVIGATION*/

#bread {
	font-family: tahoma;
	font-size: 10px;
	color: #ffffff;
	text-transform: capitalize;
	letter-spacing: 0.06em;
	color: #CCCCCC;
	height: 12px;
	background-repeat: repeat-x;
	font-weight: bold;
	margin-top: 20px;
	padding: 0 12px;
	}

#bread ul {
	display: inline;
	border: none;
	height: 15px;
	} 

#bread ul li {
	border: none;
	display: inline;
	height: 15px;
	}
	
#bread ul li a{
	padding-left: 15px;
	border: none;
	display: inline;
	font-family: tahoma;
	font-size: 10px;
	color: #BFC0C2;
	text-decoration: none;
	font-weight: normal;
	}
	
	#bread ul li a:hover{
	margin-left: 0;
	border: none;
	display: inline;
	font-family: tahoma;
	font-size: 10px;
	color: #666;
	text-decoration: none;
	background-image: url(../images/whiteArrow.gif);
	background-repeat: no-repeat;
	background-position: .015em;
	}

/* FOOTER */

.footer  {
	background-color: #AEBD97;
	height: 150px;
	width: 900px;
	position: relative;
	margin: 0 auto;
}
.footer #contactInfo {
	background-image: url(images/FOOTER-CONTACT.gif);
	background-repeat: no-repeat;
	height: 29px;
	margin-left: 15px;
}
.footer #fryeallen {
	background-image: url(images/FRYEALLEN.gif);
	background-repeat: no-repeat;
	height: 18px;
	margin-right: 15px;
	text-align: right;
	background-position: right;
	margin-top: 80px;
}
.footer, .push {
	height: 150px; /* .push must be the same height as .footer */
}


