body{
	margin: 0px;
}
.container h2{
	color: #555;
	text-transform: uppercase;
	font-size: 1.6em;
	margin: 0px 0px 10px 0px;
}
.container h3{
	color: #555;
	text-transform: uppercase;
}
.container p{
	color: #666666;
}
.underline{
	text-decoration: underline;
}
.header {
	background: #f37025 url(../images/css/header_bg.jpg) no-repeat top center;
	height: 68px;
	width: 100%;
}
.header h1{
	margin: 0px;
	padding: 0px;
	float: left;
}
.header h1 a{
	display: block;
	padding: 0px;
	margin: 0px;
	background: url(../images/css/logo.jpg) no-repeat;
	width: 227px;
	height: 68px;
	text-indent: -999999px;
}
.header ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: right;
	width: 373px;
}
.header ul li{
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
}
.header ul li a{
	display: block;
	float: left;
	text-indent: -999999px;
	height: 68px;
	margin: 0px;
	padding: 0px;
}
.header ul li a#home{ background: url(../images/css/main_nav_home.jpg) no-repeat; width: 76px; }
.header ul li a#work{ background: url(../images/css/main_nav_work.jpg) no-repeat; width: 78px; }
.header ul li a#history{ background: url(../images/css/main_nav_about.jpg) no-repeat; width: 101px; }
.header ul li a#contact{ background: url(../images/css/main_nav_contact.jpg) no-repeat; width: 118px; }
.home_featured{
	height: 500px;
	width: 100%;
	background: url(../images/css/home_main_bg.jpg) repeat-x;
}
.home_featured .container{
	background: url(../images/css/home_featured_video_bg.jpg) no-repeat 0px 10px;
	height: 491px;
}
.featured_text .p1{
	margin-top: 25px;
}
.featured_text .p2{
	margin-top: 25px;
}
.featured_text p{
	margin: 10px 0px;
}
#video_holder{
	margin: 85px 0px 0px 18px;
	width: 640px;
	height: 361px;
	background: #000;
}
.home_recent_work h3{
	margin: 25px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.home_recent_work .head{
	border-bottom: 1px solid #ccc;
	margin: 0px 0px 10px 7px;
	width: 300px;
}
.recent_work{
	margin: 0px 0px 10px 0px;
}
.recent_work .graphic{
	width: 313px;
	height: 212px;
	margin: 0px;
	padding: 0px;
	background: url(../images/css/home_recent_work_bg.jpg) no-repeat;
	position: relative;
}
.recent_work .graphic a{
	padding: 0px;
	margin: 0px;
	display: absolute;
	left: 7px;
	top: 6px;
}
.recent_work .graphic img{
	/*margin: 6px 0px 0px 7px;*/
	margin: 0px;
	padding: 0px;
}
.recent_work .title{
	font-weight: bold;
	color: #555;
	text-transform: uppercase;
	margin: 0px 0px 0px 7px;
	position: relative;
}
.recent_work .title span{
	font-weight: normal;
	text-transform: none;
	font-style: italic;
	position: absolute;
	right: 4px;
	top: 0px;
	margin: 0px;
}
.work_links{
	margin: 25px 0px 25px 79px;
}
.work_links a{
	display: block;
	text-indent: -99999px;
	float: left;
}
.work_links a#work_links_more{
	background: url(../images/css/btn_view_more_examples.jpg) no-repeat;
	width: 146px;
	height: 36px;
}
.work_links a#work_links_contact{
	background: url(../images/css/btn_contact_jfp.jpg) no-repeat;
	width: 85px;
	height: 36px;
}
.footer{
	margin: 25px 0px 0px 0px;
	height: 77px;
	width: 100%;
	background: url(../images/css/footer_bg.jpg) repeat-x;
}
.footer .container{
	height: 77px;
	background: url(../images/css/logo_footer.jpg) no-repeat top right;
}
.footer .container p{
	color: #999;
	font-family:  Helvetica;
	margin: 0px 0px 0px 0px;
	text-align: center;
}
.footer .container p.addy{
	padding-top: 20px;
}
.footer .container p a{
	color: #999;
	font-style: italic;
	text-decoration: none;
}
.home_rt_col h2{
	font-size: 2em;
	margin-top: 25px;
}
.home_rt_col p{
	font-size: 1.2em;
	line-height: 1.9em;
}
.main_body{
	background: url(../images/css/main_body_heading_ul.jpg) repeat-x top left;
}
.main_body h2.section_heading{
	font-size: 2em;
	padding-top: 30px;
	margin-left: 6px;
	line-height: 1.1em;
}
.main_body p{
	font-size: 1.2em;
	line-height: 1.9em;
	margin-left: 6px;
}
.work_section{
	margin: 0px 0px 50px 0px;
}
.last_work_section{
	margin-bottom: 0px;
}
.work_section .head{
	border-bottom: 1px solid #ccc;
	margin: 0px 7px 10px 6px;
}
.work_section .head h3{
	margin: 0px 0px 5px 0px;
}
.work_preview{
	float: left;
	margin: 0px 19px 10px 0px;
}
.last_work_preview{
	margin-right: 0px;
}
.work_preview .graphic{
	background: url(../images/css/work_preview_bg.jpg) no-repeat;
	width: 223px;
	height: 153px;
	position: relative;
}
.work_preview .graphic a{
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 6px;
	left: 6px;
}
.work_preview .graphic img{
	/*margin: 6px 0px 0px 6px;*/
	margin: 0px;
	padding: 0px;
}
.work_preview .title{
	margin: 0px 0px 0px 6px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1em;
	color: #383838;
}
.vertical_recent_history .head{
	border-bottom: 1px solid #ccc;
	margin: 0px 13px 5px 5px;
}
.vertical_recent_history .head h4{
	margin: 20px 0px 3px 0px;
	color: #555;
	text-transform: uppercase;
}
.vertical_recent_history .title{
	font-size: 0.9em;
	margin-right: 5px;
}
.vertical_recent_history .title span{
	font-style:italic;
	font-weight: normal;
	float: right;
	text-transform: none;
}
.contact_info h2.section_heading{
	margin-left: 0px;
	margin-bottom: 20px;
}
.contact_info h3{
	margin: 0px 0px 5px 0px;
	color: #666666;
}
.contact_info p{
	margin: 0px 0px 0px 0px;
	line-height: 1.4em;
}
.container .contact_info p a{
	color: #666666;
	text-decoration: none;
}
.outline{
	border: 1px solid #ccc;
	padding: 0px 0px 0px 0px;
	float: left;
	margin: 20px 0px 0px 0px;
}
.outline img{
	padding: 0px;
	margin: 5px;
	border: 1px solid #ccc;
	float: left;
}
.work_view .work_section{
	margin-top: 25px;
}
.work_item_video #video_holder{
	width: 660px;
	height: 380px;
	margin: 20px 0px 0px 0px;
	padding: 2px 0px 0px 2px;
	background: url(../images/css/work_view_bg.jpg) no-repeat;
}
.work_item_video #video_holder #video{
	margin: 8px 0px 0px 8px;
	float: left;
}
.container ul li{
	font-size:1.2em;
	line-height:1.5em;
	color: #666;
}
