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

html, html a {
    -webkit-font-smoothing: antialiased !important;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	background-color: #333;
	margin: 0;
	padding: 0;
	color: #000;
}
.container {
	width: 90%;
	max-width: 1260px;
	min-width: 1080px;
	background-color: #FFF;
	margin:0 auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/topgradient.jpg);
	background-repeat: repeat-x;
	background-color: #3e89f9;
	color: #FFF;
	padding-left: 0px;
	padding-right:0px;
	padding-bottom: 0;
	padding-top: 10px;
	}
	
.top {
	float:left;
	overflow:hidden;
	padding-left: 10px;
	padding-right:10px;
	width: 540px;
	min-width:600px;
	text-align:left;
	height: 50px;
}

.righttopfloater {
	margin-top: 0px;
	margin-right: 5px;
	text-align:right;
	vertical-align:top;
	float: right;
	width: 300px;
	min-width:300px
	overflow:hidden;
	height: 50px;	
}

.ebook {
	margin-top: 5px;
	margin-bottom: 5px;	
}

H1 { margin: 0px; padding: 0px; }
H2 { margin: 0px; padding: 0px; }

.top-footer {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
	color: #FFF;
	background-color:#4f4e4e;
	border-top: 2px;
	border-top-color: #FFF;
	border-top-style:solid;
	width: 100%;
	max-width: 1260px;
	min-width: 780px;
	margin:0 auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0;
}

.navigation {
	text-align: center;
	font-size: medium;
	padding-top: 5px;
	padding-bottom: 3px;
	overflow:hidden;
	width: 100%;
	margin:auto;
	vertical-align:middle;
}

#navigation a {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 2px;
	text-decoration: none;
	color:#FFF;
	
	
}

#navigation a:hover {
	background-color: #09F;
	border-bottom:thin;
	border-color: #FFF;
	border-bottom-style:solid;
}

#mainbody a {
	text-decoration: none;
	font-weight:500;
	color:#3084C9;
}

#mainbody a:hover {
	color:#3084C9;
	font-weight:500;
	text-decoration:underline;
}

.mainbody {
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0 auto;
	margin-top: 5px;
	margin-bottom: 0;
	overflow: auto;
	color: #000000;
	background-color: #FFF;
	width: 100%;
	max-width: 1260px;
	min-width: 780px;
	margin: 0 auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	text-align: center;
}

.leftfloater {
	margin:auto;
	float: left;
	width: 80%;
	min-width: 780px;
	height: 40%;
}

.rightfloater {
	margin-top: 5px;
	margin-left:auto;
	margin-right: 5px;
	text-align:left;
	float: right;
	width: 19%;
	height:100%;
}

.rightfloater img {
	width:auto !important;
	width: 100%;
	display:block;
	text-decoration: none;
	max-width: 100%;
}

td, tr {
	font-size: 14px;
	border: thin;
	text-align: left;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto 
}

.nobgchange { 
	background: none !important;
	color: #fff !important;
	text-decoration:none !important;
	border-bottom:none !important; 
	padding-left: 0px !important;
	padding-right: 0px !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
	
#clocks td {
	padding: 10px 10px 0px 10px;
	margin-left: 5px;
	margin-right: 5px;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif !important;
	font-size:16px !important;
	color:#000000;
	overflow: hidden;
	vertical-align:bottom;
}

.bottom {
	width: 100%;
	max-width: 1260px;
	min-width: 780px;
	background-color: #FFF;
	margin: 0 auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/bottomgradient.jpg);
	background-repeat: repeat-x;
	background-color: #1c3c63;
	color: #FFF;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 7px;
	text-align: center;
	font-size: small;
	line-height: 25px;
}

.downloadebook {
	margin:auto;
	display: block;
	width: 174px;
	height: 30px;
	background: url('images/download_ebook.png') bottom;
	text-indent: -99999px;
}
.downloadebook:hover {
	background-position: 0 0;
	background-color:transparent !important;
}

.downloadchart {
	margin:auto;
	display: block;
	width: 114px;
	height: 30px;
	background: url('images/download_chart.png') bottom;
	text-indent: -99999px;
}
.downloadchart:hover {
	background-position: 0 0;
	background-color:transparent !important;
}
.enlargechart {
	margin:auto;
	display: block;
	width: 114px;
	height: 30px;
	background: url('images/enlarge_chart.png') bottom;
	text-indent: -99999px;
}
.enlargechart:hover {
	background-position: 0 0;
}
.fbbutton {
	display: inline-block;
	width: 23px;
	height: 23px;
	background: url('images/facebook.png') bottom;
	text-indent: -99999px;
	padding: 0px !important;
	border-bottom:none !important;
	background-color:transparent !important;
}
.fbbutton:hover {
	background-position: 0 0;
}

.libutton {
	display: inline-block;
	width: 23px;
	height: 23px;
	background: url('images/linkedin.png') bottom;
	text-indent: -99999px;
	padding: 0px !important;
	border-bottom:none !important;
	background-color:transparent !important;
}
.libutton:hover {
	background-position: 0 0;
}


.igbutton {
	display: inline-block;
	width: 23px;
	height: 23px;
	background: url('images/ayr-instagram.png') bottom;
	text-indent: -99999px;
	padding: 0px !important;
	border-bottom:none !important;
	background-color:transparent !important;
}
.igbutton:hover {
	background-position: 0 0;
}

.articlesbox {

}

.newsletterbox {
	width: 100% !important;
	text-align: left !important;
	vertical-align:top; 
	color: #FFF;
	border-style:solid;
	border-color:#434343;
	border-width:thin;
	background-image: url('images/newsgrad.png');drop
	background-repeat: repeat-x;
}

.button {
	padding: 5px 5px 5px !important;
	font-size: 10px !important;
	background-color: #00a6e9;
	font-weight: bold;
	text-shadow: 1px 1px #00a6e9;
	color: #ffffff;
	border-radius: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #00a6e9;
	cursor: pointer;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
}

.button:hover {
	padding: 5px 5px 5px !important;
	font-size: 10px !important;
	background-color: #6dd0f8;
	font-weight: bold;
	text-shadow: 1px 1px #00a6e9;
	color: #ffffff;
	border-radius: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #00a6e9;
	cursor: pointer;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
}

.greybg {
	background-color: #4F4E4E	
}

.yesbutton {
	display: inline-block;
	width: 100px;
	height: 42.5px;
	background: url('images/yes.png') bottom;
	text-indent: -99999px;
	padding: 0px !important;
	border-bottom:none !important;
	background-color:transparent !important;
}
.yesbutton:hover {
	background-position: 0 0;
}

.nobutton {
	display: inline-block;
	width: 100px;
	height: 42.5px;
	background: url('images/no.png') bottom;
	text-indent: -99999px;
	padding: 0px !important;
	border-bottom:none !important;
	background-color:transparent !important;
}
.nobutton:hover {
	background-position: 0 0;
}

#contact-area {
	width: 600px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 471px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}


#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

.articlefeed {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.cbutton {
	-moz-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #6ed477), color-stop(1, #3a963d) );
	background:-moz-linear-gradient( center top, #6ed477 5%, #3a963d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6ed477', endColorstr='#3a963d');
	background-color:#9dce2c;
	-webkit-border-top-left-radius:2px;
	-moz-border-radius-topleft:2px;
	border-top-left-radius:2px;
	-webkit-border-top-right-radius:2px;
	-moz-border-radius-topright:2px;
	border-top-right-radius:2px;
	-webkit-border-bottom-right-radius:2px;
	-moz-border-radius-bottomright:2px;
	border-bottom-right-radius:2px;
	-webkit-border-bottom-left-radius:2px;
	-moz-border-radius-bottomleft:2px;
	border-bottom-left-radius:2px;
	text-indent:0;
	border:1px solid #b5f9ae;
	display:inline-block;
	color:#ffffff;
	font-family:Verdana;
	font-size:12px;
	font-weight:600;
	font-style:normal;
	height:23px;
	line-height:23px;
	width:77px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #689324;
}

.cbutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c6fac1), color-stop(1, #67d65a) );
	background:-moz-linear-gradient( center top, #67d65a 5%, #c6fac1 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#67d65a', endColorstr='#c6fac1');
	background-color:#67d65a;

}.cbutton:active {
	position:relative;
	top:1px;
}

.red { color: #FF0000; }
.blue { color: #0376D5; }
.bold { font-weight: bold; }
.underline { text-decoration:underline }

.social li{
    display:inline;
	margin-left: 0;
}  

.fb-share-button{
    position:relative;
    top:-5px;
}

.alnk a {
	text-decoration: none;
	color:#09F;
	
}

.alnk a:hover {
	color: #09F;
	text-decoration:underline;
}

.ctm {
	width: 100%;
	font-weight:bold; 
	font-size:17px;
	border-radius: 5px;
	color: #FF0004;
	background-color:#027FC4;
}

.ctm a {
	display: block;
	text-decoration: none;
	color: #FF0004;
}

.ctm a:hover {
	display: block;
	text-decoration: none;
}

a, img {
	border: none;
	outline: none;
}

#redurl:link {
	font-weight:bold !important;
	color: #FF0004 !important;
	background-color:#FFFFFF !important;
}	

#redurl:hover {
	font-weight:bold !important;
	text-decoration:underline !important;
	color: #FF0004 !important;
	background-color:#FFFFFF !important;
}

#redurl:visited {
	font-weight:bold !important;
	color: #FF0004 !important;
	background-color:#FFFFFF !important;
}