/*
Public Stylesheet for Innovation Connector by SpinWeb [Patrick Johnson].

/* --------------- Global Styles --------------- */

body#public {margin: 0;padding: 0; background: #eeede8;}

body, body#public, .paragraph {
    font-size: 14px;
    line-height: 1.2;
    font-family: "Myriad Pro", Helvetica, "Lucida Grande", "Lucida Sans", Verdana, Tahoma, "Trebuchet MS", Sans-Serif;
    color: #555;
    }
a:link, a:visited {color: #009be3;text-decoration: none;}
a:hover, a:active {color: #0055a5;text-decoration: underline;}
a img {border: 0;margin: 0;padding: 0;}
.errorMessage {font-weight: bold; color:#f00;}
.left {float: left;  margin: 0 10px 10px 0; border: 2px solid #c2c1bd;}
.right {float: right; margin: 0 0 10px 10px; border: 2px solid #c2c1bd;}
.full-photo {margin: 0 0 10px 0; border: 2px solid #c2c1bd; clear: both;}
.center {text-align: center;}
.reserveButtons {
 clear: both;
 border-bottom: 1px solid #cdcdcd;
 margin-bottom: 25px;
 padding-bottom: 25px;
 float: left;
 width: 100%;
}
a.big-button {
 color: #fff;
 }
.big-button span {
 font-size: 26px;
}
.big-button {
 padding: 25px 0;
 font-size: 18px;
 display: block;
 background: #9E9FA2;
 text-align: center;
 color: #fff;
 width: 100%;
 height: 50px;
 -moz-border-radius: 20px 0 20px 0;
 -webkit-border-bottom-right-radius: 20px;
 -webkit-border-top-left-radius: 20px;
 border-bottom-right-radius: 20px;
 border-top-left-radius: 20px;
}
.big-button:hover {
 background: #b91e1c;
 text-align: center;
 color: #fff;
 text-decoration: none;
 -moz-border-radius: 20px 0 20px 0;
 -webkit-border-bottom-right-radius: 20px;
 -webkit-border-top-left-radius: 20px;
 border-bottom-right-radius: 20px;
 border-top-left-radius: 20px;
}
a.small-button {
 color: #fff;
 }
.small-button span {
 font-size: 26px;
}
.small-button {
 padding: 25px 0;
 font-size: 18px;
 display: block;
 background: #9E9FA2;
 text-align: center;
 color: #fff;
 width: 200px;
 height: 20px;
 -moz-border-radius: 20px 0 20px 0;
 -webkit-border-bottom-right-radius: 20px;
 -webkit-border-top-left-radius: 20px;
 border-bottom-right-radius: 20px;
 border-top-left-radius: 20px;
 float: left;
 margin-right: 20px;
}
.small-button:hover {
 background: #b91e1c;
 color: #fff;
 text-decoration: none;
 -moz-border-radius: 20px 0 20px 0;
 -webkit-border-bottom-right-radius: 20px;
 -webkit-border-top-left-radius: 20px;
 border-bottom-right-radius: 20px;
 border-top-left-radius: 20px;
}

h1, h2, .eventHeadline {font-size: 18px; font-weight: bold; font-style: italic;}
.heading {font-size: 16px; font-weight: bold;}
h3, .sub-heading {font-size: 16px; font-weight: normal;}
.pdf {
 background: url(graphics/images/pdf.gif) no-repeat;
 line-height: 40px;
 display: block;
 padding: 0 0 0 50px;
}

hr {
    color: #e3e2e0;
    background-color: #e3e2e0;
    height: 1px;
    margin: 15px 0;
	border: 0;
   }
.clear {clear: both;}

* html img,
* html .png{
position:relative;
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "/graphics/images/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}

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 {
vertical-align:top;
}

/* --------------- Layout --------------- */

#headerWrap {
	background: #fff url(graphics/images/header-bg.png) repeat-x top center;
	width: 100%;
	height: 80px;
	overflow: hidden;
	clear: both;
	}
#featureWrap {
	background: #731110 url(graphics/images/feature-bg.jpg) repeat-x;
	width: 100%;
	height: 300px;
	overflow: hidden;
	clear: both;
	padding: 10px 0;
	}
#featNext, #featPrev {
 position: absolute;
}
#featNext:hover, #featPrev:hover {
 opacity: .8;
}
#featPrev {
 left: -33px;
 top: 130px;
}
#featNext {
 right: -33px;
 top: 130px;
}
#contentareaInterior {
	background: #eeede8 url(graphics/images/feature-bg.jpg) repeat-x;
	width: 100%;
	clear: both;
	}
#contentareaInterior:after, .contentarea:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
}

#contentareaWrap {
	background: #eeede8;
	width: 100%;
	clear: both;
	}
#footerWrap {
	border-top: 3px solid #504e4e;
	background: #000;
	width: 100%;
	height: 100px;
	overflow: hidden;
	clear: both;
	}
.header, .contentarea, .footer {
	width: 960px;
	margin: 0 auto;
	}
.header {
        height: 80px;
        }
.header h1 {
        margin: 0;
        }
.contentarea {
        background: #eeede8;
        }
#slideshow {
	margin: 0 auto;
	width: 960px;
	height: 300px;
	}
.feature1, .feature2, .feature3, .feature4 {
	-moz-border-radius: 50px 0 50px 0;
	-webkit-border-bottom-right-radius: 50px;
	-webkit-border-top-left-radius: 50px;
	border-bottom-right-radius: 50px;
	border-top-left-radius: 50px;
	width: 960px;
	height: 300px;
	margin: 0 auto;
	}
.feature1 {
	background: url(graphics/images/slide-1-white.jpg) no-repeat;
	}
.feature2 {
	background: url(graphics/images/slide-2.jpg) no-repeat;
	}
.feature3 {
	background: url(graphics/images/slide-3.jpg) no-repeat;
	}
.feature4 {
	background: url(graphics/images/slide-4.jpg) no-repeat;
	}
.logo img {
	margin: 0; 
	padding: 0;
	position: absolute;
        z-index: 99999;
	}
.utility {
	width: 510px;
	height: 42px;
	float: left;
	padding-left: 450px;
	z-index: 9999;
        position: relative;
	}
.clientLogin {
        float: left;
	width: 150px;
	z-index: 9999;
	position: relative;
        margin-top: 13px;
	}
.networks {
	float: left;
	width: 130px;
	z-index: 9999;
	position: relative;
	}
.networks ul {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
.networks ul li {
	float: left;
	}
.networks p {
	float: left;
	margin: 13px 9px 0 0;
	padding: 0;
	}
.networks img {
	margin: 13px 9px 0 0;
	float: left;
	}
.search {
	background: #9e9fa2;
	width: 230px;
	height: 30px;
	margin: 0;
	overflow: hidden;
	float: right;
	-moz-border-radius: 0 0 20px 20px;
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	color: #fff;
	}
.search:hover {
        background: #88898c;
        }        
.search p {
	margin: 0;
	padding: 0;
	line-height: 0;
	height: 23px;
	}
.search form {
	margin: 0;
	padding: 0;
	position:static;
	overflow: hidden;
	height: 0;
	}
.search p input {
	background: none;
	border: none;
	margin: 0;
	color: #fff;
	height: 17px;
	width: 192px;
	padding: 5px 5px 5px 33px;
	}
.search .submit {
	background: url(graphics/images/ico-search.png) no-repeat;
	border: 0;
	cursor: pointer;
	width: 13px;
	height: 14px;
	position: absolute;
	margin: 7px 0 0 12px;
	text-indent: -4000px;	
	}
.leftCol, .rightCol {
	float: left;
	width: 240px;
	}
.middleCol {
	float: left;
	width: 440px;
        min-height: 400px;
	background: url(graphics/images/cell-bg.gif) no-repeat top left;
	padding: 20px;
	}
.buttons {
	margin: 20px 0 0 0;
	}
.buttons .first {
	margin-right: 10px;
	}
.module {
	background: url(graphics/images/cell-bg.gif) no-repeat top left;
	float: left;
	padding: 20px;
	width: 200px;
	}
.module h2, .middleCol h2 {margin-top: 0;}
.module .first img {
	margin-bottom: 20px;
	float: left;
	}
.testimonial {
	background: url(graphics/images/quotes-yellow.gif) no-repeat top left;
	float: left;
	padding: 20px;
	width: 200px;
	}
.testimonial p {
	margin: 10px 0;
	}
.lister {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
.lister li {
	border-bottom: 1px solid #e3e2e0;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	}
.lister h3 {
	font-size: 14px;
	margin: 0;
	padding: 0;
	}
.meta {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 11px;
	}
	
/* --------------- Navigation --------------- */

#mainNav li ul, .footerNav li ul {
	display:none !important;
	}
#mainNav li, #footerNav li {
	margin:0;
	}
#mainNav {
	margin: 0;
	height: 38px;
	float: right;
	min-width: 960px;
        position: relative;
        z-index: 9999;
	}
#mainNav ul {
        margin: 0;
	padding: 0;
	list-style-type: none;
	float: right;
	background: url(graphics/images/mainNav-bg.gif) repeat-x;
	-moz-border-radius: 20px 20px 0 0;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
	min-width: 300px;
	}
#mainNav li {
    float: left;
	}
#mainNav li a {
    color: #fff;
    font-size: 14px;
    margin: 0;
    padding: 0 22px;
    text-decoration: none;
	float: left;
	height: 38px;
	line-height: 39px;
	border-left: 1px solid #b91e1c;
	border-right: 1px solid #ed2724;
	}
#mainNav li a.first {
	border-left: none;
	-moz-border-radius: 20px 0 0 0;
	-webkit-border-top-left-radius: 20px;
	border-top-left-radius: 20px;
	}
#mainNav li a.last {
	border-right: none;
	-moz-border-radius: 0 20px 0 0;
	-webkit-border-top-right-radius: 20px;
	border-top-right-radius: 20px;
	}
#mainNav li a.first:hover {
	-moz-border-radius: 20px 0 0 0;
	-webkit-border-top-left-radius: 20px;
	border-top-left-radius: 20px;
	}
#mainNav li a.last:hover {
	-moz-border-radius: 0 20px 0 0;
	-webkit-border-top-right-radius: 20px;
	border-top-right-radius: 20px;
	}
#mainNav li a:hover, #mainNav li a.current {
    background: #b91e1c;
	color: #fff;
    text-decoration: none;
	}
.subNavigation {
	background: #9e9fa2;
	width: 160px;
	float: left;
	color: #fff;
	padding: 20px;
	-moz-border-radius: 20px 0 20px 0;
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
	border-top-left-radius: 20px;
	}
.subNavigation h2 {
	margin: 0 0 10px 0;
        text-shadow: 1px 1px #777;
	}
.subNav {
    margin: 0;
    padding: 0;
	float: left;
	list-style-type: none;
	}
.subNav li {
	padding: 0;
	margin: 0;
        float: left;
	}
.subNav li a, .subNav li a:visited {
	border-bottom: 1px solid #7E7F81;
	display: block;
	line-height: 18px;
	width: 140px;
	font-weight: 100;
	padding: 10px;
	font-weight: normal;
	color: #fff;
	}
.subNav li a.last {
	border: 0;
	}
.subNav li a:hover, .subNav li a.current {
	background: #7E7F81;
	text-decoration: none;
	color: #fff;
	}
.footer {
	color: #CCCCCC;
	font-size: 11px;
	}
.footer a {
	color: #fff;
	}
.footerNav {
	list-style-type: none;
	font-size: 11px;
	margin: 25px 0 10px 0;
	padding: 0;
	text-align:left;
	width: 360px;
	float: left;
	clear: both;
	}
.footerNav ul {
	margin: 0 0 10px 0;
	padding: 0;
	}
.footerNav li {
	display:inline;
	margin: 0 15px 0 0;
	float: left;
	}
.footerNav li a {
	font-weight: bold;
	font-size: 12px;
    letter-spacing: -1px;
	color: #fff;
	}
.footerLogos {
	float: right;
	width: 560px;
	list-style-type: none;
	margin: 16px 0 0 0;
	padding: 0;
	}
.footerLogos li {
	float: left;
	margin: 0 30px 0 0;
	}
.footerLogos li a:hover {
	opacity: .8;
	}

/* ---------------General Module Styles--------------- */
.errorMessage{ font-weight:bold; color:#f00; }
/* End General Module Styles */

/* Pagination */
.pagination { clear: both; display: block; }
.pagination a, .pagination a:link, .pagination a:visited { text-decoration:none; }
.pagination .prevnextCurrent, .pagination .prevnextWindow, .pagination .prevnextWindowArrow { border:solid 1px #ccc; margin:0; padding:4px 6px; font-size:11px; margin-right:2px; display:inline; display:inline-block; }
.pagination a.prevnextWindow:hover, .pagination a.prevnextLink:hover, .pagination .prevnextWindowArrow:hover { border:solid 1px #000; color:#000; }
.pagination .prevnextCurrent {background:#ccc; color:#000; font-weight:bold; padding:4px 6px; }
.pagination a.prevnextLink { border:1px solid #ccc; padding:4px 6px 4px; margin-right:2px; font-size:11px; display:block; }
/* End Pagination */

/* Send Page Styles */
.sendpage { clear:both; }
.sendpageBody div, .sendpageBody td { padding: 2px 0px; }
/* End Send Page Styles */

/* ModuleBegin::gendocs */
.webpageWrapper { }
/* ModuleEnd::gendocs */

/* ModuleBegin::events */
/* ---------------
Events Lister
----------------- */
.eventsWrapper { }
.eventsWrapper .eventList { margin: 0; list-style: none; }
.eventsWrapper .eventList li { margin: 0 0 18px 0; }
.eventDate { color: #777; font-size: smaller; }
.eventTime { color: #777; font-size: smaller; }
.eventsWrapper .eventList li h2 { color: #333; }
.eventsWrapper .eventList li h3 { color: #000; }
.eventBlurb { }


/* ---------------
Events Detail
----------------- */
.eventLocation, .eventRSVP, .eventTicketWrapper { }
.eventLocation { }
.eventLocationMap {  }
.eventLocationAddress {  }
.eventLocationDriving {  } 
.eventContact {  }
.eventPhone {  }
.eventEmail {  }
.eventRSVP {  }
.eventTicketWrapper { }
.eventTicket {  }
.eventBody { }
/* ModuleEnd::events */



/* ModuleBegin::news */
.newsWrapper { }
.newsWrapper .newsList { margin: 0; list-style: none; }
.newsWrapper .newsList li { margin: 0 0 18px 0; }
.newsWrapper .meta { color: #777; font-size: smaller; }
.newsWrapper .blurb { }
.newsWrapper .content { }
.newsWrapper .copyright { padding: 1em 0em; text-align: center; font-size: smaller; }
/* ModuleEnd::news */

#recaptcha_logo {display: none;}
#recaptcha_tagline {display: none;}
#recaptcha_table {background: #fff; width: 100%;}
.formtext, .formtextRequired {
margin-top:10px;
}
.formtextRequired {
font-weight:bold;
}
.searchTopMatches {
 margin-bottom: 20px;
}

/* ModuleBegin::commerce */
.shoppingAlert { color: red; }
.shoppingBody { font-size: 8pt; }
.shoppingCartEvenRow { background-color: #ffffff; color:#002d62; }
.shoppingCartOddRow { background-color: #ebebeb; color:#002d62; }
.shoppingCartTableHeader { background-color: #002d62; color: #ffffff; font-size: 8pt; font-weight: bold; }
.shoppingForm { font-size: 8pt; color:#002d62; }
.shoppingFormQuantity { background-color: #ffffff; font-size: 8pt; }
.shoppingFormRequired { font-size: 8pt; font-weight: bold; color:#002d62; }
.shoppingFormRequired input, .shoppingFormRequired select { font-weight: normal; color:#000; }
.shoppingHeading { color:#002d62; }
.shoppingInStock { }
.shoppingItemHeading { }
.shoppingOutOfStock { color: #dd0000; }
.shoppingLowStock { }
.shoppingTable { background-color: #e8e8e8; color:#002d62; }
.shoppingTableBorder { background-color: #ffffff; }
.shoppingFormRequired { width: 1%; }
/* ModuleEnd::commerce */
