@charset "utf-8";
/* CSS Document */
/* Farhan Jiwani for Jon Fruitman */

@import url("reset.css");

body{
	background-color:#fff;
	color:#5b5b59;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px; line-height:13px;
	margin-top: 0px;
}
	a:link, a:visited, a:active {
		color:#5b5b59;
		text-decoration:none;
	}
	a:hover {
		color:#036;
		text-decoration:underline;
	}

	#fullWidthBorder {
		width:100%; height:5px;
		background-color:#123;
	}


#entireSite {
	width:985px; 
	margin:0 auto;
}

#generalContainer {
	float:left; clear:none;
}

	#header {
		width:825px; height:122px;
	}
		#hdrLogo {
			float:left; clear:none;
			width:354px; height:89px;
		}
		#searchBar {
			float:right; clear:none;
			width:373px; height:34px;
			margin:10px 0 0;
		}
			#ctl00_txtSearch {
				float:left; clear:none;
				width:206px; height:17px;
				border:1px solid #ccc;
				margin:6px 5px 0 0;
				font-size:10px; line-height:12px;
				color:#939393;
				vertical-align:top;
				padding-top:3px;
			}
			#ctl00_btnGlobalSearch {
				float:left; clear:none;
				border-right:1px solid #ccc;
				margin:5px 8px 0 0;
			}
			#searchBarLinks {
				float:right; clear:none;
				padding:0 11px 0;
				line-height:16px;
				font-size:11px;
				border-left:1px solid #ccc;
			}
				#searchBarLinks a:link, #searchBarLinks a:visited, #searchBarLinks a:active {
					color:#891313;
					text-decoration:none;
				}
				#searchBarLinks a:hover { text-decoration:underline; }
		#tagLine {
			float:left; clear:none;
			width:471px; height:45px;
		}
		#hdrNav {
			float:left; clear:both;
			width:825px; height:33px;
		}
			#hdrNav a:link, #hdrNav a:visited {
				float:left; clear:none;
				height:23px; padding-top:10px;
				text-decoration:none;
				text-transform:uppercase;
				text-align:center;
				font-weight:bold;
				font-size:12px;
				color:#fff;
			}
		
		#hdrNav a.home {
			width:88px;
			background-image:url(images/navBar/home.gif);
		}
			#hdrNav a.home:hover {
background-image:url(images/navBar/home_over.gif); }
		#hdrNav a.venues {
			width:94px;
			background-image:url(images/navBar/venues.gif);
		}
			#hdrNav a.venues:hover {
background-image:url(images/navBar/venues_over.gif); }
		#hdrNav a.caterers {
			width:109px;
			background-image:url(images/navBar/caterers.gif);
		}
			#hdrNav a.caterers:hover {
background-image:url(images/navBar/caterers_over.gif); }
		#hdrNav a.planners {
			width:155px;
			background-image:url(images/navBar/planners.gif);
		}
			#hdrNav a.planners:hover {
background-image:url(images/navBar/planners_over.gif); }
		#hdrNav a.visuals {
			width:151px;
			background-image:url(images/navBar/visuals.gif);
		}
			#hdrNav a.visuals:hover {
background-image:url(images/navBar/visuals_over.gif); }
		#hdrNav a.music {
			width:74px;
			background-image:url(images/navBar/music.gif);
		}
			#hdrNav a.music:hover {
background-image:url(images/navBar/music_over.gif); }
		#hdrNav a.decor {
			width:154px;
			background-image:url(images/navBar/decor.gif);
		}
			#hdrNav a.decor:hover {
background-image:url(images/navBar/decor_over.gif); }
	
	#leftContainer {
		float:left; clear:none;
		width:155px;
		margin:20px 0 0 0px;
	}
		#leftContainer .leftHeader { float:none; clear:both; }
		.leftContent, .leftContentSubCat, .leftContentSubCatTitle {
			float:none; clear:both;
			border-left:1px solid #d1d2cd;
			border-right:1px solid #d1d2cd;
			padding:12px 0 0 4px;
			font-size:10px; line-height:12px;
		}
			.leftContent, .leftContentSubCat { padding:12px 0 0 0; }
			.leftContentSubCatTitle { 
				font-size:12px; line-height:14px;
				font-weight:bold;
				padding-left:8px;
				margin-bottom:-8px;
			}
				.leftContentSubCatTitle a:link, .leftContentSubCatTitle a:active, .leftContentSubCatTitle a:visited { color:#8F0001; }
			.leftContent select {
				font-size:11px; line-height:12px;
				width:128px; height:19px;
				margin:0 0 6px 12px;
			}
			.leftContent select.withBG {
				background-color:#e4cdd0;
			}
			.leftContent input, .leftContent input.chkbx {
				margin:0 0 6px 12px;
				vertical-align:middle;
			}
			.leftContent input.chkbx {
				position:relative;
				top:2px;
			}
			.leftContent .button, .leftContent .button2 {
				margin:11px 29px 16px;
				cursor:pointer;
			}
			.leftContent .button2 {
				margin:11px 29px 6px;
			}
			.leftContent li {
				list-style-image:url(images/bullet_01.gif);
				margin:0 0 12px 34px;
				font-size:12px; line-height:14px;
				vertical-align:middle;
			}
				.leftContent li.last {
					margin-bottom:0;
				}
			.leftContentSubCat li {
				background-image:url(images/bullet_01.gif);
				background-repeat:no-repeat;
				background-position:12px;
				margin:0 1px 4px 1px;
				padding:4px 0 4px 24px;
				font-size:12px; line-height:14px;
				vertical-align:middle;
			}

				.leftContentSubCat li.last {
					margin-bottom:0;
				}
				.leftContentSubCat li.selected {
					background-color:#F5EDEE;
				}
				.leftContentSubCat li.selected a:link, .leftContentSubCat li.selected a:active, 
				.leftContentSubCat li.selected a:visited {
					color:#000;
				}
			.moreSearchOptions {
				background-color:#F5EDEE;
			}
				.moreSearchOptionsTitleHide, .moreSearchOptionsTitleShow {
					color:#8f0001;
					cursor:pointer;
					width:155px; height:20px;
					padding:6px 0 0 6px;
					background-image:url(images/bullet_02right.gif);
					background-repeat:no-repeat;
					background-position:17px 8px;
					text-align:center;
				}
				.moreSearchOptionsTitleShow {
					background-image:url(images/bullet_02down.gif);
				}
				.moreSearchOptionsContent {
					display:none;
				}
	
	
	#mainContainer {
		float:left; clear:none;
		width:654px;
		margin:20px 0 0 15px;
	}
		#bodyTop {
			width:645px; height:130px;
		}
		
		#bodyMid {
			width:645px; 
			float:none; clear:both;
		}
			.gridBox, .gridBoxCentre {
				float:left; clear:none;
				height:178px; width:214px;
				background-image:url(images/gridShadow.gif);
				background-position:bottom;
				background-repeat:repeat-x;
			}
			.gridBoxCentre, .gridBoxCentreBottom { width:217px; }
			.gridBoxCentreBottom { 
				/*border-bottom:1px solid #D3CFCC;
				height:177px;
				overflow:hidden;*/
			}
				.gridBox .TopLeft, .gridBox .TopRight {
					width:213px; height:160px;
					border-left:1px solid #D3CFCC;
					border-bottom:1px solid #D3CFCC;
				}
				.gridBox .TopRight {
					border-left:none;
					border-right:1px solid #D3CFCC;
				}
				.gridBoxCentre .Centre, .gridBoxCentre .BottomCentre {
					width:215px; height:160px;
					border-left:1px solid #D3CFCC;
					border-right:1px solid #D3CFCC;
				}
				.gridBox .BottomLeft, .gridBox .BottomRight {
					width:213px; height:160px;
					padding:18px 0 0;
					border-left:1px solid #D3CFCC;
					background-image:url(images/gridShadow.gif);
					background-position:0 161px;
					background-repeat:repeat-x;
				}
				.gridBox .BottomRight {
					border-left:none;
					border-right:1px solid #D3CFCC;
				}
				.gridBoxCentre .BottomCentre {
					height:166px;
					border-bottom:1px solid #D3CFCC;
					background-image:url(images/gridShadow.gif);
					background-position:bottom;
					background-repeat:repeat-x;
				}
				
			.gridBoxThumbTop {
				float:left; clear:none;
				height:159px;
				margin:0 20px 0 6px;
				overflow:hidden;
			}
			.gridBoxTitle a:link, .gridBoxTitle a:visited, .gridBoxTitle a:active {
				float:left; clear:none;
				color:#036;
				font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
				font-size:20px; line-height:24px;
				margin:0 0 15px;
			}
			.gridBoxList {
				float:left; clear:none;
				width:95px;
			}
				.gridBoxList li {
					float:left; clear:none;
					list-style-image:url(images/bullet_01.gif);
					margin:0 0 10px 7px;
					font-size:11px; line-height:13px;
					vertical-align:middle;
				}
					.gridBoxList li.last {
						margin-bottom:0;
					}
		
		#bodyBottom {
			width:645px;
			margin:0;
		}
			#whatsNew {
				float:left; clear:none;
				margin:8px 0 0;
				width:430px;
				
			}
			#newListings {
				width:427px;
				border-left:1px solid #D3CFCC;
				border-right:1px solid #D3CFCC;
				padding:0 1px 0 0;
			}
				#scroll {
					height:405px;
				}
				#scroll .listing {
					float:none; clear:both;
				}
					#scroll .listing img {
						float:left; clear:none;		
						vertical-align:top;	
					}
						#scroll .listing img.logo { 
							margin:0 0 0 6px; 
							width:88px; height:76px;
						}
						#scroll .listing img.shot { 
							margin:0 0 15px 17px; 
							width:75px; height:76px;
						}
						#scroll .listing .listingIcons { 
							margin:0 0 0 6px; 
							width:197px; height:24px;
							float:left; clear:none;
						}
							#scroll .listing .listingIcons img { 
								float:left; clear:none;
								margin:0 7px;
								cursor:pointer;
							}
					#scroll .listing span.title {
						float:left; clear:none;					
						color:#000;
						font-weight:bold;
						font-size:12px; line-height:14px;
						margin:0 0 18px 13px;
						
					}
					#scroll .listing span.title a { color:#000; }
					#scroll .listing .hr {
						float:none; clear:both;
						width:386px; height:1px;
						background-color:#D3CFCC;
						margin:15px auto;
					}
			
			#about {
				float:right; clear:none;
				margin:8px 0 0;
				width:204px;
			}
				#aboutContent {
					width:202px;
					border-left:1px solid #D3CFCC;
					border-right:1px solid #D3CFCC;
					
				}
					#aboutContent .aboutTitle {
						color:#000;
						font-size:14px; line-height:16px;
						font-weight:bold;
						padding:10px 12px;
					}
						#aboutContent .aboutTitle a { color:#000; }
					
					#aboutContent p {
						padding:5px 12px;
						font-size:12px; line-height:14px;
					}
					#aboutContent .logo {
						padding:25px 18px;
						width:166px;
						
					}

#sponsors {
	float:left; clear:none;
	background-color:#123;
	margin:0 0 0 20px;
	padding:15px 9px;
	width:121px;
}

#siteFooter {
	width:792px; 
	float:right; clear:both;
	background-image:url(images/boxFooter.png);
	background-position:top;
	background-repeat:no-repeat;
	margin:10px 0 0;
	padding:7px 0 0 24px;
	font-size:12px; line-height:14px;
}
	#siteFooter img.btnAdvertise {
		background-image:url(http://investnu.ca/index_files/btnAdvertise_over.gif);
		background-position:top;
		background-repeat:no-repeat;		
		float:left; clear:none;
		margin:0 16px 20px 0;
	}
	#navBottom {
		margin:14px 0 0 0;
		float:left; clear:none;
		color:#036;
	}
		#navBottom a:link, #navBottom a:active, #navBottom a:visited, #siteFooter .highlight {
			color:#036;
			font-weight:bold;
			letter-spacing:0px;
		}
		#navBottom a:hover {
			text-decoration:underline;
		}
		
	#siteFooter .footerCats {
		float:left; clear:none;
	}
		#siteFooter .pop1 {
			width:165px;
		}
		#siteFooter .pop2 {
			width:189px;
		}
		#siteFooter .wed1 {
			width:190px;
			margin-left:30px;
		}
		#siteFooter .wed2 {
			width:195px;
		}
	.footerButton {
		font-size:10px; line-height:12px;
		margin:20px 50px 0 0;
		color:#036;
		
		float:left; clear:none;
	}
	.footerButton img { margin-right:8px; margin-bottom:2px; vertical-align:middle; }	
		.footerButton a:link, .footerButton a:active, .footerButton a:visited, .footerButton .highlight {
			color:#036;
		}
		.footerButton a:hover {
			text-decoration:underline;
		}
		
#bottomPadding {
	height:20px;
	overflow:hidden;
	clear:both;
}

/* Copied from VS.ca for listing testing */
.searchtext {
	font-size: 11px;
}
.glance 
{

	background-image:  url("images/glance.gif");
	background-repeat: no-repeat;
}
.descrip {

	font-size: 11px;
}
.descrip a {

	color:#000000
}
.address {
	font-size: 11px;
	font-weight: bold;
}
.venuename {
	font-size: 13px;
	color: #891313;
	font-weight: bold;
	letter-spacing: -1px;
}
blockquote 
{
	margin-left: 15px;
}
.iconbar 
{
	background-image:  url(images/featurebar/iconbar.gif);
	background-repeat: no-repeat;
	background-position: 5px;
	font-size: 11px;
	vertical-align: 55%;
	font-family: sans-serif;
}

#ctl00_contentBody_dynamicResulstNotFound {
	color:#000;
}
#ctl00_contentBody_dynamicResulstNotFound a { color:#861313; 
}
table#contact td { padding:2px 0; }
