@charset "UTF-8";

ul {padding:none; margin:none;}
li {padding:none; margin:none;}

/*______________________________________________FONT FAMILIES*/



@font-face {
    font-family: SofachromeRegular;
    src: url('fonts/sofacrome/sofachrome_rg-webfont.eot');
    src: url('fonts/sofacrome/sofachrome_rg-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sofacrome/sofachrome_rg-webfont.woff') format('woff'),
         url('fonts/sofacrome/sofachrome_rg-webfont.ttf') format('truetype'),
         url('fonts/sofacrome/sofachrome_rg-webfont.svg#SofachromeRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: Light;
    src: url('fonts/HelveticNeueLight/helveticaneueltstd-ultlt-webfont.eot');
    src: url('fonts/HelveticNeueLight/helveticaneueltstd-ultlt-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/HelveticNeueLight/helveticaneueltstd-ultlt-webfont.woff') format('woff'),
         url('fonts/HelveticNeueLight/helveticaneueltstd-ultlt-webfont.ttf') format('truetype'),
         url('fonts/HelveticNeueLight/helveticaneueltstd-ultlt-webfont.svg#HelveticaNeueLTStd25UltraLt') format('svg');
    font-weight: normal;
    font-style: normal;

}


/*TRADE GOTHIC*/
@font-face {
    font-family: Trade Gothic;
    src: url('fonts/TradeGothic/tradegothicltstd-bold-webfont.eot');
    src: url('fonts/TradeGothic/tradegothicltstd-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/TradeGothic/tradegothicltstd-bold-webfont.woff') format('woff'),
         url('fonts/TradeGothic/tradegothicltstd-bold-webfont.ttf') format('truetype'),
         url('fonts/TradeGothic/tradegothicltstd-bold-webfont.svg#TradeGothicLTStdBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: Helvetic Neue;
    src: url('fonts/HelveticaThin/helveticaneueltstd-thcn-webfont.eot');
    src: url('fonts/HelveticaThin/helveticaneueltstd-thcn-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/HelveticaThin/helveticaneueltstd-thcn-webfont.woff') format('woff'),
         url('fonts/HelveticaThin/helveticaneueltstd-thcn-webfont.ttf') format('truetype'),
         url('fonts/HelveticaThin/helveticaneueltstd-thcn-webfont.svg#HelveticaNeueLTStd37ThCn') format('svg');
    font-weight: normal;
    font-style: normal;

}


body{
	padding:0px;
	margin:0px;
	/*background-color:#999;*/
	background-image:url('../images/white_leather.png');
}

#page {
	background-color:#777;
	margin:0 auto;
	width:960px;
	height:100%;
}

/*______________________________________________HEADER AREA*/

#headerArea {
	background-color:#777;
	margin:0 auto;
	width:960px;
	height:100%;
}


.header {
	/*background-color:#666;*/
	height:100px;
	width:100%;
	float:left;
}
	.header h1 {
		font: 1.5em SofachromeRegular;
		text-align:center;
		width:760px;
		margin-left:200px;
		margin-top:50px;
		color:#4c4c4c;
		float:left;
		
	}


/*______________________________________________LOGO*/
#logo {
	margin-top:10px;
	height:180px;
	width:170px;
	z-index:2;
	float:left;
	position:absolute;
}

/*______________________________________________ CONTROL BAR CONTAINER*/

#controlBar {

	width:100%;
	height:97px;
	float:left;
	
	border-top-style:solid;
	border-top-color:#650202;
	
	border-bottom-style:solid;
	border-bottom-color:#650202;	
}

	#controlBar #inner {
		margin-top:5px;
		background-color:#650202;
		width:100%;
		height:83px;
		
		list-style-type: none;
		z-index:-1;
		border-bottom-style:solid;
		border-bottom-color:#999;
		border-bottom-width:1px;
		border-top-style:solid;
		border-top-color:#999;
		border-top-width:1px;
		
		
	
	
	}

/*______________________________________________NAV BAR*/

.button {
	margin-right:5px;
	height:53px;
	padding-top:30px;
	padding-left:15px;
	padding-right:15px;
	/*background-color:#444;*/
	float:left;
	font: 14px Trade Gothic;
	color:#fff;
}

	.button:hover {
		background-color:#430103;
		color:#888;
		box-shadow: 1px 1px 20px 10px #330102 inset;
	}

	#current {
		margin-top:-30px;
		margin-right:5px;
		height:53px;
		padding-top:30px;
		padding-left:15px;
		padding-right:15px;
		background-color:#430103;
		box-shadow: 1px 1px 20px 10px #330102 inset;
		float:left;
	}

#navcontainer {
	height: 83px;
	z-index:-1;
	margin:0 auto;
	width:960px;
	
	
}
	/*UL STYLING*/
	#navcontainer ul {
		
		background-color:#650202;
		margin:0 20px 20px 200px;
		height: 83px;
		list-style-type: none;
		z-index:-1;
		
	}
		
	/*LI STYLING*/	
	#navcontainer li {
		font: 14px Trade Gothic;
		display: inline;
		margin-right:5px;
		height:53px;
		padding-top:30px;
		padding-left:10px;
		padding-right:10px;
		/*background-color:#444;*/
		float:left;
		font: 14px Trade Gothic;
		color:#fff;
		cursor: pointer;
		
	}
	
	/*TEXT FORMATING*/
	#navcontainer li a 
	{
		font: bold 14px Trade Gothic;
		text-decoration: none;
		color: #fff;
		cursor:pointer;
		height:100px;
	}
	
	/*HOVER STATE*/
	#navcontainer li:hover
	{
		background-color:#430103;
		color:#888;
		box-shadow: 1px 1px 20px 10px #330102 inset;
		
	}
	
	/*CURRENT STATE*/
	#navcontainer #current{
		color: #999;
	}



	

/*______________________________________________SLIDE SHOW*/
#slideShow {

	width:600px;
	height:350px;
	margin-top:30px;
	background-color:#000;
	float:left;

}


/*______________________________________________ABOUT*/
.about {

	width:340px;
	height:350px;
	margin-top:30px;
	margin-left:20px;
	background-color:#d6d6d6;
	float:left;
	/*border:2px solid;*/
	border-radius:20px;
	-moz-border-radius:20px; /* Firefox 3.6 and earlier */
}

	.about h1 {
		font: 35px Helvetic Neue;
		color:#6a734c;
		width:300px;
		height:30px;
		padding-top:5px;
		padding-bottom:2px;
		padding-right:20px;
		padding-left:20px;
		/*background-color:#444;*/
		
		border-bottom-style:solid;
		border-bottom-color:#fff;
	
	}
	
	.about p {
		color:#888;
		margin-top:-20px;
		padding:15px;
		font: 12px Trade Gothic;
		line-height:25px;
		width:300;
		height:250px;
		/*background-color:#444;*/
	
	
	}

/*______________________________________________SUB SECTION*/
.subSection {

	width:300px;
	height:350px;
	margin-top:30px;
	margin-right:30px;
	background-color:#d6d6d6;
	float:left;
	
	border-radius:20px;
	-moz-border-radius:20px; /* Firefox 3.6 and earlier */

}

	.subSection h1 {
		font: 35px Helvetic Neue;
		color:#a63005;
		width:260px;
		height:30px;
		padding-top:0;
		margin-top:10px;
		padding-bottom:2px;
		padding-right:20px;
		padding-left:20px;
		/*background-color:#444;*/
		
		border-bottom-style:solid;
		border-bottom-color:#fff;
	
	}
	
	.subSection h2 {
		font: 35px Helvetic Neue;
		color:#a63005;
		width:260px;
		height:30px;
		padding-top:20px;
		margin-top:10px;
		padding-bottom:2px;
		padding-right:20px;
		padding-left:20px;
		/*background-color:#444;*/
		
		border-bottom-style:solid;
		border-bottom-color:#fff;
	
	}
	
	.subSection img {
	
		width:270px;
		height:120px;
		background-color:#333;
		margin-left:15px;
		margin-top:15px;
	
	}
	
	.subSection p {
		color:#888;
		margin-top:-20px;
		padding:15px;
		font: 12px Trade Gothic;
		line-height:25px;
		width:300;
		height:250px;
		/*background-color:#444;*/
	
	}




/*______________________________________________LAST SUB SECTION*/
.subSectionEnd {

	width:300px;
	height:350px;
	margin-top:30px;
	/*margin-right:20px;*/
	background-color:#d6d6d6;
	float:left;
	
	border-radius:20px;
	-moz-border-radius:20px; /* Firefox 3.6 and earlier */

}

	.subSectionEnd h1 {
		font: 35px Helvetic Neue;
		color:#a63005;
		width:260px;
		height:30px;
		padding-top:0;
		margin-top:10px;
		padding-bottom:2px;
		padding-right:20px;
		padding-left:20px;
		/*background-color:#444;*/
		
		border-bottom-style:solid;
		border-bottom-color:#fff;
	
	}
	
	.subSectionEnd img {
	
		width:270px;
		height:120px;
		background-color:#333;
		margin-left:15px;
		margin-top:15px;
	
	}
	
	.subSectionEnd p {
		color:#888;
		margin-top:-20px;
		padding:15px;
		font: 12px Trade Gothic;
		line-height:25px;
		width:300;
		height:250px;
		/*background-color:#444;*/
	
	
	}

.secondaryTitle {

	width:960px;
	height:50px;
	/*background-color:#444;*/
	float:left;
	margin-top:25px;

}

	.secondaryTitle h1 {
		
		margin:0;
		font: 60px Helvetic Neue;
		color:#4c4c4c;
		margin-left:20px;
		
	}



/*••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••*/
/*______________________________________________ OFFICERS PAGE*/
/*••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••*/

.Officers {

	width:920px;
	height:100%;
	margin-top:30px;
	margin-left:20px;
	padding-top:20px;
	padding-bottom:20px;
	background-color:#d6d6d6;
	float:left;
	/*border:2px solid;*/
	border-radius:20px;
	-moz-border-radius:20px; /* Firefox 3.6 and earlier */
}

	.Officers h1 {
		font: 35px Helvetic Neue;
		color:#6a734c;
		width:860px;
		height:30px;
		padding-top:5px;
		padding-bottom:2px;
		padding-right:20px;
		padding-left:40px;
		
		border-bottom-style:solid;
		border-bottom-color:#fff;
	
	}
	
	/*••••••••••••••••••••••••••••••••••••••••••••••••••••••••••• LIST */
	.Officers .list {
		margin-left:40px;
		width:840px;
		float:left;
		/*background-color:#333;*/
	
	}
	
	.Officers .list ul {
		list-style:none;
		padding:0;
		margin:0;
		float:left;
	
	}
	
	/*______________________________________________ POSITION*/
	.Officers .list li {
		
		font: 18px Trade Gothic;
		color:#575757;
		list-style:none;
		width:200px;
		height:20px;
		padding:20px;
		float:left;
		background-color:#a7a7a7;
		margin-bottom:5px;
		margin-top:0;
	}
	
	
	
	/*______________________________________________ NAME*/
	.Officers .list ul time {
		
		font: 16px Trade Gothic;
		color:#575757;
		text-align:center;
		list-style:none;
		width:100px;
		height:20px;
		padding:20px;
		margin-left:3px;
		float:left;
		background-color:#fff;
	
	}
	
	/*______________________________________________ PHONE*/
	.Officers .list ul place {
		
		font: 16px Trade Gothic;
		color:#575757;
		text-align:center;
		list-style:none;
		width:100px;
		height:20px;
		padding:20px;
		margin-left:3px;
		float:left;
		background-color:#fff;
	
	}
	
	/*______________________________________________ EMAIL*/
	.Officers .list ul desc {
		
		font: 16px Trade Gothic;
		color:#575757;
		list-style:none;
		width:270px;
		height:20px;
		padding:20px;
		margin-left:3px;
		float:left;
		background-color:#FFF;
		margin-bottom:5px;
		margin-top:0;
	
	}


	/*______________________________________________ TITLES*/
	
	.Officers .list ul date {
		
		font: 20px Helvetic Neue;
		color:#000;
		width:240px;
		height:25px;
		margin:0;
		padding:0;
		float:left;
		
	
	}
	
	.Officers .list ul time_place {
		
		font: 20px Helvetic Neue;
		text-align:center;
		height:20px;
		margin:0px;
		width:100px;
		padding-right:20px;
		padding-left:20px;
		margin-left:3px;
		height:25px;
		float:left;
	
	
	}
	
	.Officers .list ul desc_header {
		
		font: 20px Helvetic Neue;
		color:#000;
		width:240px;
		height:25px;
		margin:0;
		padding:0;
		margin-left:3px;
		float:left;
		
	
	}




/*______________________________________________FOOTER*/
.footer {
	
	
	width:960px;
	height:150px;
	
	margin-top:30px;
	margin-bottom:40px;
	
	float:left;
	background-color:#d6d6d6;
	
	border-radius:20px;
	-moz-border-radius:20px;

}
	.footer .subArea {
	
		width:200px;
		height:80px;
		
		margin-left:20px;
		float:left;
		
	}
	
	.footer h1 {
		font: 18px Helvetic Neue;
		color:#555;
		margin-top:20px;
		margin-left:40px;
	}
	
	.footer h2 {
		font: 18px Helvetic Neue;
		color:#555;
		margin-top:10px;
		margin-left:20px;
		margin-bottom:0px;
	
	}
	
	.footer p {
	
		font: 16px Helvetic Neue;
		font-style:italic;
		color:#777;
		margin-top:0px;
		margin-bottom:0px;
		margin-left:20px;
		
	}
	
	*|*:link {
    color:none;
}

*|*:-moz-any-link {
    text-decoration: none;
}

