/* Main Tags and Formats */
body {
	background-image: url(../images/back_color.jpg);
	background-repeat: repeat;
	padding: 0px;
	margin: 0px;
}
p {
	padding: 25px;
	margin: 0px;
	font-family: Helvetica, "Helvetica Neue Black Condensed", Arial, sans-serif;
	font-size: 11pt;
}
a {
	color:#333333;
	text-decoration:none;
}
table {
	border-color:#000000;
}


/* Header */
.header {
	text-align: center;
	border: none;
	overflow: hidden;
	position: absolute;
	visibility: visible;
	height: 75px;
	width: 615px;
	left: 155px;
	top: 15px;
}

/* Content Area */
.content_wrap {
	position: absolute;
	visibility: visible;
	left: 135px;
	top: 95px;
	padding: 0px;
	margin: 0px;
	right: 15px;
	bottom: 20px;
}
.content {
	visibility: visible;
	text-align: justify;
	padding: 0px;
	margin: 0px;
	background-color:#CCCCCC;
	overflow: hidden;
	width: 100%;
	min-height: 400px;
}
.t {
	background: url(../images/t.jpg) 0 0 repeat-x;
	background-color:#CCCCCC;
	position:relative;
	top: 25px;
}
.t_sample {
	background: url(../images/t.jpg) 0 0 repeat-x;
	background-color:#CCCCCC;
}
.b {
	background: url(../images/b.jpg) 0 100% repeat-x;
}
.l {background: url(../images/l.jpg) 0 0 repeat-y;}
.r {background: url(../images/r.jpg) 100% 0 repeat-y;}
.bl {background: url(../images/bl.jpg) 0 100% no-repeat;}
.br {background: url(../images/br.jpg) 100% 100% no-repeat;}
.tl {background: url(../images/tl.jpg) 0 0 no-repeat;}
.tr {
	background: url(../images/tr.jpg) 100% 0 no-repeat;
	padding: 25px 15px 15px;
	margin: 0px;
}
.tr#sample {
	padding: 15px;
	height: 800px;
}
p.sample_links {
	color:#999999;
	font-size: 11pt;
	text-align: center;
	padding: 5px;
}
p.sample_links a {
	color:#999999;
	font-style: italic;
	border-bottom: 1px dotted #999999;
}
.content iframe {
	min-height: 700px;
}
.top_space {
	font-size: 11pt;
}
.client_text {
	text-align: left;
	font-size: 12pt;
	font-weight:200;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.software_table {
	position: relative;
	left: 25px;
}
.software_table p {
	padding: 5px;
}
.software_table td {
	vertical-align: top;
}
.content#client {
	overflow:auto;
}

/* Nav Bar */
.n_content {
	background-image: url(../images/nav_border.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	visibility: visible;
	overflow: hidden;
	text-align: center;
	padding: 0px;
	margin: 0px;
	border: none;
	font-weight: bold;
	height: 55px;
	width: 100px;
}
.n_content a {
	color:#CCCCCC;
}
.n_content a:hover {
	color:#999999;
}
.n_content p {
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
	font-size: 16px;
}
/* individual divs and links */
.n_content#n1 {
	position: absolute;
	top: 120px;
	left: 25px;
}
div#in1 {
	position: absolute;
	top: 140px;
	left: 5px;
}
.n_content#n2 {
	position: absolute;
	top: 185px;
	left: 25px;
}
div#in2 {
	position: absolute;
	top: 205px;
	left: 5px;
}
.n_content#n3 {
	position: absolute;
	top: 250px;
	left: 25px;
}
div#in3 {
	position: absolute;
	top: 270px;
	left: 5px;
}
.n_content#n4 {
	position: absolute;
	top: 315px;
	left: 25px;
}
div#in4 {
	position: absolute;
	top: 335px;
	left: 5px;
}
.n_content#n4s {
	position: absolute;
	top: 315px;
	left: 25px;
	background-image: url(../images/nav_border_soft.jpg);
	height: 140px;
	width: 100px;
}
div#in4s {
	position: absolute;
	top: 335px;
	left: 5px;
}
div#sub_links_n4s {
	font-family: Helvetica, "Helvetica Neue Black Condensed", Arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-align: left;
	list-style-position: outside;
	list-style-image:url(../images/mini_link.jpg);
	position: absolute;
	top: 365px;
	left: 5px;
}
div#sub_links_n4s li {
	margin-bottom: 5px;
	margin-top: 5px;
}
div#sub_links_n4s a {
	color:#CCCCCC;
}
div#sub_links_n4s a:hover {
	color:#999999;
}
.sub_links_p {
	padding: 5px;
}

/* Footer */
.footer {
	position: relative;
	top: 5px;
	height: 10px;
	border: none;
	width: 100%;
}
.credit {
	font-size: 8px;
	color: #999999;
	text-align: center;
}
.credit a {
	color: #999999;
}
.credit a:hover {
	border-bottom: 1px dotted #999999;
}