/* ------------------------------------------------------------

  	* YA Center
  	* Coded by Bruce Clark of Imulus

  	screen.css
  	- Site wide style, layout, and function

------------------------------------------------------------ */

/* =Initial Page Structure 
	(further specific styling for these sections is lower down, use =Section to quick find)
------------------------------------------------------------ */

* { 
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	list-style: none;
}

html {
	font: 12px/1.6 Georgia, "Times New Roman", Times, serif;
	color: #555;
	background: #2e1903 url(/images/layout/footer/footer-full-tile.jpg);
}

body { 
	position: relative;
	background: transparent url(/images/layout/bg-top-tile.jpg) repeat-x left top;
}

.container {
	position: relative;
	width: 910px;
	margin: 0 auto;
	z-index: 0;
}

.sub .container {
	width: 900px;
}

#header {
	position: relative;
	z-index: 1;
}

#header .container {
	padding: 35px 0;
	min-height: 100px;
	background: url(/images/layout/clouds.png) no-repeat 180px 45px;
}

.sub #header .container {
	min-height: 0;
	height: 150px;
	padding: 28px 0 0 0;
	background: url(/images/layout/clouds.png) no-repeat 190px 34px;
	z-index: 1;
}

#content { 
	clear: both;
	position: relative;
	background: #d8e9f1 url(/images/layout/bg-home.jpg) no-repeat 50% 100%;
	padding-bottom: 1px;
	z-index: 0;
}

.sub #content { 
	background: #d8e9f1;
	padding-bottom: 25px;
}

#footer { 
	clear: both;
	position: relative;
	background: url(/images/layout/footer/footer-tile.png) repeat-x left top;
	min-height: 60px;
	z-index: 0;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

#footer .container { 
	width: 880px;
	padding: 25px 15px 10px 15px;
	color: #7A5633;
}

/* =Basic Element Styles 
------------------------------------------------------------ */ 

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	padding-bottom: 5px;
}

h1 { 
	font-size: 20px;
	color: #235d75;
}

h2 { 
	font-size: 17px;
	color: #126b00;
}

h3, h4, h5, h6 { 
	font-size: 15px;
}

h3 { 
	color: #555;
}

#main h3 {
}

p {
	padding-bottom: 15px;
}


input,
textarea { 
	font: 11px Verdana, sans-serif;
	padding: 2px;
	border: 1px solid #999;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #fff url(/images/layout/form-bg.gif) repeat-x left top;
}

select { 
	font: 11px Verdana, sans-serif;
	padding: 0;
	border: 1px solid #999 !important;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

input[type="image"],
input.submit { 
	border: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	width: auto !important;
	height: auto !important;
}

sup {
	vertical-align: top;
}

sub {
	vertical-align: bottom;
}

img,
a img { 
	border: 0;
	vertical-align: middle;
} 

a { 
	color: #81a07a;
	text-decoration: underline;
}

a:visited { 
	color: #4F76A0;
}

a:hover { 
	color: #457A80;
	text-decoration: none;
}

	/* =Main Content Basic Element Styles 
------------------------------------------------------------ */

.sub #main ul {
	padding: 0 0 15px 0;
}

.sub #main ul li {
	padding: 0 0 5px 20px;
	background: url(/images/icons/bullet.gif) no-repeat 8px 6px;
}

.sub #main ul li p {
	margin: 0;
	padding: 0;
}

.sub #main ol {
	padding: 0 0 15px 25px;
}

.sub #main ol li {
	list-style: decimal;
	padding: 0 0 5px 0;
}

.sub #main blockquote {
	padding: 0 0 0 15px;
}

.sub #main table {
	margin: 0 0 15px 0;
	background: #C8DBE3;
	border-collapse: collapse;
	border: 1px solid #516E87;
}

.sub #main table tr th {
	color: #fff;
	background: #73A2B4;
}

.sub #main table tr th,
.sub #main table tr td {
	padding: 5px 10px;
	border: 1px solid #516E87;
}

.sub #main table tr.even td {
	background: #D1E6F1;
}

/* =Utilities 
------------------------------------------------------------ */ 

.left { 
	float: left;
	position: relative;
	margin: 0 10px 5px 0;
}

.right { 
	float: right;
	position: relative;
	margin: 0 0 5px 10px;
}

#main img.right, 
#main img.left, 
#main img.image-border { 
	border: 1px solid #768791;
	padding: 3px;
	background: #fff;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#contact #main .right, 
#contact #main .left {
	padding: 0;
	border: 0;
	background: transparent;
}

#main img.center {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #768791;
	padding: 3px;
	background: #fff;
}

.spacer {
	margin-top: 10px;
}

.clear {
	clear: both;
}

.clear-left { 
	clear: left;
}

.clear-right { 
	clear: right;
}

.clear-none { 
	clear: none;
}

.center { 
	text-align: center;
}

.autoclear:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}

.autoclear { 
	display: inline-block;
}

.autoclear { 
	display: block;
}

/* =Forms
------------------------------------------------------------ */ 

.forms p { 
	position: relative;
	float: left;
	clear: left;
	padding: 0 0 5px 140px;
	width: 570px;
}
	
.forms p label.name { 
	position: relative;
	float: left;
	width: 130px;
	padding-right: 10px;
	margin-left: -140px;
	text-align: right;
	color: #3E6589;
}	

.forms span.error { 
	display: block;
	position: absolute;
	right: 0;
	width: 240px;
	color: #999;
	font-size: .9em;
	background: #eee;
	padding: 3px 5px 4px 5px;
	border: 1px solid #ccc;
	line-height: 1em;
}

.forms p input, 
.forms p select { 
	font: 1em Arial, Helvetica, Sans-serif;
	padding: 2px;
	width: 250px;
	border: 1px solid #999;
	margin-bottom: 5px;
	color: #666;
	background: #fff url(/images/layout/form-bg.gif) no-repeat left top;
}

.forms p input:focus { 
	background: #eee;
}

.forms p input.small { 
	width: 70px;
}

.forms p input.medium { 
	width: 130px;
}

.forms p input.large { 
	width: 300px;
}

.forms p input.submit { 
	border: 0;
	background: transparent;
	width: auto;
	height: auto;
	padding: 0;
}

.forms p input.submit:focus { 
	background: transparent;
}

.forms p input.submit:focus { 
	background: transparent;
}

.forms p textarea { 
	background: #fff url(/images/layout/form-bg.gif) no-repeat left top;
	font: 1em Arial, Helvetica, Sans-serif;
	border: 1px solid #999;
	width: 300px;
	padding: 2px;
	margin-bottom: 5px;
}

.forms p textarea:focus { 
	background: #eee;
}

.forms p textarea.short { 
	height: 70px;
}

.forms p textarea.tall { 
	height: 180px;
}

.forms p span.radcheck { }

.forms p span.radcheck input { 
	border: 0;
	width: auto;
	height: auto;
	vertical-align: middle;
	margin: -5px 2px 0 0;
}

.forms p select { 
	border: 1px solid #ccc;
	font: 1em Arial, Helvetica, Sans-serif;
	width: 306px;
}

/* =Layout and Function 
------------------------------------------------------------ */ 

	/* =Header 
------------------------------------------------------------ */ 

#header strong.title {
	position: absolute;
	left: 4px;
	top: 45px;
	display: block;
	background: url(/images/layout/logo.png) no-repeat right bottom;
	width: 306px;
	height: 47px;
	text-indent: -9999px;
}

#header strong.title a {
	display: block;
	width: 100%;
	height: 100%;
}

.sub #header #search, 
.home #search {
	position: absolute;
	right: 45px;
	top: 75px;
	width: 199px;
	background: url(/images/layout/header/search-bg.png) no-repeat left top;
	padding: 7px 9px 6px 9px;
	z-index: 2;
}

.sub #header #search {
	bottom: 0;
	height: 23px;
}

.home #search {
	top: 140px;
	left: 20px;
	right: auto;
	height: 22px;
}

.sub #header #search *, 
.home #search * {
	vertical-align: middle;
}

.sub #header #search input, 
.home #search input {
	width: 163px;
	border: 1px solid #7bb068;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	margin-right: 5px;
	padding: 3px;
	color: #666;
}

.sub #header #search input.submit, 
.home #search input.submit {
	margin: 0;
	padding: 0;
}

#header #nav {
	position: absolute;
	right: 15px;
	top: 0;
}

.sub #header #nav {
	right: 10px;
}

#header #nav li {
	position: relative;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	float: left;
	margin-left: 5px;
	background: #885519 url(/images/layout/header/nav-corners.png) no-repeat left bottom;
}

#header #nav li a {
	display: block;
	padding: 7px 13px 8px 13px;
	line-height: 1;
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
	background: transparent url(/images/layout/header/nav-corners.png) no-repeat right bottom;
	text-decoration: none;
}

#header #nav li:hover {
	-webkit-transition: all .1s ease-in-out;
	background: #673e0e url(/images/layout/header/nav-corners.png) no-repeat left bottom;
}

#header #nav li.social {
	padding-left: 6px;
}

#header #nav li.social a.last-link {
	background: transparent url(/images/layout/header/nav-corners.png) no-repeat right bottom;
}

#header #nav li.social a {
	padding: 4px 6px 5px 0;
	background: transparent;
	float: left;
	display: block;
	cursor: pointer;
}

#header #nav li.social:hover a {
  -webkit-transition: all .1s ease-in-out;
	padding-top: 6px;
}

#header #nav li:hover a {
  -webkit-transition: all .1s ease-in-out;
	padding-top: 9px;
}

#header #sub-nav {
	position: absolute;
	bottom: 5px;
	width: 895px;
	padding: 0 0 10px 2px;
}

#header #sub-nav li {
	position: relative;
	float: left;
	background: url(/images/layout/header/nav-bg-top.jpg) no-repeat center top;
}
#header #sub-nav li.first { background: url(/images/layout/header/nav-bg-top.jpg) no-repeat left top; }
#header #sub-nav li.last { background: url(/images/layout/header/nav-bg-top.jpg) no-repeat right top; }

#header #sub-nav li a {
	display: block;
	padding: 2px 0;
	color: #fff;
	text-decoration: none;
	background: url(/images/layout/header/nav-bg-bottom.gif) no-repeat center bottom;	
}
#header #sub-nav li.first a { background: url(/images/layout/header/nav-bg-bottom.gif) no-repeat left bottom; }
#header #sub-nav li.last a { background: url(/images/layout/header/nav-bg-bottom.gif) no-repeat right bottom; }

#header #sub-nav li a span {
	display: block;
	padding: 7px 23px 7px 16px;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	line-height: 17px;
	font-weight: bold;
	text-transform: lowercase;
	border-right: 1px solid #9ec2cf;
	border-left: 1px solid #42768d;
}
#header #sub-nav li.first a span { border-left: 0; }
#header #sub-nav li.last a span { border-right: 0; }

		/* ----------| =Navigation (Drop Down) |---------- */ 

		#header #sub-nav li ul { 
			display: block;
			position: absolute;
			left: -999em;
			width: 158px;
			background: #6fb541 url(/images/layout/header/nav-bg-hover.jpg);
			border: 1px solid #e9f1f4;
			border-top: 0;
		}

		#header #sub-nav li:hover ul, 
		#header #sub-nav li.over ul /* used to target IE via script */ { 
			display: block;
			left: -1px;
			top: 100%;
			position: absolute;
			z-index: 4000;
			margin: -1px 0 0 0;
			padding: 3px 0;
		}
		
		#header #sub-nav li.first:hover ul, 
		#header #sub-nav li.first.over ul /* used to target IE via script */ {
			left: 5px;
		}

		#header #sub-nav li.last:hover ul, 
		#header #sub-nav li.last.over ul /* used to target IE via script */ {
			left: -83px;
		}

		#header #sub-nav li ul li { 
			width: 152px;
			background: transparent;
			text-indent: 0;
			padding: 0 3px;
			height: auto;
			border: 0;
		}

		#header #sub-nav li:hover ul li a, 
		#header #sub-nav li.over ul li a { 
			display: block;
			background: transparent;
			padding: 5px 6px 6px 6px;
			font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
			font-size: 12px;
			line-height: 16px;
			height: auto;
			text-decoration: none;
			color: #fff;
			text-indent: 0;
			border: 0;
		}

		#header #sub-nav li ul li:hover { 
			background: transparent;
		}

		#header #sub-nav li ul li a:hover { 
			color: #fff;
			background: #4C8F28;
		}


#header #sub-nav li:hover, 
#header #sub-nav li#active:hover {
	background: url(/images/layout/header/nav-bg-top.jpg) no-repeat center -138px;
}
#header #sub-nav li.first:hover,
#header #sub-nav li#active.first:hover { background: url(/images/layout/header/nav-bg-top.jpg) no-repeat left -138px; }
#header #sub-nav li.last:hover, 
#header #sub-nav li#active.last:hover { background: url(/images/layout/header/nav-bg-top.jpg) no-repeat right -138px; }

#header #sub-nav li#active {
	background: url(/images/layout/header/nav-bg-top.jpg) no-repeat center -69px;
}
#header #sub-nav li#active.first { background: url(/images/layout/header/nav-bg-top.jpg) no-repeat left -69px; }
#header #sub-nav li#active.last { background: url(/images/layout/header/nav-bg-top.jpg) no-repeat right -69px; }

#header #highlight {
	top: 82px;
	right: 900px;
	position: absolute;
	width: 216px;
	height: 75px;
	font-size: 11px;
	padding: 37px 235px 15px 19px;
	background: url(/images/layout/content/plane.png) no-repeat left top;
	z-index: 100;
}

	/* =Content
------------------------------------------------------------ */	
		
		/* =Homepage Specific
------------------------------------------------------------ */

.home #content #main { 
	background: url(/images/layout/content/home-box-top.jpg) no-repeat left top;
	z-index: 0;
}

.home #content #main .main-wrap { 
	background: url(/images/layout/content/home-box-bottom.jpg) no-repeat left bottom;
}

.home #content #main .main-wrap .grid { 
	position: relative;
	width: 476px;
	float: left;
	padding: 17px 28px 6px 20px;
	z-index: 0;
}


@media only screen and (max-device-width: 480px) {
  .home #content #main .main-wrap .grid p {
    font-size: 7px !important;
  } 
}

.home #content #main .main-wrap .grid.alt { 
	position: relative;
	float: left;
	width: 268px;
}

.home #content #main .main-wrap .grid.alt a { 
	color: #617957;
}

.home #content #main .main-wrap .grid.alt a:hover { 
	color: #4D6C9E;
}

.home #content #welcome { 
	padding-top: 53px;
	height: 369px;
	line-height: 1;
	margin-bottom: -3px;
	z-index: 0;
}

.home #content #welcome p#flash-error,
.home #content #welcome p#js-error {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #555;
	text-align: center;
	margin-top: 150px;
	padding: 15px;
	background: #ecf6f8;
	border: 2px solid #fff;
	width: 550px;
	margin: 0 auto;
}

.home #content #welcome p#flash-error {
	display: none;
}

.home #content #hype {
  display: none;
}





.home.not-mobile #content { 
	background-image: url(/images/layout/bg-home.jpg);
}

.home.mobile #content { 
	background-image: url(/images/layout/bg-home-hype.png);
}

.home.mobile #content #welcome { 
  display: none; 
}

.home.mobile #content #hype { 
  display: block;
  width: 100%;
	padding-top: 50px;
	height: 370px;
  position: relative;
  overflow: hidden;
}






		/* =Subpage Specific (used on all subpages via the sub body class)
------------------------------------------------------------ */

.sub #content img.heading-image {
	padding-bottom: 5px;
	margin-top: -10px;
}

#fb-like-box {
  background: #fff;
}


			/* =Main
------------------------------------------------------------ */

.sub #content #main {
	font-size: 12px;
	position: relative;
	width: 573px;
	background: url(/images/layout/content/sub-main-tile.jpg) repeat-y left top;
	z-index: 0;
}

.sub.full #content #main {
	width: 876px;
	background: url(/images/layout/content/sub-full-main-tile.jpg) repeat-y left top;
}

.sub #content #main .main-outter-wrap {
	background: url(/images/layout/content/sub-main-top.jpg) no-repeat left top;
}

.sub.full #content #main .main-outter-wrap {
	background: url(/images/layout/content/sub-full-main-top.jpg) no-repeat left top;
}

.sub #content #main .main-inner-wrap {
	padding: 18px 40px 3px 23px;
	background: url(/images/layout/content/sub-main-bottom.jpg) no-repeat left bottom;
}

.sub.full #content #main .main-inner-wrap {
	padding: 18px 40px 3px 23px;
	background: url(/images/layout/content/sub-full-main-bottom.jpg) no-repeat left bottom;
}

.sub.full #content #main .gcal {
	padding: 10px 0 15px 0;
}

			/* =Sidebar (banners and panels)
------------------------------------------------------------ */

.sub #content #sidebar {
	float: right;
	position: relative;
	width: 321px;
	padding: 15px 0px 0 0;
	z-index: 1;
}

.sub #content #sidebar .banner {
	margin: 0 0 7px -27px;
}

.sub #content #sidebar .links {
	margin: 0 0 -3px -27px;
}

.sub #content #sidebar .box {
	background: url(/images/layout/content/sidebar-top.png) no-repeat left top;
	margin: 0 0 7px -27px;
	padding: 14px 0 0 0;
	width: 321px;
	font-size: 13px;
}

.sub #content #sidebar .box .box-outter-wrapper {
	background: url(/images/layout/content/sidebar-bottom.png) no-repeat left bottom;
	padding: 0 0 14px 0;
}

.sub #content #sidebar .box .box-inner-wrapper {
	background: url(/images/layout/content/sidebar-tile.png) repeat-y left top;	
	padding: 0 20px;
}

.sub #content #sidebar .box img {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #7F9390;
	padding: 3px;
	background: #fff;
	margin: 0 auto;
}

.sub #content #sidebar .box img.no-border {
	border: 0;
	padding: 0;
	background: transparent;
}

.sub #content #sidebar .box img.no-border.move-up {
	margin-top: -30px;
}

.sub #content #sidebar .box a {
	color: #436999;
	text-decoration: none;
}

.sub #content #sidebar .box a:hover {
	color: #243955;
}

.sub #content #sidebar .box h3 {
	font-size: 18px;
	color: #436A4C;
}

.sub #content #sidebar .box h4 {
	color: #444;
	font-size: 16px;
}

.sub #content #sidebar .box ul, 
.sub #content #sidebar .box p {
	padding: 0 0 8px 0;
}

.sub #content #sidebar .box ul li {
	padding: 0 0 5px 15px;
	background: url(/images/icons/side-bullet.gif) no-repeat 4px 7px;
}

.sub #content #sidebar .box ul li:last-child {
	padding-bottom: 0;
}

.sub #content #sidebar .box ul.events li {
	border-top: 1px dashed #626E79;
	padding: 0;
	background: transparent;
	font-size: 12px;
}

.sub #content #sidebar .box ul.events li a {
	display: block;
	padding: 5px;
	text-decoration: none;
	color: #555;
}

.sub #content #sidebar .box ul.events li a strong {
	color: #885519;
	font-style: italic;
	padding-right: 10px;
	font-size: 13px;
}

.sub #content #sidebar .box ul.events li a em {
	color: #0a4e6c;
	font-size: 13px;
}

.sub #content #sidebar .box ul.events li a em.details {
	font-size: 12px;
}

.sub #content #sidebar .box ul.events li a:hover em {
	color: #000;
}

		/* =Contact Subpage
------------------------------------------------------------ */

#contact #main .forms {
	margin: 10px -37px 0 -17px;
	padding: 15px 30px 0 18px;
	border-top: 1px dashed #9eaebf;
}

#contact #sidebar .box img {
	margin-top: 3px;
	border: 1px solid #849996;
}

		/* =Events Subpage
------------------------------------------------------------ */

#main .formats {
	position: absolute;
	right: 47px;
	top: 25px;
}

#main .formats a {
	padding-left: 12px;
	text-decoration: none;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #4f81c6;
}

#main .formats a img {
	margin-top: -3px;
}

#main ul.events {
	margin: 0 -37px 0 -17px;
}

#main ul.events li {
	border-top: 1px dashed #9EAEBF;
	background: transparent;
	padding: 12px 30px 12px 15px;
}

#main ul.events li strong {
	color: #2A5599;
	font-weight: normal;
}

#main ul.events li span {
	color: #8d5300;
	font-weight: bold;
	padding-right: 5px;
}

#main ul.events li em {
	padding-right: 5px;
	font-style: normal;
	font-weight: bold;
	color: #333;
}

#main ul.events li a:hover {
	color: #24548D;
}

		/* =News Subpage
------------------------------------------------------------ */

.sub.news #content #main ul.news-list {
	position: relative;
	padding: 0;
	border-top: 1px dashed #9EAEBF;
	margin: 0 0 15px 0;
}

.sub.news #content #main ul.news-list li {
	list-style: none;
	padding: 10px 10px 10px 130px;
	background: transparent;
	border-bottom: 1px dashed #9EAEBF;
}

.sub.news #content #main ul.news-list li.last {}

.sub.news #content #main ul.news-list li a strong { 
	color: #222;
}

.sub.news #content #main ul.news-list li a:hover { 
	text-decoration: none;
}

.sub.news #content #main ul.news-list li em { 
	display: block;
	float: left;
	width: 105px;
	font-size: 11px;
	padding-top: 1px;
	padding-left: 10px;
	text-align: left;
	color: #555;
	margin-left: -120px;
	font-weight: normal;
	font-style: italic;
}

		/* =Photo Gallery
------------------------------------------------------------ */

#gallery #showcase { 
	position: relative;
	padding: 0 0 15px 0;
}

#gallery #showcase strong { 
	position: absolute;
	display: block;
	z-index: 1;
	width: 28px;
	height: 38px;
	text-indent: -9999px;
	top: 165px;
	left: -12px;
}

#gallery #showcase strong#next { 
	left: auto;
	right: -31px;
}

#gallery #showcase strong a { 
	display: block;
	width: 100%;
	height: 100%;
	background: url(/images/icons/left-arrow.gif) no-repeat left top;
}

#gallery #showcase strong#next a { 
	background: url(/images/icons/right-arrow.gif) no-repeat left top;
}

#gallery #showcase div#pager { 
	float: right;
	padding-bottom: 10px;
}

#gallery #showcase div#pager a { 
	float: left;
	margin-left: 7px;
	display: block;
	width: 14px;
	height: 14px;
	text-indent: -9999px;
	background: url(/images/icons/inactive-dot.gif) no-repeat 0 0;
}

#gallery #showcase div#pager a.activeSlide { 
	background: url(/images/icons/active-dot.gif) no-repeat 0 0;
}

#gallery #showcase div#pager a:hover { 
	background: url(/images/icons/active-dot.gif) no-repeat 0 0;
}

#gallery #showcase .internal-gallery-holder { 
	clear: both;
	position: relative;
	width: 820px;
	height: 320px;
	margin: 0 0 0 5px;
	background: #f4f9fb;
	border: 1px solid #c5c5c5;
	padding: 0;
}

#gallery #showcase .internal-gallery {
	position: relative;
	width: 796px;
	margin: 0 auto;
	height: 320px;
}

#gallery #showcase .internal-gallery div { 
	float: left;
	width: 796px;
	margin-top: 15px;
	height: 300px;
}

#gallery #showcase .internal-gallery a { 
	float: left;
	display: block;
	width: 175px;
	height: 130px;
	padding: 8px 0 0 8px;
	margin: 0 0 13px 13px;
	background: url(/images/layout/content/image-bg.gif) no-repeat left top;
}

#gallery #showcase .internal-gallery a span { 
	display: block;
	width: 170px;
	height: 125px;
	background-position: 50% 0;
}

#gallery #showcase .internal-gallery img { 
	display: none;
}

#gallery #zoom {
	z-index: 9000;
}

#gallery #zoom_content p /* this style is called in relation to fancyZoom jQuery */ { 
	font-size: 1em;
	padding: 10px 0 0 5px;
	margin: 0;
}

		/* =Search Results
------------------------------------------------------------ */

#results #paging { 
	border-top: 1px solid #879FAB;
	border-bottom: 1px solid #879FAB;
	padding: 7px 12px;
}

#results #main #paging p { 
	padding: 0;
	border: 0;
	margin: 0;
	width: auto;
}

#results #main #paging p a { 
	display: inline;
	margin: 0 2px;
	text-decoration: none;
	font-size: 12px;
	border: 1px solid #ddd;
	padding: 2px 4px;
	background: #fff;
	color: #777;
}

#results #main #paging p a:hover, 
#results #main #paging p a.active { 
	background: #A1C5C1;
	color: #fff;
	border: 1px solid #689696;
}

#results #main p { 
	padding: 10px 12px;
	border-bottom: 1px solid #ddd;
}

#results #main p a { 
	display: block;
	text-decoration: none;
}

#results #main p a:hover strong { 
	color: #333;
}

#results #main p strong { 
	display: block;
	font-weight: normal;
	font-size: 1.1em;
	color: #004c70;
	padding: 0 0 5px 0;
}

#results #main p i { 
	display: block;
	font-size: .9em;
	padding-top: 2px;
	font-family: arial, helvetica, sans-serif;
}

#results #main p i a { 
	color: #517D52;
}

#results #main p i a:hover { 
	color: #555;
}

#results #main p .result-highlight {
	color: #457FD6;
}

	/* =Footer
------------------------------------------------------------ */	

#footer p {	
	color: #9B7B50;
	float: left;
}

#footer p.copy {	
	float: right;
	padding: 3px 0;
}

#footer p span {
	display: block;
	float: left;
	padding: 3px 16px 3px 0;
}

#footer p span.phone {	
	background: url(/images/icons/phone.gif) no-repeat 0 1px;
	padding-left: 18px;
}

#footer p span.fax {	
	background: url(/images/icons/fax.gif) no-repeat 0 3px;
	padding-left: 19px;
}

#footer p span.facebook {	
	background: url(/images/icons/facebook-footer.png) no-repeat 0 4px;
	padding-left: 14px;
}

#footer a {	
	color: #9B7B50;
	text-decoration: none;
}

#footer a:hover {	
	color: #fff;
}

#footer ul {
	position: relative;
	float: left;
	width: 910px;
	padding-bottom: 10px;
}

#footer ul li { 
	float: left;
	padding-right: 12px;
	margin-right: 12px;
	border-right: 1px solid #806437;
	margin-bottom: 5px;
}

#footer ul li.last { 
	border: 0;
}

#footer p em {	
	font-style: normal;
	display: block;
	float: left;
	padding-top: 5px;
	padding-right: 28px;
}














