@charset "utf-8";

html body {
  margin:0;
  padding:0;
  background:#5d6cb2 url("../img/core/bg_gradient.png") repeat-x center top;
  text-align:center;
  font-family:Arial, Helvetica, sans-serif;
  font-size: small;
  color:#4a4a5c;
  line-height:1.4;
  }



blockquote {
	font-style:normal;
	margin-left:65px;
}

ul {
list-style: none;
padding: 0;
margin: 0;
}

li {
padding: 0;
margin: 0;
}

#main-contain {
	width:989px;
	margin-top:13px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}


.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}



/* Links
----------------------------------------------- */
a {
  text-decoration:none;
  color:#cc6600;
  }
a:hover {
	text-decoration:none;
	color:#f97e04;
  }
a img {
  border-width:0;
  }
.arrow-link {
	vertical-align:text-top;
}

.rss-links li {
	background: url(../img/home/rss.gif) no-repeat 5px 6px;
	padding-left:18px;
	margin-bottom:5px;
	color:#585858;
}

.rss-links a {
	font-weight: normal;
	text-decoration: underline;
	font-size:12px;
	color:#585858;
}

.rss-links a:hover {
	color:#ff7400;
}

/* Masthead
----------------------------------------------- */
#masthead-left {
	height:109px;
	width:28px;
	float:left;
	background:url(../img/core/masthead_left_edge.png);
}
#masthead-right {
	height:109px;
	width:28px;
	float:right;
	background:url(../img/core/masthead_right_edge.png);
}

#masthead {
	height:109px;
	width:933px;
	float:left;
	background:url(../img/core/masthead_repeater.png);
}
#viridus-logo {
	float:left;
	margin-top:25px;
	margin-left:45px;
}

#tagline {
	float:left;
	margin-top:80px;
	margin-left:42px;
}

#submasthead {
	padding:0px;
	margin:0px;
	background:url(../img/core/masthead_understripe.png);
	height:24px;
}

#already-member {
	float: right;
	margin-top: 60px;
	margin-right: 12px;
}

a#already-member img {
	width:248px;
	height:39px;
	background:url(../img/core/masthead_already_member.png) no-repeat;
}

a#already-member:hover img  {
	background:url(../img/core/masthead_already_member_over.png) no-repeat;
}


a#join-now-top img {
	width:98px;
	height:98px;
	background:url(../img/internal/join_now.png) no-repeat;
}

a#join-now-top:hover img  {
	background:url(../img/internal/join_now_over.png) no-repeat;
}

/* Body
----------------------------------------------- */
/*#body-shadow-left {
	width:9px;
	background:url(../img/core/body_shadow_left.png) repeat-y;
	float:left;
}*/

#body-contain {
	width:971px;
	float:left;
	background:url(../img/core/body_shadow_full.png) repeat-y;
	padding-left:9px;
	padding-right:9px;
}

/*
#body-shadow-right {
	width:9px;
	background:url(../img/core/body_shadow_right.png) repeat-y;
	float:right;
}*/

/* Bottom edge and footer
----------------------------------------------- */

#bottom-edge-left {
	height:16px;
	width:16px;
	float:left;
	background:url(../img/core/bottom_left_edge.png);
}
#bottom-edge-right {
	height:16px;
	width:16px;
	float:left;
	background:url(../img/core/bottom_right_edge.png);
}

#bottom-edge {
	height:16px;
	width:957px;
	float:left;
	background:url(../img/core/bottom_repeater.png) repeat-x;
}

#footer {
	font-size: 11px;
	margin-left: 19px;
	color: #c4cae9;
	margin-bottom: 20px;
}

#footer a {
	margin-left: 12px;
	margin-right: 12px;
	text-decoration:none;
	color: #c4cae9;
	font-weight:normal;
}

#footer a:hover {
	color: #ffffff;

}


#preload {
	height:1px;
	display:none;
}

.aiso {
	text-align:center;
	margin-top:10px;
}

.horizontal-dotted-leftcol {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 15px;
}