#h_flash {
	float: left;
	width: 308px;
	background-image: url(../_images/flash.gif);
	background-repeat: no-repeat;
	height: 251px;
}

#stockTicker {
	color: #FF0000;
	font-size: 10px;
	width: 515px;
	float: right;
	height: 21px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #535353;
	padding-top: 4px;
	padding-left: 10px;
	z-index: -1;
}

#features {
	float: right;
	padding-top: 0px;
	font-size: 10px;
	width: 528px;
	height: 171px;
}

#features a {
	float: right;
	display: block;
	width: 162px;
	height: 97px;
	text-decoration: none;
	color: #666666;
}

.featureTitle {
	text-transform: uppercase;
	color: #0F54B3;
	font-size: 12px;
	text-align: right;
	padding-bottom: 5px;
	letter-spacing: 0.1em;
	width: 150px;
	height: 25px;
	text-decoration: none;
	display: block;
	margin-top: 75px;
}
	
	
.feature1{
	background-image: url(../_images/feature1.jpg);
	background-repeat: no-repeat;
	float: right;
	display: block;
	margin-left:5px;
	padding-left: 9px;
}
.feature1:hover {
	background-position: 0 -97px;
	}

	
.feature2{	
background-image: url(../_images/feature2.jpg);
	background-repeat: no-repeat;
	float: right;
	display: block;
	margin-left:5px;
	padding-left: 9px;
	}
.feature2:hover {
	background-position: 0 -97px; 
}
.feature1:hover .featureTitle, .feature2:hover .featureTitle, .feature3:hover .featureTitle {
	color:#FFF !important;
}	
.feature3{	
background-image: url(../_images/feature3.jpg);
	background-repeat: no-repeat;
	float: right;
	display: block;
	margin-left:5px;
	padding-left: 9px;
	}
.feature3:hover {
	background-position: 0 -97px;
}	
#lookup 
{
	margin-top: 40px;
	background-image: url(../_images/bar.jpg);
	background-repeat: no-repeat;
	float: right;
	width: 515px;
	background-position: center;
	height: 42px;
	color: #FFFFFF;
	padding-left: 15px;
}




/* BUTTONS */

.buttons a, .buttons button{
	display:block;
	float:right;
	border:0px solid #dedede;
	border-top:0px solid #eee;
	border-left:0px solid #eee;
	background: url(../_images/go.jpg) no-repeat 0 0;
	width:76px;
	height: 42px;
	cursor:pointer;
	padding:0px; /* Links */
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	position: relative;
}
.buttons button{
	width:76px;
	height: 42px;
	overflow:visible;
	padding:0px;
}
.buttons button[type]{
    padding:0px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:0px; /* IE7 */
}

/*One thing that came up while working on this was the fact that there’s a rendering */


/* STANDARD */

button:hover, .buttons a:hover{

    color:#336699;
		background: url(../_images/go.jpg) no-repeat 0 -42px;
		width:76px;
	    height: 42px;
}
.buttons a:active{

    color:#fff;

		width:76px;
	height: 42px;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{

    color:#529214;
	background: url(../_images/go.jpg) no-repeat 0 -42px;
		width:76px;
	height: 42px;
}
.buttons a.positive:active{

    color:#fff;
	background: url(../_images/go.jpg) no-repeat 0 -42px;
		width:76px;
	height: 42px;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{


    color:#d12f19;
	background: url(../_images/go.jpg) no-repeat 0 -42px;
		width:76px;
	height: 42px;
}
.buttons a.negative:active{

    color:#fff;
background: url(../_images/go.jpg) no-repeat 0 -42px;
		width:76px;
	height: 42px;
}

#goFields {
	float: left;
	width: 400px;
	padding-top: 9px;
	line-height: 13px;
}
#goFields input {
	width: 260px;
	height: 15px;
	margin-right: 5px;
	margin-left: 5px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
#h_bottomBody {
	float: left;
	width: 840px;
	background-image: url(../_images/h_footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.bottomFeature {
	float: left;
	height: 100px;
	width: 302px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #7AA0D4;
	text-align: right;
	padding-top: 10px;
	font-size: 16px;
	color: #0F54B2;
	margin-left:-4px;
	padding-right: 10px;
}    

.bottomFeatureText {
   position:relative;
	left:-10px;
}
.bottomFeature a { 
	width:100%;
	padding:10px 0 10px 0;
	color: #0F54B2;
	text-decoration: none;
	display:block !important;
	height:100%;
}

.bottomFeature a:hover {
/*	color: #999999;*/
	text-decoration: none;
	background: url('../_images/bg_over.png') no-repeat 7px 0;
	
}

.bottomFeature h2 {
	padding: 0px;
	color: #57AE01;
	font-size: 26px;
	text-transform: uppercase;
	margin: 0px;
}
.bottomFeature img {
	margin-left: 15px;
	float: left;
}

#right_main{
	float: left;
	width: 307px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#right_main h2 {
	line-height: 30px;
	background-attachment: scroll;
	background-color: #FFF;
	background-image: url(../_images/right_title_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	margin: 0px;
	height: 30px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	color: #FFF;
	font-size: 15px;
}
#right_main ul {
	margin: 0px;
	padding-top: 8px;
	padding-right: 18px;
	padding-bottom: 0px;
	padding-left: 12px;
	list-style-type: none;
}
#right_main ul li a:link,
#right_main ul li a:visited{
	line-height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BFCBDC;
	background-attachment: scroll;
	background-image: url(../_images/right_main_a.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	padding-left: 38px;
	font-size: 14px;
	text-decoration: none;
	color: #2B333D;
}
#right_main ul li a:hover,
#right_main ul li a:active{
	background-color: #4779BF;
	background-position: 0px -30px;
	color: #FFF;
	text-decoration: none;
}




#articles {
	float: right;
	width: 531px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 0px;
}
#articles a {
	color: #0F54B2;
	text-decoration: none;
}

#articles a:hover {
	color: #333333;
	text-decoration: underline;
}

#articles h4 {
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#articles ul {
	padding: 0px;
	margin-left: 25px;
	margin-top: 0px;
}

#articles h3 {
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	padding-top: 10px;
}
#articles li {
	float: left;
	width: 230px;
	margin: 0px;
	height: 85px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-type: none;
}

#articles h2 {
	background-image: url(../_images/feature_bar.gif);
	background-repeat: no-repeat;
	background-position: right;
	font-size: 14px;
	text-transform: uppercase;
	height: 30px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	line-height: 29px;
	padding-left: 15px;
	color: #0F54B2;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}

