@charset "utf-8";
/* Index Style Sheet
   Updated: Wednesday 09.17.08 @ 8:00 p.m.
   Author:     Kimber Malone
   ----------------------------------------------------*/

/* COLORS (color guide)
   Body Background:       #2F2C22
   Main Text:             #B3A576
   Links:                 #9C6D25
   Dark Brown Border:     #222019
   Green Headline:        #958944
*/

/* GENERIC (Section Titles)
   HEADER
   TYPOGRAPHY
   SIDEBAR
   FORMS
   TABLES
   FOOTER
*/

/* =GENERIC
   ----------------------------------------------------*/
html, body {
	height: 100%;
	margin: 0px;
	background-color: #000000;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}

#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

/* TYPOGRAPHY
   ----------------------------------------------------*/
h1 {
	font-size: 125%;
	color: #FFFFFF;
	padding-left: 5px;
	padding-top: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h2 {
}
 
   
/* HEADER
   ----------------------------------------------------*/
#logo-wrap {
	background-image: url(../images/morooka-haulers-logo.jpg);
	background-repeat: no-repeat;
	height: 109px;
	width: 362px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}

/* NAVBAR
   ----------------------------------------------------*/
#navbar {
	background-image: url(../images/nav-bg.jpg);
	background-repeat: repeat-x;
	height: 42px;
	width: 100%;
	margin-top: 25px;
	float: left;
	padding-top: 10px;
}

#navbar2 {
	background-color: #000000;
	float: left;
	height: 70px;
	width: 994px;
	margin-right: 2px;
	padding-left: 2px;
	margin-left: 2px;
}

ul.nav {
	margin-left: 175px;
	list-style: none;
	padding-left: 0;
	text-align: center;
}

ul.nav a {
	color: #fff;
	display: block;
	width: 175px;
	padding-right: 8px;
	padding-left: 8px;
	text-decoration: none;
}

ul.nav a:visited {
	color: #fff;
}

ul.nav a:hover {
	color:#CC0000;
}

ul.nav li {
	float: left;
}

ul.nav2 {
	margin-left: 0;
	list-style: none;
	padding-left: 0;
	text-align: center;
}

ul.nav2 a {
	color: #fff;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 0px;
	padding-top: 0px;
	text-decoration: none;
	width: 89px;
}

ul.nav2 a:visited {
	color: #fff;
}

ul.nav2 a:hover {
	color: #CC0000;
	text-decoration: none;
}

ul.nav2 li {
	float: left;
}



/* BODY
   ----------------------------------------------------*/
#body-wrapper {
	width: 1000px;
	padding-top: 10px;
	float: left;
	background-color: #FFFFFF;
}



#mid-graphic {
	background-image: url(../images/mid-morooka-graphic.jpg);
	background-repeat: no-repeat;
	height: 232px;
	width: 996px;
	float: left;
	margin-left: 2px;
	margin-right: 2px;
}

.clearit {
	clear: both;
}

.textbox {
	float: left;
	width: 950px;
	padding-left: 20px;
	margin-top: 20px;
	text-align: center;
}

.textbox a:link, .textbox a:visited {
	color: #000000;
}

.textbox a:hover {
	color: #990000;
	text-decoration: none;
}

.textbox2 {
	float: left;
	width: 960px;
	padding-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.textbox2 a:link, .textbox2 a:visited {
	color: #000000;
}

.textbox2 a:hover {
	color: #666666;
}
.floatleft {
	float: left;
	padding-right: 15px;
}

#footer {
	clear: both;
	float: left;
	width: 1000px;
	margin-top: 20px;
	text-align: center;
	color: #999999;
	font-size: 85%;
}

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

#footer a:hover {
	color: #CC0000;
	text-decoration: none;
}
