html, body{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

body{
	margin: 0;
	padding: 0;
	background: white ;
	font-family: Helvetica, sans-serif;
}

#top-bar{
	width: 100%;
	height: 8px;
	background: #7b8788;
	font-size: 1px;
}

.clear{
clear:both;
}
::selection{
	background: #93d6e8
}
.hairline, .break-dotted{
	height: 1px;
	background: none;
	font-size: 1px;
	margin: 30px 0px;
	left: 50px;
	border-top: 1px dotted #dad9d9;
	clear: both;
	float: left;
	position: relative;
}
img#logo{
	margin-left: 50px;
	margin-top: 40px;
}
h1{
	margin-left: 50px;
	color: #7b8788;
	text-transform: uppercase;
	padding: 0 0 10px 0;
	clear: both;
}
.container ul {
    float: left;
    width: 220px;
    background: #eee;
    margin: 0 20px 20px 0;
    list-style: none;
    padding: 20px 15px;
    color: #666666;
    position: relative;
}
ul#filler{
background: transparent !important
}
#logos ul.last,
#interactive ul.last,
#blogs ul.last,
#print ul.last{
	margin-right: 100px;
}
#logos ul li,
#blogs ul li,
#interactive ul li,
#print ul li{
padding: 4px;
margin-left: -2px;
clear: both;
	font-size: 13px;
}
#logos ul .break-dotted,
#print ul .break-dotted,
#blogs ul .break-dotted,
#interactive ul .break-dotted{
	width: 100%;
	margin: 15px 0 !important;
	left: 0 !important
}
.container ul a{
	color: #dc5643;
	text-decoration: underline;

}
.container ul h2{
	text-transform: uppercase;
	font-size: 16px;
	margin: 0;
	padding: 0;
}
.container ul span.date{
	display: block;
	font-size: 13px;
	padding-top: 15px;
	padding-bottom: 20px;
}
#logos, #blogs, #print, #interactive{
margin: 0px 0 20px 0px;
height: auto;
position: relative;
padding-bottom: 20px;
zoom:1;
min-height: 320px;
 }
.customScrollBox {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.customScrollBox .horWrapper {
    position: relative;
    left: 0;
}
.customScrollBox .container {
    position: relative;
    left: 0;
    display: inline-block;
    *display: inline;
    zoom:1
}

.customScrollBox .content {
	clear: both;
	padding-left: 50px
}

.customScrollBox .content p img { margin-right: 5px }
.dragger_container {
    position: relative;
    height: 9px;
    margin: 0px;
    border-top: 1px dotted #dad9d9;
    margin-left: 50px;
}
.dragger {
    position: absolute;
    width: 30px;
    height: 15px;
    background: transparent url(mcsDragger.png) no-repeat;
    margin-top: -8px;
}
.dragger_pressed {
    position: absolute;
    width: 30px;
    height: 15px;
    margin-top: -7px;
}
.scrollUpBtn,
.scrollDownBtn {
    position: absolute;
    top: -60px;
    display: inline-block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: large;
    font-weight: normal;
    color: #C30;
    text-decoration: none;
    overflow: hidden;
	display: block;
	height: 16px;
	width: 17px;
	background: url(design-arrow-sprite.jpg) no-repeat;     
	text-indent: -9999px
}
.scrollDownBtn {
right: 50px;
overflow: hidden;
display: block;
background-position: -17px 0
}
.scrollUpBtn {
right: 80px;
}
.scrollUpBtn:hover,
.scrollDownBtn:hover { color: #fff }

p#contact-info{
color: white;
font-size: 11px;
padding-top: 10px;
line-height: 18px;
float: left;
width: 370px;
margin-left: 50px;
display: inline;
}

span.contact-type{
	font-family: Georgia;
	font-style: italic;
	width: 50px;
	display: inline-block
}

p#contact-info a{
	padding: 1px;
	background: #f4e436;
	color: #303030;
	text-decoration: none;
}

#footer{
	background: #7b8788;
	height: 400px;
	width: 100%;
}

#footer .wrapper div{
	float: right;
	margin-right: 50px;
	display: inline
}

#footer div a.social-icons{
	display: block;
	float: left;
	width: 21px;
	height: 21px;
	text-indent: -999px;
	overflow: hidden;
	background: transparent url(design-social-sprites.gif) no-repeat;
	margin-top: 20px;
}

#footer div a#twitter.social-icons{
	background-position: 0 -21px;
	margin-left: 10px;
}