/* CSS Document */
	html {
		height: 101%;
	}
	body {
		margin:10px 50px 50px 50px;
		padding:0;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		background-image:  url(http://www.tahoelocals.com/images/page_bg2.png);
		background-attachment: fixed;
		background-repeat:repeat-x;
		background-color:#ccc;
		height: 101%;
		color: #333;
	}

	h1 {font-size: 18px;
		font-weight: bolder;
	
	}
	h2 {
		color: blue;
		font-size: 16px;
		font-weight: bold;
	}
	
	h3 {
		color: blue;
		font-size: 14px;
		font-weight: bold;
	}
	a:link, a:active{
		text-decoration: underline;
		color: #0033CC;
		font-weight: bold;
	}
	a:visited {
		text-decoration: underline;
		color: #003AEA;
		font-weight: bold;
	}
	a:hover {
		text-decoration: none;
	}
	
	img {
		border: none;
		padding: 0px;
	}
	#topBar {
		height: 100px;
		width: 700px;
		background-image:  url(http://www.tahoelocals.com/images/logo_background.gif);
		background-repeat: repeat-x;
	}
	.top_nav_links_box {
		width:100%;
	}
		.very_top_nav_box {
			text-align: right;
			width: 100%;
			margin-top: 0px;
			position: relative;
		}
		
		.very_bottom_nav_box {
			text-align: center;
			width: 700px;
			margin-top: 15px;
			height: 50px;	
		}
	
	a.top_nav_link:link, a.top_nav_link:active, a.top_nav_link:visited {
		z-index: 1;
		float: left;
		background-color:#4C94FF;
		color: #FFFFFF;
		margin-top: 30px;
		margin-right: 20px;
		text-decoration: none;
		font-size: 14px;
		font-weight: bold;
	}

	a.top_nav_link:hover {
		text-decoration: underline;
	}

	#content {
		clear: both;
		width: 686px;
		background-image: url(http://www.tahoelocals.com/images/bg.gif);
		color: #000000;
		border: 2px solid #3399FF;
		font-size: 13px;
		padding: 5px;
		color: #333333;
	}
	.content_box {
		padding: 10px;
		font-size: 12px;
	}
	.resource_box_ad {
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	#resource_box {
		width:170px;
		padding:5px;
		margin-left:10px;
		margin-bottom:10px;
		float:right;
		background:#fff;
		border: 1px solid #4C94FF;
		background-color: #FFF;
	}
	
	a.very_top_nav_link:link, a.very_top_nav_link:active, a.very_top_nav_link:visited {
		color: blue;
		background-color: #FFFFFF;
		text-decoration: underline;
		font-size: 10px;
		font-weight: bolder;
		margin-right:10px;
	}

	a.breadcrumb:link, a.breadcrumb:active, a.breadcrumb:visited {
		color: #4C94FF;
		background-color: #FFFFFF;
		text-decoration: underline;
		font-size: 12px;
		font-weight: bolder;
		margin-left:5px;
		margin-right:5px;
	}
	a.breadcrumb:hover {
		text-decoration: none;
		font-weight: bold;
	}
	a.very_bottom_nav_link:link, a.very_bottom_nav_link:active, a.very_bottom_nav_link:visited {
		color: #0080FF;
		background-color: #CCCCCC;
		text-decoration: underline;
		font-size: 14px;
		font-weight: bolder;
		margin-right:10px;
		margin-left:10px;
		margin-bottom:10px;
	}
	
	.directory_cat {
		float:left; 
		font-size: 14px; 
		text-align: center;
		margin: 0px;
	}
	.directory_sub_cat {
		width: 100%;
		float: left;
		margin: 5px;
	}
	a.cat_link:link, a.cat_link:active, a.cat_link:visited {
		color: blue;
		text-decoration: underline;
		font-size: 14px;
		font-weight: bolder;
		margin-left: 2px;
		margin-right: 2px;
		margin-bottom: 5px;
	}
	a.sub_cat_link:link, a.sub_cat_link:active, a.sub_cat_link:visited {
		color: blue;
		text-decoration: underline;
		font-size: 12px;
		font-weight: bolder;
		margin-top: 2px;
		margin-left:0px;
		margin-right:5px;
	}
	a.cat_link:hover, a.sub_cat_link:hover {
		text-decoration: none;
		font-weight: bold;
	}	
