@charset "utf-8";
* {
	padding:0;
	margin:0
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*background-image: url(img/bg.gif);*/
	background: url(/img/bg3.gif) repeat-y center;
	background-color:#eee;
}
a {
	text-decoration:none
}
a:hover {
	text-decoration:underline
}
abbr {
	cursor:help;
	border-bottom: 1px dashed black;
}
.welcome {
	font-style:italic;
	position:absolute;
	top: 10px;
	left: 0px;
	width: 100%;
	text-align:center;
}
.welcome strong {
	font-weight:normal
}
#main {
	width:850px;
	margin-left:auto;
	margin-right:auto;
	background-color:#fff;
	clear:both;
}
#menu {
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	height:20px;
	margin-bottom: 5px
}
#menu a {
	display:block;
	text-decoration:none;
	text-transform:uppercase;
	text-align: center;
	font-size: 10px;
	width:100px;
	margin-top: 5px;
	border-right:1px solid #000;
	font-weight:bold;
	line-height:10px;
	color:#000;
}
#menu #global a {
	color:#c2272d;
}
#menu a:hover {
	margin-top: 0;
	padding-top: 5px;
	border-right:0;
	margin-right:1px;
	background-color:#c2272d;
	height:16px;
	color:#fff!important;
}
#menu ul {
	list-style:none
}
#menu ul li {
	float:left;
	display:inline
}
h1 {
	padding-top:48px;
	overflow: hidden;
	background: url(/img/logo.gif) no-repeat;
	height: 0!important;
	height /**/:48px;
}
.articles {
	float:right;
	display:inline;
	width:270px;
	height:210px;
	margin-right:8px;
	margin-bottom:20px;
}
.articles h2, .app h2, #states h2 {
	color:#fff;
	font-weight:bold;
	line-height:24px;
	font-size:11px;
	text-transform:uppercase;
}
.articles h2, #states h2 {
	background-image: url(/img/heading.gif);
	background-repeat: no-repeat;
	background-color:#fff;
	padding-left: 15px;
	/*border-bottom:1px dashed #c2272d;*/
	margin-bottom:10px
}
.articles p {
	padding:0 10px 10px 5px;
}
.articles h3 {
	padding-left:5px;
	font-size:11px;
	font-style:italic;
}
.articles ul {
	padding-left:25px;
	list-style:square;
}
/*
.articles img {
	border:1px solid #000;
	float:right;
	margin-right:5px;
	width:100px;
	height:70px;
}
*/
.alternate {
}
.app {
	float:left;
	display:inline;
	border:1px solid #000;
	height:253px;
	width:260px;
	margin-left:15px;
	margin-bottom:10px;
	background-color:#eee;/*background-color:#bdd0de;*/
}
.app h2 {
	line-height:22px;
	background: url(/img/app-title.gif) repeat-x;
	background-color:#229B20;
	padding-left: 10px;
	margin-bottom:5px;
	border-bottom:1px solid #000;
}
.app p {
	margin-top:5px;
	padding:0px 5px;
	clear:both;
	font-size:9px;
}
.app label {
	float:left;
	display:inline;
	width:80px;
	text-align:right;
	margin:6px 5px 5px 0px;
	font-weight:bold;
	font-size:10px;
}
.app form {
	border: 1px solid #000;
	background: #fff;
	margin:0px 5px;
	padding:5px 0px
}
.app input {
	width:130px;
}
.app #submit {
	border: 1px solid #000;
	background: #ccc;
	width:190px;
	margin-top:6px;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
#getapproved img {
	border: 1px solid #000;
	padding:4px;
	width:530px;
	height:245px;
}
#getapproved {
	float:left;
	display:inline;
	margin-left:16px
}
#secure {
	float:left;
	margin-right:5px;
	margin-left:3px;
	margin-top:2px;
}
#states h2 {
	margin-left:-10px;
}
#states {
	padding-left:15px;
	margin-left:15px;
	margin-top:25px;
}
#states ul {
	float:left;
	width:115px;
	list-style:none;
	background-color:#eee;
	margin-right:10px;
	padding-left:5px;
}
#states li {
	line-height:18px
}
#states a {
	color: #900;
}
#footer {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	background-color:#fff;
	font-size:9px;
	text-align:center;
}
#questions_img {
	display:none;
}
.stealth {
	display:none;
}
