/* reset.css */
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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

div {
	position:relative;
}

 img, div, input { behavior: url("iepngfix.htc") }


/*-------------- MY STYLES --------------*/

br.dirtyLittleTrick { clear:both; display:block; height:1px; margin:-1px 0 0 0 }

body {
	font-size:75%;color:#222;background:#fff;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
	background-image:url(../images/bottom_bg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#fff;
	margin:0;
	padding:0;
}
#wrap {
	width:960px;
	margin:0 auto;
}
#header_wrap {
	width:100%;
	height:352px;
	background:url(../images/header_bg.gif) repeat-x center;
	margin:0;
	padding:0;
}
#header {
	width:960px;
	height:352px;
	background:url(../images/header_h.jpg) no-repeat top;
	margin:0 auto;
}

#header h1{
float:left;
clear:left;
}

#login {
	width:304px;
	height:112px;
	margin:5px 0 0 50px;
	float:left;
	clear:left;
}
#login ul{
	float:right;
	margin:10px 30px 0 0;
}
#login ul li{
	text-align:right;
	margin-bottom:6px;
	color:#fff;
	font-weight:bold;
	line-height: 24px;
}
#login ul li input.in{
	width:173px;
	height:20px;
	padding-top:4px;
	line-height:24px;
	text-indent:7px;
	background:url(../images/input_bg.gif) no-repeat center;
	border:1px solid #203b75;
	font-size:13px;
	font-family:"Helvetica Neue", Helvetica, Arial;
	font-weight:bold;
	color:#fff;
}
.inb {
	cursor:pointer;
	float: right;
}
#login a, #login a:visited {
	float:left;
	color:#fff;
	font-size:10px;
	line-height:20px;
	text-indent:70px;
	text-decoration:none;
}
#login a:hover {
	color:#FFCC00;
}

/* ------ NAV -------*/

#nav {
	clear:both;
	float:left;
	margin:8px 0 0 20px;
}
#nav li {
	display:inline;
	margin:0 10px 0 0;
	height:37px;
	line-height:37px;
}
#nav li a {
	font-family:"Helvetica", Arial;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	display:inline-block;
	height:37px;
	padding:0 10px;
}
#nav li a:hover {
	color:#FFCC00;
}
#nav li a.current {
	background-color:#fff;
	color:#101e3b;
	border-left:1px solid #08152f;
	border-right:1px solid #08152f;
	border-top:1px solid #08152f;
}

/*------- MAIN ---------*/

.midbox {
	position:relative;
	width:250px;
	height:158px;
	background:url(../images/midbox_bg.gif) bottom repeat-x;
	float:left;
	margin:40px 12px 0 0;
	border-left:1px solid #bdbcbd;
	border-right:1px solid #bdbcbd;
	border-top:1px solid #bdbcbd;
	padding:12px 30px 0;
}

div.last {
	margin-right:0;
}

.midbox h1 {
	color:#0a2256;
	font: bold 30px "Helvetica", Arial;
}

.midbox h1 img {
	position:absolute;
	width:134px;
	height:79px;
	top:-4px;
	left:180px;
}
.midbox p {
	font:Verdana, Arial, Helvetica, sans-serif 12px normal;
	color:#6a6f7c;
	line-height:1.6em;
}

.midbox a {
	display:block;
	background:url(../images/learn_bg.gif) center no-repeat;
	width:94px;
	height:21px;
	color:#fff;
	line-height:21px;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
	font-size:12px;
	position: absolute;
	top:149px;
	left:195px;
}

/* --------- MAIN CONTENT ----------- */

#main_content {
	width:658px;
	float:right;
	margin:40px 0 0 0;
	padding:0 15px 40px 35px;
}

#main_content h1 {
	font-size:40px;
	color:#0a2359;
	font-family:"Helvetica", Arial;
	font-weight:600;
	letter-spacing:-1.5px;
}
#main_content p {
	color:#6a6f7c;
	font-size:13px;
	line-height:1.8em;
	margin-top:20px;
}

/* --------- SIDECOLUMN CONTENT ----------- */

#sidecolumn {
	width:248px;
	float:left;
	margin:40px 0 40px 0;
	border:1px solid #101e3b;
}
#sidecolumn h1 {
	height:33px;
	line-height:33px;
	border:1px solid #224182;
	background-color:#0a2256;
	color:#fff;
	font-family:"Helvetica", Arial;
	font-size:20px;
	font-weight:bold;
	text-indent:15px;
}

.side_content {
	background-color:#25468d;
	background-image:url(../images/side_main_g.gif);
	background-position:top;
	background-repeat:repeat-x;
	border-top:1px solid #101e3b;
	border-left:1px solid #3c62b1;
	border-right:1px solid #3c62b1;
	border-bottom:1px solid #3c62b1;
	padding:15px 30px 30px;
}

.side_content ul {
}
.side_content ul li {
	color:#fff;
	font-family:"Helvetica Neue", Helvetica, Arial;
	font-size:20px;
	font-weight:bold;
}

/* --------- FOOTER ----------- */

#footer {
	width: 960px;
	height:183px;
	background-image:url(../images/footer_h.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

#footer div {
	height:40px;
	color:#fff;
	font-weight:bold;
	font-size:13px;
	font-family:"Helvetica", Arial;
	padding:0 20px 0;
	line-height:40px;
}
#footer div h3{
	float:left;
}
#footer div h3 span {
	font-weight:normal;
}
#footnav {
	float:right;
}
#footnav li{
	display:inline;
	margin-left:10px;
}
#footnav li a{
	text-decoration:none;
	color:#fff;
}
#footnav li a:hover {
	color:#FFCC00;
}
#icons {
	float:right;
	height:16px;
	margin:30px 35px 0 0;
}
#icons li{
	display:inline;
	height:16px;
	width:16px;
	margin-right:3px;
}


/* ------ AFF LOGIN -----*/


.button {
background:#e9ac06;
border:1px solid #fcc838;
background-image: url(../images/buttonb.gif);
background-repeat: repeat-x;
background-position: bottom;
color:#fff;
font-weight:bold;
cursor:pointer;
float: right;
padding:2px 5px 3px 5px;
-moz-border-radius: 4px;
}

#afflogdiv {
	background-color:#244487;
	background-image: url(../images/logbg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border:2px solid #111f3d;
	margin: 90px auto 120px;
	width: 452px;
	-moz-border-radius: 8px;
}



#afflogdiv div {
	width: 450px;
	-moz-border-radius: 8px;
	border:1px solid #325cb3;
	background: transparent;
}


#afflog {
	width: 450px;
	text-align: center;
	color: #fff;
}

#afflog input.textd {
	width:173px;
	height:20px;
	padding-top:4px;
	line-height:24px;
	text-indent:7px;
	background-image:url(../images/loginupbg.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #0d1947;
	border:1px solid #203b75;
	font-size:13px;
	font-family:"Helvetica Neue", Helvetica, Arial;
	font-weight:bold;
	color:#fff;
	float: left;

}

#afflog td {
	padding: 7px 1px;
	vertical-align: middle;
}

#afflog h3 {
	float: right;
}

#afflog td.bt {
	border-top:1px solid #111f3d;
	border-bottom:1px solid #111f3d;
		background-color: #0a2256;
}

#afflog td.bb {
	border-bottom:1px solid #111f3d;
		background-color: #0a2256;
}

#afflog table {
	margin: 0 auto; 
}

#afflog h1{
	font-size: 22px;
	font-weight: bold;
	color: #fff;
}


/* ------ AFF SIGNUP -----*/

.tablecol {
	position: relative;
	margin: 30px 30px 90px 0;
	background:url(../images/midbox_bg.gif) bottom repeat-x;
	border-left:1px solid #bdbcbd;
	border-right:1px solid #bdbcbd;
	border-top:1px solid #bdbcbd;
	width: 400px;
	text-align: right;
	float: left;
}

.tablecol td h3 {
	color: #0a2256;
}

.tablecol td h2 {
	color: #222;
	text-align: left;
	font-weight: bold;
	font-size: 16px;
	margin-left: 10px;
	line-height: 1em;
	padding-top: 3px;
}

.tablecol td{
	padding: 10px 0;
	vertical-align: middle;
}
.tablecol td input {
	float: left;
	margin: 0 0 0 10px;
	width: 200px;
}

.tablecol tr.hsmall td {
	padding:0px 0px 0px 10px;
	text-align:left;
	line-height:1em;
	font-size:11px;
	color: #666666;
}

.tablecol td span {
	float:left;
	vertical-align:middle;
	margin-left:5px;
	margin-top:5px;
}

.tablecol td textarea {
	float: left;
	margin: 0 0 0 10px;
	width: 192px;
	padding: 5px;
	height: 110px;
	border:1px solid #bdbcbd;
}

.tablecol td.ttop {
	vertical-align: text-top;
}
.tablecol td.ttop h3 {
	margin-top: 5px;
}
.tablecol td.question input {
	width:120px;
}

.tablecol td.question img {
	float:left;
	margin-left: 20px;
	padding-top:2px;
}

.tablecol td input.checkbox {
	float: none;
	width: auto;
}

.tablecol td.mida {
	text-align: center;
	float: none;
}
.tablecol td input.signup {
	float: none;
	background:green;
	border:1px solid #047700;
	color:#fff;
	font-weight:bold;
	font-size: 13px;
	cursor:pointer;
	margin: 0 auto;
	padding:2px 10px 5px 10px;
	-moz-border-radius: 4px;
	width: auto;
}

a.continue {
	display:block;
	background:url(../images/learn_bg.gif) center no-repeat;
	width:94px;
	height:21px;
	color:#fff;
	line-height:21px;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
	font-size:12px;
	position: absolute;
	top:714px;
	left:332px;
}

#createacc {
	color:#0a2256;
	font: bold 30px "Helvetica", Arial;
	margin: 40px 0 10px 0;
	text-indent: 10px;
}

hr {
		border:0;
		background-color: #bdbcbd;
		height: 1px;
}

#lefttab {
margin-left: 70px;
}


a.info{
    position:relative; /*this is the key*/
    z-index:24; background-color:#ccc;
    color:#000;
    text-decoration:none}

a.info:hover{z-index:25; background-color:#ff0}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:-70px; left:-90px; width:15em;
    border:1px solid #e99801;
    background-color:#fcf499; color:#000;
    text-align: left;
	padding:10px 0px 10px 15px;
	line-height:1.5em;
	-moz-border-radius: 8px;
	font-size: 12px;
}

#flash_object {
width:375px;
height:145px;
margin:0px!important;
float:left;
clear:right;
padding:0px !important;
border:none;
margin-bottom:20px;
}


/*------Slider------- */


	#slider {
	float:right;
	position:relative;
	top:27px;
	}

	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:557px;
		height:287px;
		overflow:hidden; 
		}
	span#prevBtn{}
	span#nextBtn{}	
	
					

        .graphic, #prevBtn, #nextBtn{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }

		#over {
		position:absolute;
		top:0px;
		left:0px;
		}
	
		#prevBtn{ 
		display:block;
		width:13px;
		height:144px;
		position:absolute;
		left:390px;
		top:170px;
		}
		#nextBtn{ 
		display:block;
		width:13px;
		height:143px;
		position:absolute;
		left:390px;
		top:27px;
		}	
																
	#prevBtn a {  
		display:block;
		width:13px;
		height:144px;
		background:url(../images/slider/down.gif) no-repeat 0 0;	
		}	
	#nextBtn a{
		display:block;
		width:13px;
		height:143px; 
		background:url(../images/slider/up.gif) no-repeat 0 0;	
		}												

