#body_home {
}

#body_home #container {
}

#body_home #content {
	padding-top: 0;
}



/* our work div */
#our_work h2 {
	color: #fff;
	font-size: 1.33em;
	margin-bottom: 20px;
}

#our_work li{
	list-style:none;
	float:left;
	background: #fff url(../site_images/bg_with_caption.png) no-repeat 0 0;
	margin:0 30px 95px 0;
	padding: 5px 7px 8px 5px;
	width:258px;
	position: relative;
}

#our_work li.last{
	margin-right:0;
}

#our_work li a {
	display: block;
	position: relative;
	overflow: hidden;
	height: 107px;
	width: 226px;
	padding: 16px;
	color: #000;
	font: 1.92em/1.2 "Avenir LT Std", Avenir, Helvetica, Arial, sans-serif;
}

#our_work li a:focus, #our_work li a:hover { text-decoration: none; }

#our_work li img {
	position: absolute;
	top: 0;
	left: 0;
	height: 139px;
	width: 258px;
	border: 0;
}

#intro {
	float: left;
	width:390px;
	margin: 20px 40px 0 20px;
	color: #999;
	padding: 4px 0 6px 0;
}

#intro img {
	margin: 10px 0 0 0;
}



#intro_2{
	float: left;
	width: 390px;
	color: #999;
	margin: 20px 0 0 0;
	padding: 4px 0 0 10px;
}

#intro h2, #intro_2 h2 {
	font-size: 1.4em;
	margin: 0 0 0;
	border-bottom: #e8e8e8 solid 1px;
}

#intro p {
	font-size: .90em;
}

#intro_2 p{
	font-size:.90em;
	margin:0;
}

#intro_2 ul{
	margin:0;
}

#intro_2 li{
	margin:0 0 20px;
	padding: 0;
	background: none;
}

#intro_2 h3{
	font-size:1.75em;
	margin:0;
}

/*  Menu
--------------------------------------------- */


    #menu {
	width: 460px;
	margin: 0 50px 0 0;
	float: right;
	position: relative;
	top: 80px;
	}

    #menu ul {
	margin-top: 0px;
	float: right;
	}

    #menu li {
	display: inline;
	overflow: hidden;
	float: left;
	}

    #home a {
	background-image: url(../site_images/navigation.gif);
	background-repeat: no-repeat;
	width: 70px;
	height: 26px;
	display: block;
	text-indent: -9999px;
	background-position: 4px 0;
	}

    #home a:hover {
	background-position: 4px -26px;
	}

    #home .on, #home:hover .on { 
	background-position: 4px -52px; 
	}

    #work a {
	background-image: url(../site_images/navigation.gif);
	background-repeat: no-repeat;
	width: 60px;
	height: 26px;
	display: block;
	text-indent: -9999px;
	background-position: -98px 0;
	}

    #work a:hover {
	background-position: -98px -26px;
	}

    #work .on, #work:hover .on {
	background-position: -98px -52px;
	}

    #about a {
	background-image: url(../site_images/navigation.gif);
	background-repeat: no-repeat;
	width: 60px;
	height: 26px;
	display: block;
	text-indent: -9999px;
	background-position: -186px 0px;
	}

    #about a:hover {
	background-position: -186px -26px;
	}

    #about .on, #about:hover .on {
	background-position: -186px -52px;
	}

    #services a {
	background-image: url(../site_images/navigation.gif);
	background-repeat: no-repeat;
	width: 80px;
	height: 26px;
	display: block;
	text-indent: -9999px;
	background-position: -262px 0px;
	}

    #services a:hover {
	background-position: -262px -26px;
	}

    #services .on, #services:hover .on {
	background-position: -262px -52px;
	}
	
	#contact a {
	background-image: url(../site_images/navigation.gif);
	background-repeat: no-repeat;
	width: 80px;
	height: 26px;
	display: block;
	text-indent: -9999px;
	background-position: -348px 0px;
	}

    #contact a:hover {
	background-position: -348px -26px;
	}

    #contact .on, #contact:hover .on {
	background-position: -348px -52px;
	}
	
	
	/*  Menu
	--------------------------------------------- */


	    #menu_no {
		width: 460px;
		margin: 0 50px 0 0;
		float: right;
		position: relative;
		top: 80px;
		}

	    #menu_no ul {
		margin-top: 0px;
		float: right;
		}

	    #menu_no li {
		display: inline;
		overflow: hidden;
		float: left;
		}

	    #home_no a {
		background-image: url(../site_images/navigation_no.gif);
		background-repeat: no-repeat;
		width: 90px;
		height: 26px;
		display: block;
		text-indent: -9999px;
		background-position: 10px 0;
		}

	    #home_no a:hover {
		background-position: 10px -26px;
		}

	    #home_no .on, #home_no:hover .on { 
		background-position: 10px -52px; 
		}

	    #work_no a {
		background-image: url(../site_images/navigation_no.gif);
		background-repeat: no-repeat;
		width: 74px;
		height: 26px;
		display: block;
		text-indent: -9999px;
		background-position: -95px 0;
		}

	    #work_no a:hover {
		background-position: -95px -26px;
		}

	    #work_no .on, #work_no:hover .on {
		background-position: -95px -52px;
		}

	    #about_no a {
		background-image: url(../site_images/navigation_no.gif);
		background-repeat: no-repeat;
		width: 60px;
		height: 26px;
		display: block;
		text-indent: -9999px;
		background-position: -186px 0px;
		}

	    #about_no a:hover {
		background-position: -186px -26px;
		}

	    #about_no .on, #about_no:hover .on {
		background-position: -186px -52px;
		}

	    #services_no a {
		background-image: url(../site_images/navigation_no.gif);
		background-repeat: no-repeat;
		width: 80px;
		height: 26px;
		display: block;
		text-indent: -9999px;
		background-position: -262px 0px;
		}

	    #services_no a:hover {
		background-position: -262px -26px;
		}

	    #services_no .on, #services_no:hover .on {
		background-position: -262px -52px;
		}

		#contact_no a {
		background-image: url(../site_images/navigation_no.gif);
		background-repeat: no-repeat;
		width: 80px;
		height: 26px;
		display: block;
		text-indent: -9999px;
		background-position: -348px 0px;
		}

	    #contact_no a:hover {
		background-position: -348px -26px;
		}

	    #contact_no .on, #contact_no:hover .on {
		background-position: -348px -52px;
		}
	
	
	/*	Home page splashes
	--------------------------------------------- */

	ul#splashes {
	margin: 0;
	padding: 0;
	display: block;
	width: 828px;
	height: 200px;
	overflow: hidden;
	border: 1px solid transparent;
	background-color: #eee;
	}
	ul#splashes li {
	clear: left;
	width: 828px;
	height: 300px;
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-color: #eee;
	}
	ul#splashes div.splash {
	float: left;
	width: 600px;
	height: 300px;
	overflow: hidden;
	}
	ul#splashes div.blurb {
	float: left;
	width: 192px;
	height: 180px;
	overflow: hidden;
	padding: 10px 15px 10px 20px;
	font-size: 120%;
	font-weight: bold;
	color: #666;
	background: #eee;
	text-shadow: 1px 1px 1px #fff;
	}
	
	ul#splashes div.blurb div.caption_2 {
	font: italic 90% Georgia, sans-serif;
	margin-bottom: 6px;
	margin-top:2px;
	color: #999;
	}
	
	ul#splashes div.blurb a {
	  text-decoration: none;
	  color: #C61217;
	}
	ul#splashes div.blurb p.index_read_more {
	line-height:12px;
	font-weight: normal;
	font-size: 75%;
	margin: 8px 0 0 0;
	}
	ul#splashes div.blurb p.index_read_more a {
	  color: #666;
	}
	ul#splashes div.blurb p.index_read_more a:hover {
	  color: #ccc;
	}
	
	

	
/* 			     hr
		- - - - - - - - - - - - - - - - - */
		hr {
		border: none 0; 
		border-top: 1px solid #e8e8e8 ;/*the border*/
		width: 100%;
		height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
		margin-top:12px;
		margin-bottom:8px;
		background-color:#ffffff;
		}	
