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

html, 			body, 
div,			span, 
object, 		iframe, 
h1, h2, h3, h4, h5, h6, 
p, 				blockquote, 
pre, 			a, 
abbr, 			acronym, 
address, 		code, 
del, 			dfn, 
em, 			img, 
q, 				dl, 
dt, 			dd, 
ol, 			ul, 
li, 			fieldset, 
form, 			label, 
legend, 		table, 
caption, 		tbody, 
tfoot, 			thead, 
tr, 			th, td { 
margin : 0; 
padding : 0; 
border : 0; 
font-weight : inherit; 
font-style : inherit; 
font-size : 100%; 
font-family : inherit; 
vertical-align : top; }



/* FONT ---------------------------------------------------- */
@font-face {
	 font-family: 'FuturaBT-Book';
	 src: url('webfonts/1C38C9_0_0.eot');
	 src: url('webfonts/1C38C9_0_0.eot?#iefix') format('embedded-opentype'),
	 url('webfonts/1C38C9_0_0.woff') format('woff'),
	 url('webfonts/1C38C9_0_0.ttf') format('truetype');
}
@font-face {
	 font-family: 'FuturaBT-BookItalic';
	 src: url('webfonts/1C38C9_1_0.eot');
	 src: url('webfonts/1C38C9_1_0.eot?#iefix') format('embedded-opentype'),
	 url('webfonts/1C38C9_1_0.woff') format('woff'),
	 url('webfonts/1C38C9_1_0.ttf') format('truetype');
}
 @font-face {font-family: 'FuturaBT-Light';src: url('webfonts/1C38C9_2_0.eot');src: url('webfonts/1C38C9_2_0.eot?#iefix') format('embedded-opentype'),url('webfonts/1C38C9_2_0.woff') format('woff'),url('webfonts/1C38C9_2_0.ttf') format('truetype');}
 

.FuturaBT-Book { 
	font-family: FuturaBT-Book;
	font-weight: normal;
	font-style: normal;
}
.FuturaBT-BookItalic { 
	font-family: FuturaBT-BookItalic;
	font-weight: normal;
	font-style: normal;
}
.FuturaBT-Light { 
	font-family: FuturaBT-Light;
	font-weight: normal;
	font-style: normal;
}



body {
font-family: FuturaBT-Light, "Trebuchet MS", "Liberation sans", Arial, Helvetica, sans-serif;
font: normal;
font-size: 14px;
line-height : 1.5em;
color : #4c4d4f;
}

p { margin:0; padding:0 0 10px 0;}




/* CONTAINERS ---------------------------------------------------- */



#jtmwrapper {
	overflow: hidden;
	background-color:#FFF;
	text-align:center;
	width: 960px;
	margin: 0px auto;
	margin-top: 0px;
}


	



/* COLORS ---------------------------------------------------- */
/* GRAY FOOT BKG						6b6d70 */
/* GRAY SUBNAV							97999c */
/* GRAY FOOT TEXT						a0a2a5 */
/* BODY TEXT								4c4d4f */
/* LIGHT GREEN								a2b000 */
/* ORANGE									ee7421 */
/* pan424 (border, main nav)			595c5d */
/* REFLUX BLUE								004090 */
/* FORM FIELD								d3d3d3 */
/* SOCIAL BKG (tweet, fb)				d9dadd */






