@charset "utf-8";

/* Reset */

* { margin: 0px; padding: 0px; }

html, body {  
	padding: 0; margin: 0;
}

a { 
	border:0 none;
	font-family: Arial, Helvetica, sans-serif; font-size: 9pt; color:#3c3c3c;
	text-decoration: underline;
}
a:active { border:0 none; }
a:focus { border:0 none; }
a:hover { text-decoration: none; }

img { border: none; border-width: 0px; }
img.contact { float: right; }
*html img { vertical-align: top; }
*:first-child+html img { vertical-align: top; }
table { border-collapse: collapse; }

h1, h2, h3, h4, h5, h6 { 
	font-family: arial; font-size: 12pt; color: #3c3c3c;
	text-align: left; 
}

ul,li,ol { list-style-type: none; }

.cl { clear: both; height: 0px; font-size: 0pt; line-height: 0px; color:#fff; display:none; }


/*  Common   */
html {
	background:#0a263c url(../img/bg1.png) repeat-x top left;
}
body {
	font-family: Arial, Helvetica, sans-serif; font-size:10pt; color:#3c3c3c;
	position:relative;
	min-width: 800px;
	width: expression((document.body.clientWidth < 802)? "800px" : "auto"); /* IE Dynamic Expression to set the minimum width */
	background:url(../img/cloud.jpg) no-repeat top center;
}

p {
	text-align: justify;
}
#wrapper {
	width:800px;
	position:relative;
	margin:0 auto;
}



/*  Header  */
#header {
	position:relative;
	height:106px;
}
#header h1 {
	position:absolute;
	left:0;
	top:0;
	height:106px;
	width:106px;
	background:url(http://www.safeid.org/img/logo.png) no-repeat top left;
	text-indent:-9999px;
}
#header h1 a {
	display:block;
	width:106px;
	height:40px;
	position:absolute;
	top:32px;
}
#login {
	position:absolute;
	right:0;
	top:50px;
	width:235px;
	text-align:right;
	font-size:9pt;
}
#logout {
	position:absolute;
	right:0;
	top:50px;
	width:235px;
	text-align:right;
	font-size:9pt;
}
.username {
	font-style:italic;
	font-weight:bold;
}


/*  Login Form  */
#logintable {
	width:100px;
}
#logintable td {
	font-size:8pt;
	color:#0a263c;
}
#logintable td.third {
	padding-top:5px;
	text-align:right;
}
#logintable td a {
	font-size:8pt;
	color:#0a263c;
}
.input1 {
	font-size:9pt;
	width:80px;
	display:inline;
	vertical-align:middle;
	margin-right:5px;
}
input.submit {
	display:inline;
	vertical-align:middle;
}


/*  Create Form  */
#form1 h2 {
	color:#a6bd0a;
	font-size:10pt;
	font-weight:bold;
	margin-bottom:5px;
}
#createtable {
	width:100%;
}
#createtable td {
	padding:3px 0;
	font-size:8pt;
	text-align:left;
	vertical-align:top;
}
#createtable td.create_btn {
	padding:6px 0;
}
.input2 {
	font-size:9pt;
	width:170px;
	display:inline;
	vertical-align:middle;
	margin:3px 5px 0 0;
}




/*  Topmenu  */
#topmenu {
	position:relative;
	height:48px;
	background:url(../img/topmenu_bg.png) no-repeat top left;
}
#topmenu ul {
	margin:0;
	padding:0 0 0 17px;
	float:left;
}
#topmenu ul li {
	float:left;
}
#topmenu ul li a {
	display:block;
	width:138px;
	height:48px;
	line-height:48px;
	margin-left:13px;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	color:#fff;
}
#topmenu ul li.m1 a {
	width:100px;
	margin-left:13px;
}
#topmenu ul li.m2 a {
	width:130px;
	margin-left:20px;
}
#topmenu ul li.m3 a {
	width:168px;
	margin-left:30px;
}
#topmenu ul li a.active {
	background:url(../img/ac_bg.png) no-repeat top right;
	color:#949393;
}
#topmenu ul li.m3 a.active {
	background:url(../img/ac_bg3.png) no-repeat top right;
	color:#949393;
}


/*  Main  */
#main {
	position:relative;
	overflow:hidden;
	background:#FFF;
	/*height:1%;*/
	min-height:350px;
}
#form1 {
	float:left;
	/*background-color:#CCC;*/
	width:375px;
	margin:15px;
	display:inline;
}
#video {
	float:right;
	width:380px;
	background-color:#999;
	margin:15px 15px 15px 0;
	display:inline;
}
#howhy {
	clear:both;
	overflow:hidden;
	background:#f6f6f6 url(../img/bg2.png) repeat-x top left;
}
#howhy #wrap {
	overflow:hidden;
	height:100%;
	background:url(../img/bg3.png) repeat-x bottom left;
}
#how {
	float:left;
	width:375px;
	position:left;
	margin:0 15px 15px 15px;
	/*background-color:#CCC;*/
	display:inline;
}
#how h2 {
	height:37px;
	background:url(../img/how.png) no-repeat top left;
	text-indent:-9999px;
	margin-bottom:7px;
}
#why {
	float:right;
	width:380px;
	margin:0 15px 15px 0;
	/*background-color:#CCC;*/
	display:inline;
}
#why h2 {
	height:37px;
	background:url(../img/why.png) no-repeat top left;
	text-indent:-9999px;
	margin-bottom:7px;
}
#rightwrong {
	clear:both;
	overflow:hidden;
	background:#f6f6f6 url(../img/bg2.png) repeat-x top left;
}
#rightwrong .wrap {
	overflow:hidden;
	height:100%;
	background:url(../img/bg3.png) repeat-x bottom left;
}
#right {
	float:left;
	width:375px;
	position:left;
	margin:0 15px 15px 15px;
	/*background-color:#CCC;*/
	display:inline;
}
#right h2 {
	background-color:white;
	color:#A6BD0A;
	height:37px;
	margin-bottom:7px;
	text-align:center;
	width:150px;
}
#wrong {
	float:right;
	width:380px;
	margin:0 15px 15px 0;
	/*background-color:#CCC;*/
	display:inline;
}
#wrong h2 {
	background-color:white;
	color:#A6BD0A;
	height:37px;
	margin-bottom:7px;
	text-align:center;
	width:165px;
}
#b_users {
	float:left;
	width:375px;
	position:relative;
	margin:15px;
	/*background-color:#CCC;*/
	display:inline;
}
#b_users h2 {
	height:122px;
	background:url(../img/busers.png) no-repeat top left;
	text-indent:-9999px;
	margin-bottom:10px;
}
#b_users ul li {
	margin-left:10px;
	padding-left:20px;
	line-height:25px;
	background:url(../img/vb.png) no-repeat center left;
}
#p_users {
	float:right;
	width:380px;
	margin:15px 15px 15px 0;
	position:relative;
	/*background-color:#CCC;*/
	display:inline;
}
#p_users h2 {
	height:122px;
	background:url(../img/pusers.png) no-repeat top left;
	text-indent:-9999px;
	margin-bottom:10px;
}
#p_users ul li {
	margin-left:10px;
	padding-left:20px;
	line-height:25px;
	background:url(../img/vg.png) no-repeat center left;
}
#main #container {
	padding:15px;
	height:auto !important;
	height:300px;
}
#main #container h2 {
	color:#a5bc0a;
	font-size:14pt;
	margin-bottom:10px;
	font-weight:normal;
}
#main #container h3 {
	color:#a5bc0a;
	font-size:10pt;
	margin-bottom:10px;
}
#main #container p {
	margin-bottom:15px;
}
#main #container #faqlist {
	margin:15px 0;
}
#main #container #faqlist li {
	margin-left:20px;
	line-height:14pt;
}
#main #container #faqlist li a {
	font-weight:bold;
}
#main #wrapping {
	padding:15px;
	height:auto !important;
	height:300px;
}
#main #wrapping h2 {
	color:#a5bc0a;
	font-size:14pt;
	margin-bottom:10px;
	font-weight:normal;
}
#main #wrapping p {
	margin-bottom:15px;
}
#footnote {
	font-size: 8pt;
}
#footnote a {
	font-size: 8pt;
}
.italic {
	font-style:oblique;
}
.answer {
	padding-top:25px;
	background:url(../img/a.png) no-repeat top left;
}
.question {
	padding-top:25px;
	background:url(../img/q.png) no-repeat top left;
	font-weight:bold;
}
.answer {
	padding-top:25px;
	background:url(../img/a.png) no-repeat top left;
}
#contactform {
	font-size:9pt;
}
.input3 {
	font-size:9pt;
	width:250px;
	margin-bottom:10px;
}
.input4 {
	font-size:9pt;
	width:400px;
	height:200px;
	margin-bottom:10px;
}
.send {
	margin-left:-5px;
}
div#results {
	width:100%;
	border:2px #124268 solid;
	border-collapse:collapse;
	padding:2px;
}
table#results_table {
	width:100%;
	border:hidden;
	border-collapse:collapse;
}
th.table_header {
	background-color:#85aecf;
	padding:3px;
	border:2px #fff solid;
}
.odd {
	background-color:#dde3e1;
	padding:3px;
	border:2px #fff solid;
}
.even {
	background-color:#d0D6D4;
	padding:3px;
	border:2px #fff solid;
}
table.info_table {
	width:100%;
	border:hidden;
	border-collapse:collapse;
}
th.info_table_header {
	background-color:#becbd6;
	padding:3px;
	border:2px #fff solid;
}
.info_odd {
	background-color:#e5e9db;
	padding:3px;
	border:2px #fff solid;
}
.info_even {
	background-color:#d1d5c8;
	padding:3px;
	border:2px #fff solid;
}
#main #container h4 {
	color:#bbbbbb;
	font-size:11pt;
	margin-bottom:10px;
	font-weight:normal;
}
table#your_order {
	width:100%;
}
table#your_order caption {
	text-align:left;
	font-weight:bold;
	font-size:12pt;
}
table#your_order thead tr {
	border-bottom:1px #000 dashed;
}
table#your_order th {
	width:500px;
	padding:3px 0;
	text-align:left;
	font-weight:normal;
}
table#your_order .right {
	text-align:right;
}
table#your_order td {
	padding:3px 0;
}
#payment {
	text-align:center;
	position:relative;
	padding-top:30px;
}
table#your_payment {
	width:500px;
	margin:0 auto;
}
table#your_payment caption {
	color:#a6bd0a;
	font-size:18pt;
	padding-bottom:10px;
}
table#your_payment thead tr {
	border-bottom:1px #000 dashed;
}
table#your_payment th {
	text-align:left;
	padding:3px 0;
}
table#your_payment td.left {
	padding:7px 2px 0 0;
	text-align:left;
	width:200px;
	font-size:9pt;
}
table#your_payment td.right2 {
	padding:7px 0 0 0;
	text-align:left;
}
.input5 {
	width:300px;
}
.interval {
	height:20px;
}
.sm_it {
	font-size:8pt;
	font-style:italic;
}
.input6 {
	width:100px;
}
.blue2 {
	font-size:8pt;
	color:#3877a8;
}

/*  About Us  */
h2.aboutus_h {
	height:38px;
	width:169px;
	margin:20px 0 0 0;
	text-indent:-9999px;
	background:url(../img/aboutus_h.png) top left;
}
img.manid {
	float:right;
	margin:15px 10px 0 10px;
}
#main #container h3.incontainer {
	font-size:14pt;
	color:#333;
}


/*  How it works  */
h2.howitworks_h {
	height:38px;
	width:209px;
	margin:20px 0 0 0;
	text-indent:-9999px;
	background:url(../img/howitworks_h.png) top left;
}
#howitworks {
	padding:15px;
	//clear:both;
}
.howdiv {
	padding-left:45px;
	background:url(../img/v.gif) no-repeat left top;
}
#howitworks h3.howh {
	margin-bottom:7px;
}
p.howp {
	margin-bottom:15px;
}
p.lightblue {
	padding:15px;
	background-color:#eff5f9;
	color:#000;
}
#howitworks p.notice {
	margin:15px;
	font-size:8pt;
}


/*  Website Integration  */
h2.integration_h {
	height:38px;
	width:359px;
	margin:20px 0 0 0;
	text-indent:-9999px;
	background:url(../img/integration_h.png) top left;
}
input.continue {
	display:inline;
	vertical-align:middle;
}
.input7 {
	margin:15px 5px 15px 0;
	display:inline;
	vertical-align:middle;
}
p.p1 {
	margin:20px 0;
}
#nda {
	border:thin solid;
	background-color:#F9F9F9;
	height:250px;
	overflow-y:scroll;
	padding:10px;
	margin-bottom:15px;
}
.verify {
	display:block;
	margin:10px 0;
}


/*  FAQ  */
h2.faq_h {
	height:38px;
	width:169px;
	margin:20px 0 0 0;
	text-indent:-9999px;
	background:url(../img/faq_h.png) top left;
}
img.quest {
	float:right;
	margin:55px 10px 0 10px;
}


/*  Footer  */
#footer {
	position:relative;
	height:50px;
	background:url(../img/bottom.png) no-repeat top left;
}
#footer #copyright {
	position:absolute;
	left:10px;
	top:10px;
	color:#fff;
	font-size:8pt;
}
#footer #bottom_menu  {
	position:absolute;
	right:10px;
	top:10px;
	width:400px;
	text-align:right;
	color:#6090b7;
	font-size:8pt;
	text-decoration:none;
}
#footer #bottom_menu a  {
	color:#6090b7;
	font-size:8pt;
	text-decoration:none;
}

#nav {
	padding-top: 15px;
	padding-left: 15px;
}