/* Main Styles
----------------------------*/

body {
	font: 100% Helvetica Neue, Helvetica, Arial, sans-serif;
	background: #bbd2d7;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #666666;
}
.ddMe div {
	width: 750px;
	margin: 0 auto;
	padding:0;
}
.ddMe h1 {
	font-weight:normal;
	font-size:28px;
	line-height:36px;
}
.ddMe .h1smaller {
	font-size:60%;
}
.ddMe h2 {
	font-weight:normal;
	font-size:19px;
	line-height:24px;
	padding:10px 0;
}

.ddMe h4 {
	text-align: left;
	font-weight: normal;
	line-height: 24px;
	font-size: 15px;
}

.ddMe h5 {
	text-transform:uppercase; 
	font-size: 13px;
	letter-spacing: 2px;
}

.ddMe a {
	color:#41a0be;
}

.ddMe a:hover {
	color:#408ea7;
}

.ddMe .spaceBelow{
	padding-bottom: 20px;
}

.ddMe img {
	padding-bottom: 5px;
	border:none;
}

.ddMe .moreSpaceBelow {
	padding-bottom: 50px;
}

.ddMe .headline1 {
	font-size:28px;
	line-height: 36px;
	text-align: center;
	padding: 5px 20px 10px 0;
}

.ddMe .headline2 {
	padding: 50px 0 10px 0;
}

.ddMe .headline3 {
	padding: 0 0 10px 0;
	font-size: 23px;
	font-weight: normal;
	letter-spacing: normal;
}

.ddMe .thanks {
	font-size: 55px;
	font-weight:bold;
}

body, h1, h2, h3, h4, h5, h6, h7, p, ul, ol,li {
	-webkit-text-size-adjust:none
}

/* Header
----------------------------*/

.ddMe #header{
	width:100%;
	margin: 0 auto;
	padding:0;
}
.ddMe #header img {
	border:0;
}

.ddMe #header #top {
	width:100%;
	margin: 0 auto;
	padding:0;
	height:65px;
	background:#000000;
	float:left;
}

.ddMe #header .headEmphasis {
	color: #FFFFFF;
	font-weight: bold;
}
.ddMe #header .subCurrent {
	color: #ffbc00;
	font-weight: bold;
}

/* Nav
----------------------------*/
.ddMe #mainNav {
	text-align:left;
}
.ddMe #header #top ol {
	list-style-image:none;
	list-style-position:inside;
	list-style-type:none;
	font-size: 15px;
}
.ddMe #header #top li {
	float:left;
	color:#dbc484;
	margin:0 0 0 12px;
	text-decoration:none;
	background:#333333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.ddMe #header #top li:hover {
	background:#ffbc00;
	color:#333333;
}
.ddMe #header #top a {
	color:#dbc484;
	text-decoration:none;
	font-weight:normal;
	display:block;
	padding:10px 7px;
}
.ddMe #header #top a:hover {
	color: #333333;
	display: block;
	width: 100%;
}

.ddMe #header #top .currentPage {
	background:#ffbc00;
	color:#333333;
	padding:10px 7px;
	text-align:center;
}

/* Subnav
----------------------------*/

.ddMe #header #bar {
	width:100%;
	height: 51px;
	padding-bottom:10px;
	background-image: url(doubledutch-images/header-bg.png);
	background-repeat: repeat-x;
	text-align:center;
	background-color: #eaf5f5;
	float:left;
}
.ddMe #header #bar p {
	-webkit-text-size-adjust:none;
	margin:0;
	color:#d8d2c3;
	font-size:15px;
}
.ddMe #header #bar a {
	font-weight:normal;
	color:#FFFFFF;
	text-decoration:underline;
}

.ddMe #header #bar a:hover {
	color:#d8d2c3;
}


/* Sidebar Phone
----------------------------*/
.ddMe .sidebarPhone {
	float: left;
	width: 250px;
	height:455px;
	background-image: url(doubledutch-images/iphone4-bg.png);
	background-repeat: no-repeat;
	background-position:bottom;
	text-align:left;
}

.ddMe .slideshow {
	margin: 90px 32px 85px;
	overflow:hidden;
	width: 189px;
	height: 284px;
}
.ddMe .slideshow img {
	border:0;
	padding:0;
	margin:0;
}

.ddMe img.first {
}


/* Sidebar Home
----------------------------*/
.ddMe #sidebarNarrow {
	width: 200px;
	float: left;
	text-align: left;
	padding:15px 25px;
}

/* Content
----------------------------*/
.ddMe #content{
	width:100%;
	margin: 0 auto;
	padding:0;
	background:#eaf5f5;
}

.ddMe #mainContent {
	width:480px;
	float:left;
	font-size:100%;
	line-height:1.5em;
	padding:0 10px;
	text-align:center;
}


.ddMe #mainContent h2 {
	padding:10px 0;
}

.ddMe .emph {
	font-style: normal;
	color: #000;
}

	
/* Form Elements
----------------------------*/
.ddMe .fieldLabel{
	text-align: left;
	font-size: 14px;
}
.ddMe .submitBtn {
	width: auto;
	background:#6db702;
	float:left;
	border:1px solid #5b9a00;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-weight:bold;
	color:#fff;
	font-size:18px;
	margin-left: 25px;
}
.ddMe .submitBtn a {
	display: block;
	padding:5px 7px;
	text-decoration:none;
	color:#ffffff;
	font-weight:bold;
}
.ddMe .submitBtn a:hover {
	background:#5b9a00;
	color:#ffffff;
	display: block;
}
.ddMe #emailField {
	float:left;
	text-align:left;
	width:480px;
	padding:0 0 60px 15px;
}
.ddMe #emailFieldRight {
	float:left;
	width:auto;
}
input {
	padding:5px 10px;
	background:#FFFFFF;
	border:1px solid #cccccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size:19px;
	width:310px;
	color:#666666;
}
/* Download Button
----------------------------*/
.ddMe .exampleBtn {
	width: auto;
	background:#1a84a7;
	border:1px solid #107090;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-weight:bold;
	color:#fff;
	font-size:18px;
	text-align: center;
	margin: 0 10px;
	width: 230px;
}
.ddMe .exampleBtn a {
	display: block;
	padding:5px 7px;
	text-decoration:none;
	color:#ffffff;
	font-weight:bold;
}
.ddMe .exampleBtn a:hover {
	background:#107090;
	color:#ffffff;
	display: block;
}

/* Footer
----------------------------*/
.ddMe #footerContainer {
	padding: 0;
	width: 100%;
	border-top:1px solid #a6babf;
}

.ddMe #footer {
	padding: 15px 0;
	color:#757E85;
	height:100px;
}
.ddMe #footer #mainLinks {
	padding:10px 0 0 15px;
	width:475px;
	float:left;
	font-size:85%;
	text-align:left;
}

.ddMe #sidebarFooter {
	-webkit-text-size-adjust:none;
	float: right;
	width: 230px;
	line-height:1.5em;
	padding-left:25px;
	border-left:1px solid #a6babf;
	text-align: left;
	font-size: 95%;
}

.ddMe #footer .tiny {
	font-size: 85%;
}

.ddMe #footer p {
	-webkit-text-size-adjust:none;
	margin: 0;
	padding: 10px 0;
	font-size:85%;
}
.ddMe #footer a {
	color:#60686F;
}

.ddMe #footer a:hover {
	color:#484F55;
}

.ddMe #footer ol {
	list-style-image:none;
	list-style-position:inside;
	list-style-type:none;
	padding:0;
	margin:0;
}

.ddMe #footer li {
	-webkit-text-size-adjust:none;
	float:left;
	padding:0;
	margin:0 20px 0 0;
	line-height:2.1em;
}

/* Table
----------------------------*/
.ddMe table {
	padding-bottom: 30px;
}
.ddMe td {
	text-align:left;
}
.ddMe .right-table {
	font-size:80%;
	color:#555555;
}
.ddMe .rowcolor {
	background:#cde1e6;
}
.ddMe th {
	border-bottom:1px solid #6694a3;
	text-align:left;
	background: #9BC1D2;
}

/* Press Styles
----------------------------*/
.ddMe #sidebarPress {
	float: left;
	padding-top:20px;
	width: 250px;
	text-align:center;	
}
.ddMe #mainPress {
	width:480px;
	float:left;
	font-size:100%;
	line-height:1.5em;
	text-align:left;
	padding:0 0 0 20px;
}
.ddMe #mainPress ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:3px 0 25px 0;
	margin:0;
}
.ddMe #mainPress li {
	float:left;
	margin:0 7px 0 0;
	font-size: 70%;
}
.ddMe #mainPress li a {
	color:#999;
}
.ddMe #mainPress li a:hover {
	color:#333;
}
.ddMe #mainPress h1 {
	margin-bottom:3px;
}
.ddMe #mainPress h2 {
	margin:3px 0;
}
.ddMe #mainPress h3 {
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: normal;
	font-style: italic;
}
.ddMe .pressSmaller {
	font-size:80%;
}
.ddMe .pressHead {
	letter-spacing:1px;
	border-bottom:1px solid #bbb;
	padding: 0 0 5px 0;
	font-weight: bold;
}
.ddMe .pressTextHead {
	padding: 15px 0 5px 0;
}
.ddMe .pressBtn {
	float:left;
	width:auto;
	background:#6db702;
	border:1px solid #5b9a00;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-weight:bold;
	color:#fff;
	font-size:18px;
	margin:0px 0 8px 10px; 
	width:230px;
}

.ddMe .pressBtn a {
	display: block;
	padding:5px 7px;
	text-decoration:none;
	color:#ffffff;
	font-weight:bold;
}
.ddMe .pressBtn a:hover {
	background:#5b9a00;
	color:#ffffff;
	display: block;
}

.ddMe #mainPress p {
	font-size: 90%;
}

.ddMe .leftImg {
	float:left;
	padding-right: 20px;
}

.ddMe .fullImg {
	float:left;
	width: 100%;
}

.ddMe .halfImg {
	float:left;
	width: 230px;
}

/* Miscellaneous
---------------------------*/
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.jobsTitle {
	width:365px;
	color:#fff;
	background-image: url('images/jobsTitle.png');
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0;
}

.jobsBody {
	width:365px;
	font-size: 14px;
	line-height: 1.3em;
	height: 438px;
	margin: 0;
	background: #fff;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
