/****************************************************************************
 * Developed by Lafayette Media, LLC
 * for Engineered Conveyors, Inc
 * All Rights Reserved
 * 2008-08-30
***************************************************************************/
/******* Colors ****
***/

body {
	background: #f7f4d7;
	margin-top: 2px;
}
/**
h2 .img {
	margin-top: 24px;
}
**/
	

/******** HEADER ********/
/*** blame Skylar, not me, it's freakin' complicated! ***/

div#header {
	background-image: url(/styles/images/header.slice.png);
	height: 192px;
}
#header #contactinfo {
	margin-top: 10px;
}
#header img#contactus {
	margin-left: 108px;
	margin-bottom: 18px;
}
#header .contactinfo {
	color: #ffffff;
	font-family:  sans-serif;
	text-align: right;
}
#header .contactinfo a {
	color: #ffffff;
}
#header img.arrow {
	margin-top: 18px;
}
#content p {
	line-height:19px;
	margin:0px 0px 20px 0px;
}


/******** MENU ********/
.menu_wrapper {
	/**height: 50px;**/
}
ul.topmenu {
	background: #dfddc3;
	padding: 10px 0 8px 0;
	border-top: solid 2px #fff;
	border-bottom: solid 2px #fff;
	margin: 3px 0 0 0;
}
ul.topmenu.sub {
	margin-top: -8px;
	padding-left: 260px;
	border-top: none;
}

ul.topmenu li {
	list-style-type: none;
	display: inline; 
	cursor: pointer; 
	white-space: nowrap;
}
ul.topmenu a {
	color: #555246;
	text-decoration: none;
	padding: 10px 18px 8px 18px;
}
ul.topmenu.sub a {
	font-size: smaller;
}
ul.topmenu a:hover {
	color: #dfddc3;
	background: #555246;
}

ul.topmenu ul.accessible {
	display: none;
}

/**
ul.jdmenu ul {
	display: none; 
	z-index: 10000;
}
ul.jdmenu ul li {
}
**/

/******** BODY ********/
#bd {
	background: #ffffff url(/styles/images/body.fadein.png) repeat-x;
	/*background: #fff url(/styles/images/body.slice.png) repeat-y;*/
	margin-top: 16px;
	border-top: solid 2px #ffffff;
}

#content {
	/*background: #ffffff url(/styles/images/body.fadein.png) repeat-x;*/
	padding-top: 12px;
	border-right: solid 1.25px #eee;
	padding-right: 18px;
	padding-left: 18px;
}

#bar {
	/*background: #ffffff url(/styles/images/body.fadein.png) repeat-x;*/
	padding-top: 24px;
}
#bar img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#bar h4, #bar p {
	margin-left: 12px;
	margin-right: 12px;
}
#bar h4 {
	font-weight: bold;
	/*font-size: large;*/
}

#content .starter {
	/** to avoid clashing with the fade-in **/
	margin-top: 24px;
}
/**** per page styles ****/
#content .movie {
width:600px;
text-align:center;
margin-top:25px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
}

.doublearrow {
	margin-left: 10%;
	list-style-image: url(/styles/images/arrow.gif);
}
.check {
	margin-left: 10%;
	list-style-image: url(/styles/images/checkmark.png);
}


#flowchart { /*background: #ffffff url(/styles/images/chalk.png);*/ }

.captioned {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
}
.captioned img {
	border: outset 2px #333;
	display: block;
}
.captioned a:hover img {
	border: inset 2px #333;
}
.captioned p {
	color: #222;
	text-align: center;
	font-size: xx-large;
	margin-top:30px;
}
/***
.customername p {
	padding-top:30px;
}
***/

form#contact th {
	background: #f7f4d7;
	border-right: solid 1px #555;
	border-left: solid 1px #555;
}
form#contact .submit {
		margin-top: 10px;
		text-align: center;
		border: outset 1px #000;
}

.almostmenu {
	font-size: larger;
	font-family: verdana, sans-serif;
}

/******* selfbuild styles ***********/

.lacc {
	/*font-family: verdana;*/
	border: solid 1px #ccc;
	background: #f7f4d7;
	background: #dfddc3;
	color: #555246;
}
.hacc { 
	padding: 10px 0 10px 5px; 
	cursor: pointer; 
	margin: 1px; 
	font-weight:bold; 
} 
.bacc { 
	display:none; 
} 
.bacc a { 
	display:block; 
	margin-left: 15px; 
	padding-left: 5px;
	padding-bottom: 10px; 
	border: solid 1px #ccc;
	color: #555246;
	background: #ffffff;
	text-decoration:none; 
} 
.bacc a:hover { 
	border: solid 1px #ccc;
	color: #dfddc3;
	background: #555246;
}





/****** footer *******/

.footer {
	background-color:#F4F4F4;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	padding:15px 0px 15px 0px;
	margin:20px 0px 0px 0px;
	font-size:10px;
}
.footer #lafmedia {
	display: block;
	text-align: center;
	color: #888;
	
}
.footer #lafmedia a {
	color: #bbb;
}
.captioned a img {
border:0px;
margin:0px 0px 30px 0px;
}
.captioned a:hover img {
border:0px;
}
