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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding:0px;
	text-align:center;
	font-family:"Minion Pro", Georgia, "Times New Roman", Times, serif;
}

a:link
{
	text-decoration:none;
	border:none;
}

a:visited
{
	text-decoration:none;
	border:none;
}

a:active
{
	text-decoration:none;
	border:none;
}

a:hover
{
	text-decoration:underline;
	border:none;
}

.contentWrapper {
	width:1000px;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
}

.clear { 
	clear: both;
}

#header 
{
	background-color:#FFF;
	width:100%;
	min-width:1000px;
	height:150px;
	background-image:url(../images/logo.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

.redBar
{
	background-color:#b92800;
	width:100%;
	min-width:1000px;
	height:5px;
}

#greyMain
{
	background-color:#202020;
	width:100%;
	min-width:1000px;
	height:520px;
}

#whiteBar
{
	background-color:#FFF;
	width:100%;
	min-width:1000px;
	height:15px;
}

#ribbon
{
	float:left;
	margin-left:-30px;
	margin-top:-13px;
	background-image:url(../images/ribbon.png);
	width: 56px;
	height: 94px;
}

#paperSection
{
	background-color:#e1dbc7;
	width:100%;
	min-width:1000px;
	height:500px;
	background-image:url(../images/paperBg.jpg);
	background-color:#d9cdb5;
	background-position:center;
	background-repeat:no-repeat;
}

#paperContentLeft
{
	font-size:14px;
	width: 307px;
	height:auto;
	float:left;
	margin-left:-25px;
	padding-left:26px;
	padding-top:30px;
	text-align:left;
	color:#202020;
}

.paperContent
{
	font-size:14px;
	width: 307px;
	height:auto;
	float:left;
	padding-left:26px;
	padding-top:30px;
	text-align:left;
	color:#202020;
}

#iconHolder
{
	padding-top:7px;	
}

.bar
{
	background-image:url(../images/bar.jpg);
	width:300px;
	height:10px;
}

#footer
{
	background-color:#202020;
	width:100%;
	min-width:1000px;
	min-height:30px;
	height:auto;
}

#footerContent
{
	padding-left:26px;
	padding-top:8px;
	text-align:left;
	font-size:13px;
	color:#FFF;
}

.sectionHead
{
	font-size:60px;
}

.sectionSubHead
{
	font-size:24px;	
	color:#b92800;
}

img
{
	border:none;
}

.socialF a 
{ 
	margin-top:7px;
	margin-right:10px;
	float:left;
	display: block; 
	width: 16px; 
	height: 16px; 
	background-image:url(../images/facebook.png);
	background-repeat:no-repeat;
}

.socialF a:hover 
{ 
	background-position: -16px 0; 
}

.socialL a 
{ 
	margin-top:7px;
	margin-right:10px;
	float:left;
	display: block; 
	width: 16px; 
	height: 16px; 
	background-image:url(../images/linkedin.png);
	background-repeat:no-repeat;
}

.socialL a:hover 
{ 
	background-position: -16px 0; 
}

.socialT a 
{ 
	margin-top:7px;
	margin-right:10px;
	float:left;
	display: block; 
	width: 16px; 
	height: 16px; 
	background-image:url(../images/twitter.png);
	background-repeat:no-repeat;
}

.socialT a:hover 
{ 
	background-position: -16px 0; 
}

#flashHider
{
	width:841px;
	text-align:center;
	margin-right: auto;
	margin-left: auto;
	padding-top:40px;
	padding-left:15px;
}

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

	.coda-slider-wrapper 
	{ 
		padding: 20px 0 ;
	}
	
	.coda-slider 
	{ 
		background-color:#202020;
	}
	
	/* 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; 
	}
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel 
	{ 
		width: 1000px;
	} 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel 
	{ 
		width: 800px;
	}
		
	.coda-slider-wrapper.arrows .coda-slider 
	{ 
		margin: 0 0px;
	}
	
	/* Arrow styling */
	
	.coda-nav-left a
	{
		background-image:url(../images/leftArrow.jpg);
		background-repeat:no-repeat;
	}
	
	.coda-nav-right a
	{
		background-image:url(../images/rightArrow.jpg);
		background-repeat:no-repeat;
		background-position:right;
	}
	
	.coda-nav-left a, .coda-nav-right a 
	{ 
		height:400px;
		width: 20px;
	}
	
	/* Tab nav */
	.coda-nav ul li a.current 
	{ 
		background: #39c;
	}
	
	/* Panel padding */
	.coda-slider .panel-wrapper 
	{ 
		padding: 0px; 
	}
	
	/* 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 }
	.coda-nav ul li a { background: #000; color: #fff; display: block; float: left; margin-right: 1px; padding: 3px 6px; text-decoration: none }
	
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; overflow: auto }
	.coda-slider { float: left; overflow: hidden; position: relative }
	.coda-slider .panel { display: block; float: left }
	.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 }