/** Homepage Styles **/
/** This stylesheet is incluced in addition to, not instead of the base stylesheet  **/

/* COLORS   ****************************************** 
  #002f60		Dark Blue (Background & Main Nav) 
  #5d97c9		Light Blue (Footer)				
	#dcecf1		Light Blue (Secondary Nav)	
	#005996		Med Blue (Headings & Main Nav)	
	#bed73b		Lime Green (Callout Box)			
	#f99d27		Orange (Callout Box & Links) 
	#efefef		Light Gray (Bread Crumb Bar)
	#666666		Med Gray (Font Content & Secondary Nav)
	#000000		Black (Secondary Nav Font Active)
*****************************************************/

.homepage { } /* body */

.homepage #page-wrapper { background-image: none;}
.homepage #content-wrapper { background-image: none; margin-top: 15px;}

.homepage #content-wrapper a { color:#FF6600; text-decoration: none;}

/* 2010 Redesign */

.homepage #content-wrapper .block a { color: #5D97C9;}

.homepage .block {
  border: 1px #ccc solid;
  background: url("/include/images/block-bg.png") top repeat-x #eeecec;
	box-shadow: 3px 3px 3px #ccc;
	-moz-box-shadow: 3px 3px 3px #ccc;
	-webkit-box-shadow: 3px 3px 3px #ccc;
	/*height: 346px;*/
}

.homepage .block h2 {
  background: url("/include/images/block-hdr-bg.jpg") #002f60;
	border-top: 1px solid #bed73b;
	border-bottom: 1px solid #bed73b; 
	color: #fff;
  font-size: 1.2em;
  line-height: 26px;
  margin: 0px;
  padding-left: 10px;
	font-family: 'HelveticaNeueLTStd77BoldConde', sans-serif;
	text-transform: uppercase;
  letter-spacing: .1em;
	text-shadow: 1px 1px 2px #333;
}

.homepage .block h3 {
	color: #005996;
  font-size: 1.3em;
  margin-bottom: 10px;
	font-family: 'HelveticaNeueLTStd77BoldConde', sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
}

.homepage .block h4 {
	color: #005996;
  font-size: 1.2em;
  margin-bottom: 10px;
	font-family: 'HelveticaNeueLTStd77BoldConde', sans-serif;
	text-transform: uppercase;
}

.homepage .block p {
  font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 10px;
}

.homepage #block-a {
  float:left;
  margin-bottom: 8px;
	width: 930px;
	height: 252px;
	margin-bottom: 15px;
}

.homepage #block-b {
  clear: both;
  float:left;
	margin-right: 15px;
  width: 304px;
}

.homepage #block-c {
  float: left;
	margin-right: 15px;
  width: 276px;
}

.homepage #block-d {
  float: left;
  width: 313px;
	background: url(/include/images/exch-block-bg.jpg) #f4f3f3 no-repeat bottom right;
}

.homepage #block-d .exch-thumb { 
	float: right;
	margin: 0 20px 20px 0;
}

.homepage .block-inner {  
  /*background: #fff;*/ 
	padding: 10px;
}

.homepage .block hr {
  border: 1px dotted #ccc;
	margin-bottom: 10px;
}

.homepage #block-c .block-thumb {
  border: 1px solid #ccc;
  float: left;
  margin: 0 10px 10px 0;
  width: 44px;
  height: 44px;
}

.homepage .register {
	width: 92px;
	float: right;
	background: url(/include/images/btn-arrow-nobg.gif), url(/include/images/btn-orange-bg.png); /* for firefox 3.6+ */
	background-position: right;
	background-repeat: no-repeat, repeat-x;
}

.homepage #content-wrapper .block a.register {
	color: #fff;
}

.homepage .signup {
	width: 70px;
	float: right;
	background: url(/include/images/btn-arrow-nobg.gif), url(/include/images/btn-orange-bg.png); /* for firefox 3.6+ */
	background-position: right;
	background-repeat: no-repeat, repeat-x;
	border:medium none;
	cursor:pointer;
	vertical-align:top;
	height: 22px;
	line-height: 22px;
}

.homepage .signup-inner .button:hover {
	background: url(/include/images/btn-arrow-nobg.gif) no-repeat right #FF6600;
}

.homepage .signup-outer {
	border-right:1px solid #E7E7E7;
	position:relative;
	left:-1px;
	top:6px;
}

.homepage .signup-inner {
	background:none repeat scroll 0 0 #EEEEEE;
	border-color:#CCCCCC #999999 #999999;
	border-style:solid solid solid none;
	border-width:1px;
}

/* FireFox fix for font for signup button */
@-moz-document url-prefix() {
	.homepage .signup-inner .button {font-family:Arial, Helvetica, sans-serif; font-size:1.1em;}
}

.homepage p.caption {text-transform: uppercase; font-size: 1em; color: #999;}
.homepage p.caption strong {color: #666;}

.homepage div#player-a {
  margin-left: 4px;
  border-top: 1px solid #bed73b;
  border-bottom: 1px solid #bed73b;
}

.homepage div#player-a img {
  text-align: center;
  margin-top: 80px;
  margin-left: 410px;
}

.homepage #btn-aspot {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 28px;
  padding-right: 28px;
  display: none;
  width: 240px;
  z-index: 999;
  position: relative;
  top: -44px;
  left: 368px;
}
