body {
	font-family: "Lato", Arial, Helvetica, Geneva, sans-serif;
	padding: 0px;
	margin: 0px;
}

h1, h2, h3, h4, p {
	margin: 0px;
	padding: 0px;
	
}

.left {
	float: left;
	text-align: left;
}

.right {
	float: right;
	text-align: right;
}

.break {
	float: left;
	clear: both;
}

.colored {
	color: #ed2127;
}

.submit input.coloredButton, .coloredButton {
	background: #ed2127;
	background: linear-gradient(180deg, #ed2127 0%, #ff272e 100%);
}

.submit input.coloredButton:hover, .coloredButton:hover {
	background: #ed2127;
}

#NavBar, #Footer, .submit input, .closebutton:hover, .nav, .navline, .tinybutton, .bigbutton, a.tinybutton, a.bigbutton, .livecard {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#45484d+0,000000+100;Black+3D+%231 */
background: #45484d; /* Old browsers */
background: -moz-linear-gradient(top, #45484d 0%, #000000 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #45484d 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #45484d 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	color: #ffffff;
}

#NavBar, #Footer {
	border-top: solid 1px #ed2127;
	border-bottom: solid 1px #ed2127;
}

#Header {
	width:100%;
	text-align:center;
	padding-top: 10px;
	padding-bottom: 10px;
}

#HeaderContent {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#Logo {
	height: 95px;
}

#NavButton {
	float: right;
	margin-top: 10px;
	padding: 6px;
}

#NavCloseButton {
	float: left;
	clear: both;
	margin-top: -10px;
	margin-left: -40px;
	margin-bottom: -15px;
	padding: 3px;
}

#NavCloseButton .navline {
	background: #eeeeee;
}

.navline {
	height: 2px;
	width: 20px;
	float: right;
	clear: right;
}

.navwhite {
	height: 5px;
	width: 20px;
	float: right;
	clear: right;
}

.nav {
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px;
	padding-left: 50px;
	padding-right: 20px;
	padding-bottom: 20px;
	border-bottom-left-radius: 8px;
	-moz-border-bottom-left-radius: 8px;
	/* box-shadow:-1px 2px 4px #aaaaaa; */
	-moz-box-shadow: inset 2px -2px 2px #333333;
	-webkit-box-shadow: inset 2px -2px 2px #333333;
	box-shadow: inset 2px -2px 4px #333333;
	z-index: 10000;
	display: none;
}

.nav a {
	padding: 10px;
	color: #ffffff;
	text-decoration: none;
	float: right;
	clear: right;
}

.nav a:hover {
	text-shadow: 1px 2px 3px #333333;
}

#NavBar {
	width: 100%;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}

#NavBar ul, #SubNav ul {
  list-style: none;
  display: inline-block;
  margin: 0px;
  padding: 0px;
}

#NavBar ul li, #SubNav ul li {
  	float: left;
  	margin: 0 6px;
	text-align: left;
}

#NavBar a {
	float: left;
	text-decoration: none;
	color: #ffffff;
	padding-left:0px;
	padding-right:0px;
	width:72px;
	line-height: 16px;
	text-align: center;
}

#NavBar a img {
	float: left;
	height: 39px;
	margin: 1px;
	margin-top:3px;
	margin-left: 8px;
	margin-right: 8px;
}

#NavBar a:hover {
	text-shadow: 1px 1px 2px #ed2127;
}

#SubNav {
	width: 100%;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}

#SubNav ul li {
  	margin: 0 2px;
}

#Main #SubNav a {
	float: left;
	text-decoration: none;
	color: #cccccc;
	padding-left: 6px;
	padding-right: 6px;
	line-height: 26px;
	margin-top: 7px;
	font-size: .9em;
}

#SubNav a img {
	float: left;
	height: 22px;
	margin: 2px;
}

#Main #SubNav a:hover {
	color: #555555;
}

#Breadcrumbs {
	padding-left: 1.5%;
}

#Breadcrumbs a {
	background: #eeeeee;
	color: #777777;
	padding: 3px;
	padding-left: 6px;
	padding-right: 6px;
	text-decoration: none;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	font-size: 14px;
}

#Breadcrumbs a:hover {
	background: #f5f5f5;
	color: #333333;
}

#Main {
	clear: both;
	padding-bottom: 10px;
}

h1 {
	color: #333333;
	margin-top: 6px;
	margin-bottom: 3px;
}

h2 {
	color: #ed2127;
	margin-top: 6px;
	margin-bottom: 3px;
}

h3 {
	color: #333333;
	margin-top: 6px;
	margin-bottom: 3px;
}

p, ul, ol {
	margin-top: 6px;
	margin-bottom: 3px;
	font-size: 0.9em;
	line-height: 1.4em;
	color: #555555;
}

.full a, .third a, .twothirds a, .half a {
	color: #ed2127;
	text-decoration: none;
}

.full a:hover, .third a:hover, .twothirds a:hover, .half a:hover {
	color: #ff272e;
	text-decoration: underline;
}

table strong, p strong {
	color: #333333;
}

tr.stripe {
	background-color: #f5f5f5;
}

#Search {
	border-radius:3px;
	padding: 6px;
	padding-left: 8px;
	padding-right: 8px;
	color: #999999;
	border: solid 1px #eeeeee;
	background-color: #f5f5f5;
	margin: 5px;
	background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f3f3f3)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#f3f3f3 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#f3f3f3 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#f3f3f3 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffffff 0%,#f3f3f3 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 );
	font-size: .9em;
}

#Tiles  {
	width: 360px;
	margin-left: auto;
	margin-right: auto;
}

#Tiles .tile {
	float: left;
	width: 170px;
	margin: 4px;
	padding: 1px;
	padding-top: 10px;
	padding-bottom: 10px;
	box-shadow:0px 0px 6px #777777;
	border-radius:3px;
	text-align: center;
	color: #777777;
	font-size: .8em;
	text-decoration: none;
}

#Tiles .smaller {
	width: 84px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.smaller .hidesmall {
	display: none;
}

#Tiles .favorite {
	box-shadow:0px 0px 6px #f8de2e;
}

.livecard {
	float: left;
	width: 100%;
	margin-top:-9px;
	margin-bottom:1px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-radius:3px;
	-moz-border-radius:3px;
	text-align: center;
	z-index: 0;
	font-size: 0.9em;
}

.certificate, .pending {
	background: #555555;
	color: #ffffff;
	float: left;
	width: 100%;
	margin-top:-9px;
	margin-bottom:1px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-radius:3px;
	-moz-border-radius:3px;
	text-align: center;
}

.certificate {
	background: #555555;
	color: #ffffff;
	float: left;
	width: 100%;
	margin-top:-9px;
	margin-bottom:1px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-radius:3px;
	-moz-border-radius:3px;
	text-align: center;
	font-size: 0.9em;
}

.qualifying {
	background: #555555;
	color: #ffffff;
	float: left;
	width: 100%;
	margin-top:-9px;
	margin-bottom:1px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-radius:3px;
	-moz-border-radius:3px;
	text-align: center;
	font-size: 0.9em;
}

.smaller .qualifying {
	letter-spacing: -1px;
}

.error {
	color: #ff3939;
	border:solid 1px #ff3939;
	background-color: #fcedef;
	border-radius:8px;
	-moz-border-radius:8px;
}

#Main a.closebutton {
	float: right;
	margin-top: -20px;
	margin-right: -5px;
	border-radius:50%;
	background: #222222;
	color: #ffffff;
	text-align: center;
	padding: 1px;
	padding-right: 5px;
	padding-left: 5px;
	text-decoration: none;
	border:solid 1px #ffffff;
	box-shadow:1px 2px 3px #333333;
	font-weight: bold;
	font-size: 1em;
	z-index: 1000;
}

.badge {
	position: relative;
	float: left;
	margin-top: -3px;
	margin-right: -25px;
	border-radius: 50%;
	background: red;
	color: #ffffff;
	text-align: center;
	padding: 4px;
	text-decoration: none;
	border:solid 1px #ffffff;
	box-shadow:1px 1px 2px #333333;
	font-weight: bold;
	font-size: .7em;
	line-height: .7em;
}

.favstar {
	float: left;
	margin: 0px;
	margin-left: 0px;
	margin-top: -10px;
	margin-bottom: -16px;
	height: 20px;
}

#Tiles .tile:hover {
	box-shadow:1px 1px 4px #aaaaaa;
}

#Tiles .tile strong {
	float: left;
	width:100%;
	color: #444444;
}

#Tiles .tile small {
	float: left;
	width:100%;
	margin-top: 1px;
	margin-bottom: 2px;
}

.logoholder {
	float: left;
	width: 96%;
	margin-left: 2%;
	height: 100px;
	vertical-align: middle;
}

.smaller .logoholder {
	height: 60px;
}

#Tiles .tile img {
	max-width: 98%;
	max-height: 98%;
	z-index: 0;
}

a.bigbutton {
	color: #eeeeee;
	font-size: 1em;
	padding: 8px;
	padding-left: 16px;
	padding-right: 16px;
	border-radius: 8px;
}

a.bigbutton:hover {
	color: #ffffff;
	cursor: pointer;
	text-decoration: none;
	background-color: #000000;
}

a.tinybutton {
	font-size: .9em;
	padding: 2px;
	padding-left: 6px;
	padding-right: 6px;
	border-radius: 5px;
	color: #eeeeee;
}

a.tinybutton:hover {
	color: #ffffff;
	cursor: pointer;
	background: #555555;
	text-decoration: none;
	text-shadow: 1px 1px 1px #000000;
}

a.goldbutton {
	font-size: .9em;
	padding: 2px;
	padding-left: 6px;
	padding-right: 6px;
	border-radius: 5px;
	color: #333333;
	background: #f8de2d;
}

a.goldbutton:hover {
	color: #000000;
	cursor: pointer;
	text-decoration: none;
	text-shadow: 1px 1px 1px #ffffff;
	background: #ffe930;
}

.graybutton {
	background-color: #555555;
}

.shadow {
	float: left;
	clear: both;
	width: 100%;
	height: 6px;
	background: url(../graphics/tile-shadow.jpg) no-repeat center top;
}

.full {
	width: 94%;
	margin-top: 5px;
	margin-bottom: 2px;
	margin-left: auto;
	margin-right: auto;
	padding: 2%;
	padding-top: 5px;
	padding-bottom: 2px;
	color: #777777;
}

.half {
	float: left;
	width: 96%;
	margin: 1%;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 1%;
	padding-top: 5px;
	padding-bottom: 2px;
}

.twothirds {
	float: left;
	width: 96%;
	margin: 1%;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 1%;
	padding-top: 5px;
	padding-bottom: 2px;
}

.third {
	float: left;
	width: 96%;
	margin: 1%;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 1%;
	padding-top: 5px;
	padding-bottom: 2px;
}

.quarter {
	float: left;
	width: 96%;
	margin: 1%;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 1%;
	padding-top: 5px;
	padding-bottom: 2px;
}

.alert {
	color: #ed2127;
	font-weight: bold;
	font-style: italic;
	line-height: 24px;
	font-size: 16px;
	border-radius:4px;
	-moz-border-radius:4px;
	padding: 5px;
}

.colored {
	color: #ed2127;
}

/* @group Payment Options */

a.payment-card {
	float:left;
	width:100px;
	border-radius:8px;
	border:solid 1px #dddddd;
	font-size:.84em;
	line-height:1em;
	padding:4px;
	padding-left:1px;
	padding-right:1px;
	text-align:center;
}
a.payment-card:hover {
	border:solid 1px #bbbbbb;
	text-decoration:none;
}
.topline {
	float:left;
	color:#999999;
	width:100%;
}
.bottomline {
	float: left;
	color:#555555;
	font-style:italic;
	width:100%;
}
a.selected {
	border:solid 1px #888888;
	box-shadow:1px 1px 3px #333333;
}
a.selected .topline, a.selected .bottomline {
	color:#333333;
}

/* @end */

.alert img, .success img {
	height: 24px;
	float: left;
	margin-right: 4px;
}

/* @group Social Buttons */


a.button-facebook, a.button-twitter, a.button-email, a.button-sms {
    float: left;
    color: #ffffff;
    font-size: 0.8em;
    border-radius: 5px;
    -moz-border-radius: 5px;
    line-height: 20px;
    padding: 3px;
    text-decoration: none;
}
    a.button-facebook img, a.button-twitter img, a.button-email img, a.button-sms img {
        float: left;
        height: 20px;
        margin-right: 4px;
        text-decoration: none;
    }
a.button-facebook {
    background-color: #2b4170; /* fallback color */
    background: -moz-linear-gradient(top, #3b5998, #2b4170);
    background: -ms-linear-gradient(top, #3b5998, #2b4170);
    background: -webkit-linear-gradient(top, #3b5998, #2b4170);
    text-shadow: 0 -1px -1px #1f2f52;
    text-decoration: none;
}

    a.button-facebook:hover {
        background-color: #3b5998; /* fallback color */
        background: -moz-linear-gradient(top, #2b4170, #3b5998);
        background: -ms-linear-gradient(top, #2b4170, #3b5998);
        background: -webkit-linear-gradient(top, #2b4170, #3b5998);
        color: #ffffff;
        text-decoration: none;
    }
a.button-twitter {
    background-color: #0081ce; /* fallback color */
    background: -moz-linear-gradient(top, #00aced, #0081ce);
    background: -ms-linear-gradient(top, #00aced, #0081ce);
    background: -webkit-linear-gradient(top, #00aced, #0081ce);
    text-shadow: 0 -1px -1px #005ea3;
    text-decoration: none;
}

    a.button-twitter:hover {
        background-color: #00aced; /* fallback color */
        background: -moz-linear-gradient(top, #0081ce, #00aced);
        background: -ms-linear-gradient(top, #0081ce, #00aced);
        background: -webkit-linear-gradient(top, #0081ce, #00aced);
        color: #ffffff;
        text-decoration: none;
    }


a.button-email {
    background-color: #ed2127; /* fallback color */
    background: -moz-linear-gradient(top, #ff272e, #ed2127);
    background: -ms-linear-gradient(top, #ff272e, #ed2127);
    background: -webkit-linear-gradient(top, #ff272e, #ed2127);
    text-shadow: 0 -1px -1px #005ea3;
    text-decoration: none;
}

    a.button-email:hover {
        background-color: #ff272e; /* fallback color */
        color: #ffffff;
        text-decoration: none;
    }

a.button-sms {
    background-color: #333333;
    text-shadow: 0 -1px -1px #005ea3;
    text-decoration: none;
}

    a.button-sms:hover {
        background-color: #555555; /* fallback color */
        color: #ffffff;
        text-decoration: none;
    }        
/* @end */
        .success {
	color: #333333;
	font-weight: bold;
	font-style: italic;
	line-height: 24px;
	background-color: #f5f5f5;
	border: 1px solid #eeeeee;
	border-radius:4px;
	-moz-border-radius:4px;
	padding: 5px;
}

.shadowed {
	box-shadow:1px 1px 3px #aaaaaa;
	border-radius:2px;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

#Footer {
	padding: 10px;
	font-size: .7em;
}

#FooterContent {
	width: 100%;
}

#Footer .half {
	width: 49%;
	margin: 0px;
	padding: 0px;
}

#PoweredBy {
	line-height:24px;
	float:left;
	padding-top:2px;
}

#PoweredByLogo {
	height: 24px;
	float:left;
	margin-left:5px;	
}

/* @group Forms */
form input, form textarea, form select, form option {  
	padding: 2px;  
    border: solid 1px #E5E5E5;  
    outline: 0;  
    background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f3f3f3)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#f3f3f3 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#f3f3f3 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#f3f3f3 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffffff 0%,#f3f3f3 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 );  
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;  
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;  
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	font-style: normal;
	font-size: 0.9em;
	line-height: 1.4em;
}

form label {
	font-weight: bold;
	color: #555555;
	font-size: 0.9em;
	line-height: 1.4em;
}

.submit {
	float: left;
	clear: left;
	width: 94%;
	margin-left: 3%;
	padding: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.submit input, .graybutton {
	float: left;
	width: 60%;
 	height: 36px;
	text-align: center;
	color: #eeeeee;
	text-decoration: none;
	font-weight: bold;
	border: 0;
	border-radius:5px;
	-moz-border-radius:5px;
	margin-left: 20%;
	font-size: 0.9em;
	line-height: 1.4em;
}

.graybutton {
	background: #555555;
	line-height: 36px;
}

a.lightbutton {
	color: #999999;
	background: #eeeeee;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	font-size: .8em;
	border: solid 1px transparent;
	border-radius:5px;
	-moz-border-radius:5px;
	padding: 1px;
	padding-right: 8px;
	padding-left: 2px;
	margin: 2px;
}

a.lightbutton:hover {
	color: #333333;
	background: #f5f5f5;
	text-decoration: none;
	border: solid 1px #eeeeee;
}

.submit input:hover {
	color: #ffffff;
	text-shadow: 1px 1px 2px #333333;
	background: #333333;
	cursor: pointer;
}

.hide {
	display: none;
}
.show {
	display: none;
}

/* @end */

@media only screen and (min-width: 360px) {	
	#Logo {
		height: 100px;
	}
}

@media only screen and (min-width: 480px) {	
	#Logo {
		height: 125px;
	}
	#Tiles  {
		width: 480px;
	}
	.quarter {
		width: 48%;
		margin: 1%;
	}
}

@media only screen and (min-width: 640px) {
	#Logo {
		height: 150px;
	}
	#NavButton {
		margin-top: 20px;
	}
	.navline {
		height: 3px;
		width: 35px;
	}
	.navwhite {
		height: 7px;
		width: 35px;
	}
	#Tiles  {
		width: 640px;
	}
	.half {
		float: left;
		width: 46%;
		margin: 1%;
		padding: 1%;
	}
	.twothirds {
		float: left;
		width: 62%;
		margin: 1%;
		padding: 1%;
	}
	
	.third {
		float: left;
		width: 29%;
		margin: 1%;
		padding: 1%;
	}
	.quarter {
		width: 23%;
		margin: 0.5%;
		padding: 0.5%;
	}
	.hide {
		display: block;
	}
	.show {
		display: hide;
	}
	#Footer {
		font-size: .8em;
	}
}

@media only screen and (min-width: 800px) {
	#Tiles  {
		width: 800px;
	}
}

@media only screen and (min-width: 960px) {
	#Logo {
		height: 180px;
	}	
	#NavButton {
		margin-top: 30px;
	}
	#Tiles, #HeaderContent  {
		width: 960px;
	}
	.full  {
		width: 930px;
		padding: 15px;
	}
	#Footer {
		font-size: .9em;
	}
	#FooterContent, #Main {
		width: 960px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media only screen and (max-device-width:480px){
    /* styles for mobile browsers smaller than 480px; (iPhone) */
	#NavBar a {
		padding-left: 6px;
		padding-right: 6px;
		/* line-height: 30px; */
		font-size: 0.85em;
		width: 41px;
		line-height: 16px;
		text-align: center;
	}
	#NavBar a img {
		/* height: 20px;
		margin: 5px;
		margin-left: 2px; */
	}
}