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

/*
	Site:	James Sherman Krav Maga
	Author:	Noah Ottenstein
	Date:	January, 2010
*/

/* Colors:
	
	Background:	#000
	Text:		#FFF
	Red:		#900000
	Green:		#26873F
	Blue:		#3f6788
	
*/

body {
	background-color: #000;
	background-image: url(../Images/bg-TopRed.png);
	background-repeat: repeat-x;
	color: #FFF;
	font-family: "junction-1", "junction-2", Verdana, sans-serif;
	margin: 0;
	-webkit-text-size-adjust: none;
}

a {
	color: #900;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h3, h5 {
	font-family: "chunk-1", "chunk-2", "Times New Roman Bold", "Georgia Bold", "Arial Black", serif;
	font-weight: normal;
}

h2, h4, h6 {
	font-family: "junction-1", "junction-2", Verdana, sans-serif;
	font-weight: 600;
}

h1 {
	line-height: 32px;
}

h2 {
	line-height: 26px;
}

#content, #Fcontent {
	position: relative;
	width: 980px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 21px;
	z-index: 2;
}

#content div#header + p, #content div#header + h1 { /*no top margin on first <p> or <h1> of content */
	margin-top: 0px;
}

.boxLink {
	color: #FFF;
	text-decoration: none;
	font-size: 16px;
	line-height: 23px;
	position: relative;
	display: inline-block;
}

.boxLink img {
	border: none;
}

.boxLink:hover {
	color: #CCC;
	text-decoration: none;
}

.boxLink>span {
	position: absolute;
}

.boxLink>span span {
	display: block;
	white-space: nowrap;
}

.boxLink>span span+span {
	font-family: "chunk-1", "chunk-2", "Times New Roman Bold", "Georgia Bold", "Arial Black", serif;
	font-size: 19px;
}

.floatRight {
	float: right;
	margin-left: 16px;
	margin-bottom: 16px;
}

.more {
	display: block;
	position: absolute;
	width: 105px;
	height: 30px;
	background-image: url(../Images/Services/More.png);
}

.service .more {
	right: 12px;
	top: 230px;
}

.lQuote {
	font-size: 60px;
	line-height: 10px;
	vertical-align: -21px;
}


/* Individual page content layouts */

/* standard pages */
#content #leftColumn {
	position: absolute;
	top: 292px;
	bottom: 0px;
	width: 248px;
	margin-right: 24px;
}

#content #contentBody {
	padding-left: 272px;
}

#content #contentBody > p {
	text-indent: 36px;
}

#content #contentBody p:first-child, #content #contentBody h1:first-child, #content #contentBody p:first-child, #content #contentBody h2:first-child {
	margin-top: 0px;
}

/* Services Pages */
#content.services #leftColumn {
	width: 300px;
	margin-right: 24px;
}

#content.services #contentBody {
	padding-left: 324px;
	min-height: 569px;
}

#serviceLinksV > * {
	margin-bottom: 18px;
}

#serviceLinksV ul.CorporateTraining			{	background-image: url(../Images/Services/CorporateTraining-Side.png);			}
#serviceLinksV ul.PrivateInstruction		{	background-image: url(../Images/Services/PrivateInstruction-Side.png);			}
#serviceLinksV ul.GroupClasses				{	background-image: url(../Images/Services/GroupClasses-Side.png);				}
#serviceLinksV ul.IsraeliSecuritySolutions	{	background-image: url(../Images/Services/IsraeliSecuritySolutions-Side.png);	}

#serviceLinksV ul {
	background-repeat: no-repeat;
	padding-top: 85px;
	list-style: none;
	padding-left: 0px;
	margin-top: 0px;
}

#serviceLinksV li {
	padding: 8px 12px;
	background-image: url(../Images/gradientHR.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

#serviceLinksV ul a {
	color: #FFF;
}

#serviceLinksV li:hover {
	background-color: rgba(0,0,0,0.25);
	background-clip: border-box;
}

#serviceLinksV > a {
	display: block;
	position: relative;
	height: 94px;
	overflow: hidden;
}

#serviceLinksV > a .more {
	visibility: hidden;
	right: 8px;
	top: 14px;
}

#serviceLinksV > a:hover .more {
	visibility: visible;
}

#serviceLinksV > a:hover img {
	opacity: .7;
}

#serviceLinksV a img {
	border: none;
}


/* Homepage */
#content.homepage #header {
	height: 290px;
	background-position: 204px 21px;
}

#content.homepage #sectionTitle {
	font-family: "junction-1", "junction-2", Verdana, sans-serif;
	font-size: 18px;
	line-height: 36px;
	text-indent: 8px;
	letter-spacing: 0px;
	right: 0px;
	height: auto;
	z-index: 5;
	vertical-align: middle;
	text-align: center;
}

#events {
	min-height: 172px;
}

#events li {
	margin-bottom: 1em;
}

#events>h1 {
	margin-top: 0px;
}

#sponsors {
	text-align: center;
}

#sponsors img {
	width: 11%;
	height: auto;
	margin: 0 16px;
	vertical-align: middle;
	border: none;
}

#serviceBoxesH {
	text-align: center;
	padding: 12px 12px 36px 12px;
}

.service {
	display: inline-block;
	position: relative;
	width: 284px;
	height: 58px;
	margin: 0 6px;
	background-repeat: no-repeat;
	color: #000;
	padding: 274px 8px 8px 8px;
	text-align: left;
	font-size: 12px;
	line-height: 14px;
	overflow: hidden;
	vertical-align: top;
}

#serviceBoxesH .service {
	padding: 202px 8px 8px 8px;
	width: 206px;
	height: 72px;
}

#serviceBoxesH .service .more {
	right: 8px;
	top: 170px;
	width: 79px;
	height: 23px;
	background-image: url(../Images/Services/4up/More.png);
}

.service:hover {
	text-decoration: none;
}

.service:hover .more {
	opacity: .5;
	filter:alpha(opacity=50); /* IE Only */
}

#corporateTraining.service			{	background-image: url(../Images/Services/CorporateTraining-Box.png);		}
#privateInstruction.service			{	background-image: url(../Images/Services/PrivateInstruction-Box.png);		}
#groupClasses.service				{	background-image: url(../Images/Services/GroupClasses-Box.png);				}
#IsraeliSecuritySolutions.service	{	background-image: url(../Images/Services/IsraeliSecuritySolutions-Box.png);	}

#serviceBoxesH #corporateTraining.service
{	background-image: url(../Images/Services/4up/CorporateTraining-Box.png);		}
#serviceBoxesH #privateInstruction.service
{	background-image: url(../Images/Services/4up/PrivateInstruction-Box.png);		}
#serviceBoxesH #groupClasses.service
{	background-image: url(../Images/Services/4up/GroupClasses-Box.png);				}
#serviceBoxesH #IsraeliSecuritySolutions.service
{	background-image: url(../Images/Services/4up/IsraeliSecuritySolutions-Box.png);	}

#QuotesIntro {
	float: left;
	width: 300px;
	text-align: center;
	transform: rotate(-7.5deg);
	-webkit-transform: rotate(-7.5deg);
	-moz-transform: rotate(-7.5deg);
	margin-right: -15%;
	position: relative;
	top: -20px;
}

.quote {
	width: 37%;
	float: left;
	text-align: center;
	padding: 20px 25px;
	line-height: 28px;
	margin-bottom: 20px;
}


/* Contact Page*/
#contact-area {
	width: 600px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 471px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
	outline: none;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1.4em;
}

/* References and Links */

#clientList li img {
	max-height: 140px;
	height: auto;
	max-width: 180px;
	width: auto;
	vertical-align: top;
	border: none;
}

#clientList li {
	position: relative;
	padding: 8px;
	min-height: 18px;
}

#clientList li > span {
	position: absolute;
	left: 8px;
}

#clientList li:hover {
	background-color: #111;
}

#clientList {
	text-align: right;
	list-style-type: none;
}


/* /end Individual page content layouts */



/* HEADER */

#redBar {
	position: absolute;
	top: 0px;
	background-image: url(../Images/redBarTop.png);
	width: 980px;
	height: 40px;
	z-index: 9;
}

#header {
	background-color: #000;
	position: relative;
	height: 280px;
	margin-bottom: 12px;
	background-repeat: no-repeat;
}

#header #title {
	position: absolute;
	width: 235px;
	top: 12px;
	left: 12px;
	z-index: 10;
	text-align: center;
}

#header #title a {
	color: #FFF;
}

#header #title a img {
	border: none;
}

#header #title a:hover {
	text-decoration: none;
	color: #CCC;
}

#header #title a:hover .hebrew {
	color: #900000;
}

#header #title .hebrew {
	font-family: "Arial Hebrew", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #c1272d;
	font-size: 35px;
	line-height: 1em;
}

#header #title .large {
	font-size: 28px;
	letter-spacing: 1px;
	line-height: 1em;
}

#header #title .small {
	font-size: 18px;
	letter-spacing: 3px;
	line-height: 1.3em;
}

/* OLD TopNav----------

#topNav {
	position: absolute;
	top: 16px;
	width: auto;
	right: 0px;
	font-size: 17px;
	letter-spacing: 1px;
	z-index: 11;
}

#topNav ul {
	float: left;
	list-style: none;
	margin: 0;
	padding-left: 30px;
}

-------------end OLD */

#topNav {
	position: absolute;
	top: 16px;
	width: auto;
	right: 0px;
	letter-spacing: 1px;
	z-index: 11;
	font-size: 12px;
	line-height: 1.25em;
}

#topNav ul {
	float: left;
	list-style: none;
	margin: 0;
	padding-left: 20px;
}

#topNav a {
	color: #FFF;
}

#topNav a:hover {
	text-decoration: none;
	color: #900;
}

#header #sectionTitle {
	position: absolute;
	right: 16px;
	top: 174px;
	width: 490px;
	height: 91px;
	font-size: 100px;
	line-height: 90px;
	background-repeat: no-repeat;
	background-position: right;
	text-align: right;
	overflow: hidden;
}

#header #sectionTitle span {
	position: relative;
	z-index: -1;
}
/* /end HEADER */




/* FOOTER */

#footer {
	position: relative;
	bottom: 0px;
	height: 280px;
	background-image: url(../Images/bg-bottomRepeat.png);
	background-color: #CFCFCF;
	background-repeat: repeat-x;
	margin-top: 32px;
	color: #000;
}

#footer #Fcontent {
	height: 280px;
	font-size: 13px;
	line-height: 18px;
	z-index: 1;
}

#footer #bg {
	position: absolute;
	height: 201px;
	width: 980px;
	background-image: url(../Images/bg-Bottom.png);
	background-repeat: no-repeat;
	background-position:  0px 0px;
	margin-top: -74px;
	padding-top: 108px;
}

#footer p:first-child {
	margin-top: 0px;
}

#footer .column {
	float: left;
	margin-right: 56px;
	padding-top: 32px;
	background-repeat: no-repeat;
	background-attachment: 10px 0px;
}

#footer #contact	{	width: 170px;	background-image: url(../Images/Footer_Titles/contact.png);		}
#footer #services	{	width: 320px;	background-image: url(../Images/Footer_Titles/services.png);	}
#footer #navigate	{	width: 120px;	background-image: url(../Images/Footer_Titles/navigate.png);	}
#footer #byline		{	width: 200px;	background-image: url(../Images/Footer_Titles/byline.png);	margin-right:0; 	}

#footer .column ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

#footer .column ul ul {
	color: #333;
}

#footer .column ul ul li {
	display: inline;
}

#footer #services a, #footer #navigate a {
	color: #000;
}

.blackLink {
	color: #000;
	text-decoration: none;
}

.blackLink:hover {
	text-decoration: underline;
}
/* /end FOOTER */