@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

div { /* eliminates default Div parameter calculations for IE and FF */
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
	-webkit-box-sizing: border-box; /*for GChrome*/
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8px;
	color: #FFF;
	font-weight: normal;
	margin: 0;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: left; /*to offset 'align="center" in div#container source code*/
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #695e4a;
	font-weight: bold;
	margin: 0;
	padding-top: 25px;
	padding-bottom: 5px;
	text-align: left; /*to offset 'align="center" in div#container source code*/
	display: none;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 6px;
	color: #FFF;
	margin: 0;
	padding-bottom: 5px;
	text-align: left; /*to offset 'align="center" in div#container source code*/
}

h3 {
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #695e4a;
	margin: 0;
	padding-bottom: 10px;
	text-align: left; /*to offset 'align="center" in div#container source code*/
	display: none;
}

ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 6px;
	color: #FFF;
	list-style: none;
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: left; /*to offset 'align="center" in div#container source code*/
}

li {
	margin-top: 3px;
	margin-bottom: 3px;
}


div#container {
	width: 100%;
	min-height: 900px;
	height: auto !important;
	height: 900px; /* for IE */
	background: #695e4a;
	display: none;
}

div#wrapper {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	display: none;
}

div#header_top {
	width:900px;
	height:45px;
	display: none;
}

div#header_top img {
	display: none;
}

div#header_main {
	width:900px;
	height:125px;
	display: none;
}

div#header_main img {
	display: none;
}

div#nav {
	width:900px;
	height:51px;
	display: none;
}

div#content {
	background: url(images/content_accounting_kelowna_accountant.png);
	width: 900px;
	min-height: 373px;
	height: auto !important;
	height: 373px; /* to work in IE */
	overflow: hidden; /* to keep image within div */
	padding: 25px 50px 25px 50px;
	display: none;
}

div#contact_details {
	float: left;
	display: none;
}

div#contact_map {
	margin-top: 100px;
	display: none;
}

div#footer {
	width: 900px;
	height: 96px;
	display: none;
}

div#footer_main {
	width: 900px;
	height: 51px;
	display: none;
}

div#footer_bottom {
	background: url(images/footer_bottom_accounting_kelowna_accountant.png);
	width: 900px;
	height: 45px;
	display: none;
}

div#footer_bottom p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8px;
	color: #695e4a;
	text-align: center;
	padding-top: 5px;
	display: none;
}

a {
	text-decoration: none;
	color: #695e4a;
	margin: 0;
	padding: 0;
	display: none;
}

img {
	border: none;
}

div#mobile_header {
	background-color: #695e4a;
	width: 300px;
}

div#mobile_content {
	background-color: #695e4a;
	width: 300px;
	height: auto;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}

div#mobile_footer {
	background-color: #695e4a;
	width: 300px;
}