@charset "utf-8";

#canvas {
	position:relative;
	width:960px;
	height:auto;
	z-index:1;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCCCCC;
}
#header {
	position:relative;
	width:960px;
	height:125px;
	z-index:3;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}
#bodyContent {
	position:relative;
	width:960px;
	height:845px;
	z-index:1;
	background-image: url(../images/siteBg.jpg);
	background-repeat: repeat-x;
}
#footer {
	position:relative;
	width:950px;
	height:30px;
	z-index:3;
	background-color: #EEEEEE;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 5px;
	padding-right: 5px;
}
body {
	margin-top: 0px;
	background-color: #FFFFFF;
}
#logoWrapper {
	position:absolute;
	width:308px;
	height:111px;
	z-index:4;
	left: 10px;
	top: 5px;
}
#webDesign {
	position:absolute;
	width:299px;
	height:38px;
	z-index:5;
	left: 320px;
	top: 68px;
}
#quoteWrapper {
	position:absolute;
	width:170px;
	height:100px;
	z-index:6;
	left: 776px;
	top: 10px;
}
#navigationWrapper {
	position:relative;
	width:750px;
	height:46px;
	z-index:4;
	left: 0px;
	top: 0px;
}
#clogin {
	position:absolute;
	width:145px;
	height:100px;
	z-index:2;
	top: -52px;
	left: 800px;
}
#swfWrapper {
	position:relative;
	width:960px;
	height:185px;
	z-index:1;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(../images/swfbg.jpg);
	background-repeat: repeat-x;
	top: 5px;
}
#bodyWrapper {
	position:absolute;
	width:945px;
	height:582px;
	z-index:2;
	left: 7px;
	top: 254px;
	background-color: #FFFFFF;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #1B4F81;
	text-decoration: underline;
}
a:active {
	color: #666666;
	text-decoration: none;
}