/* Lawrcon Electric and Machining Corporation */

html {
	margin: 0px;
	padding: 0px;
}

body { 
	font: 11px/16px verdana; 
	color: #000000; 
	background-image: url(images/bkgdstrip.gif);
	background-position: center;
	background-repeat: repeat-y;
	background-color: #ffffff;
	margin: 0px; 
	padding: 0px;
}

a:link { 
	font-weight: normal; 
	text-decoration: underline; 
	color: #cc0000;
}

a:visited { 
	font-weight: normal; 
	text-decoration: underline; 
	color: #cc0000;
}

a:hover, a:active { 
	text-decoration: none; 
	color: #cc0000;
}

p { 
	margin-top: 0px;
}

h1 { 
	font: bold 11px verdana;
	margin-bottom: 4px;
	color: #336699;
}

h2 { 
	font: bold 14px verdana;
	letter-spacing: 1px; 
	margin-bottom: 12px;
	margin-top: 2px;
	color: #336699;
}

h3 { 
	font: bold 11px verdana;
	margin-bottom: 4px;
	color: #000000;
}

ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	display: block;
	padding-top: 4px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	list-style-type: none;
}

ol {
	list-style-type: disc;
}
	
li { 
	padding-top: 0px; 
	margin-bottom: 0px;
}

.mcontainer_home {
	width: 986px;
	border-left: #000000 solid 1px;
	border-right: #000000 solid 1px;
	border-bottom: #000000 solid 1px;
	background-image: url(images/bkgd.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #ffffff;
}

.mcontainer {
	width: 986px;
	border-left: #000000 solid 1px;
	border-right: #000000 solid 1px;
	border-bottom: #000000 solid 1px;
	background-image: url(images/bkgd_wfade.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #ffffff;
}

#mainheader {
	width: 986px;
	margin-top: 0px;
}

#content_home {
	width: 350px;
	height: 500px;
	float: left;
	margin-top: 40px;
	margin-left: 40px;
	text-align: left;
	
}

#content {
	width: 906px;
	float: left;
	margin-top: 40px;
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 40px;
	text-align: left;
	
}

#footer {
	width: 986px;
	border-top: #000000 solid 1px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #ffffff;
	text-align: center;
}

.subnav {
	width: 986px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #adbece;
	text-align: center;
}