*, html {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body {
	background: url(../images/layout/bg.png);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:left;
}

img{border: none;
}

a {
	color: #1370b3;
}
a:hover {
	color: #003c78;
}

:focus {
	outline: none;
}


.img-right {
	float: right;
	margin: 5px 0 5px 10px;
}
.img-left {
	float: left;
	margin: 5px 10px 5px 0;
}
.border {
	border: 1px solid #231f20;
}
.clear {
	clear: both;
}

hr {
	margin-top:20px; margin-bottom:20px;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	background: #fff;
	border: 3px solid #231f20;
	border-bottom: 0;
	border-top: 0;
}

#header {
	padding-bottom: 10px;
}

#top-contact {
	width: 281px;
	height: 59px;
	padding: 12px 14px 0 65px;
	float: right;
	margin: 46px 10px 0 0;
	text-align: center;
	background: url(../images/layout/top-contact-bg.png) no-repeat top left;
	color: #2e74a6;
	text-transform: uppercase;
	font-weight: bold;
}

#top-contact span {
	display: block;
	font-size: 24px;
	line-height: 24px;
	letter-spacing: 2px;
	margin-bottom: 3px;
}

#top-contact span a {
	text-decoration: none;
}

#contact-nav  {
	float: right;
	clear: right;
	font-size: 11px;
	width: 346px;
	padding-top: 4px;
	margin: 0 10px 0 0;
	text-align: left;
	color: #1370b3;
}
#logo {
	padding: 13px 0 0 22px;
}
#logo a img {
	border: 0;
}

p.caption {
	margin-top:5px;
	font-size:11px
}


#top-nav {
	border: 3px solid #8e8e8e;
	border-left: 0; border-right: 0;
	background: url(../images/layout/top-nav-bg.png) repeat-x top;
	height: 68px;
}

#top-nav ul li {
	float: left;
	list-style: none;
	width: 192px;
	height: 68px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	background: url(../images/layout/top-nav-divider.png) no-repeat top right;
}
#top-nav ul li a {
	color: #393637;
	text-decoration: none;
	display: block;
	margin: 1px 4px 1px 0;
	padding-top: 14px;
	height: 52px;
}
#top-nav ul li.commercial {
	background: none;
}
#top-nav ul li a:hover {
	color: #fff;
}

#top-nav ul li a:hover { background: url(../images/layout/foundation-repair-bg.png) repeat-x top; }


#splash {
	height: 154px;
	border-top: 1px solid #d7d7d7;
	margin-bottom: 15px;
}

.splash-img {
	float: right;
	width: 690px;
	height: 149px;
	margin-top: 2px;
}

.splash-txt {
	float: left;
	overflow: hidden;
	color: #fff;
	padding: 80px 0 0 13px;
	width: 250px;
}

#splash .home {
	background: #383838 url(../images/layout/splash-bg-home.png) no-repeat top left;
		height: 154px;
}

#splash .foundation-repair {
	background: #231f20 url(../images/layout/splash-bg-foundation-repair.png) no-repeat top left;
		height: 154px;
}

#splash .dealer {
	background: #78082a url(../images/layout/splash-bg-dealers.png) no-repeat top left;
		height: 154px;
}

#splash .basement-waterproofing {
	background: #461756 url(../images/layout/splash-bg-basement-waterproofing.png) no-repeat top left;
		height: 154px;
}

#splash .about {
	background: #035156 url(../images/layout/splash-bg-about.png) no-repeat top left;
		height: 154px;
}

#splash .commercial {
	background: #0a1251 url(../images/layout/splash-bg-commercial.png) no-repeat top left;
		height: 154px;
}

#content-wrap {
	float: right;
	width: 660px;
	margin-right: 10px;
	line-height: 16px;
	display: inline;
}

#content-wrap h1 {
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 10px;
}

#content-wrap h2.tagline {
	font-size: 15px;
	margin-bottom: 20px;
	color:#003366
}

#content-wrap h2 {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 10px;
}
#content-wrap h3 {
	font-size: 14px;
	margin-bottom: 5px;
}

#content-wrap p,
#content-wrap ul,
#content-wrap ol {
	margin-bottom: 10px;
}

#content-wrap ul,
#content-wrap ol {
	padding-left: 25px;
	overflow: auto;
}

#left-col {
	width: 260px;
	margin-left: 10px;
}

#nav {
	border: 2px solid #cacaca;
	margin-bottom: 8px;
}

#nav ul li {
	list-style: none;
	background: #f0efef url(../images/layout/nav-bg-default.png) repeat-x top;
	margin-top: 2px;
	font-weight: bold;
}
#nav ul li:f-child {
	margin-top: 0;
}
#nav ul li ul li {
	font-weight: normal;
}
#nav ul li a {
	display: block;
	color: #393637;
	padding: 8px 0 0 20px;
	height: 22px;
	text-decoration: none;
}

#nav ul li a:hover,
#nav ul li a.active {
	color: #fff;
}
#nav ul li a:hover,
#nav ul li#active a {
	background: #f0efef url(../images/layout/nav-bg-foundation-repair.png) repeat-x top;
	color: #fff;
}
#left-col #nav ul li.foundation-repair ul li a { color: #231f20;} /* extra specific for ie6 */

#nav ul li#active ul li a {
	background: none;
	color: #393637;
}

#nav ul li ul li a.active {
	font-weight: bold;
}

#nav ul li ul li a.active,
#nav ul li ul li a.active:hover {
	background: none;
}

#nav ul li ul {
	padding: 5px 0 0 20px;
}
#nav ul li ul li,
#nav ul li ul li a,
#nav ul li ul li a:hover {
	background: none;
}
#nav ul li ul li a {
	padding:  0 0 5px 20px;
	height: 15px;
}
#nav ul li ul li#active a,
#nav ul li ul li a:hover {
	color: #000;
	text-decoration: underline;
}


#side-contact {
	background: url(../images/get-started-home.png) no-repeat top left;
	background-color:#046e9b;
}
#side-contact a.imgphone {
	display: block;
	padding: 95px 0 9px 29px;
	font-size: 20px;
	text-decoration: none;
	color: #fff;
}
#side-contact .schedule, 
#side-contact .phone {
	font-weight: bold;
	text-align: center;
	background: #2e74a6;
	color: #fff;
	margin-bottom: 10px;
}
#side-contact .schedule span {
	display: block;
	font-size: 22px;
}
#side-contact .schedule a {
	color: #fff;
	text-decoration: none;
}

#side-contact .phone span {
	display: block;
	font-size: 18px;
}

#form-container {
	text-align: center;
}
#form-container a {
	color: #00f;/* Old: #2e74a6 */
	display: block;
	font-size: 18px;
	font-weight: bold;
	padding: 3px 0 5px;
	outline: none;
}
#form-container a:focus {
	-moz-outline-style: none;
}

#sideform {
	text-align: left;
	width: 230px;
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 5px 0;
	font-size: 11px;
	height: 600px;
}
div.form-item {
	margin: 0px 0px 8px 0px;
}
div.form-item input, div.form-item select {
	float: right;
}
div.form-item input {
	width: 154px;
}
div.form-item textarea {
	width: 225px;
}

div.form-item input.zip {
	width: 88px;
}

div.form-item select {
	margin-right: 5px;
	font-size: 12px;
	height: 20px;
	width: 50px;
}

table.service {
	border:1px solid #000000;

}

table.service td {
	vertical-align: top;
	background: #fbffde;
	padding:8px
}


table.team2 {
	width: 660px;
}

table.team2 td {
	width: 130px;
	padding: 10px 0;
	vertical-align: top;
	text-align: center;
	font-size: 11px;
}

table.team2 td strong {
	font-size: 12px;
}


#footer {
	clear: both;
	text-align: center;
	margin: 22px 10px 20px 10px;
	border-top: 1px solid #323232;
	padding: 15px 0 15px 0;
	font-size: 11px;
	line-height: 16px;
	height: 1%;
}
#footer .small {
	font-size: 10px;
}

#preload {
	height: 1px;
	visibility: hidden;
}

/* Blog Styles */
#content-wrap h1.lineheight {
	font-size: 14px;
	margin-bottom: 5px;
}
#content-wrap p span.copyright {
	font-size: 11px;
	font-style: italic;
	padding: 8px 0 ;
	border-bottom: 1px solid #ccc;
}

#fungibox {
		width: 300px;
		height:350px;
		border:1px;
		border-style:solid;
		border-color:#2c6600;
		background: #fff url(http://www.basementwaterproofingwinnipeg.ca/images/crawlspace-fungus.jpg) no-repeat top left;
		float:right;
		margin: 0px 0px 15px 15px;
}

#fungibox h2 {
	padding-left:10px;
	padding-top:8px;
	color:#266503;
	}

#fungibox li {
	color:#2665032e7c06;
	}

#fungibox li {
	margin-left:10px;
	margin-bottom:5px;
	}
	
#fungibox p {
	margin-left:10px;
	}

#fungibox2 {
		width: 300px;
		border:1px;
		border-style:solid;
		border-color:#2c6600;
		float:left;
		margin: 0px 15px 15px 0px;
}

#fungibox2 h2 {
	padding-left:10px;
	padding-top:8px;
	color:#266503;
	}

#fungibox2 li {
	color:#2665032e7c06;
	}

#fungibox2 li {
	margin-left:10px;
	margin-bottom:5px;
	}
	
#fungibox2 p {
	margin-left:10px;
	}
	
#factoid li {
	margin-bottom:10px;
}
#factoid h3 {
	margin:6px 0px;
}

.index_graybox {
	background-color: #f5f5f5;
	text-align: center;
	width: 150px;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	margin-bottom: 10px;
	border: 1px solid #e8e8e8;
}

.graybox {
	background-color: #f5f5f5;
	text-align: center;
	width: 202px;
	padding: 18px;
	margin-bottom: 10px;
	border: 1px solid #e8e8e8;
}

.graybox2 {
	background-color: #f9f9f9;
	text-align: left;
	width:231px !important; /*moz width*/
    width:248px; /*IE width*/
	margin: 0;
	padding-top: 10px;
	padding-right: 6px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom: 10px;
	border: 1px solid #e8e8e8;
	font-size: 11px;
	line-height: 15px;
}


#popup_links {
	margin-top: 8px;
	margin-bottom: 8px;
	color: #008457;
}
.popuplink, a.popuplink:link, a.popuplink:visited	 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #00619b;
	text-decoration: underline;
}
a.popuplink:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #008457;
	text-decoration: underline;
}
.popuplinkgr, a.popuplinkgr:link, a.popuplinkgr:visited	 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #008457;
	text-decoration: underline;
}
a.popuplinkgr:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #00ad1c;
	text-decoration: underline;
}
.int_photo_cap {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	color: #333;
	background-color: #ecf7fe;
	padding: 10px;
	text-align: center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-width: 0;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #d9d9d9;
	border-bottom-color: #d9d9d9;
	border-left-color: #d9d9d9;
}

.popups {
	list-style-type: square;
	margin-bottom: 0px;
}
ul.popups li {
	color: #00619b;
	margin-left: -15px;
	line-height: 22px;
}

.drytrak {
	padding: 10px;
	text-align: left;
	background-color: #f9f9f9;
	width:520px !important; /*moz width*/
	width:540px; /*IE width*/
	height:260px;
	border: 1px solid #e8e8e8;
	margin-top: 10px;
	margin-bottom: 10px;
}

.capsule_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 14px;
}
.capsule_title, a.capsule_title:link, a.capsule_title:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
	color: #00619b;
	padding-bottom: 2px;
}

a.capsule_title:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
	color: #008457;
	padding-bottom: 2px;
}

:focus {
  -moz-outline-style:none;
}

#triggers {
	text-align:center;
}

#triggers img {
	cursor:pointer;
	margin:0 5px;
	background-color:#fff;
	border:1px solid #ccc;
	padding:2px;

	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

/* styling for elements inside overlay */
.boxdetails {
	font-size:15px;
	width:270px;
	padding: 0 0 0 10px;
	float: right;
}

.boxdetails h3 {
	color:#aba;
	font-size:15px;
	margin:0 0 15px 0;
}


#triggers table td {
text-align: center;
font-weight: bold;
width:152px;
}

/* the overlayed element */
.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#333;
	
	width:650px;	
	min-height:200px;
	border:1px solid #666;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(/images/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

#right-capsule-map {
	margin: 0px 0px 15px 15px;
	h-space:5px;
	width:243px;
	float:right;
}

table#service {
	width:100%;
	border:0;
}

table#service td {
	padding: 5px;
		background-color:#cbe3f8;
	
}

#bulleted ul {
	list-style-image: url(http://www.basementwaterproofingwinnipeg.ca/images/bullet1.png);
}

#bulleted li {
	margin-bottom:10px;
}

div.scroll {
height: 110px;
overflow-Y: scroll;
border: 1px solid #666;
padding: 8px;
}

#tv-spots {
	margin: 0px 0px 10px 20px;
	padding: 5px;
	font-size: 110%;
	text-align: center;
	width: 210px;
}
#accred	{
	 text-align:center;
	 margin:0;
	 padding:5px;
}
#share {
	text-align: center;
	padding:5px;
}
#serving{
	text-align:left;
	margin-bottom: 10px;
	line-height: 16px;
	background-color:#FFFFFF;
	border: 1px solid #E5E5E5;
	padding: 10px 10px;
}
#serving_title {
	font-size: 12px;
	font-weight:bold;
	padding: 5px;
	background-color:#EFEFEF;
	line-height: 14px;
	text-align:center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-left-color: #CCC;
}
#serving_list{
	text-align:left;
	margin-bottom: 10px;
	padding: 5px;
	line-height: 14px;
	background-color:#FFFFFF;
	border: 1px solid #E5E5E5;
	padding: 10px 10px;
}
div.right-float {
	float: right;
	text-align:center;
	margin: 10px 0px 10px 15px;
	font-size: 11px;
	line-height: 13px;
}
div.right-float img {
	margin-bottom: 5px;
}
div.left-float {
	float: left;
	text-align: center;
	margin: 10px 15px 10px 0;
	font-size: 11px;
	line-height: 13px;
}
div.left-float img {
	margin-bottom: 5px;
}
#related {
	float: right;
	width: 180px;
	padding: 10px;
	background: #edf2f9;
	border: 1px solid #495569;
	margin: 0 0 5px 5px;
	font-size: 11px;
}
#related a {
	color: blue;
	border: 0;
}

#related a:hover {
	text-decoration: underline;
}

#related h3 {
	font-size: 13px;
	margin: 0 0 5px 0;
	padding: 0;
}

#related ul {
	margin: 0 0 5px 15px;
	padding: 0;
	list-style: disc url(../images/related-arrow.gif) outside;
}
#related ul li {
	margin: 5px 0;
}
div#category {
	text-transform:uppercase;
	padding:8px 0px 8px 0px;
	font-weight:bold;
	font-size:150%;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	margin:30px 0px 20px 0px
}

div#brochure {
	float:right;
	margin-left:10px;
	padding:8px;
	width:116px;
	background-color:#efefef;
	font-weight:bold;
	text-align:center;
	border:1px solid #c8c6c6
}

div#brochure a {
text-decoration:none
}

div#brochure a:hover {
text-decoration:none
}

.filesize {
	font-weight:normal;
	font-size:7pt
}

hr.product {
	height:1px;
	border:0px;
	color:#e8e8e8;
	background-color:#e8e8e8;
	margin:25px 0px 25px 0px
}

.border {
	border:1px solid #ccc

}

/* TABs for Specifications ----------------------------------- */
/* root element for tabs  */
ul.tabs { 
	list-style:none; 
	margin:0 !important; 
	padding:0;	
	border-bottom:1px solid #666;	
	height:30px;
}

/* single tab */
ul.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
}

/* link inside the tab. uses a background image */
ul.tabs a { 
	background: url(/images/tabs-blue.png) no-repeat -420px 0;
	font-size:11px;
	display:block;
	height: 30px;  
	line-height:30px;
	width: 134px;
	text-align:center;	
	text-decoration:none;
	color:#333;
	padding:0px;
	margin:0px;	
	position:relative;
	top:1px;
}

ul.tabs a:active {
	outline:none;		
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	background-position: -420px -31px;	
	color:#fff;	
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background-position: -420px -62px;		
	cursor:default !important; 
	color:#000 !important;
}

/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */


/* width 1 */
ul.tabs a.s 			{ background-position: -553px 0; width:81px; }
ul.tabs a.s:hover 	{ background-position: -553px -31px; }
ul.tabs a.s.current  { background-position: -553px -62px; }

/* width 2 */
ul.tabs a.l 			{ background-position: -248px -0px; width:174px; }
ul.tabs a.l:hover 	{ background-position: -248px -31px; }
ul.tabs a.l.current  { background-position: -248px -62px; }


/* width 3 */
ul.tabs a.xl 			{ background-position: 0 -0px; width:248px; }
ul.tabs a.xl:hover 	{ background-position: 0 -31px; }
ul.tabs a.xl.current { background-position: 0 -62px; }


/* initially all panes are hidden */ 
div.panes div.pane {
	display:none;		
}


/* tab pane styling */
div.panes div {
	display:none;		
	padding:15px 10px;
	border:1px solid #999;
	border-top:0;
	background-color:#fff;
}

div.panes {
  margin-bottom: 15px;
}

div.panes div table td {
  vertical-align: top;
}

table#cap-table td {
  padding: 0 3px;
}
table#cap-table td:first-child {
  text-align: right;
}

.servarea {
	background-color: #EEE;
	width: 650px;
}

.servarea td {
	padding: 5px;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
}

.teamarea {
	width: 650px;
}

.teamarea td {
	padding: 5px;
	border: 1px solid #444;
	text-align: center;
}

.teamarea img {
	margin: 5px;
	border: 1px solid #CCC;
}


#testimonials {
	border: 1px solid #E5E5E5;
	background: #ffffff;
	margin-bottom: 10px;
	padding: 0 10px 10px;
	color: #000000;
}

#testimonials_title {
	font-size: 12px;
	font-weight:bold;
	color: #000000;
	background-color:#CCC;
	border: 1px solid #E5E5E5;
	margin-bottom: 8px;
	padding: 5px;
}

#testimonials p {
	margin-bottom: 12px;
}

/* News styles */
#news {
	background: #eaf2f6;
	color: #545353;
	font-size: 12px;
	padding: 6px 
}

#news span {
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	line-height: 18px;
}

#news a {
	display: block;
}

.blogcredit {
	margin-bottom: 6px;
}

#content #news {
	float: right;
	width: 200px;
	border: 1px solid #E5E5E5;
}
#reviews {
 clear:both; 
 margin-bottom:20px; 
 border:1px solid #e0e0e0; 
 background-color:#f3f3f3; 
 padding:8px;
}
#review-comments {
 float:right;
 width:520px;
}
#expectbox {
	background-color:#E0E0E0;
	color:#024079;
	margin: 0 0 8px 2px;
	border: 2px 0;
	border-color: #034e88 solid;
}

#graybullets {
	background-color:#f4f4f4;
	padding: 5px 0 0;
	margin: 0;
	border-top:#034e88 solid;
	border-bottom:#034e88 solid;
}


#expectbox {
	background-color:#E0E0E0;
	color:#024079;
	margin: 0 0 8px 2px;
	border: 2px 0;
	border-color: #034e88 solid;
}

#expectbox ol li {
	padding: 5px 0 18px 25px;
    margin-top: 4px;
 list-style-position: none;
	list-style:none;
	margin-left:15px;
	font-size:16px;
}

#expectbox ol li.first {
 background: url(http://www.oregonfoundationrepair.com/numbers/one-2.jpg) no-repeat top left;
 margin-right: 8px;
 margin-bottom: 4px;
 }
 
#expectbox ol li.second {
 background: url(http://www.oregonfoundationrepair.com/numbers/two-2.jpg) no-repeat top left;
 margin-right: 4px;
 }
 
#expectbox ol li.third {
 background: url(http://www.oregonfoundationrepair.com/numbers/three-2.jpg) no-repeat top left;
 }

#expectbox ol li.fourth {
 background: url(http://www.oregonfoundationrepair.com/numbers/four-2.jpg) no-repeat top left;
 }

#expectbox ol li.fifth {
 background: url(http://www.oregonfoundationrepair.com/numbers/five-2.jpg) no-repeat top left;
 }

#expectbox ol li.sixth {
 background: url(http://www.oregonfoundationrepair.com/numbers/six-2.jpg) no-repeat top left;
 }

#expectbox ol li.seventh {
 background: url(http://www.oregonfoundationrepair.com/numbers/seven-2.jpg) no-repeat top left;
 }

#expectbox ol li.eighth {
 background: url(http://www.oregonfoundationrepair.com/numbers/eight-2.jpg) no-repeat top left;
 }
#expectboxol li.ninth {
 background: url(http://www.oregonfoundationrepair.com/numbers/nine-2.jpg) no-repeat top left;
 }
#quotebox {
background-color:#ecf7fe;
border:#cccccc solid 1px;
padding:10px;
clear:both;
}

#quotebox a {
text-decoration:none;
font-weight:normal;
} 

#quotebox a:hover {
font-weight:normal;
text-decoration:underline
}

#city-scroll {margin:0px 18px;}


/* ------------------------------------------------- Begin Expandable Photo Gallery ------------------------------------------------- */
 
.expandable_gallery
{
                position:relative;
                margin-left: auto;
                margin-right: auto;
                width: 540px;
                padding-top: 10px;
                padding-bottom: 5px;
                border:2px solid #ccc;
                background:url(/images/expandable-gallery/h300.png) repeat-x;
                background-color: #C3C3C3;
}
 
.expandable_gallery .more
{
                float: right;
                padding-right: 15px;
}
 
.expandable_gallery .more #viewless
{
                display: none;
}
 
.expandable_gallery .items
{
                float:left;
                width:540px;
                overflow:hidden;
}
 
.expandable_gallery .items_collapsed
{
                float:left;
                width:540px;
                overflow:hidden;
                height: 130px;
}
 
.expandable_gallery .items a, .expandable_gallery .items_collapsed a
{
                text-decoration: none;
                float:left;
                margin:10px 5px 30px 21px;
                background-color:#fff;
                padding:2px;
                border:1px solid #ccc;
                width:100px;
                height:75px;
                display: block;
                
                -moz-border-radius:4px;
                -webkit-border-radius:4px;
}
 
.expandable_gallery .items a span, .expandable_gallery .items_collapsed a span
{
                display: block;
                font-weight: bold;
                text-align: center;
                padding-top: 4px;
                font-size: 10px;
}
/* -- End Expandable Photo Gallery -- */
.homeshow-callout {
    background-color: #FFFFFF;
    border: 1px solid #E0E0E0;
    color: #656565;
    font: 12px/15px Verdana,Geneva,sans-serif;
    padding: 0 10px 10px;
    text-align: left;
}
.homeshow-callout .header {
background: url("/core/images/toolbox/home-show-header.png") no-repeat scroll center top transparent;
border-bottom: 1px solid #F4DF8D;
height: 45px;
margin: 10px 0 8px;
padding: 10px 0 0;
}

.homeshow-callout .upcoming {
margin: 0 0 12px;
text-align: center;
}

.homeshow-callout ul {
margin: 0 0 10px;
padding: 0;
list-style: none;
} 

.homeshow-callout .event {
margin: 0 0 8px;
}

.homeshow-callout a {
color: #656565;
}

.homeshow-callout .more {

margin: 15px 0 0;
text-align: right;
}

#top-open {
    background: url("/images/layout/open-sign-terra-firma.png") no-repeat scroll left top transparent;
    color: #074368;
    float: right;
    font-weight: bold;
    height: 74px;
    margin: 40px 10px 0 0;
    padding: 12px 14px 0 65px;
    text-align: center;
    text-transform: uppercase;
    width: 282px;
}
#top-open span {
    font-size: 20px;
    line-height: 19px;
}
#top-open a {
    color: #074368;
}
#top-open a:hover {
    color: #1370B3;
}
#top-open span a {
    text-decoration: none;
}

#review-us {
	border:1px solid #e3e3e3;
	background-image:url(../images/speechbub.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 12px;
	margin-bottom: 16px;
	color: #5d5d5d;
}

#right-nav {
float: right;
width: 275px;
padding: 0px 0px 10px 12px;
}
