/*----------------------------------------------------------------------

JSJ Corporation - Master Screen Styles

BY: MIGHTY // MIGHTYINTHEMIDWEST.COM

Author:			Andrew Philpott
Date Created:	11/06/09
Last Modified:	11/06/09

Copyright 2009, All Rights Reserved.

----------------------------------------------------------------------*/

/* Style Order
  ======================================

width
height
overflow
padding
margin
position(absolute/relative, x&y, z-index)
float/clear
border
color
font-family
font-size
font-weight
font-style
typography (line-height etc)
text-decoration
text-align
text-indent
background
display
  ======================================*/

@import 'http://www.jsjcorp.com/assets/css/reset.css';




body {
	width: 100%;
	height: 100%;
	position: absolute;
	font-size: 62.5%;
	font-family: 'Verdana', sans-serif;
	background: #585657;
}
body#tinymce {
	background: #fff
}


#wrapper {
	width: 740px;
	margin: 0 auto;
	background: #fff;
}

#content {
	color: #464444;
	background: #fff;
}

h2 {
	clear: left;
	margin: 0 0 8px 0;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.4545em;
}
h2#entry-title {
	padding: 0 0 7px 0;
	background: url(http://www.jsjcorp.com/assets/images/bg-hr.gif) no-repeat 0 bottom;
}
h3 {
	margin-bottom: 8px;
	text-transform: uppercase;
	line-height: 1.4em;
}

#content p {
	margin: 0 0 1em 0;
	line-height: 1.4em;
}

#header a:hover, #footer a:hover {
	text-decoration: underline;
}

strong {
	font-weight: bold;
	line-height: 1.4em;
}

em {
	margin: 3em 0 0.5em;
	font-weight: bold;
	font-style: italic;
	display: block;
}

dir {
	line-height: 1.4em;
}

address {
	font-style: italic;
}

a {
	color: #48939b;
}
a:hover {
	color: #2e6065;
}

/* HEADER
========================================*/

#header {
	background: #063255;
	color: #fff;
	font-size: 1.1em;
}

#header img {
	float: left;
	display: block;
}

#header h1 {
	height: 15px;
	padding: 3px 0 0 0;
	margin: 12px 0 0 51px;
	float: left;
	text-indent: 78px;
	background: url(http://www.jsjcorp.com/assets/images/bg-header-line.gif) no-repeat;
	display: block;
}

#header ul {
	clear: left;
	height: 21px;
	padding: 11px 0 0 0;
	background: url(http://www.jsjcorp.com/assets/images/bg-nav.gif) repeat-x;
}
#header li {
	width: 123px;
	float: left;
	text-align: center;
}
#header li a {
	color: #fff;
	text-decoration: none;
}

#header img.banner {
	float: right;
	border-left: 1px solid #fff;
}

/* CONTENT
========================================*/

#primary, #secondary {
	margin: 35px 0 100px;
	float: right;
	background: #fff;
}
#primary {
	width: 515px;
	padding-right: 25px;
}
#primary h3 {
	margin-bottom: 0;
	font-weight: bold;
}
#primary ol {
	margin-bottom: 1em;
	list-style: decimal;
}
#primary ul {
	margin-bottom: 1em;
	list-style: disc;
}
#primary ul li,
#primary ol li {
	margin-left: 40px;
	line-height: 1.4em;
}
#secondary {
	width: 145px;
	padding: 12px 0 0 15px;
	margin-right: 20px;
	position: relative;
	top: 21px;
	color: #808080;
	background: url(http://www.jsjcorp.com/assets/images/bg-hr.gif) no-repeat 0 top;
}
.sidebar-img {
	margin: -19px 0 0 -7px;
}

#subnav {
	width: 515px;
	padding: 0 0 9px 0;
	margin: 0 0 9px 0;
	float: left;
	background: url(http://www.jsjcorp.com/assets/images/bg-hr.gif) no-repeat 0 bottom;
	list-style: none!important;
}
#subnav li {
	margin: 0!important;
}
#subnav li,
.feature #secondary h3 {
	padding: 0 10px 0 15px;
	float: left;
	color: #6dabb1;
	font-family: 'Verdana', sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	background: url(http://www.jsjcorp.com/assets/images/bg-arrow.gif) no-repeat left 5px;
}
#subnav a {
	color: #b38243;
	text-decoration: none;
}
#subnav a:hover {
	text-decoration: underline;
}

#primary p {
	clear: left;
}


/* FOOTER
========================================*/

#footer {
	height: 21px;
	padding: 11px 0 0 0;
	clear: both;
	background: url(http://www.jsjcorp.com/assets/images/bg-footer.gif) repeat-x;
}

#footer ul {
	margin: 0 0 0 35px;
}
#footer li {
	float: left;
}
#footer a {
	padding: 0 20px;
	color: #f9f9f9;
	text-decoration: none;
	text-transform: uppercase;
}
#footer li + li a {
	border-left: 1px solid #fff;
}
#contact-link a {
	width: 94px;
	height: 13px;
	padding: 4px 0 0;
	margin-top: -3px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: none!important;
	border-radius: 5px;
	font-size: 9px;
	font-weight: bold;
	text-indent: 5px;
	background: url(http://www.jsjcorp.com/assets/images/btn-contact-us.png) no-repeat;
	display: block;
}
#contact-link a:hover {
	color: #666;
	text-decoration: none;
	background-position: 0 -17px;
}


/* HOMEPAGE
========================================*/

.section {
	height: 150px;
	padding: 20px 20px 10px;
	position: relative;
	float: left;
	background: #cdb26b;
}
#featuring {
	width: 210px;
}
#community {
	width: 203px;
	background: #dbcd8c;
}
#whats-new {
	width: 207px;
	background: #ebdea0;
}

.section a {
	width: 94px;
	height: 15px;
	position: absolute;
	bottom: 24px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-indent: -9999px;
	background: url(http://www.jsjcorp.com/assets/images/btn-read-more.png) no-repeat;
	display: block;
}
.section a:hover {
	background-position: 0 -15px;
}


/* FEATURES
========================================*/

.feature #secondary h3 {
	margin: -32px 0 0 -14px;
	background: url(http://www.jsjcorp.com/assets/images/bg-arrow-2.gif) no-repeat left 5px;
}
.feature #secondary li {
	font-weight: bold;
	line-height: 1.6em;
}
.feature #secondary a {
	color: #808080;
	font-weight: normal;
}
.feature #secondary a:hover {
	color: #464444;
}


/* OFFICERS/BOARD/GIVING BACK
========================================*/

#officers,
#board {
	margin-bottom: 25px!important;
	clear: both;
	list-style: none!important;
}
#organizations,
#opportunities {
	list-style: none!important;
}
#officers li,
#board li {
	margin: 0!important;
}
#officers li,
#organizations li,
#opportunities li {
	min-height: 19px;
	padding: 15px 0 7px;
	position: relative;
	border-bottom: 1px dotted #666;
}
#officers li {
	width: 100%;
	float: left;
}
#organizations li,
#opportunities li {
	padding-left: 5px;
	margin: 0!important;
}
#board li {
	padding: 15px 0 8px;
	border-bottom: 1px dotted #666;
}
#officers span,
#board strong {
	display: block;
}
#officers li a,
#organizations li a,
#opportunities li a {
	width: 90px;
	height: 14px;
	padding-top: 5px;
	position: absolute;
	right: 10px;
	top: 10px;
	color: #666;
	font-size: 0.8em;
	font-weight: bold;
	text-indent: 25px;
	text-transform: uppercase;
	text-decoration: none;
	background: url(http://www.jsjcorp.com/assets/images/btn-expand.gif) no-repeat;
	display: block;
}
#organizations li a,
#opportunities li a {
	right: 70px;
	background: url(http://www.jsjcorp.com/assets/images/btn-external.gif) no-repeat;
}
#opportunities li a {
	right: 10px;
}
#officers li a:hover {
	background-position: 0 -19px;
}
#organizations li a:hover,
#opportunities li a:hover {
	background-position: 0 -19px;
}
#officers li p {
	clear: both;
	margin-top: 20px;
	display: none;
}
.headshot {
	margin: 0 10px 5px 0;
	float: left;
}

#show-all {
	width: 100px;
	padding: 3px 0;
	position: relative;
	top: 20px;
	clear: both;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #666;
	font-size: 0.8em;
	font-weight: bold;
	line-height: 1.4em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	background: #ffcb5b;
	display: block;
}
#show-all:hover {
	background-color: #f7f0d3;
}


/* BUSINESSES
========================================*/

#businesses #content {
	padding: 35px 0 100px;
	float: left;
}

#business-img {
	margin: 0 17px 0 0;
	position: relative;
	left: 20px;
	float: left;
}
#businesses #content div {
	width: 250px;
	margin: 0 20px 50px;
	float: left;
}

hr {
	width: 700px;
	margin: 0 auto;
	clear: left;
	display: block;
}

#our-businesses {
	padding-top: 20px;
	margin: 0 10px 20px 30px;
}

#business-list {
	margin-left: 20px;
	float: left;
}
#business-list li {
	width: 330px;
	margin: 0 12px 30px;
	float: left;
}
#businesses #content #business-list li div {
	width: 75px;
	margin: 0;
	float: left;
}
#business-list h3,
#business-list p {
	float: left;
}
#business-list img {
	margin: 10px auto 0;
	display: block;
}
#business-list p {
	width: 230px;
	margin-left: 10px;
}
#business-list p a,
#businesses div p a {
	width: 90px;
	padding: 3px 0;
	margin-top: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #666;
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	background: #ffcb5b;
	display: block;
}
#business-list p a:hover,
#businesses div p a:hover {
	background-color: #f7f0d3;
}

.newrow {
	clear: both;
}


/* NEWSROOM
========================================*/

#newsroom #board {
	margin-top: -5px;
}
#newsroom #board li {
	padding-top: 10px;
}
#release h2#entry-title {
	padding-right: 160px;
}
#news-back {
	padding-left: 10px;
	margin-top: -25px;
	float: right;
	position: relative;
	left: -5px;
	text-decoration: none;
	background: url(http://www.jsjcorp.com/assets/images/btn-news-back.gif) no-repeat left center;
}
#news-back:hover {
	text-decoration: underline;
}


/* CAREERS
========================================*/

#careers #opportunities-head {
	margin-top: 3em;
}
#careers #opportunities {
	margin-bottom: 4em;
}
#careers .emails a {
	width: auto;
	top: 11px;
	right: 10px;
	color: #48939b;
	font-size: 1em;
	font-weight: normal;
	text-transform: none;
	text-decoration: underline;
	background: none;
}

#careers .emails a:hover {
	color: #2e6065;
}


/* GLOBAL REACH
========================================*/

#global-reach #primary {
	margin-left: 20px;
	margin-bottom: 50px;
	float: none;
}

#map-filter {
	width: 686px;
	padding-left: 14px;
	margin-top: 23px;
	margin-left: -1px;
	float: left;
	border-bottom: 1px solid #c8c7c7;
}
#map-filter li {
	margin: 0 1px!important;
	float: left;
	list-style: none;
}


/* TABS */

#map-filter a {
	width: 64px;
	height: 16px;
	padding-top: 3px;
	color: #464444;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 1px #fff;
	background: url(http://www.jsjcorp.com/assets/images/btn-tabs.png) 0 -19px;
	display: block;
}
#map-filter #all-btn {
	color: #fff;
	text-shadow: 0 1px 1px #464444;
	background-position: 0 0;
}
#map-filter a:hover {
	color: #464444;
	text-shadow: 0 1px 1px #fff;
	background-position: 0 -38px;
}
#map-filter #all-btn:hover {
	color: #48939b;
	text-shadow: 0 1px 1px #ddd;
	background-position: 0 -38px;
}
#map-filter a.active,
#map-filter #all-btn.active {
	height: 17px;
	margin-top: -1px;
	position: relative;
	top: 1px;
	background-position: 0 -57px;
}
#map-filter #all-btn.active {
	color: #48939b;
	text-shadow: 0 1px 1px #ddd;
}
#izzy-li {
	position: relative;
	text-indent: -4px;
}
#izzy-li span {
	position: absolute;
	top: 3px;
	right: 14px;
	color: #464444;
	font-weight: bold;
	text-shadow: 0 1px 1px #fff;
	cursor: pointer;
}


#map {
	width: 700px;
	height: 393px;
	position: relative;
	top: -10px;
	left: -1px;
	clear: left;
	background: url(http://www.jsjcorp.com/assets/images/bg-map.jpg) no-repeat;
}


/* PINS */

/*#map a {
	width: 24px;
	height: 20px;
	position: absolute;
	z-index: 2;
	text-indent: -9999px;
	background: url(http://www.jsjcorp.com/assets/images/btn-pins.png) no-repeat;
	display: block;
}
#map a:hover {
	z-index: 10;
	background-position: 0 -37px;
}
*/
#map a {
	width: 9px;
	height: 9px;
	position: absolute;
	z-index: 2;
	text-indent: -9999px;
	background: url(http://www.jsjcorp.com/assets/images/btn-pins.png) no-repeat -106px 0;
	display: block;
}
#map a:hover {
	z-index: 10;
	background-position: -106px -48px;
}
#map .jsj {
	width: 40px!important;
	height: 29px!important;
	z-index: 1;
	background-position: -23px 0!important;
	display: none;
}
#map .jsj:hover {
	z-index: 10;
	background-position: -23px -29px;
}
#map .multi {
	width: 19px;
	height: 13px;
	padding-top: 6px;
	z-index: 2;
	color: #fff;
	text-indent: 6px;
	text-decoration: none;
	background-position: -64px 0;
}
#map .multi:hover {
	z-index: 10;
	background-position: -64px -34px;
}
#map .mi {
	display: none;
}
#map .ghsp.mi,
#map .sparks.mi {
	width: 9px;
	height: 9px;
	z-index: 2;
	background-position: -106px 0;
	display: none;
}
#map .ghsp.mi:hover,
#map .sparks.mi:hover {
	z-index: 10;
	background-position: -106px -48px;
}
#map .small {
	width: 9px;
	height: 9px;
	background-position: -106px 0;
}
#map .small:hover {
	z-index: 10;
	background-position: -106px -48px;
}

/* MULTI LIST */

#multi-list {
	position: relative;
	top: 135px;
	left: 185px;
	z-index: 1000001;
	padding: 4px;
	border: 1px solid #7b7b7b;
	background: #fff;
	display: none;
	zoom: 1;
}
#multi-list ol {
	padding-left: 10px;
	margin-left: -9px;
	margin-bottom: 0;
	background: url(http://www.jsjcorp.com/assets/images/bg-point-right.gif) no-repeat left 10px;
}
#multi-list li {
	margin-left: 0!important;
	line-height: 1.5em;
	list-style: none;
}
#multi-list a {
	width: auto;
	height: auto;
	position: static;
	color: #464444;
	text-decoration: none;
	text-indent: 0;
	background: none;
	display: inline;
}
#multi-list a:hover {
	text-decoration: underline;
}


/* TOOLTIPS */

.tipsy{
	padding: 0px;
	margin-top: -4px;
	font-size: 10px;
	border: 1px solid #7b7b7b;
	line-height: normal;
}
.tipsy-inner { 
	padding: 0 5px 10px;
	position: relative;
	top: 5px;
	background: url(http://www.jsjcorp.com/assets/images/bg-point.gif) center bottom no-repeat;
	color: #464444;
	text-align: center;
}
.tipsy-north {
	background: #fff!important;
}
.tipsy-south {
	margin-left: -5px;
	background: #fff!important;
}


/* COLORBOX */

#colorbox, #cboxOverlay, #cboxWrapper{position: absolute; top: 0; left: 0; z-index: 1000000; overflow: hidden;}
#cboxOverlay{position: fixed; width: 100%; height: 100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position: relative; overflow: hidden;}
#cboxLoadedContent{overflow: auto; float: left;}
#cboxLoadedContent iframe{display: block; border: 0;}/*width: 100%; height: 100%;*/
#cboxTitle{margin: 0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position: absolute; top: 0; left: 0; width: 100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor: pointer;}
#cboxPhoto {margin-top: 27px!important;}

#cboxOverlay {
	background: url(http://www.jsjcorp.com/assets/images/bg-modal-overlay.png) 0 0 repeat;
}
#cboxContent {
	padding-bottom: 15px;
	float: left;
	color: #464444;
	background: #fff;
}
#cboxLoadedContent div {
	float: left;
}
#cboxLoadingGraphic {
	background: url(http://www.jsjcorp.com/assets/images/bg-loading.gif) center center no-repeat;
}
#cboxClose {
	width: 18px;
	height: 18px;
	position: absolute;
	top: 7px;
	right: 7px;
	text-indent: -9999px;
	background: url(http://www.jsjcorp.com/assets/images/btn-close.png);
}
#cboxClose.hover {
	background-position:  0 -18px;
}


#cboxLoadedContent {
	line-height: 1.4em;
}
#cboxLoadedContent p {
	margin-bottom: 1.5em;
}
#cboxContent h1 {
	padding: 12px 20px 10px;
	border-bottom: 1px solid #dadada;
	color: #6dabb1;
	font-size: 11px;
	font-weight: bold;
}
#cboxContent a {
	color: #6dabb1;
}

#colorbox-location {
	width: 660px;
	float: left;
}
#colorbox-map {
	width: 500px;
}
#colorbox-map img {
	margin: 20px 20px 5px;
	display: block;
}
#colorbox-primary {
	width: 324px;
	margin: 17px 10px 0 20px;
	float: left;
}
#colorbox-secondary {
	width: 276px;
	margin: 13px 20px 0 10px;
	float: left;
}
#colorbox-secondary img {
	padding: 5px;
	margin-bottom: 20px;
	border: 1px solid #dadada;
}
#colorbox-secondary span {
	margin-top: -20px;
	margin-bottom: 30px;
	text-align: center;
	display: block;
}
#address-block {
	width: 314px;
	padding: 10px 10px 18px;
	margin: 0 0 0 -5px;
	background: #e1f0f2;
}
#address-block span {
	display: block;
}


