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

/* GENERAL */


body {
	min-height:101%;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	font-size: 100%;
	background-color: #000;
	font-family: Helvetica, Arial, sans-serif;
}
html {
	height: 100%;
	
}
a:focus {
	-moz-outline-style: none;
}
.clear {
	clear: both;
}
#container {position: relative;
	height: auto;
	width: 950px;
	margin: 15px auto;
	padding:0px;
	text-align: left;
	background-color: #FFFFFF;
	overflow: auto;

	
}
img {
	border:none
}
#sidebar {position:fixed;
	left: 50%;
	top: 160px;
	width:195px;
	float:left;
	margin: 0 0 0 -475px;

}

* html #sidebar { 
	position: absolute;
}



#main {
	margin:0 0 0 235px!important;
	width:715px;
	
	}
	
.fltLeft {
	float: left;
}
.fltRight {
	float: right;
}
/* HEADER */

#header {
	position: relative;
	top:0;
	left:0;
	height:145px;
}
#header h1 {
	background: url(../images/logo_jmf.gif) no-repeat;
	width:107px; height:75px;
	position: relative;
	display:block;
	top:30px;
	margin:0;
	padding:0;
	text-indent:-9999px
}
#header h1 a {
	display:block;
	cursor:pointer;
	width:107px;
	height:75px
}
#header h3 {
	float:right;
	color: #FFFFFF;
	background-color: #000000;
	position:relative;
	top:55px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 140%;
	font-size: 1.15em;
	width: 430px;
	text-align: center;
}
#header h3 span {
	font-weight: lighter;
}
/* MENU */


#sidebar ul {

	list-style-type: none;
	padding:0;
	margin:0;

}



#sidebar ul li {
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: normal;
	color: #FFFFFF;
	margin:0 0 3px;
}
#sidebar ul li a {
	width: 165px;
	color: #FFFFFF;
	padding:3px 0 3px 30px;
	background-color: #000;
	display:block;
	text-decoration:none
}
#sidebar ul li a:hover, #sidebar ul li a.current {
	background-color: #990000;
}
#sidebar ul li.last {
	margin-top:30px
}
/* HOME */

#home img, #home .copy,  #home .map {
	float:left;
	width:285px;
	margin: 0 40px 0 0;
}

#home .copy p {
	font-size: 0.9em;
	line-height: 130%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
/* CONTENT */

#content {
	width:690px;
	margin:0
}




#content ul.c-doors, #content ul.h-doors, #content ul.panels{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#content ul.c-doors li {
	height: 180px;
	width: 80px;
	margin-right:7px;
	float:left;
	margin-bottom:50px;
}

#content ul.h-doors li{
	height: 300px;
	width: 100px;
	margin-right:18px;
	float:left;
	margin-bottom:50px;
}
#content ul.panels li{
	height: 250px;
	margin-right:6px;
	float:left;
	margin-bottom:30px;
}


#content ul.c-doors li.last, #content ul.h-doors li.last, #content ul.labels li.last{
	margin-right:0!important
}
#content ul.c-doors li p, #content ul.h-doors li p, #content ul.panels li p{
	font-size: 0.74em;
	padding-right: 5px;
}
#content .leftCol {
	float:left;
	width:335px;
	margin-right:20px
}
#content .rightCol {
	float:left;
	width:335px;
}
#content h2 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0px 0 20px 0;
	padding: 0px 0 5px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#content h3 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0px 0 10px 0;
	padding: 0px 0 5px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#content h3.pad {
	padding-top:20px
}
#content ul.copy {
	margin: 0px 0px 0px 15px;
	padding: 0px;
}
#content p, #content ul.copy li {
	font-size: 0.85em;
	line-height: 125%;
	list-style-type: square;
	margin-bottom: 8px;
}
#content p a, #content ul.copy li a {
	color:#000
}
#content p a:hover, #content ul.copy li a:hover {
	color:#990000
}
#content img.left {
	float:left;
	padding:15px 12px 0 0;
	width:120px
}
#content p.right {
	float:left;
	width:200px
}
#content .download {
	color: #FFFFFF;
	background-color: #990000;
	width: 335px;
	height:auto;
	margin-bottom:5px;
	
}
#content .download img {
	float:left;
	margin:3px 10px;
	padding:0;
}
#content .download p {
	float:left;
	font-size: 0.75em;
	font-weight: bold;
	text-transform: uppercase;
	margin:5px 0 0 0px;
	padding: 0px;
}
#content .download p a {
	color: #FFFFFF;
	text-decoration: none;
}
/* FOOTER */

#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	margin: 80px 0px 0 0;
}
#footer p.address{
	float:left;
}
#footer p.design {
	float:right;
}
#footer p {
	font-size: 0.7em;
	padding:10px 0 60px 0;
}
#footer p a {
	color: #000000;
}
#footer p a:hover {
	color: #990000;
}
