/*
	jQuery Coda-Slider v2.0 - http://www.ndoherty.biz/coda-slider
	Copyright (c) 2009 Niall Doherty
	This plugin available for use in all personal or commercial projects under both MIT and GPL licenses.
*/

/* Insignificant stuff, for demo purposes */

	body {
	padding: 0px;
	color: #F60;
	background-color: #000;
}
	.panel h2.title { margin-bottom: 10px }
	noscript div { background: #ccc; border: 1px solid #900; margin: 20px 0; padding: 15px }

/* Most common stuff you'll need to change */

	.coda-slider-wrapper {
	text-align: center;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	background-repeat: repeat-x;
	-moz-opacity: 0.3;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	height: 370px;
	font-size: 24px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../myimages/75transparentblackline2.png);
}
	.coda-slider {
	background-image: none;
	background-repeat: repeat-x;
	width: 600px;
	height: 400px;
	margin-right: auto;
	margin-left: auto;
}
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider {
	height: 200px;
	overflow: auto !important;
	padding-right: 20px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
} 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel {
	width: 600px;
	color: #C60;
}
	.coda-slider-wrapper.arrows .coda-slider {
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	color: #C60;
}
	
	/* Arrow styling */
	.coda-nav-left a, .coda-nav-right a {
	color: #F90;
	padding: 5px;
	width: 20px;
	top: 160px;
	position: relative;
	font-size: 36px;
	font-family: Verdana, Geneva, sans-serif;
}
	
	/* Tab nav */
	.coda-nav ul li a.current {
	background-repeat: repeat-x;
}
.coda-slider-no-js #outer {
	height:100%;
	width:100%;
	display:table;
	vertical-align:middle;
}
.coda-slider-no-js #outer #container {
	text-align: center;
	position:relative;
	vertical-align:middle;
	display:table-cell;
	height: 468px;
	background-repeat: repeat-x;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../myimages/75transparentblackline2.png);
}
#contactBox {
	float: right;
	height: 100px;
	width: 100px;
	font-size: 24px;
	color: #333;
}
	
	/* Panel padding */
	.coda-slider .panel-wrapper {
	width: 600px;
	font-size: 16px;
	text-align: left;
}
	
	/* Preloader */
	.coda-slider p.loading { padding: 20px; text-align: center }

/* Don't change anything below here unless you know what you're doing */

	/* Tabbed nav */
	.coda-nav ul { clear: both; display: block; margin: auto; overflow: hidden }
	.coda-nav ul li { display: inline }
#mainContact {
	height: 50px;
	width: 200px;
	position: relative;
	bottom: -30px;
	float: left;
	font-weight: 300;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: left;
}
#mailiconBox {
	height: 14px;
	width: 20px;
	position: relative;
	float: left;
	top: 2px;
}
#mainText {
	height: 270px;
	width: 600px;
	text-align: justify;
}
#jkheadBox {
	height: 240px;
	width: 250px;
	float: right;
	position: relative;
	top: -167px;
}
	.coda-nav ul li a {
	background-repeat: repeat-x;
	display: block;
	float: left;
	margin-right: 1px;
	padding: 3px 6px;
	text-decoration: none;
}
	
	/* Miscellaneous */
	.coda-slider-wrapper {
	overflow: auto;
	width: 700px;
	clear: both;
	height: 410px;
	padding-left: 22px;
}
	.coda-slider {
	float: left;
	overflow: hidden;
	position: relative;
}
	.coda-slider .panel {
	display: block;
	float: left;
	height: 400px;
	width: 400px;
}
	.coda-slider .panel-container {
	position: relative;
}
	.coda-nav-left, .coda-nav-right { float: left }
	.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none }
	
#logoBox {
	height: 80px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 100px;
}
#container {
	margin-right: auto;
	margin-left: auto;
	height: 450px;
	background-image: url(../myimages/orange_background.jpg);
}
#titleWord {
	font-size: 48px;
	font-weight: 100;
}
#h1 {
	font-weight: 200;
	font-size: 16px;
}
#h1 {
	font-weight: 400;
	font-size: 16px;
}
#facetwitBox {
	height: 50px;
	width: 100px;
}

