@CHARSET "ISO-8859-1";
/* CSS Document for Secure Net Payments
Author: E-Moxie Data Solutions, Inc.
Author URI: http://e-moxie.com
Copyright (c) 2008
*/

/* Browser Reset Styles ================= */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
strong {
	font-weight: bold;	
}
small {
	font-size: 75%;	
}
em {
	font-style: oblique;	
}

/* Basic Definitions ==================== */
body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	background: #fff url('/images/bg.gif') 0 0 repeat-x;
}

h1 {
	font-size: 30px;
	color: #000;
	margin: 10px 0;
	padding: 0;
	font-weight: normal;
}
h2 {
	font-size: 24px;
	color: #447b94;
	margin: 10px 0;
	padding: 0;
	font-weight: normal;
}
h3 {
	font-size: 18px;
	color: #da8b0f;
	margin: 10px 0;
	padding: 0;
	font-weight: normal;
}

a:link, a:visited, a:active {
	color: #666;
}
a:hover {
	color: #666;
}

p {
	line-height: 1.3em;
	margin: 5px 0 10px 0;
	padding: 0;
}

ul, ol {
	margin: 10px 0 10px 25px;
	padding: 0;
}
	li {
		margin-bottom: 5px;
	}
del {color:#ccc;}
/* Classes ============================== */
.center {text-align:center;}
.clear {
	clear: both;
}
.small {font-size:10px;}
.left {
	float: left;
	margin-right: 15px;
}
.right {
	float: right;
	margin-left: 15px;
}

.styledtable th {
	text-align: left;
	font-size:24px;
	font-weight: bold;
	color: #447b94;
	padding:5px;
}

.styledtable td {
	text-align: left;
	border-bottom:1px solid #ccc;
	padding:5px;
}

.styledtable .table-hilite {
	background-color: #ffefc9;
	border-left:1px solid #eea902;
	border-right:1px solid #eea902;
}
.styledtable .table-hilitetop {
	border-top:1px solid #eea902;
}

.styledtable .table-hilitebottom {
	border-bottom:1px solid #eea902;
}
.error {
	font-weight: bold;
	background-color: #ffe8fa;
	border:1px solid #fc98e6;
	color:#d508a7;
	padding:10px;
	font-size:14px;
	text-align: center;
	margin-left:20px;
	margin-right:20px;
}
.indent {margin-left:20px; margin-right:20px;}
.faux2col{width:350px; float:left; margin-right:30px;}
.nomargin {margin:0;}
.hilite {
	background-color: #ffefc9;
	border:1px solid #eea902;
	padding:10px;
}
.styledinput {
	background-color: #fffbf6;
	border:1px solid #fcddbb;
	padding:10px;
	font-size:14px;
	width:300px;
}
.faint {color:#ccc;}
/* Container ============================ */
#container {
	width: 904px;
	margin: 0 auto;
}

/* Header/Navigation ==================== */
#top-nav {
	color: #fff;
	font-size: 16px;
	text-align: right;
	padding-right: 20px;
	padding: 20px 20px 8px 20px;
}
#top-nav a {
	color: #fff;
	text-decoration: none;
	font-size: 18px;
}

#header {
	background: url('/images/header.gif') 0 0 no-repeat;
	padding-top: 1px;
	height: 75px;
}

#logo {margin:6px 0 0 26px; float:left;}

#nav {
	width: 580px;
	float: right;
}
	#nav ul {
		margin: 18px 0 0 0;
		padding: 0;
		list-style: none;
	}
		#nav ul li {
			float: left;
			margin: 0 0 0 10px;
			padding: 0;
		}
			#nav ul li a {
				display: block;
				padding: 10px 12px 12px 0px;
				margin-left: 12px;
				font-size: 18px;
				color: #000;
				text-decoration: none;
			}
			/* Commented Backslash Hack
				hides rule from IE5-Mac \*/
			#header a {float:none;}
			/* End IE5-Mac hack */
			
			#nav ul li:hover {
				background: url('/images/nav-left.gif') left 0 no-repeat;
			}
			#nav ul li a:hover, #nav ul li:hover a {
				color: #fff;
				background: url('/images/nav-right.gif') right 0 no-repeat;
			}
			
			#nav ul li#nav-current {
				background: url('/images/nav-left.gif') left 0 no-repeat;
			}
			#nav ul li#nav-current a {
				color: #fff;
				background: url('/images/nav-right.gif') right 0 no-repeat;
			}
			
/* Content ============================== */
#content {
	margin-left: 14px;
	background: #fff;
	width: 870px;
	border-right: 1px solid #888;
	border-left: 1px solid #888;
}

#splash {
	text-align: center;	
	border-bottom: 1px solid #dadcdc;
	margin-bottom: 20px;
}

#maincontent {padding:0 10px 0 10px;}

/* Home Columns ========================= */
#col1 {
	width: 240px;
	text-align: center;
	border-right: 2px solid #dcdcdc;
	padding: 0 20px 0 30px;
	float: left;
}
	#col1 p {
		font-size: 12px;
		line-height: 1.5em;
		text-align: justify;
	}

#col2 {
	width: 240px;
	text-align: center;
	border-right: 2px solid #dcdcdc;
	padding: 0 20px;
	float: left;
}
	#col2 p {
		font-size: 12px;
		line-height: 1.5em;
		text-align: justify;
	}
	
#col3 {
	width: 240px;
	text-align: center;
	padding: 0 30px 0 20px;
	float: left;
}
	#col3 p {
		font-size: 12px;
		line-height: 1.5em;
		text-align: justify;
	}
	
/* Footer  ============================== */
#footer {
	text-align: center;
	color: #7f7f7f;
	font-size: 12px;
	margin-top: 30px;
	border-top: 1px solid #dee0e0;
	padding: 15px 0;
}

#footer p {
	margin: 10px 0;
	font-size: 11px;
	color: #b7b7b7;
}
#footer a {
	color: #868686;
}

	#footer ul {
		margin: 0 0 20px 0;
		padding: 0;
		list-style: none;
	}
		#footer ul li {
			display: inline;
		}
			#footer ul li a {
				color: #7f7f7f;
				border-right: 1px solid #dbdbdb;
				padding-right: 10px;
				margin-right: 5px;
			}
			#footer ul li a.none {
				border: none;
				padding: 0;
				margin: 0;
			}
/*  Signup Page  =================== */
label {	font-weight: bold;}
#generalinfo {
	width:300px;
	float:left;
}

#businessinformation {width:300px; float:left;}
.btn_submit {
	width:188px;
	height:44px;
	background: url('/images/btn_submitapp.gif') no-repeat top left;
	border: none;
	cursor:pointer;
}

/*  Login Page ==================== */
#loginform {
	background-color:#fff1e3;
	border:1px solid #f6ad64;
	padding:10px;
	width:300px;
	float:left;
}
#loginform label {float:left; width:100px;}
