/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-size: 12px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*****************************
 * BEGIN EDITING HERE
 *************************** */
 
 /**
 * Overall page information
 */

html {
	/*display: inline; this cannot be set as it messes with the device width calc */
	height: 100%;
	width: 100%;
	}

body {
	/*display: inline; this cannot be set as it messes with the device width calc */
	height: 100%;
	width: 100%;
	}

#wrapper {
	width: 990px;
	margin: 0 auto;
	padding: 0;
	}

/**
 * Header size information
 */
#header {
	width: 990px;
	height: 135px;
	margin: 0;
	padding: 0;
	}

#banner {
	width: 990px;
	height: 100px;
	}

div#dlr_main_name {
	float: left;
	margin-left: 30px;
	margin-top: 30px;
	}

div#dlr_phone_number {
	float: left;
	margin-left: 100px;
	margin-top: 50px;
	}

div#dlr_address {
	float: left;
	margin-left: -122px;
	margin-top: 80px;
	}
/* responsive addition ******************************************/
.toggleMenu {
	display:none;
}


/**
 * Footer size information
 */
#footer {
	width: 970px;
	height: 100px;
	margin: 0;
	padding: 10px;
	clear: both;
	display: inline-block;
	}

#footer ul {
	list-style: none;
	}

#footer  li,#footer  li div {
	display: inline;
	margin-left: 5px;
	margin-right: 5px;
	}

#footer li ul {
	display: none;
	}

#footer #bottom-left {
	float: left;
	}

#footer #bottom-right {
	float: right;
	}

/**
 * main display information
 */
#content {
	width: 970px;
	margin: 0;
	padding: 10px;
	display: block;
	min-height: 400px;
	}

.appForm{
       width: 60%;
       float: left;
}
.appVideo{
       width: 35%;
       padding-left: 3%;   
       float: left;
}
