.content a {
	color:#090;
}
.content a:hover {
	color:#333;
}
h1 {
	font:32px Arial, Helvetica, sans-serif;
	color:#78D51C;
}
h2 {
	font:24px Arial, Helvetica, sans-serif;
	color:#69F;
}
h3 {
	font:18px Arial, Helvetica, sans-serif;
	color:#36F;
}
h4 {
	font:14px Arial, Helvetica, sans-serif;
	color:#333;
}
h5 {
	font:12px Arial, Helvetica, sans-serif;
	color:#000;
}
h6 {
	font:10px Arial, Helvetica, sans-serif;
	color:#333;
}
img {
	border:0;
}
body {
	background:#FFF url(img/body_bg.png) repeat-x;
	margin:0;
	margin-top:16px;
	text-align:center;
}
.wrapper {
	background:#fff;
	margin: 0px auto;
	padding: 0px;
	clear: both;
	width: 772px;
	display: block;
	padding-top:1px;
	border:#999 1px solid;
	border-bottom:#333 2px solid;
}
.logo {
	display:block;
	float:left;
	width:192px;
	height:96px;
}
.logo a {
	display:block;
	width:192px;
	height:96px;
	background:Transparent url(img/KelownaNeonLogo.png) no-repeat center center;
	margin:0px;
	clear: left;
	padding: 0px;
}
.header {
	background:#6C3 url(img/header_bg.png) no-repeat;
	height:96px;
	width:768px;
	margin:0 auto;
	margin-bottom:1px;
	clear:both;
}
.headerContact {
	float:right;
	font:16px Arial, Helvetica, sans-serif;
	color:#FFF;
	margin-right:8px;
	white-space:nowrap;
	height: 96px;
}
.headerContact a {
	color:#FFF;
	text-decoration:none;
}
.headerContact a:hover {
	color:#000;
	text-decoration:none;
}
.banner {
	background:#6C3 url(img/banner_01_bg.png) no-repeat;
	height:64px;
	width:768px;
	margin:0 auto;
	clear:both;
}
.isHome .banner {
	background:url(img/banner_home.png);
}
.isCompany .banner {
	background:url(img/banner_company.png);
}
.isAbout .banner {
	background:url(img/banner_about.png);
}
.isPortfolio .banner {
	background:url(img/banner_portfolio.png);
}

.menu {
	float:left;
	background:#C90 url(img/menu_bg.png) repeat-y;
	height:512px;
	width:192px;
	margin-left:2px;
	margin-top:1px;
}
.menu ul {
	padding:0;
	margin:0;
}
.menu li {
	background:Transparent;
	width:192px;
	height:64px;
	list-style:none;
	text-align:center;
	line-height:60px;
}
.menu a {
	display:block;
	width:192px;
	height:64px;
	font-size:16px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#333;
	border-top:#F90 1px solid;
	border-bottom:#FFF 1px solid;
}
.menu li:hover a, .isHome .menu a.Home, .isCompany .menu a.Company, .isAbout .menu a.About, .isPortfolio .menu a.Portfolio, .isContact .menu a.Contact, .isQuote .menu a.Quote {
	background:#F90 url(img/btn_mid.png) repeat-x;
	border-top:#fff 1px solid;
	border-bottom:#FFF 1px solid;
	color:#FFF;
}
.content {
	float:right;
	background:#FFF;
	height:512px;
	width:572px;
	margin-top:1px;
	margin-right:2px;
	border:#999 1px solid;
	clear: right;
	overflow: auto;
	text-align:left;
}
.content p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}
.insert {
	padding:8px;
	padding-top: 0px;
}
.footer {
	clear:both;
	width:768px;
	text-align:center;
	margin:0 auto;
}
.footnote {
	float:left;
	clear:left;
	text-align:left;
	line-height:16px;
	color:#333;
}
.footnote a {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#333;
}
.footnote a:hover {
	color:#F90;
}
.footnote a:hover sup {
	color: #000;
}
.copyright {
	float:right;
	clear:right;
	text-align:right;
	font:12px Arial, Helvetica, sans-serif;
}
.spacer {
	clear:both;
	height:2px;
}