/* Tags */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
img {
	border: 0px;
}
iframe {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	height: 145px;
	width: 470px;
	margin: 0px;
}

/* Div IDs */

#pagetitle {
	position: absolute;
	z-index: 2;
	height: 20px;
	width: 199px;
	left: 245px;
	top: 133px;
	text-align: center;
}

#content {
	margin: 0px;
	padding: 0px 15px 0px 0px;
	height: 375px;
	width: 490px;
	overflow: auto;
	position: absolute;
	left: 220px;
	top: 180px;
	z-index: 10;
	font-size: 70%;
	line-height: 130%;
}

#content h1 {
	font-size: 120%;
	font-weight: bold;
	color: #FFFFFF;
}

#leftnav {
	position: absolute;
	left: 0px;
	top: 141px;
	width: 134px;
}

#leftnav img {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
}

#logo {
	position: absolute;
	height: 71px;
	width: 274px;
	left: 455px;
	top: 40px;
}

#background {
	background-image: url(../images/design/homepage-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index: 1;
	height: 480px;
	width: 577px;
	left: 176px;
	top: 118px;
}

#quotes {
	position: absolute;
	z-index: 2;
	height: 392px;
	width: 436px;
	left: 240px;
	top: 172px;
}
#pagebackground {
	background-image: url(../images/design/page-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index: 1;
	height: 501px;
	width: 577px;
	left: 176px;
	top: 118px;
}
#pagefooter {
	position: absolute;
	z-index: 2;
	height: 20px;
	width: 199px;
	left: 492px;
	top: 583px;
	text-align: center;
}

#recentclients {
	position: absolute;
	left: 25px;
	top: 335px;
	width: 130px;
	font-size: 70%;
}

#recentclients a {
	color: #000000;
	text-decoration: none;
}

#recentclients a:hover {
	text-decoration: underline;
}

#recentclients p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#frametext{
	font-size: 70%;
	background-color: #33CC00;
	padding-right: 15px;
}

/* Classes */

.boldwhite {
	font-weight: bold;
	color: #FFFFFF;
}

.textbutton {
	font-weight: bold;
}

.textbutton a {
	color: #FFFFFF;
	text-decoration: none;
}

.textbutton a:hover {
    color: #000000;
	text-decoration: underline;
}
.bigblack {
	font-size: 120%;
	font-weight: bold;
	color: #000000;
}

