﻿/* CSS layout */
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;
}

#wrapper {
	border: 1px solid #333333;
	margin-right: auto;
	margin-left: auto;
	width: 950px;
	background-color: #EAEAEA;
	height: auto;
}
#phoneNumber {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-weight: bold;
	color: #D33C4F;
	width: 270px;
	bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	text-align: center;
}
#headerimg {
	top: 0px;
	left: 0px;
	padding-top: 10px;
}
#header {
	position: relative;
	height: 130px;
}
#headerMenu {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 400px;
	right: 0px;
	top: 0px;
	position: absolute;
}
#headerMenu ul {
	padding: 0px;
	margin: 0px;
}
#headerMenu ul li {
	display: inline;
	line-height: 25px;
}
#headerMenu ul li a {
	padding: 5px 10px 5px 10px;
	font-size: 12px;
	color: #808080;
	text-decoration: none;
	font-weight: bold;
}
#headerMenu ul li a:hover {
	color: #333333;
}
#headerInfo {
	width: 280px;
	bottom: 0px;
	right: 0px;
	position: absolute;
	height: 70px;
}
#headerInfo a {
	text-decoration: none;
}
#mainMenuBox {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #C4C2AB;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #333333;
}
#mainMenuBox ul {
	padding: 0px;
	margin: 0px;
}
#mainMenuBox ul li {
	display: inline;
	line-height: 25px;
}
#mainMenuBox ul li a {
	padding: 5px 22px 5px 22px;
	font-size: 14px;
	text-decoration: none;
	color: #EAEAEA;
	font-weight: bold;
}
#mainMenuBox ul li a:hover {
	color: #333333;
	background-color: #C4C2AB;
}
#pageContent {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #333333;
}
#footer {
	border-top-style: solid;
	border-width: 1px;
	border-color: #333333;
	position: relative;
	bottom: 0px;
	height: 150px;
}
#footerMenu {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 400px;
	bottom: 0px;
	right: 0px;
	position: absolute;
}
#footerMenu ul {
	padding: 0px;
	margin: 0px;
}
#footerMenu ul li {
	display: inline;
	line-height: 25px;
}
#footerMenu ul li a {
	padding: 5px 10px 5px 10px;
	font-size: 12px;
	color: #808080;
	text-decoration: none;
	font-weight: bold;
}
#footerMenu ul li a:hover {
	color: #333333;
}
