/*
 * Theme Name: JMEE Custom Theme
 * Theme URI: http://www.jmee.com/
 * Description: Custom Wordpress Theme built by Glide Design for JMEE
 * Version: 1.0
 * Author: Chris Canada for Glide Design
 * Author URI: http://www.glidedesign.com/
 */


/* ********************** GLOBAL - Reset *********************** */

a, abbr, acronym, address, applet, big, blockquote, body, caption, cite,
code, del, dd, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4,
h5, h6, html, iframe, img, ins, kbd, label, legend, li, object, ol, p, pre,
q, s, samp, small, span, strike, strong, sub, sup, table, tbody, td, tfoot,
th, thead, tr, tt, ul, var {
	margin: 0;
	border: none;
	padding: 0;
	text-decoration: none;
	z-index: 1;
}


/* *************** GLOBAL - Rules and Typography *************** */

body {
	background: url(images/bg_body.gif) center top no-repeat #ffffff;
	color: #000000;
	font-family: "Arial", sans-serif;
	margin: 0 auto;
	text-align: center;
}
#container {
	width: 963px;
	margin: 0 auto;
}
a {
	background-color: transparent;
	color: #000000;
	text-decoration: underline;
}		
a:hover {
	background-color: transparent;
	color: #FF453C;
}
ul {
	list-style: none;
}
#skip {
	display: block;
	text-indent: -9999px;
	position: absolute;
	overflow: hidden; /* bug fix for IE 7 */
}
.framed {
	padding: 4px;
	border: 1px solid #DCDCDC;
}
.marginright {
	margin-right: 5px;
}
table {
	border-collapse: collapse;
	margin-bottom: 1em;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
td {
	padding: 5px 10px;
	margin-right: 20px;
	margin-bottom: 20px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
tr.odd td {
	background-color: #e8e8e8;
}
.wai {
	display: block;
	text-indent: -9999px;
	position: absolute;
	overflow: hidden; /* bug fix for IE 7 */
	width: 0;
	height: 0;
}
.imgright,
.alignright {
	float: right;
	padding: 4px;
	border: 1px solid #DCDCDC;
	margin-left: 15px;
	margin-bottom: 15px;
}			
.imgleft,
.alignleft {
	float: left;
	padding: 4px;
	border: 1px solid #DCDCDC;
	margin-right: 15px;
	margin-bottom: 15px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.hidden {
	display: none;
}
.no-background {
	background: none !important;
}
.clear {
	height: 1%;
	clear: both;
}
.clearfix {
	display: inline-block;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */


/* ************************* HEADER ************************** */

#header {
	position: relative;
	height: 173px;
	z-index: 15;
}

/* ********************** HEADER - Logo ********************** */

#header h1 {
	position: absolute;
	top: 20px;
	left: 8px;
	width: 400px;
	height: 82px;
	text-indent: -999em;
	background: url(images/logo_jmee.gif) left top no-repeat;
}
#header h1 a {
	display: block;
	width: 400px;
	height: 82px;
	outline: none;
	background: url(images/logo_jmee.gif) left top no-repeat;
}


/* ******************* HEADER - Contact Info ***************** */

#header #contact {
	width: 250px;
	height: 27px;
	/*text-indent: -999em;
	background: url(images/hdr_contact.gif) left top no-repeat;*/
	position: absolute;
	top: 42px;
	right: 75px;
	text-align:left;
}
#header #contact a {
	display: block;
	height: 27px;
	text-decoration:none;
	/*background: url(images/hdr_contact.gif) left top no-repeat;*/
}


/* ******************** HEADER - Navigation ****************** */

.menu {
	position: absolute;
	top: 117px;
	left: 13px;
	z-index: 15000;
	width: 613px;
	height: 56px;
	background: #202020;
}
.menu * {
	z-index: 15000;
}
.menu li {
	display: inline;
	position: relative;
	float: left;
}
.menu li a {
	display: block;
	padding: 0 9px;
	text-decoration: none;
	line-height: 56px;
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
}
.menu li a:hover,
.menu .current_page a, 
.menu .current_parent a,
.menu .current_ancestor a {
	color: #E51B11;
	z-index: 15000;
}
.menu li.menu_item_1 a {
	padding-left: 0;
}
.menu li:hover ul,
.menu a:hover ul {
	visibility: visible;
}
.menu ul ul {
	visibility: hidden;
	position: absolute;
	top: 100%;
	border-top: 1px solid #cccccc;
	height: 0;
}
	.menu .menu_item_2 ul {
		width: 160px;
	}
	.menu .menu_item_5 ul {
		width: 255px;
	}
	.menu .menu_item_7 ul {
		width: 130px;
	}
	.menu .menu_item_11 ul {
		width: 200px;
	}
	.menu .menu_item_9 ul {
		width: 120px;
	}
	.menu .menu_item_13 ul {
		width: 135px;
	}
.menu ul ul li {
	margin: 0;
	border: none;
	padding: 0;
}
.menu ul ul a,
.menu .current_parent ul a {
	display: block;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	padding: 5px 10px;
	text-align: left;
	text-transform: none;
	line-height: 18px;
	font-size: 13px;
	font-weight: normal;
	color: #cccccc;
	background-color: #010101;
}
	.menu .menu_item_2 ul a {
		width: 138px;
	}
	.menu .menu_item_5 ul a {
		width: 233px;
	}
	.menu .menu_item_7 ul a {
		width: 108px;
	}
	.menu .menu_item_11 ul a {
		width: 178px;
	}
	.menu .menu_item_9 ul a {
		width: 98px;
	}
	.menu .menu_item_13 ul a {
		width: 135px;
	}
.menu ul ul a:hover,
.menu .current_parent ul a:hover,
.menu .current_ancestor ul a:hover {
	color: #010101;
	background-color: #BCC0C5;
}
.menu ul ul ul {
	display: none;
}
.menu table {
	position: absolute;
	top: 0;
	left: 0;
	border-collapse: collapse;;
}


/* ******************** HEADER - Slideshow ******************* */

#photo-container {
	float:right;
	height:260px;
	position:absolute;
	top:5px;
	width:963px;
	z-index:0;
}

#photo {
	position: relative;
	margin:0;
	height: 260px;
	z-index: 0;
	width: 394px;
	float:right;
}
#photo img {
	width: 394px;
	height: 260px;
}


/* ************************* CONTENT ************************* */

#content {
	text-align: left;
	font-size: 14px;
}


/* ********************** CONTENT - Main ********************* */

#main {
	position: relative;
	z-index: 10;
	float: left;
	padding-left: 13px;
	width: 613px;
}
#main-body {
	background-color: #ffffff;
	color: #000000;
	width: 597px;
	padding-right: 16px;
	line-height: 1.5em;
	border-top: 1px solid #E5E5E5;
	padding-top: 20px;
}
#main h3 {
	font-size: 19px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #E8E8E8;
	background-color: transparent;
	color: #FF453C;
}
#main h4 {
	font-size: 15px;
	margin-bottom: 9px;
	background-color: transparent;
	color: #FF453C;
}
#main h5 {
	font-size: 13px;
	margin-bottom: 4px;
}
#main p,
#main ol,
#main ul {
	margin-bottom: 1.5em;
}
	#main p.lead {
		font-weight: bold;
		font-size: 16px;
		line-height: 1.5em;
	}
	#main p.callout {
		float: right;
		width: 195px;
		margin-left: 11px;
		padding-left: 11px;
		border-left: 1px solid #EAEAEA;
		font-weight: bold;
		font-size: 15px;
		line-height: 1.5em;
	}
	#main .blackboard ul {
		margin-bottom: 0;
	}
#main a {
	text-decoration: underline;
}
#main blockquote {
	font-weight: bold;
	font-size: 16px;
	line-height: 1.5em;
	border-top: 1px solid #E8E8E8;
	border-bottom: 1px solid #E8E8E8;
	margin: 1.5em 60px;
	padding: 1em 0;
	text-align: center;
}
#main ul li {
	margin-bottom: 5px;
	margin-left: 11px;
	padding-left: 11px;
	background: url(images/icon_bullet.gif) 0 6px no-repeat;
}
	#main .gform_wrapper li,
	#main .ddsg-wrapper li {
		background: none;
	}
	#main .blackboard li {
		margin-bottom: 0;
		margin-left: 0;
		padding-left: 0;
		background: none;
	}
#main ol li {
	margin-bottom: 5px;
	margin-left: 32px;
}
#red-arrows {
	position: relative;
	margin: 0 0 15px 100px;
	width: 390px;
	height: 365px;
	background: url(images/red-arrows.jpg) left top no-repeat;
}
#red-arrows a {
	display: block;
	position: absolute;
	width: 70px;
	height: 40px;
}
	#red-engineering {
		top: 52px;
		right: 74px;
	}
	#red-installation {
		bottom: 104px;
		right: 20px;
	}
	#red-24 {
		bottom: 3px;
		left: 155px;
	}
	#red-inspection {
		bottom: 111px;
		left: 15px;
	}
	#red-maintenance {
		top: 46px;
		left: 69px;
	}
#red-arrows a:hover {
	border: 2px solid #202020;
}
.ddsg-wrapper h2,
.ddsg-wrapper p {
	display: none;
}
.ddsg-wrapper li {
	font-size: 14px;
	font-weight: bold;
}
.ddsg-wrapper ul ul {
	margin-top: 15px;
}
.ddsg-wrapper ul ul li {
	font-size: 12px;
	font-weight: normal;
}
.ddsg-wrapper ul ul ul li {
	font-style: italic;
}

#masthead {
}


/* **************** CONTENT - Main - Masthead **************** */

#masthead h2 {
	color: #FF453C;
	font-size: 32px;
	line-height: 92px;
	height: 92px;
	overflow: hidden;
}


/* ************* CONTENT - Main - Projects Pages ************* */

.blackboard {
	clear: both;
	margin-bottom: 15px;
	padding: 10px;
	width: 567px;
	height: 371px;
	text-align: center;
	line-height: 22px;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	background: url(images/blackboard-bg.png) left top no-repeat;
}
.blackboard div {
	margin-bottom: 15px;
}
.double .project-details {
	float: left;
	width: 50%;
}
.triplet {
	float: left;
	padding: 0 6px;
	width: 31%
}
.blackboard span {
	display: block;
	text-transform: uppercase;
	text-decoration: underline;
}

/* **************** CONTENT - Main - Home Page *************** */

body.home {
	background: url(images/hm_bg_body.gif) center top no-repeat #ffffff;
}
#header.home {
	height: 173px;
	background-image: none;
}
#photo-container.home {
	height: 360px;
}
#photo-container .home {
	width: 467px;
	height: 360px;
}
#photo.home img {
	width: 467px;
	height: 360px;
}
#main.home {
	margin-top: 0px;
}
#main.home h3 {
	border-bottom: 0;
	padding-bottom: 0;
}
#main.home h3 a {
	text-decoration: none;
}
#main .col-01 {
	float: left;
	width: 275px;
	margin-right: 26px;
}
#main .col-02 {
	float: left;
	width: 286px;
}
#main .col-03 {
	float: left;
	width: 135px;
	margin-right: 11px;
}
#main .col-04 {
	float: left;
	width: 129px;
}
#main .section {
	margin-bottom: 26px;
}
#masthead.home {
	height: 162px;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	width: 550px;
	padding-top: 30px;
}
#masthead h2#title-home span {
	display: block;
}
#masthead h2#title-home {
	width: 531px;
	font-size: 32px;
	line-height: 36px;
	height: 36px;
}


/* ********************* CONTENT - Sidebar ******************* */

#sidebar {
	float: right;
	width: 337px;
	margin-top: 92px;
}
#sidebar p {
	margin-bottom: 1em;
}
#call-to-action {
	height: 69px;
	padding-top: 31px;
}
#call-to-action li {
	height: 41px;
	margin-bottom: 11px;
	margin-left: 25px;
}


/* *************** CONTENT - Sidebar - Navigation ************ */

#nav-secondary li {
	font-weight: bold;
}
#nav-secondary li a {
	display: block;
	border-bottom: 1px solid #E1E1E1;
	padding: 15px 0 15px 25px;
	text-decoration: none;
	color: #202020;
	background-color: #F4F4F4;
}
#nav-secondary li a:hover,
#nav-secondary ul ul li a:hover,
#nav-secondary .current_page_item a,
#nav-secondary .current_page_parent a {
	background-color: #909090;
	color: #ffffff;
}
#nav-secondary ul ul {
	margin: 15px 0;
	padding: 0 15px;
}
	#nav-secondary .projects ul {
		display: none;
	}
		#nav-secondary .projects .current_page_parent ul {
			display: block;
		}
#nav-secondary ul ul a,
#nav-secondary .current_page_parent ul a {
	border-bottom: 1px solid #cccccc;
	padding: 8px 0 7px 25px;
	color: #202020;
	background: none;
}
#nav-secondary ul ul .current_page_item a {
	color: #ff453c;
}


/* *************** CONTENT - Sidebar - Home Page ************* */

#sidebar.home {
	margin-top: 192px;
}
#call-to-action.home {
	height: 173px;
	padding: 17px 0 14px;
}
#about-company {
	background-color: #F4F4F4;
	color: #626161;
	padding-bottom: 15px;
}
#about-company h3 {
	padding-left: 25px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	background-color: #909090;
	color: #ffffff;
	font-size: 16px;
}
#about-company p {
	padding-left: 25px;
	padding-right: 25px;
	line-height: 1.5em;
}





/* ************************* FOOTER ************************** */

#footer {
	background-color: transparent;
	color: #9A9A9A;
	font-size: 11px;
	text-align: left;
}
#footer-wrapper {
	width: 587px;
	margin-left: 13px;
	margin-right: 26px;
	margin-top: 26px;
	margin-bottom: 26px;
	padding-top: 26px;
	border-top: 1px solid #E5E5E5;
}
#footer a {
	background-color: transparent;
	color: #656565;
}
#footer a:hover {
	background-color: transparent;
	color: #000000;
}


/* ******************* FOOTER - Navigation ******************* */

#nav-util li {
	display: inline;
	float: left;
	padding-left: 10px;
	margin-left: 6px;
	padding-bottom: 6px;
	background: url(images/icon_bullet_footer.gif) 0 5px no-repeat;
}
#nav-util li.first {
	margin-left: 0;
	padding-left: 0;
	background-image: none;
}


/* *********** TYPOGRAPHY ADDITIONS BY NATHAN BILES *********** */

.black, .black * { color: #000000; }
.white,.white * { color: #ffffff; }
.red, .red * {
	color: #FF443B;
}

.tagline {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:14px;
	font-weight:bold;
	text-transform:uppercase;
	margin:0;
	padding:0;
	display:block;
}
.tagline a { text-decoration:none; }
.sub { color: #B3B2B2; font-size:10px; line-height:13px; font-weight:none; }

li.fifty { background:url(images/action_fifty.gif) no-repeat; padding: 10px 0 0 55px; }
li.gear { background:url(images/action_gear.gif) no-repeat; padding: 10px 0 0 55px; }
li.expoint { background:url(images/action_expoint.gif) no-repeat; padding: 10px 0 0 55px; }