@charset "UTF-8";

/* BEGIN RESET */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* BEGIN PAGE STYLES */

body {
	background-color: #ffffff;
	font-family: "Open Sans";
	color: #75787b;
	font-size: 16px;
	line-height: 18px;
}

h1{
	font-size: 45px;
	line-height: 50px;
	color: #1a1f71;
	padding: 20px 10px 0 25px;
}
.visa_flt {
	float:left;
}
.visa_frt {
	float:right;
}
.visa_clr {
	clear:both;
}
#visa_wrapper {
	width: 698px;
	margin: 0 auto 0 auto;
}
#visa_logo {
	height:65px;
}
#visa_logo .visa_logo-left {
	padding: 20px 25px 0 24px;
}
#visa_logo .visa_logo-right {
	padding: 5px 31px 0 25px;
}
#visa_lower-wrapper #visa_lower-left {
	width: 392px;
}
#visa_lower-wrapper #visa_lower-left p {
	padding: 5px 10px 0 25px;
	color: #75787b;
	font-size: 18px;
	line-height: 24px;
}
#visa_lower-wrapper #visa_lower-left .visa_listlead{
	font-size: 16px;
}
#visa_lower-wrapper #visa_lower-left ul{
	padding:20px 0 35px 25px;
}
#visa_lower-wrapper #visa_lower-left ul li.visa_icon1{
	background-image: url('/images/icon1.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 8px 0 10px 42px;
}
#visa_lower-wrapper #visa_lower-left ul li.visa_icon2{
	background-image: url('/images/icon2.gif');
	background-repeat: no-repeat;
	background-position: 0px -13px;
	padding: 11px 0 10px 42px;
}
#visa_lower-wrapper #visa_lower-left ul li.visa_icon3{
	background-image: url('/images/icon3.gif');
	background-repeat: no-repeat;
	background-position: 0px -5px;
	padding: 10px 0 10px 42px;
}
#visa_lower-wrapper #visa_lower-left ul li {
	color: #75787b;
}
#visa_lower-wrapper #visa_lower-left .visa_enroll{
	color: #1a1f71;
}

#visa_lower-wrapper .visa_btn {
	padding: 20px 0 20px 25px;
}
#visa_lower-wrapper #visa_lower-right {
	width: 306px;
}
#visa_lower-wrapper #visa_lower-right .visa_express-wrap{
	border: solid 1px #75787b;
	margin-top: 25px;
	margin-right: 25px;
	padding: 20px;
	font-size: 15px;
}
#visa_lower-wrapper #visa_lower-right .visa_express-wrap .visa_express-header{
	font-size: 17px;
	color: #333366;
	font-weight: bold;
	padding-bottom: 15px;
}

#visa_lower-wrapper #visa_lower-right .visa_express-wrap ol{
	list-style: decimal;
	padding-left: 20px;
	color: #fab633;
	font-weight: bold;
	padding-bottom: 10px;
}
#visa_lower-wrapper #visa_lower-right .visa_express-wrap ol li{
	padding-top: 15px
}

#visa_lower-wrapper #visa_lower-right .visa_express-wrap ol span{
	color: #75787b;
	font-weight: normal;
}

#visa_lower-wrapper #visa_lower-right .visa_express-wrap ol li .visa_default-image {
	padding: 20px 0 3px 0;
}
