/************************************************************//* AODE base CSS for homepage style                         *//************************************************************/@import url(../shared/base.css); /*import shared styles*//***********************************************//* Layout Divs                                 *//***********************************************/#header { 	background-color: white; }#topNav {	background-color: #fff;	border-top: solid 1px #fff;}#bigpicture {	float: left;	padding: 0;	margin: 0;	width: 798px;	height: 348px;}#bigpicture img {	margin:0;	padding:0;}#mainContent{	float:right;	width:475px;	margin: 0px;	padding: 0px;}#leftNav{		float: left;	position: relative;	width: 322px;	top: 0;	left: 0;	padding: 0px;	margin: 0px;	border-right: solid 1px #b8b8b8;	display: inline; /* IE double-margin float bug fix */	overflow: hidden;} /***********************************************//* Component Divs                              *//***********************************************//************ leftNav feature styles **************/.text {		padding: 15px;	font-size: .8em;	line-height: 1.5;}* html .text { padding-top: 5px; }.text a {		color: #c00;}.text a:hover{		text-decoration: none;}#leftNav h1 {	color: #888;	font-family: Georgia, "Times New Roman", Times, serif;	font-size: 1.5em;	font-weight: bold;	margin: 0px 0px 0px -5px;}.text h2 {	color: #888;	font-family: Georgia, "Times New Roman", Times, serif;	font-size: 1.35em;	font-weight: bold;	margin: 0px 0px 0px -5px;}.text h2 a {	color: #777;	text-decoration: none;}#leftNav img {	float: left;	margin: 0px;	padding: 10px 0px;	display: inline; /* IE double-margin float bug fix */} /********************* end **********************/
