body  {
	background: #fff; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: verdana, sans-serif;
	font-size: 13px;
	color: #333;
	line-height: 20px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

/* ~~ Element/tag selectors ~~ */
ul {
	padding-left: 26px;
	padding-bottom: 21px;
	margin: 0;
	list-style-type: disc;
	text-align: left;
}
li {
	padding-top: 0px;
	padding-left: 0px;}


a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a {
	font-weight: bold;
	color: #6e1c1e;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
.red {color: #6e1c1e;}
h1 {
	font-size: 1.2em;
	color: #6e1c1e;
}

h2 {
	font-size: 1.1em;
	margin-bottom: 12px;
	color: #6e1c1e;
}

h3 {
	font-size: 1em;
	margin-bottom: 12px;
	color: #6e1c1e;
}

h4 {
    font-size: 1em;
    font-weight: normal;
    font-style: italic;
    margin-top: 12px;
}
.contentsubhead {
	margin: auto;
padding: 0;
}

/* ~~ this fixed width container surrounds the other divs ~~ */
.container {
	width: 908px;
	background-color: #FFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
	margin-top: 12px;
	background-color: #ffffff;
}

.content {
	padding-top: 4px;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
	width: auto;
}

/* ~~ The footer ~~ */
.footer {
	font-size: 14px;
	color: #000;
	text-align: center;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
}
.copyright {font-size: 11px;
	color: #999;
	text-align: center;
	line-height: 14px;
	margin: 0px;
	padding-bottom: 12px;}

.footer img {
	padding-top: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}

/* =Navbar =nav_main
----------------------------------------------- */
#nav_main {
	text-align: center;
	font-size: .95em;
	font-weight: bold;
	text-transform: uppercase;
	color: #6e1c1e;
	margin-top: 4px;
	margin-right: 0;
	margin-bottom: 9px;
	margin-left: 0;
}

#nav_main a:hover { border-top: 6px solid #6e1c1e; }

#nav_main ul, #nav_main li {
	display: inline;
	list-style-type: none;
}

#nav_main ul {
	padding: 0 0 5px 0;
}

#nav_main li a {
	padding: 0 5px 0 5px;
	border-left: 1px solid #ccc;
	text-decoration: none;
}

#nav_main li a#nav_main_first {
	border-left: none;
}
.logo img {
	float: right;
}
.logo {
	height: 65px;
	width: 886px;
	font-size: 16px;
	font-weight: bold;
	color: #510F13;
	padding-left: 22px;
	padding-top: 41px;
	background-image: url(images/hoffman-marketing.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.left_image {
	float: left;
	padding: 0 10px 10px 0;
}
.view-sample {
	color: #510F13;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	float: right;
	width: 400px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
}
.view-sample-400 {
	color: #510F13;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	float: right;
	width: 400px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
}
.linkedin a img {
	padding-left: 300px;
}
.middle-image {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 150px;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#video-sample {
	height: 290px;
	width: 908px;
	position: relative;
	background-image: url(images/video-header-hma.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#video-sample2 {
	height: 290px;
	width: 904px;
	position: relative;
	background-image: url(images/video-header-mm-hma.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#video-sample3 {
	height: 290px;
	width: 904px;
	position: relative;
	background-image: url(images/spokesperson-header-hma.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 13px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#talkingheads {
	padding-bottom: 0px;
	padding-left: 106px;
}
.showcase {
	width: 400px;
	float: left;
	padding-right: 12px;
}
.showcase2 {
	width: 400px;
	float: left;
}
.videoborder {
	width: 400px;
	height: 218px;
	border-color: #cccccc;
	border-width: 1px;
	border-style: solid;
}
