@charset "utf-8";
/* CSS Document */


/* GLOBAL */
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image:url(../images/paper_texture2.jpg);
	font-size: 18px;
	color: #263e4c;
	background-color: #FFFFFF;
	margin: 0;
}

a:link { text-decoration: none; color: #FFF; font-weight: 100; }
a:visited { text-decoration: none; color: #FFF; font-weight: 100; }
a:active { text-decoration: none; color: #FFF; font-weight: 100; }
a:hover { text-decoration: none; color: #FFF; font-weight: 100; }

#topnav a:link { text-decoration: none; color: #000; font-weight: 600; }
#topnav a:visited { text-decoration: none; color: #000; font-weight: 600; }
#topnav a:active { text-decoration: none; color: #000; font-weight: 600; }
#topnav a:hover { text-decoration: none; color: #999999; font-weight: 600; }

#topnav a.active:link { text-decoration: none; color: #3b8119; font-weight: 600; }
#topnav a.active:visited { text-decoration: none; color: #3b8119; font-weight: 600; }
#topnav a.active:active { text-decoration: none; color: #3b8119; font-weight: 600; }

#header #header_container #topnav .nav_selected { text-decoration: none; color: #3b8119; font-weight: 600; user-select: none; }

table.order_listing th { cursor: pointer; }

h1 { font-size: 28px; }
h2 { font-size: 22px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }

img { border: 0; }

#container {
	width: 900px;
	margin: -10px auto 0;
}


/* HEADER */
#header {
	background-color: #e7e7e5;
	height: 130px;
	width: 100%;
	border-top: solid 5px #152b0b;
	box-shadow: 0 0 20px #263E4C;
}
#header_container {
	width: 900px;
	height: 140px;
	margin: 0 auto;
}
#header_phone {
	font-size: 45px;
	color: #3B8119;
	float: right;
	margin: -20px 20px 0 0;
}
#search {
	display: inline-block;
	position: absolute;
	margin: 10px 0 0 400px;
	box-shadow: 0 3px 5px #000;
}
#search img {
	display: inline-block;
	vertical-align: bottom;
	border: 0;
}
#search_bar {
	color: #999;
	font-style: italic;
}
#search input {
	vertical-align: top;
}
#processes_table {
	width: 800px;
	font-size: 16px;
}

/*  TOPNAV  */
#topnav {
	position: absolute;
	text-align: center;
	font-size: 16px;
	margin: 95px 0 0 320px;
}
#topnav ul { margin: 0; padding: 5px 0; }
#topnav li {
	list-style-type: none;
	display: inline;
}


/* MAIN */
#main {
	width: 900px;
	min-height: 300px;
	margin: 150px auto 40px;
}
#main_content {
	min-height: 300px;
	width: 800px;
	margin: 0 auto;
}
#slider_container {
	width: 795px;
	height: 250px;
	margin: 0 auto;
	padding: 5px;
	background-color: #3b8119;
	box-shadow: 3px 3px 20px #263E4C;
	text-align: center;
}

/* FOOTER */
#footer {
	/*background-image:url(../images/footer_slice.jpg);*/
	background-image:url(../images/footer_slice2.jpg);
	background-repeat: repeat-x;
	bottom: 0;
	height: 94px;
	width: 100%;
	border-bottom: solid #152b0b 6px;
}
#footer_container {
	width: 900px;
	height: 94px;
	margin: 0 auto;
	/*background-image: url(../images/footer.png);*/
	background-image: url(../images/footer2.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
#footer_info {
	display: inline-block;
	float: left;
	margin-left: 72px;
	margin-top: -8px;
	text-align: center;
	width: 200px;
	font-size: 16px;
	color: #E7E7E5;
}
#footnote {	width: 820px; margin: 10px auto 30px; font-size: 0.6em; color: #666666; text-align: center; }
#footnote .footnote_left { float: left; }
#footnote .footnote_right { float: right; }
