/* CSS Document */

/* Style sheet to override main styles and make full width  */

/* --------------------------Categories -----------------------*/
#left {
	width:0px;
	display:none;
	padding:5px 0px 0px 0px;
	margin:0px;
	float: left;
	}
	
#pageContent {
	width:940px;
	padding:0px 20px 0px 20px;
	}
	
#breadcrumb {
	height:0px;
	display:none;
	padding-top:0px;
	}	
	
#homeText {
width:500px;
font-size:14px;
color:#999;
line-height:1.3em;
float:left;
margin-top:20px;

}	
#homeText img {
padding-bottom:20px;
}

img.homeFlash {
margin:0px 0px 20px 0px;
}

img.homeBanner {
float:right;
}

#features {
margin-top:40px;
clear:both;
}

a#featureBox {
position:relative;
float:left;
margin:10px 5px 0px 0px;
padding:15px;
width:200px;
height:125px;
background:#efefef url(../templateimages/featureBoxBg.gif) no-repeat;
color:#999;
font-size:11px;
font-weight:bold;
}

a#featureBox:hover {
background:#efefef url(../templateimages/featureBoxBgOver.gif) no-repeat;
color:#666666;
}

a#featureBox h1 {

border-bottom:5px solid #505860;
padding-bottom:9px;
margin-bottom:20px;
}

.readMore {
position:absolute;
right:15px;
bottom:15px;
color:#000000;
}

.readMore img {
margin-right:5px;
}



