@charset "UTF-8";
/* Dennis Shepherd Styles */

body {
 background-color:#000000;
 margin-top: 0px;
 }
 
#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	position: relative;
}

#masthead {
	background-image: url(images/masthead_bg_platform.jpg);
	background-repeat: no-repeat;
	position: ;
	width: 800px;
	height: 352px;
}

#masthead_noplat {
	background-image: url(images/masthead_bg.jpg);
	background-repeat: no-repeat;
	position: ;
	width: 800px;
	height: 352px;
}

#masthead_hro {
	background-image: url(images/masthead_hero_bg2.jpg);
	background-repeat: no-repeat;
	position: ;
	width: 800px;
	height: 352px;

}

#dennis_shepherd_logo {
	position: relative;
	top: 0px;
	left: 0px;
	width: 146px; 
	height: 124px;
}

#mh-links {
	position: absolute;
	text-align: right;
	width: 310px;
	top: 10px;
	left: 480px;
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	color: #68ace5;
}

#mh-hero {
	position: absolute;
	top: 53px;
	left: 443px;
	width: 341px; 
	height: 298px;
}

#featured_project_txt {
	position: absolute;
	top: 208px;
	left: 28px;
	width: 380px;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: lighter;
	color:#FFFFFF;
}

.class_txt {
    font-family: Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;		
	font-weight: lighter;
	color:#999999;
}

a:link, a:visited{
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	color: #68ace5;
	text-decoration: none;
}

a:hover{
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}

#work_container {
	position: relative;
	top: 0px;
	left: 0px;
	width: 748px;
}
	
#main_body_content {
	position: relative;
	top: 0px;
	left: 0px;
	width: 748px;
	border: 1px solid #999999;
	padding: 26px;
	background-image: url(images/main_content_bg2.jpg);
	background-repeat: repeat-x;
}

 .content_row {
    width: 743px;
	position: relative;
	margin-top: 28px;
	padding-bottom:28px;
	border-bottom: 1px solid #575757;
}

 .content_row_base {
    width: 743px;
	position: relative;
	margin-top: 28px;
	padding-bottom:28px;
}

 .cr_box1 {
    width: 250px;
	position: absolute;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: lighter;
	color:#FFFFFF;
	top: 0px;
	left: 0px;
}

 #cr_box2 {
    width: 232px;
	position: relative;
	top: 0px;
	left: 262px;
}

 #cr_box3 {
    width: 232px;
	position: absolute;
	top: 0px;
	left: 512px;
}

#footer {
	position: relative;
	top: 0px;
	left: 0px;
	width: 800px;
	padding-top: 10px;
	padding-bottom: 10px;
    text-align: right;
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}


.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

