/* Date of creation: 27 September 2006                 */
/* Date of last modify: 28 September 2006              */
/* Copyright 2006, Digital Check, Corp.                */
/* Description: main css file for www.digitalcheck.com */
@import "header.css";
/*@import "content.css";*/
@import "footer.css";
@import "main_menu.css";
@import "inner_content.css";

* {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
}

img {
	z-index: 0;
}
a {
	text-decoration: underline;
}

a:link {
	color: #0368FF;
}

a:visited {
	color: #937ED1;
}

a:hover {
	color: #222130;
	text-decoration: none;
}


.main_title {
	padding: 21px 0px 0px 22px;
}
h2 {
	font-size: 140%;
	font-weight: normal;
	font-family: "Lucida", "Lucida Sans Unicode", Arial, sans-serif;
}
h3 {
	font-size: 135%;
	font-weight: bold;
	padding: 16px 5px 5px 64px;
}

body {
	font-family: Verdana, "Lucida Sans Unicode", "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #595757;
	background: #818283 url(../images/background.gif) repeat left top;
}
acronym {
	border-bottom: 1px dashed #777;
	cursor: help;
}
em {
	font-style: normal;
	text-decoration: underline;
}
address {
	padding: 0px 20px 0px 50px;
	font-style: normal;
	font-weight: bold;
}
.add_file {
	padding: 0px;
	border: 0px solid #fff;
}

hr {
	color: #eee;
}
/* Layouts
-----------------------------------------------------------*/
#wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0px 6px;
	width: 960px;
	text-align: center;
	background: #fff;
	color: #595757;
	border-left: solid 1px #cfcfcf;
	border-right: solid 1px #cfcfcf;
	border-bottom: solid 1px #cfcfcf;
	background-image: url(media/images/separator_dot.gif);
	background-repeat: repeat-y;
	background-position: 212px 0px;
	z-index: 1;
}

#header {
	width: 866px;
	height: 157px;
	border-bottom: 7px solid #fff;
	background-color: #fff;
	margin: 0 auto;
	z-index: 100;
}

#content {
	width: 866px;
	border-top: 1px solid #fff;
	display: block;
	clear: both;
	z-index:2;
	margin: 0 auto;
/*	background-color: #CCCCCC;*/
}

#footer {
		width: 866px;
		background-color: #fff;
		border-top: 4px solid #e4e5e5;
		clear: both;
		z-index:3;
		margin: 0 auto;
}
/* Forms
-----------------------------------------------------------*/
form, #form {
	font-size: 11px;
}

.text_box_form {
	border: 1px solid #B8B8B8;
	background-color: #FBFBFB;
	color: #595757;
	padding: 3px 3px 5px 3px;
	font-size: 11px;
	font-weight: bold;
}
