@charset "UTF-8";
/* ID Media CSS */

/* RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* BASE */

body {
	background: #A1DBE9 url(../img/site_bg.png) top center no-repeat;
}

#container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 800px;
	height: 170px;
	background: url(../img/nav_bg.png) center 64px no-repeat;
}




/* LOGO */

#logo {
	position: relative;
	width: 250px;
	height: 170px;
}

#logo li {
	width: 250px;
	height: 170px;
	position: absolute;

	display: block;
	list-style: none;
}

#logo li a {
	width: 250px;
	height: 170px;
	display: block;
	background: url(../img/idm_logo.png) 0 0 no-repeat;
}

#logo li a:hover {
	background-position: 0 -170px;
}


/* NAVIGATION */

#navigation_container {
	float: right;
	width: 540px;
	height: 30px;
	position: relative;
	margin-top: 89px;
	margin-left: 10px;
}

#navigation_container li {
	display: inline;
	height: 30px;
}

#navigation_container li a {
	float:left;
	width: 112px;
	height: 30px;

	margin-right: 22px;
}

#navigation_container li.whoweare a {
	background:url(../img/whoweare.png) 0 0;
}

#navigation_container li.whoweare a:hover {
	background:url(../img/whoweare.png) 0 -30px;
}

#navigation_container li.whoweare a#active {
	background:url(../img/whoweare.png) 0 -30px;
}

#navigation_container li.whatwedo a {
	background:url(../img/whatwedo.png) 0 0;
}

#navigation_container li.whatwedo a:hover {
	background:url(../img/whatwedo.png) 0 -30px;
}

#navigation_container li.whatwedo a#active {
	background:url(../img/whatwedo.png) 0 -30px;
}

#navigation_container li.howwedoit a {
	background:url(../img/howwedoit.png) 0 0;
}

#navigation_container li.howwedoit a:hover {
	background:url(../img/howwedoit.png) 0 -30px;
}

#navigation_container li.howwedoit a#active {
	background:url(../img/howwedoit.png) 0 -30px;
}

#navigation_container li.getstarted a {
	background:url(../img/getstarted.png) 0 0;
}

#navigation_container li.getstarted a:hover {
	background:url(../img/getstarted.png) 0 -30px;
}

#navigation_container li.getstarted a#active {
	background:url(../img/getstarted.png) 0 -30px;
}


/* CONTENT SLIDES */

.spacer {
	clear: both;
	font-size: 0px;
	line-height: 0px;
	width: 800px;
	height: 200px;
}

.mini_spacer {
	clear: both;
	font-size: 0px;
	line-height: 0px;
	height: 5px;
}

.content {
	padding: 30px 30px;
}

.content a {
	text-decoration: underline;
	color: #FFF;
}

.big_copy {
	font: bold 54px/65px Helvetica, Arial, sans-serif;
	color: #FFF;
	margin-bottom: 45px;
}

.medium_copy {
	font: bold 32px/42px Helvetica, Arial, sans-serif;
	color: #FFF;
	margin-bottom: 45px;
}

.content_row {
	margin-bottom: 35px;
}

.content_left {
	width: 45%;
	text-align: left;
}

.content_right {
	float: right;
	width: 45%;
	text-align: left;
}

.icon {
	float:left;
}

.detail {
	margin-left: 85px;
}

.section_headline {
	color: #18354E;
	font: 18px/18px Helvetica, Arial, sans-serif;
}

.copy {
	color: #2B5272;
	font: 14px/20px Helvetica, Arial, sans-serif;
	margin-top: 5px;
	margin-bottom: 10px;
}

.list {
	list-style-type: circle;
	color: #2B5272;
	font: 14px/20px Helvetica, Arial, sans-serif;
	margin-left: 40px;
	margin-top: 3px;
	margin-bottom: 15px;
}

.list li {
	margin-top: 3px;
	margin-bottom: 10px;
	madding-left: 20px;
}

.jobs_head {
	font: bold 28px/32px Helvetica, Arial, sans-serif;
	color: #FFF;
	margin-top: 20px;
	margin-bottom: 10px;
}

.jobs_subhead {
	font: bold 20px/20px Helvetica, Arial, sans-serif;
	color: #FFF;
	margin-top: 20px;
	margin-bottom: 10px;
}

.top_line {
	font-size: 62px;
}


/* Homepage */

#content_job {
	width: 800px;
	margin-top: 24px;
}

#content_home {
	width: 800px;
	margin-top: 24px;
	background: url(../img/home_content_bg.png) top left repeat-x;
}

#win_support {
	background:url(../img/win_support.png) top left no-repeat;
}

#learn_link {
	color: #FDF23D;
	font-size: 24px;
	vertical-align: middle;
}

#rotator {
	text-align: center;
}

/* rotator in-page placement */
    div#rotator {
	position:relative;
	height:132px;
}
/* rotator css */
	div#rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
}
/* rotator image style */	
	div#rotator ul li img {

}
    div#rotator ul li.show {
	z-index:500;
}




/* Who We Are */

#content_who {
	width: 800px;
	margin-top: 24px;
	background: url(../img/who_content_bg.png) top left repeat-x;
}

#future_online {
	background:url(../img/future_online.png) top left no-repeat;
}


/* What We Do */


#content_what {
	width: 800px;
	margin-top: 24px;
	background: url(../img/who_content_bg.png) top left repeat-x;
}

#strategic_services {
	background:url(../img/strategic_services.png) top left no-repeat;
	background-position: 0px -8px;
}

.content_row_social {
	padding-top: 35px;
	padding-bottom: 10px;
	border-top: 2px dotted #FFF;
	border-bottom: 2px dotted #FFF;
}

.section_headline_social {
	font-size: 24px;
}

.copy_social {
	font-size: 18px;
	line-height: 24px;
}



/* How We Do It */


#content_how {
	width: 800px;
	margin-top: 24px;
	background: url(../img/what_content_bg.png) top left repeat-x;
}

#creative_campaigns {
	background:url(../img/creative_campaigns.png) top left no-repeat;
	background-position: 0px -8px;
}


/* Get Started */

#content_start {
	width: 800px;
	margin-top: 24px;
	background: url(../img/start_content_bg.png) top left repeat-x;
}
