/* == Yahoo UI Library =============================== */
/* - Reset - Normalizes default css cross-browser. - http://developer.yahoo.com/yui/reset/
 * - Fonts - Normalizes em size cross-browser. - http://developer.yahoo.com/yui/fonts/
 */
@import url("yui-reset-2.6.0.css");
@import url("yui-fonts-2.6.0.css");
/* =================================================== */


/* == Clear Fix ====================================== */
/* - No longer require <div class="clear:both"></div> at the end of a box to contain a float.
 * - http://positioniseverything.net/easyclearing.html
 */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* IE-mac fix */
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;} /* Floated element *must* have dimension for IE */
.clearfix {display: block;} /* remove inline-block for all other browsers (besides IE-mac) */
/* End hide from IE-mac */

/* fix so lists may display bullets, etc. - screwy in IE so use bullets as h3 bg image instead */
ul li.clearfix {
	display: list-item;
}
/* =================================================== */


/* == Gilder/Levin Image Replacement ================= */
/* - Example usage:
 *   <div class="bg-image"><span class="bg"></span>Hidden Text</div>
 */
h1, .bg-image {
	position: relative;
	overflow: hidden;
}

h1 span.bg, .bg-image span.bg {
	position: absolute;
	width: 100%;
	height: 100%;
}
/* =================================================== */


body {
	background: #FFF;
	text-align: left;
	font-family: arial;
	color: #000;
}

#printlink {
	text-align:right;
	padding: 20px;
	margin: 10px 10px;
	font-weight:bold;
}

#container {
	width: 1012px;
	background: url('../images/bg-main_nav.gif') repeat-y;
}

#header {
	float: left;
	display: inline;
	width: 212px;
}

#content {
	position: relative; /* Contains #banner & .features-box */
	float: right;
	display: inline;
	width: 800px;
	min-height: 200px; /* Keep #main_nav in place if no content in #content. */
}

#main_content {
	float: left;
	display: inline;
	 /*width: 550px; Effective width = width + left-margin + right-margin. */
	margin: 30px 20px;
	margin-top: 257px; /* = #banner height + 30px - Push #main_content and #secondary_content below #banner */
	padding-top: 2em;
}

.top-level #main_content {
	min-height: 100px;
	 /*width: 485px; */
	height: auto !important;
	height: 100px;	 
	margin-top: 144px;
	padding-top: 0;
}

.third-level #main_content {
	min-height: 100px;
	 /*width: 485px; */
	height: auto !important;
	height: 100px;	 
	margin-top: 144px;
	padding-top: 0;
}

.gallery #main_content {
	min-height: 450px;
	 /*width: 550px; */
	margin-top: 144px;
	padding-top: 0;
}

* html .top-level #main_content {
	 height: 450px;
}

#secondary_content {
	float: right;
	display: inline;
	width: 400px;
	/*margin-top: 227px;  = #banner height - Push #main_content and #secondary_content below #banner */
	padding-top: 2em; /* = #banner_caption height */
	text-align: right;
	margin-bottom: 20px;
}

.home #secondary_content {
	padding-top: 3em; /* = #banner_caption height + 1em */
}

.top-level #secondary_content {
	width: 275px;
	/*margin-top: 114px;*/
	padding-top: 0;
}

.gallery #secondary_content {
	width: 210px;
	/*margin-top: 114px;*/
	padding-top: 0;
}

.third-level #secondary_content {
	width: 300px;
	padding-top: 10px;
}

#banner {
	z-index: 1;
	position: absolute;
	clear: left; /* For IE6-, otherwise ab pos element won't show when comes after float in markup. */
	top: 0px;
	left: 0px;
	width: 800px;
	height: 227px;
}

.top-level #banner {
	height: 114px;
}

#main_nav {
	float: left;
	display: inline;
	width: 210px;
	border-right: 2px solid #0057BA;
}

#footer {
	position: relative; /* Contains #site_tools */
	clear: both;
	width: 1012px;
	padding-bottom: 100px;
	background-color: #FFF;
	border-top: 2px solid #000;
}


/* == #header =================================== */
/* ============================================== */
h1 {
	width: 202px;
	height: 109px;
	border: 5px solid #0057BA;
	border-bottom-width: 0px;
}

h1 span.bg {
	background: url('../images/header.gif') no-repeat;
}
/* ============================================== */
/* == /#header ================================== */


/* == #content =================================== */
/* ============================================== */
#content {
	font-size: 100%;
	color: #000;
}

#content h2 {
	margin-bottom: 20px;
	color: #2568AA;
	font-size: 108%;
	font-weight: bold;
}

#content h3 {
	margin: 20px 0 10px 0;
	font-weight: bold;
	color: #72A34D;
}

#content ul li {
	list-style: disc outside;
	margin: 5px 0px 5px 18px;
}

#content p {
	padding: 0 0 10px 0;
}

#content p.intro {
	line-height: 182%;
	color: #2568AA;
}

#content p.call {
	line-height: 182%;
	margin-top: 20px;
	color: #2568AA;
	font-weight: bold;
}

#content p.after-list-col {
	clear: both;
	padding-top: 5px;
}

#content ul.left-col {
	float: left;
	display: inline;
	width: 235px;
}

#content ul.right-col {
	float: right;
	display: inline;
	width: 235px;
}

/* -- .features-box -------------------------------- */

#content .features-box {
	width: 160px;
	margin-top: 10px;
	margin-left: 10px;
	padding: 10px 15px;
	text-align: left;
	background-color: #CCDDF1;
	border: 5px solid #72A34D;
	color: #0057BA;
	font-size: 93%;
	font-weight: bold;
}

.third-level #content .features-box {
	width: 260px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 10px 15px;
	text-align: left;
	background-color: #CCDDF1;
	border: 5px solid #72A34D;
	color: #0057BA;
	font-size: 93%;
	font-weight: bold;
	float:left;
/*	top: 300px;
	right:1px;*/
}

#content .features-box h3, .third-level #content .features-box h3.blue {
background-color:#0057BA;
color:#FFFFFF;
font-size:123.1%;
font-weight:bold;
margin:-10px -15px 10px;
padding:5px 6px;
}

#content .ab {
	z-index: 10;
	position: relative;
	bottom: 20px;
	width: 300px;
	right:80px;
	margin-top: 0;
}

#content .ballroomab {
	z-index: 10;
	position: relative;
/*	top:500px; */
	right: 80px;
	bottom: 20px;
	height:115px;
	width: 300px;
	margin-top: 0;
}

#content .features-box h3 {
	margin: -10px -15px 10px -15px;
	padding: 5px 6px;
	background-color: #0057BA;
	color: #FFF;
	font-weight: bold;
	font-size: 123.1%;
}

.third-level #content .features-box h3 {
	margin: 0;
	padding: 5px 0px;
	background-color: #CCDDF1;
	color: #0057BA;
	font-weight: bold;
	font-size: 123.1%;
}

#content .features-box h3 span {
	padding-right: 5px;
	text-transform: uppercase;
	font-size: 167%;
}

#content .features-box ul li {
	list-style-type: none;
	list-style-position: outside;
	margin: 0px;
	margin-bottom: 5px;
	background: url('../images/bullet-blue.gif') no-repeat left 5px;
	padding-left: 10px;
}
/* ============================================== */
/* == /#content ================================= */


/* == #main_content ============================= */
/* ============================================== */

/* -- .photo-gallery ---------------------------- */

#main_content ul.photo-gallery li {
	float: left;
	display: inline;
	width: 175px;
	height: 185px;
	margin: 0 8px 8px 0;
	text-align: center;
}

#main_content ul.photo-gallery .photo-title {
	text-align: left;
	font-size: 90%;
	font-style: italic;
}
/* ============================================== */
/* == /#main_content ============================ */


/* == #banner =================================== */
/* ============================================== */
#banner img {

    width: 800px; 

}

#banner img.top-slide {
	display: block; /* If browser js is disabled, shows first img in slideshow. */
}

.top-level #banner span.bg {
	background: url('../images/toplevel-banner.jpg') no-repeat;
}

#banner_caption  {
	position: absolute;
	top: 244px;
	left: 0px;
	width: 800px;
	height: 2em;
	text-align: center;
	background: #59B248 url('../images/bg-green-tile.gif') repeat;
	color: #FFF;
	font-weight: bold;
	font-style: italic;
}

.top-level #banner_caption {
	display: none;
}

#banner_caption p {
	padding-top: 5px;
}
/* ============================================== */
/* == /#banner ================================== */


/* == #main_nav ================================= */
/* ============================================== */
#main_nav {
	background: #97BD6A;/*#59B248 url('../images/bg-green-tile.gif') repeat;*/
	border-top:6px solid #0057ba;
}

ul#menu {
	display:none;
	}	



/* -- .third-tier ---------------------------------- */

#menu ul.third-tier {
	display: none;
	z-index: 10;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 180px;
	margin-right: -182px;
	/*padding: 10px 0 5px 0;*/
	text-align: center;
	background: #97BD6A;
	text-transform: uppercase;
}

#menu ul.third-tier li {
	display: inline;
}

#menu ul.submenu ul.third-tier li a {
	display: block;
	margin-bottom: 4px;
}

#menu ul.submenu ul.third-tier li.last a {
	margin-bottom: 0px;
}

#menu ul.third-tier a:link, 
#menu ul.third-tier a:active, 
#menu ul.third-tier a:visited {
	font-weight: normal;
	background-color: #97BD6A;
}

#menu ul.third-tier a:hover, 
#menu ul.third-tier a:visited:hover {
	font-weight: bold;
	background-color: #97BD6A;
}
/* ============================================== */
/* == /#main_nav ================================ */


/* == #footer =================================== */
/* ============================================== */
#footer {
	padding-top: 10px;
}

#footer .logo {
	float: left;
	margin: 0 10px;
}

.logo-mcca {
	width: 66px;
	height: 40px;
}

.logo-mcca span.bg {
	background: url('../images/logo-mcca.gif') no-repeat;
}

.logo-pioneer {
	width: 56px;
	height: 40px;
}

.logo-pioneer span.bg {
	background: url('../images/logo-pioneer_valley.gif') no-repeat;
}

.logo-spectrum {
	width: 88px;
	height: 40px;
}

.logo-spectrum span.bg {
	background: url('../images/logo-global_spectrum.gif') no-repeat;
}

#footer #company_ownership {
	float: left;
	width: 205px!important;
	width:205px;
	margin: 0px 0px 10px 1px;
	color: #000;
	font-size: 70%;
}

#footer ul#company_information {
	float: right;
	width: 525px;
	font-size: 77%;
	font-weight: bold;
	color: #72A34D;
}

#footer ul#company_information li {
	float: left;
	margin-left: 5px;
	padding-left: 10px;
	background: url('../images/bullet.gif') no-repeat left 50%;
}

#footer ul#company_information li.first {
	margin-left: 0px;
	padding-left: 0px;
	background: none;
}

ul#site_tools {
	display:none;
}
/*
	position: absolute;
	clear: both; /* For IE6-, otherwise ab pos element won't show when comes after float in markup. */
	top: 0px;
	left: 0px;
	width: 210px;
	margin-top: -2.5em;
	padding-top: 4px;
	font-size: 77%;
	color: #000;
}

ul#site_tools li {
	float: left;
	margin-left: 3px;
	padding-left: 3px;
	border-left: 2px solid #FFF;
	/*background: url('../images/bullet-bar.gif') no-repeat left 50%;*/
}

ul#site_tools li.first {
	padding-left: 0px;
	background: none;
	border-left: 0;
}

ul#site_tools a:link, 
ul#site_tools a:active, 
ul#site_tools a:visited {
	text-decoration: none;
	color: #000;
}

ul#site_tools a:hover, 
ul#site_tools a:visited:hover {
	text-decoration: underline;
	color: #000;
}
*/

/* ============================================== */
/* == /#footer ================================== */


/* == Cross-section Styles ====================== */
/* ============================================== */
a:link, 
a:active, 
a:visited {
	text-decoration: underline;
	color: #2568AA;
}

a:hover, 
a:visited:hover {
	text-decoration: none;
	color: #2568AA;
}

.advert {
	display:none;
}

.advert.bg-image {
	height: 64px;
	padding: 0px;
	text-align: left;
}

.advert span.bg {
	background: #0057BA url('../images/ad-newsletter.gif') no-repeat;
}

.advert a {
	display: block;
}

.advert a:link, 
.advert a:active, 
.advert a:visited {
	text-decoration: none;
	color: #FFF;
}

.advert a:hover, 
.advert a:visited:hover {
	text-decoration: none;
	color: #FFF;
}

/* -- .slideshow -------------------------------- */

.slideshow-tall {
	display:none;
} 
 
.slideshow-tall img {
    width: 200px; 
    height: 404px;
}

.home .slideshow-tall {
	width: 190px;
    height: 240px;  
} 
 
.home .slideshow-tall img {
    width: 190px; 
    height: 240px;
}

.top-level .slideshow-tall {
	width: 275px;
    height: 500px;
    margin-left: 0px;
} 
 
.top-level .slideshow-tall img {
    width: 275px; 
    height: 500px;
}

.third-level .slideshow-tall {
	width: 300px;
    height: 334px;
    margin-left: 0px;
} 
 
.third-level .slideshow-tall img {
    width: 300px; 
    height: 334px;
}

.rotate img {
	display: none; /* If browser js is disabled, hides all img in slideshow. */
}

.rotate img.top-slide {
	display: block; /* If browser js is disabled, shows first img in slideshow. */
}

em {
	font-style: italic
}

strong {
	font-weight: bold;
}

.maps {
	float:left;
	margin:0 42px 30px 0;
	_margin:0 28px 30px 0;
	text-align: center;
}

.maps a {
	text-decoration: none;
}

.maps img {
}

form label {
	display:block;
	margin:2px 0;
}
#single-gallery {
	text-align: left;	
}
.req {color:#c00;}

textarea {width:280px;border:2px inset #ddd;}

/***Testimonials***/
div.quote {
	float:left;
	margin:0 15px 15px 0;
	padding:10px;
	width:200px;
	font-style:italic;
	border:1px solid #ccc;
	background:#fcfcfc;
	font-family: Times, "Times New Roman";
	font-size: 16px;
} 
div.quote:hover {
	border:1px solid #aaa;	
}
div.quote a, div.quote a:visited {
	color:#97BD6A;
	text-decoration: none;
}
div.quote a:hover {
	color:#2568AA;
}
div.quote p.attrib {
	font-family: arial,helvetica,clean,sans-serif;
	font-size:12px;
	color:#2568AA;
}
/***End Testimonials***/
