@charset "utf-8";
/* CSS Document */

table {
	font-size: 14px;
}

table p {
	font-size: 14px;
}

body {
	font-family: Tahoma, Helvetica, Arial, Sans-Serif;
	font-size: 16px;
	margin: 0; 
	padding: 0;
	text-align: center;
	background-color: #fff;
	background-image: url(/images/back.png);
	background-repeat: repeat-x;
	background-position: left top;
}

p {
	font-size: 16px;
}

h1 {
	font-size: 18px;
	color: #355e81; 
	padding: 0px;
	margin-top: 10px;
}

h2 {
	font-size: 18px;
	color: #355e81; 
	padding-top: 10px;
}

h3 {
	font-size: 18px;
	color: #c80202;
}

h4 {
	font-size: 18px;
	color: #355e81; 
	padding: 0px;
	margin-top: 10px;
}

h5 {
	font-size: 14px;
	color: #c80202;
	margin: 10px;
	font-style:italic;
}

.outdent {
	margin-top: 0px; 
	margin-left: -70px;
}

.italic {
	font-style:italic;
}

a {
	font-weight: normal;
	color: #355e81;
	text-decoration: none;
} 

a:visited {
	color: #355e81;
	text-decoration: none;
} 

a:hover {
	color: #c80202;
	text-decoration: underline;
}

img {
	border: 0px;
}

ul {
	font-size:12px;
}

ol {
	font-weight:bold;
	font-size:13px;
}

ol li div {
	font-weight: normal;
}
	
.chart {
	font-size: 11px;
	margin-left: 0px;
	color: #666666;
}

.title{
	font-family: Tahoma, Helvetica, Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 130%;
	color: #355e81;
}


/**********************************************
 *	Header Styles
 **********************************************/

#header {
	width: 960px;
	margin: 0 auto;
	height: 110px;
}

#logoholder {
	float: left;
	width: 300px;
	margin: 20px 0px 0px 25px;
}

#logo {
	float: left; 
}

#number {
	clear:both;
	margin-top: 10px; 
	margin-left: 60px; 
}

/*------------------------------------*\
#log {
	float: right;
	margin: 6px 15px 0px 0px;
	padding: 8px 0px 5px 7px;
	width: 238px;
	height: 104px;
	color: #335d80;
	background-image: url(/images/login.png);
	background-repeat: no-repeat;
	background-position: top left;
}

#log table {
	padding:3px;
}

\*------------------------------------*/

#login { float: right; margin: 0px 12px 0px 0px; }
#login a { background:url(/images/login-tab.png); background-repeat:no-repeat; width:200px; height:32px; display:block; padding-top:3px; font-family:Arial, Helvetica, sans-serif; font-weight:bold; font-size:14px; }
#login a:hover	{ background:url(/images/login-tab-over.png); background-repeat:no-repeat; color: #ffffff; text-decoration: none; }
#login .current a { width:166px; height:32px; display:block; color:#ffffff; font-family:Arial, Helvetica, sans-serif; font-weight:bold; font-size:14px; background:url(/images/login-tab-over.png); background-repeat:no-repeat; }

#buy {
	position: absolute;
	margin: 30px 15px 0px 448px;
}

/*------------------------------------*\
	Tabs
\*------------------------------------*/

#headtabs {
	padding-top: 68px;
}
	
#headtabs img {
	border: 0px;
}

#pagetabs{
	list-style:none;
	float:right; /* Clear the floats */
	margin-right: 10px;
}

/* #tabs li{
	float:left;
	opacity:0.5;
	
	-moz-transition:0.25s all linear;
	-webkit-transition:0.25s all linear;
	-o-transition:0.25s all linear;
	transition:0.25s all linear;
} */

/* #pagetabs a{
	width:166px;
	height:32px;
	display:block;
	padding-top:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
} */

#pagetabs a{
	padding-right: 20px;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	color: #355e81;
}

#pagetabs li{
	float:left;
}

#pagetabs a:hover {
	color: #c80202;
	text-decoration: none;
}

#pagetabs .tab1 a { background:url(/images/tab-light.png); background-repeat:no-repeat; }
#pagetabs .tab1 a:hover	{ background:url(/images/tab-dark.png); background-repeat:no-repeat; }
#pagetabs .current a { width:166px; height:32px; display:block; color:#ffffff; font-family:Arial, Helvetica, sans-serif; font-weight:bold; font-size:14px; background:url(/images/tab-dark.png); background-repeat:no-repeat; }

#pagetabs:hover li{
	padding:0 0 0 0;
}
#pagetabs li:hover{
	padding:0 0 0 0;
	opacity:1;
}

#video_container {
	text-align: center;
	padding-top: 20px;
}

#landing_video {
	text-align: center;
}

/**********************************************
 *	Structural Styles
 **********************************************/
 
#window {
	z-index:200;
	width: 916px;
	margin: 0 auto;
	background-color: #fff;
	/* background-image: url(/images/blockrepeat960.png);
	background-repeat: repeat-y;
	background-position: left top; */
	box-shadow: 0px 0px 12px #555; 
	-webkit-box-shadow: 0px 0px 12px #555; 
	-moz-box-shadow: 0px 0px 12px #555;
	margin-bottom: 15px;
}

#window_btm {
	clear:both;
	width: 960px;
	margin: 0 auto;
	background-image: url(/images/blockbottom960.png);
	background-repeat:no-repeat;
	background-position: left top;
	height: 28px;
}

#inside {
	width: 910px;
	padding: 10px 20px 10px 20px;
	margin: 0 auto;
	text-align: left;
}

#title_bar {
	background-color:#355e81; 
	color:#fff; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:32px; 
	font-weight:bold;
	padding:10px;
}

#top_bar {
	background-color:#355e81; 
	padding:5px;
}

#content {
	padding: 10px 30px 30px 30px;
	text-align:left;
}

#left {
	margin-top: -20px;
	margin-left: -18px;
}

#justify {
	margin-top: 0px;
	margin-left: -6px;
}

#flash {
	text-align: left;
}

#page {
	width: 600px;
	margin: 0 auto;
}

/**********************************************
 *	Footer Page Styles
 **********************************************/

#footer {
	width: 960px;
	margin: 0px auto;
	text-align: left;
}

#translate {
	margin: 0px 0px 0px 30px;
	text-align: left;
	height:20px;
	width:200px;
}

#brand {
	float: right;
	text-align: right;
	width: 360px;
	margin: 0px 20px 0px 0px;
	font-size: 11px;
	color: #484848;
}

/***	Bottom Navigation    ***/ 

#btm_nav ul {
 	float: left;
	padding: 0px;
	margin: 0px 0px 0px 25px;
}

#btm_nav li {
	padding: 0px;
	margin: 0 25px 0 0;
	list-style-type: none;
	float: left;
}

#btm_nav {
 	font-size: 12px;
}

#btm_nav a:visited {
	color: #777;
	text-decoration: none;
} 
#btm_nav a:link {
	color: #484848;
	text-decoration: none;
}
#btm_nav a:hover {
	color: #355e81;
}

/***	Social Navigation    ***/ 


#share {
	position: absolute;
	width: 43px;
	height: 193px;
	margin-top: 20px;
	margin-left: 917px;
	background-image: url(/images/social/share.png);
	background-repeat:no-repeat;
	background-position: left top;
}

.ie6 #social_nav {
	float: left;
	text-align: left;
	height: 200px;
	width: 20px;
	vertical-align: top;
	color: #fff;
	margin: 60px 0px 0px 5px;
}

#social_nav {
	float: left;
	text-align: left;
	height: 200px;
	width: 20px;
	vertical-align: top;
	color: #fff;
	margin: 60px 0px 0px 5px;
}

#social_nav a img {
	filter:alpha(opacity=60); -moz-opacity:0.60; opacity:0.60; -khtml-opacity:0.60;
}

#social_nav a:hover img {
	 filter:alpha(opacity=99); -moz-opacity:0.99; opacity:0.99; -khtml-opacity:0.99;
}

/***	Dynamic Button    ***/ 

#button {
    background-color:#355e81;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border: 2px solid #fff;
    color: #FFFFFF;
	font-size:17px;
    font-weight: bold;
    padding: 5px 17px 6px 17px;
    text-decoration: none;
	text-shadow: .5px 2px 0 rgba(0, 0, 0, 0.25);
	box-shadow: .5px .5px 5px rgba(0, 0, 0, 0.25);
	clear:both;
}

#button:hover{
	background-color:#c80202;
}

#download-button {
    background-color:#c80202;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border: 2px solid #fff;
    color: #FFFFFF;
	font-size:17px;
    font-weight: bold;
    padding: 15px 17px 16px 17px;
    text-decoration: none;
	text-shadow: .5px 2px 0 rgba(0, 0, 0, 0.25);
	box-shadow: .5px .5px 5px rgba(0, 0, 0, 0.25);
	clear:both;
}

#download-button:hover{
	background-color:#355e81;
}

/**********************************************
 *	Login Box
 **********************************************/

#logbox {
    padding:22px 15px 0px 10px;	
	float: right;
	font-size:14px; 
	margin-right: 10px;
}
a.btnsignin, a.btnsignout {
    background:#355e81;
    padding: 5px 17px 6px 17px;
    color:#fff;
    text-decoration:none;
    font-weight:bold;
	font-size:17px;
    -webkit-border-radius:7px;
    -moz-border-radius:7px;
    border-radius:7px;
	border: 2px solid #fff;
	text-shadow: .5px 2px 0 rgba(0, 0, 0, 0.25);
	box-shadow: .5px .5px 5px rgba(0, 0, 0, 0.25);
}
a.btnsignin:hover, a.btnsignout:hover {
    background:#c80202;
}
a.btnsigninon {
    background:#c80202!important;
    color:#fff!important;
    outline:none;
}
#frmsignin {
    display:none;
    background-color:#ddd;
    position:absolute;
    top: 53px;
	margin-left: -73px;
    width:215px;
    padding:12px;
    *margin-top: 5px;
    font-size:13px;
    -moz-border-radius:7px;
    -moz-border-radius-topright:0;
    -webkit-border-radius:7px;
    -webkit-border-top-right-radius:0;
    border-radius:7px;
    border-top-right-radius:0;
    z-index:100;
	border:2px solid #fff;
	box-shadow: .5px .5px 5px rgba(0, 0, 0, 0.25);
}

.ie6 #frmsignin {
	display:none;
    background-color:#ddd;
    position:absolute;
    top: 90px;
	margin-left: -73px;
    width:215px;
    padding:12px;
    *margin-top: 5px;
    font-size:13px;
}

#frmsignin input[type=text], #frmsignin input[type=password] {
    display:block;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    border:1px solid #666;
    margin:0 0 5px;
    padding:5px;
    width:203px;
}
#frmsignin p {
    margin:0;
}
#frmsignin label {
    font-weight:normal;
}
#submitbtn {
    -moz-border-radius:7px;
    -webkit-border-radius:7px;
    border-radius:7px;
    background-color:#355e81;
    color:#fff;
    padding:5px 8px;
    margin:0 5px 0 0;
    font-weight:bold;
	border: 2px solid #fff;
	text-shadow: .5px 2px 0 rgba(0, 0, 0, 0.25);
	box-shadow: .5px .5px 5px rgba(0, 0, 0, 0.25);
}
#submitbtn:hover, #submitbtn:focus {
    background-color:#c80202;
	color:#fff;
    cursor:pointer;
}
.submit {
    padding-top:5px;
	text-align: center;
}

#steps {
	height: 230px;
	margin-bottom: 30px;
}

.step-item {
	float: left;
	margin-right: 18px;
	height: 270px;
	width: 200px;
	background-color: #eef6fe;
}

.step-item-right {
	float: left;
	height: 270px;
	width: 200px;
	background-color: #eef6fe;
}

.step-title {
	margin: 0;
	height: 20px;
	width: 190px;
	background-color: #355e81;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding:5px;
}

.step-content {
	height: 200px;
	width: 190px;
	color: #355e81;
	font-size: 12px;
	padding: 0px 10px 10px 10px;
}

#button-holder {
	width: 180px;
	text-align:center;
}

#app-download {
	background-color:#355e81;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
    color: #FFFFFF;
	font-size:14px;
    font-weight: bold;
    padding: 10px 10px 10px 10px;
    text-decoration: none;
	text-shadow: .5px 2px 0 rgba(0, 0, 0, 0.25);
	box-shadow: .5px .5px 5px rgba(0, 0, 0, 0.25);
	clear:both;
}

#app-download:hover{
	background-color:#c80202;
}