@charset "utf-8";
/* Veriis Core CSS Document */
body {
	background-color:rgb(77,77,77);
	background-image:url(../images/bodyBackground.png);
	background-position:0 0;
	background-repeat:repeat;
	color:rgb(255,255,255);
	font-family:Arial, Helvetica, sans-serif;
}
#pageContainer {
	background-color:transparent;
	background-image:url(../images/pageContainerBackground.png);
	background-position:0 0;
	background-repeat:no-repeat;
}
.contentBlock {
	margin-left:200px;
	width:450px;
	background-color:transparent;
	background-image:url(../images/contentBlockBackground.png);
	background-position:0 0;
	background-repeat:repeat;
}
#navigationArea {
	height:54px;
}
#navigationArea ul {
	position:relative;
	width:450px;
	height:54px;
	background-color:transparent;
	background-image:url(../images/navigationAreaUlBackground.gif);
	background-position:0 0;
	background-repeat:repeat-x;
}
#navigationArea ul li {
	display:inline;
}
#navigationArea ul li a {
	position:absolute;
	top:0;
	display:block;
	width:150px;
	height:54px;
	background-color:transparent;
	background-position:50% 50%;
	background-repeat:no-repeat;
	text-align:center;
	text-indent:-9999px;
	font-size:24px;
	line-height:54px;
}
.activeLink a#aboutLink {
	background-image:url(../images/aboutActive.png) !important;
}
.activeLink a#testimonialsLink {
	background-image:url(../images/testimonialsActive.png) !important;
}
.activeLink a#contactLink {
	background-image:url(../images/contactActive.png) !important;
}
a:link#aboutLink,
a:visited#aboutLink {
	left:0;
	background-image:url(../images/aboutLink.png);
}
a:hover#aboutLink,
a:active#aboutLink {
	background-image:url(../images/aboutHover.png);
}
a:link#testimonialsLink,
a:visited#testimonialsLink {
	left:150px;
	background-image:url(../images/testimonialsLink.png);
}
a:hover#testimonialsLink,
a:active#testimonialsLink {
	background-image:url(../images/testimonialsHover.png);
}
a:link#contactLink,
a:visited#contactLink {
	left:300px;
	background-image:url(../images/contactLink.png);
}
a:hover#contactLink,
a:active#contactLink {
	background-image:url(../images/contactHover.png);
}
#contentArea {
	padding:14px 0;
	border-bottom:4px solid rgb(51,51,51);
	font-size:14px;
	line-height:20px;
}
#contentArea
#contentArea h1,
#contentArea h2,
#contentArea h3,
#contentArea h4,
#contentArea h5,
#contentArea h6 {}
#contentArea p {
	margin:14px 0;
	padding:0 40px;
}
#contentArea ul {
	margin:14px 0;
	padding:0 40px;
}
#contentArea ul li {
	margin:7px 0;
	padding:0 40px;
	background-color:transparent;
	background-image:url(../images/contentAreaUlBackground.png);
	background-position:20px 6px;
	background-repeat:no-repeat;
}
#contentArea a:link,
#contentArea a:visited {
	color:rgb(200,200,200);
	text-decoration:underline;
}
#contentArea a:hover,
#contentArea a:active {
	color:rgb(251,176,59);
	text-decoration:none;
}
#headerLogo {
	display:none;
}
#footerArea {
	padding-top:110px;
	background-image:url(../images/footerAreaBackground.png);
	background-repeat:no-repeat;
	text-align:center;
	color:rgb(51,51,51);
	font-size:12px;
}