html {
}
body {
	font-size: 62.5%;
	font-family: Verdana,Arial,sans-serif;
	color: #000;
	background: transparent none;
	width: 1010px;
/* 	height: 550px; */
	margin: auto auto;
}
a:hover {
	text-decoration: underline;
}


#dp-container {
	font-size: 1.1em;
	padding-right: 100px;
	height: 550px;
}

#dp-container .header a.logo {
	float: left;
	background: transparent url(../images/logo-main.gif) no-repeat;
	width: 252px;
	height: 97px;
	display: block;
	text-indent: -5000px;
	margin: 0 0 10px 115px;
}
#dp-container .header .strapline {
	float: right;
	margin: 80px 0 0 0;
	padding-bottom: 10px;
}
#dp-container .header .strapline a {
	color: #888888;
	text-decoration: none;
	
}

.nav-main {
/* 	width: 115px; */
	width: 100px;
	float: left;
	text-align: right;
	padding: 5px 15px 0 0;
}

.nav-main a {
	display: block;
	background: transparent none no-repeat right top;
	color: transparent;
	height: 20px;
}
.nav-main a span {
	text-indent: -5000px;
	display: none;
}
.nav-main a:hover,
.nav-main a.selected {
	background-position: right -25px;
}
/* <li id="menu_[+wf.docid+]" [+wf.classes+] ><a [+wf.classes+] href="[+wf.link+]" title="[+wf.title+]" style="background-image: url(/assets/images/nav-[+alias+].gif);"><span>[+wf.linktext+]</span> [+alias+]</a>[+wf.wrapper+]</li> */

/* .nav-main #menu_[*id*] a { background-image: url(../images/nav-[*alias*].gif); } */
.nav-main #menu_1 a { background-image: url(../images/nav-home.gif); }
.nav-main #menu_17 a { background-image: url(../images/nav-home.gif); }
.nav-main #menu_2 a { background-image: url(../images/nav-about-us.gif); }
.nav-main #menu_16 a { background-image: url(../images/nav-about-this-site1.gif); }
.nav-main #menu_3 a { background-image: url(../images/nav-services.gif); }
.nav-main #menu_4 a { background-image: url(../images/nav-clients.gif); }
.nav-main #menu_5 a { background-image: url(../images/nav-digital-agency-search.gif); }
.nav-main #menu_6 a { background-image: url(../images/nav-contact-us.gif); }

.nav-main #menu_31 a,
.nav-main #menu_5 a {
	height: 25px;
	margin: 0 0 8px 0;
}

.content {
	background: transparent url(../images/bg1.jpg) no-repeat;
	width: 795px;
	height: 428px;
	float: left;
}

.content .inner {
	padding: 30px 20px 10px 25px;
	color: #FFF;
}
.content h1 {
	margin: 0 0 25px 0;
}
.content h2 {
	font-weight: bold;
	margin: 15px 0 20px 0;
}

.content .pull-quote {
	margin: 0 0 20px 0;
}

div.header #flash-box {
	margin-left: 100px;
}

.footer {
	padding-top: 10px;
	text-align: right;
}
.footer ul {
	margin: 10px 0 0 0;
	padding: 0;
	float: left;
	margin-left: 110px;
}
.footer ul li {
	display: inline;
}
.footer ul li a {
	display: block;
	float: left;
	padding: 0 6px;
	border-right: 1px solid #888888;
	color: #888888;
	text-decoration: none;
}
.footer ul li.last a {
	border: 0;
}
.footer img {
	float: right;
}


/* Home Page */
#dp-body-home .content {
	background-image: none;
}
#dp-body-home .content .execution {
	float: left;
}

/* Services */
body.template-services .content {
	background-image: url(../images/bg2.jpg);
}
body.template-services .col1 {
	width: 360px;
	float: left;
	padding-right: 30px;
}
body.template-services .col1 h3 {
	margin: 0 0 20px 0;
	font-weight: bold;
}
body.template-services .col1 p {
	margin: 20px 0;
	line-height: 1.2em;
}
body.template-services .col1 ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 20px;
}
body.template-services .col1 ul li {
	margin: 5px 0;
}
body.template-services .col2 {
	width: 360px;
	float: left;
}
body.template-services .col2 .pull-quote {
	margin: 30px 0 0 0;
}
body.template-services .col2 ul li a {
	display: block;
	padding: 0 0 10px 0;
	color: #FFF;
	text-decoration: underline;
	font-weight: bold;
}
body.template-services .col2 ul li a.selected {
	text-decoration: none;

}


body.template-executions .content {
	background: none;
	overflow: hidden;
}
body.template-executions .content .inner {
	padding: 0;
}
body.template-executions .nav-main {
/* 	visibility: hidden; */
}
body.template-executions .flash-view-third {
	padding: 0;
	margin-left: 78px;
}


.dp-template-default .content .inner,
#dp-body-clients .content .inner,
#dp-body-digital-agency-search .content .inner,
#dp-body-about-us .content .inner,
#dp-body-about-this-site1 .content .inner,
#dp-body-contact-us .content .inner {
	padding-right: 400px;
	line-height: 1.2em;
}
.dp-template-default .content .inner p,
#dp-body-clients .content .inner p,
#dp-body-about-this-site1 .content .inner p,
#dp-body-digital-agency-search .content .inner p,
#dp-body-contact-us .content .inner p {
	margin: 15px 0;
}
#dp-body-welcome .content .inner {
	padding-right: 370px;
}

.dp-template-default .content .inner p a,
#dp-body-about-this-site1 .content .inner p a,
#dp-body-contact-us .content .inner p a {
	color: #FFFFFF;
	text-decoration: none;
}
#dp-body-contact-us .content .inner p.intro {
	margin-bottom: 45px;
}
#dp-body-contact-us .content .inner p.registered {
	margin-top: 55px;
}


#dp-body-about-us .content .inner ul {
	list-style-type: square;
	list-style-position: outside;
	padding-left: 15px;
}
#dp-body-about-us .content .inner ul li {
	margin: 15px 0;
}








/* #distance { width:1px; */
/* 		height:50%; */
/* 		background-color:#000; */
/* 		margin-bottom:-275px; /* half of container's height */ 
/* 		float:left;} */

/* #wrapper { margin:0 auto; */
/* 		position:relative; /* puts container in front of distance */
/* 		text-align:left; */
/* 		height:550px; */
/* 		width:1010px; */
/* 		clear:left;} */











