@charset "utf-8";
body {
	background-image: url(images/tile.jpg);
	background-repeat: repeat-x;
}
h1 {
	font-size: 12px;
	color: #C12E36;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-right: 3px;
	margin-top: 0px;
}
h2 {
	font-size: 16px;
	color: #C12E36;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	width: 97%;
}


h3 {
	font-size: 14px;
	color: #333;
	font-weight: bold;
	margin: 0px;
}
p {
	margin-top: 3px;
	margin-bottom: 3px;
}
a  {
	color: #C12E36;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #CCC;
}


#wrap {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	width: 700px;
	margin-top: 100px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	min-height: 500px;
	height: 699px;
}
#header {
	height: 206px;
}
#arrowleft {
	float: left;
	height: 206px;
	width: 83px;
}
#arrowright {
	float: left;
	height: 206px;
	width: 82px;
}
#headermiddle {
	float: left;
	height: 206px;
	width: 534px;
}
#body {
	height: 115px;
}
#bodylefttext {
	background-image: url(images/left-text.png);
	background-repeat: no-repeat;
	float: left;
	height: 115px;
	width: 312px;
	padding-left: 20px;
	padding-right: 15px;
}
#bodytextright {
	background-image: url(images/right-text.png);
	background-repeat: no-repeat;
	float: left;
	height: 115px;
	width: 307px;
	padding-left: 30px;
	padding-right: 15px;
}

.enterbusiness a{
	background-image: url(images/arrow-left.png);
	background-repeat: no-repeat;
	display: block;
	height: 186px;
	width: 63px;
	padding-top: 20px;
	padding-left: 20px;
	color: #EFEEEE;
	text-decoration: none;
	background-position: left;
}
.enterbusiness a:hover{
	background-image: url(images/arrow-left.png);
	background-repeat: no-repeat;
	background-position: right;
}

.enterresidential a{
	background-image: url(images/arrow-right.png);
	background-repeat: no-repeat;
	display: block;
	height: 186px;
	width: 62px;
	color: #FFF;
	text-decoration: none;
	background-position: right;
	padding-top: 20px;
	padding-right: 20px;
}
.enterresidential a:hover{
	background-image: url(images/arrow-right.png);
	background-repeat: no-repeat;
	background-position: left;
}
#footer {
	clear: both;
	height: 378px;
}
.center{text-align:center;}
.left{text-align:left;}
.right{text-align:right;}

