/* -------------------- MASTER STYLE SHEET -------------------- 
CREATED BY: Ben Shoults (unless otherwise noted)

Eric Meyer Reset (reset.css)
SOURCE: http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/

Clearfix Class (clearfix.css) 
SOURCE: http://www.positioniseverything.net/easyclearing.html */

/* NEW RESET */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,.reset{border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;margin:0;padding:0}body{line-height:1;background:#ffffff}ol,ul{list-style:none}blockquote,q{quotes:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}td{vertical-align:top;}
/* CLEARFIX */
.clearfix:after{clear:both;content:'.';display:block;visibility:hidden;height:0}.clearfix{display:block}* html .clearfix{height:1%}

/* --- PNG fix support --- */
#logo, #head li {behavior: url(http://mabca.org/assets/iepngfix.htc);}

/* -------------------- FONT STYLES -------------------- */
@font-face {font-family: "CABNDWebBold";
  src: url(../assets/fonts/CABNDWebBold/CABNDWebBold.otf) format("opentype");}
  
@font-face {font-family: "tallys";
  src: url(../assets/fonts/tallys/Tallys_15.otf) format("opentype");
  font-weight: normal;}


/* -------------------- BASIC SELECTOR STYLES -------------------- */

body {font: 14px/1.5 "arial narrow", Arial, Helvetica, sans-serif;
	color: #676356;}
	
h2 {font: bold 13px/1.5 "tallys", baskerville, times, georgia, serif;
	color: #a7470d;
	text-transform: uppercase;
	letter-spacing: 3px;}

a:link, a:visited {color: #88a70d;
	text-decoration: none;
	font-weight: bold;
	-webkit-transition: color ease-in .25s;}
a:active, a:hover {color: #43591f;
	-webkit-transition: color ease-in .25s;}
	

/* -------------------- PAGE STRUCTURE STYLES -------------------- */
#container {}

	#head-full {}
	
		#head {width: 960px;
			margin: 0 auto;}
		
		#content {width: 960px;
			margin: 0 auto;}
			
				#content-main {width: 630px;
					float: left;
					padding: 0 0 50px 0;}				
			
	#foot-full {height: 100px;
		background: url(../assets/footBg.png) repeat-x;}
		
		#foot {width: 960px;
			margin: 0 auto;
			color: #676356;
			font-family: Arial, Helvetica, sans-serif;
			/*font-family: "CABNDWebBold", "arial narrow", arial, helvetica, sans-serif;*/
			font-size: 10px;
                                          height: 45px;
			text-transform: uppercase;}
			
			#foot h3 {padding-top: 15px;}
			#foot p {float: left;
				padding: 6px 0 0 25px;}
			#foot address {float: right;
				padding-top: 5px;
				padding-right: 8px;
				font-style: normal;}
			
			#facebook{height: 25px;
				width: 25px;
				overflow: hidden;
				float: right;
				display: block;
				background: url(../assets/facebook.png) no-repeat;
				opacity: 1.0;
				filter: alpha(opacity=100);
				-webkit-transition: opacity ease-out .25s;}
                                          #facebook-footer{
                                                        width: 960px;
			              margin: 0 auto;
                                           }
                                          #facebook-footer p{ margin-left: 790px; width: 160px;}
			#facebook span {display: none;}
			#facebook:hover {opacity: .75;
				filter: alpha(opacity=75);
				-webkit-transition: opacity ease-out .25s;}


/* -------------------- LOGO STYLES -------------------- */
#logo {height: 74px;
	width: 147px;
	display: block;
	overflow: hidden;
	text-indent: 10000px;
	background: url(../assets/logo.png) no-repeat;
	opacity: 1.0;
	filter: alpha(opacity=100);
	-webkit-transition: opacity ease-in .25s;
	float: left;
	margin: 35px 0 0 40px;}
	
	#logo:hover {opacity: .75;
		filter: alpha(opacity=75);
		-webkit-transition: opacity ease-out .25s;}
	
	#logo span {display: none;}

/* -------------------- NAV STYLES -------------------- */
#head ul {height: 100px;
	float: right;}
#head li {display: inline;
	font-family: "CABNDWebBold", "arial narrow", arial, helvetica, sans-serif;
	background: url(../assets/navBg.png) 100% 0 no-repeat;
	float: left;
	font-size: 12px;
	font-weight: bold;}
	
	#head li:last-child {background: none;}
	
	#head li span {font-family: Baskerville, georgia, times, serif;
		font-size: 18px;
		font-weight: normal;
		font-style: italic;
		line-height: 1;}

		#head li a:link, #head li a:visited {color: #676356;
			text-decoration: none;
			display: block;
			padding: 41px 15px;
			-webkit-transition: all ease-out .25s;}
		#head li a:active, #head li a:hover {color: #4c493f;
			background: rgba(7, 126, 149, 0.25);
			-webkit-transition: all ease-in .25s;}

/* -------------------- IMG STYLES -------------------- */
.awards-image{
	width: 150px;
	height: 154px;
	display: inline-block;
	margin: 10px 0px 10px 15px;
        float: left;
}
/* .awards-image.first{ margin-left: 30px !important;} */