/*
Mid-Atlantic Notary Services CSS File
Copyright, 2005 Falling Creek LLC
*/

/* ELEMENT DECLARATIONS */
a {
	color: 333399;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: solid 1px #CCC;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

body {
	margin: 15px;
}

h2 {
	font-family: verdana;
	font-size: 18pt;
	color: #333333;
}

h3 {
	font-family: verdana;
	font-size: 14pt;
	color: #333333;
}

h4 {
	font-family: verdana;
	font-size: 10pt;
	color: #333333;
	font-weight: bold;
}

th {
	font-weight: bold;
	font-size: 10pt;
	text-align: left;
	border-width: 1px;
	border-style: solid;
	border-color: #666666;
}

td {
	font-size: 10pt;
}

hr {
	color: #C0C0C0;
	height: 1px;
	style: solid;
}

/* ID DECLARATIONS */
#page {
	border: solid 0px black; 
	width: 760;
	text-align: left;
	padding: 0px;
	margin: 0px;
}

#box{
	border:1px solid #C0C0C0;
	font-size: 10px;
	width:88px;
	height:13px;
	z-index: 2;

	position: absolute;
	left: 677px;
	top: 25px;
}

#box a {
	padding-left: 85px;
	text-decoration: none;
	height: 13px;
}

#footer {
	height: 25px;
	padding-bottom: 10px;
	padding-top: 10px;
	border-top-style: solid;
	border-top-color: #C0C0C0;
	border-top-width: 1px;
}

#footer-left {
	float: left;
	text-align: left;
	font-family: verdana;
	font-size: 10px;
	line-height: 11px;
}

#footer-left img {
	border-width: 0px;
}

#footer-right {
	float: right;
	text-align: right;
	font-family: verdana;
	font-size: 10px;
	line-height: 11px;
}

#headerjtc
{
	position: relative;
	width: 760px;
	height: 110px;
	margin-bottom: 15px;
}

#hdbg
{
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(/images/includes/templates/header4.jpg);
	width: 760px;
	height: 110px;
	border: solid 1px #CCC;
}

#hdlinks
{
	position: absolute;
	bottom: 25px;
	right: 0px;
	width: 606px;
	text-align: center;
	font: bold 10px Verdana, sans-serif;
}

#hdlinks A
{
}

#hdlinks A:hover
{
}

#hddate
{
	position: absolute;
	bottom: 3px;
	right: 3px;
	width: 606px;
	text-align: right;
	font: bold 10px Verdana, sans-serif;
	color: white;
}

/* CLASS DECLARATIONS */
.content {
	font-size: 12px;
	font-family: verdana;
	line-height: 18px;
	padding: 0px;
}

.even {
	background-color: #f0f0f0;
}

.odd {
	background-color: #ffffff;
}

.no-border {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}


.content OL LI {
	margin-top: 10px;
	margin-bottom: 10px;
}

.productlist {
	border-collapse: collapse;
	margin: 20px;
}

.productlist TD {
	font-size: 12px;
	vertical-align: top;
	padding: 3px 7px;
	border-top: solid 1px #CCC;
}
