@charset "UTF-8";
body {
	background-image: url(images/background.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.blue_header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #005C96;
}
#nav {
	height: 25px;
	width: 615px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding-left: 340px;
}
#home_left {
	height: 700px;
	width: 350px;
	left: 10px;
	top: 10px;
	position: relative;
	float: left;
}
#container {
	background-image: url(images/content_back.jpg);
	background-position: right top;
	height: 720px;
	width: 955px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#home_right {
	height: 700px;
	width: 575px;
	left: 20px;
	top: 10px;
	position: relative;
}
#billing_left {
    height: 837px;
	width: 240px;
	background-image: url(images/billing_left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	left: 7px;
	float: left;
	position: relative;
}
#billing_right {
    height: 800px;
	width: 650px;
	padding-top: 35px;
	position: relative;
	background-image: url(images/rest_back.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-left: 275px;
}
#nav li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	display: inline;
	padding-left: 10px;
}
#container_rest {
	width: 955px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#header {
	height: 175px;
	width: 955px;
	position: relative;
}
#about_left {
	height: 645px;
	width: 240px;
	background-image: url(images/about_left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	left: 7px;
	float: left;
	position: relative;
}
#about_right {
	height: 600px;
	width: 650px;
	padding-top: 35px;
	position: relative;
	background-image: url(images/rest_back.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-left: 275px;
}
#services_left {
	height: 772px;
	width: 240px;
	background-image: url(images/services_left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	left: 7px;
	float: left;
	position: relative;
}
#services_right {
	height: 737px;
	width: 650px;
	padding-top: 35px;
	position: relative;
	background-image: url(images/rest_back.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-left: 275px;
}
#platform_left {
	height: 882px;
	width: 240px;
	background-image: url(images/platform_left2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	left: 7px;
	float: left;
	position: relative;
}
#platform_right {
	height: 846px;
	width: 650px;
	padding-top: 35px;
	position: relative;
	background-image: url(images/platform_back.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-left: 275px;
}
#reports_left {
	height: 947px;
	width: 240px;
	background-image: url(images/reports_left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	left: 7px;
	float: left;
	position: relative;
}
#reports_right {
	height: 912px;
	width: 650px;
	padding-top: 35px;
	position: relative;
	background-image: url(images/rest_back.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-left: 275px;
}
#contact_left {
	height: 619px;
	width: 240px;
	background-image: url(images/contact_left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	left: 7px;
	float: left;
	position: relative;
}
#contact_right {
	height: 584px;
	width: 650px;
	padding-top: 35px;
	position: relative;
	background-image: url(images/rest_back.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-left: 275px;
}
#nav a:link, #nav a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
#nav a:hover {
	text-decoration: none;
	color: #FFCC33;
}
a:link, a:visited {
	color: #005C96;
	text-decoration: underline;
}
