@charset "UTF-8";
@import url("../webfonts/Lato_Light/stylesheet.css");
@import url("../webfonts/Lato_Black/stylesheet.css");
@import url("../webfonts/Lato_Regular/stylesheet.css");
.logo {
	padding-top: 3px;
	padding-bottom: 7px;
	padding-left: 5px;
}

body {
	background-color: #999999;
	margin: 40px;
	padding: 0;
	color: #f2f2f2;
	font-family: "Lato Regular";	
	
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}


li, ul, ol, dl {
	margin-top: 0;
	padding-right: 0px;
	padding-left: 0;
	font-family: "Lato Light";
	color:#333;
}
a img { 
	border: none;
}

a:link {
	color: #42413C;
	border:none;
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
	border:none;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
	border:none;
}

.container {
	width: 960px;
	background-color: #FFF;
	/*  margin: 0 auto;
	box-shadow: 7px 4px 8px #b1b1b1; */
	height:588px;
	left: 50%;
    top: 50%;
	/* margin: 0 auto; */
	margin-bottom: 2%;
	margin-top: 2%;
	margin-left: auto;
	margin-right: auto;
	/* z-index: 100; */
    /* height: 400px; */
}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
	background-color: #f2f2f2;
	height: 65px;
	background-repeat: no-repeat;
	background-position: -18px;
}

/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/

.content {
	padding: 0 0 0 0;
	background-color: #FFFFFF;
	position: absolute;
	height:400px;
	top:105px;
	z-index:1;
}

/* ~~ The footer ~~ */
.footer {
	position:absolute;
	top:504px;
	padding: 0 0 38px 0;
	background-image: url(../_images/pattern.jpg);
	color: 69c;
	width: 960px;
	height:88px;
	
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

#offset	{
	position: relative;
	top: 0px;
	left: -18px;
	float: left;	 
}

#bluesquare	{
	position: relative;
	top: 20px;
	right: 15px;
	float: right;
	z-index: 1;
	height: 23px;
	width: 104px;
	background-color: #39c;
}



.footer .center {
	position: relative;
	margin-top: 30px;
	font-size: 11px;
	text-align: center;
	color: #5a5a5a;
	padding-top: 30px;
	font-family: "Lato Regular";
}

h1, h2 {
	font-family: "Lato Black", arial, helvetica, san-serif;
	margin:0 0 0 15px;
}

h3, h4, h5 {
	font-family:"Lato Regular";
	margin:0 15px 0 15px;
}

.medgrey {
	color: #808080;
}

#smbuttons {
	position: relative;
	padding: 10px 10px 0 15px;
	z-index: 5000;
	top: -45px;
	right: 100px;
	left: 0px;
	
}

#grnbanner {
	position: relative;
	z-index: 8000;
	top: -40px;
	right: -600px;
	width: 370px;
}

#paynow {
	position: relative;
	z-index: 8000;
	top: -290px;
	right: -790px;
}

#bannertext {
	position: relative;
	z-index: 8001;
	top: 110px;
	right: -107px;
	float: right;
	width: 233px;
	font-size: 14px;
	padding: 0 10px 0 0;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
   /* IE10+ specific styles go here */  
#bannertext {
	position: relative;
	z-index: 8001;
	top: 110px;
	float: right;
	right: -1px;
	width: 233px;
	font-size: 14px;
	padding: 0 10px 0 0;
}

}

/*************************************************
============= TABBED PANEL STYLES ===============
*************************************************/

/* Note that not all styles related to the tabbed panels widget are located in this CSS document. The majority are located in "SpryTabbedPanels.css"*/

#TabbedPanels1 H1 {
	position: absolute;
	float:left;
	font-size: 65px;
	text-shadow: 7px 4px 8px #000;
}

#TabbedPanels1 H3 {
	position: absolute;
	top: 159px;
	left: 16px;
	font-family: "Lato Black",arial, helvetica, san-serif;
	float: left;
	font-size: 45px;
	text-shadow: 7px 4px 8px #000;
}

#TabbedPanels1 p {
	position: absolute;
	float:left;
	font-size: 14px;
	Top: 80px;
	left: 0;
	width: 337px;
	padding: 3px 0px 3px 24px;
	background-color:rgba(0,0,0,0.6);
}

 #TabbedPanels1 .superscript{
	 font-size:25px;
	 vertical-align:top;
	 } 

.tabsub {
	font-size: 11px;
	font-family:"Lato Regular";
}

/*************************************************
=========== CALL TO ACTION BUTTONS ==============
*************************************************/

#signup {
	display: block;
	width: 104px;
	height: 53px;
	background-image: url(../_images/signup.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	float: right;
	margin-top: 8px;
	padding-right: 0px;
	padding-left: 5px;
	position: relative;
	top: 206px;
	right: 122px;	

}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
   /* IE10+ specific styles go here */  

#signup {
	display: block;
	width: 104px;
	height: 53px;
	background-image: url(../_images/signup.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	float: right;
	margin-top: 8px;
	padding-right: 0px;
	padding-left: 5px;
	position: relative;
	top: 206px;
	right: 85px;	

}

}

#signup:hover { 
	background-position: -123px 0 ;
	
}

#signup span
{
	position: absolute;
	top: -999em;
}


#login {
	display: block;
	width: 86px;
	height: 49px;
	background-image: url(../_images/login.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	float: right;
	margin-top: 8px;
	padding-right: 0px;
	padding-left: 5px;
	position: relative;
	top: 206px;
	right: -83px;
	
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
   /* IE10+ specific styles go here */  

#login {
	display: block;
	width: 86px;
	height: 49px;
	background-image: url(../_images/login.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	float: right;
	margin-top: 8px;
	padding-right: 0px;
	padding-left: 5px;
	position: relative;
	top: 206px;
	right: -145px;
	
}

}

#login:hover { 
	background-position: -95px 0 ;
	
}

#login span
{
	position: absolute;
	top: -999em;
}

#learnmore {
	display: block;
	width: 100px;
	height: 35px;
	background-image: url(../_images/learnmore.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: right;
	margin-top: 40px;
	padding-right: 0px;
	padding-left: 0px;
	position: absolute;
	top: 165px;
	right: 600px;
	
}

#learnmore:hover { 
	background-position: -99px 0 ;
	
}

#learnmore span
{
	position: absolute;
	top: -999em;
}

