﻿/*###########################################################################*/
/* Layout */
/*###########################################################################*/

.highlight
{
	background-image:url('../Assets/Images/Shared/highlight.jpg');
	background-position:left;
	background-repeat:repeat-y;
	border: 1px #DCDCDC  solid;
}
.highlight-none
{
	border: 1px white solid;
}


#homepage-products
{
	position: absolute; left: 450px; top: 5px; height: 816px; width:340px;
}

#homepage-products a, 
#homepage-products a:active,
#homepage-products img:hover,
#homepage-products a:hover,
#homepage-products a:link,
#homepage-products a:visited
{
	text-decoration:none;
	border: 0px;
}


#homepage-products h1
{
	color: olive;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	padding-bottom:5px;
	padding-top: 5px;
	cursor: pointer
}

#homepage-products p
{
	color:black !important;
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	padding-left:10px;
	cursor: pointer
}

#homepage-alliance
{
	position: absolute;
	left:0px;
	top: 450px;
	height: 98px;
	width:334px;
	background-color: transparent;	
	cursor:pointer;
			
}

#homepage-alliance-thumb
{	
	position:absolute;
	background-color: transparent;
	left:15px;
	top: 10px;
	height: 80px;
	width:120px;
	z-index: 1;
	cursor:pointer;
}

#homepage-alliance-text
{
	position: absolute;
	background-color: transparent;
	left: 148px;
	top: 5px;
	height: 90px;
	width: 180px;
	padding-top:3px;
	cursor:pointer;
}


#homepage-equipment
{
	position: absolute;
	left:0px;
	top: 10px;
	height: 98px;
	width:334px;
	background-color: transparent;	
	cursor:pointer;
	padding:0;
	margin:0;
			
}

#homepage-equipment-thumb
{
	
	position:absolute;
	background-color: transparent;
	left:15px;
	top: 10px;
	height: 80px;
	width:120px;
	z-index: 1;
	cursor:pointer;
}

#homepage-equipment-text
{
	position: absolute;
	background-color: transparent;
	left: 148px;
	top: 5px;
	height: 90px;
	width: 180px;
	padding-top:3px;
	cursor:pointer;
	color:black;
}



#homepage-mortgages
{
	position: absolute;
	left:0px;
	top: 120px;
	height: 98px;
	width:334px;
	background-color: transparent;	
	cursor:pointer;
			
}

#homepage-mortgages-thumb
{	
	position:absolute;
	background-color: transparent;
	left:15px;
	top: 10px;
	height: 80px;
	width:120px;
	z-index: 1;
	cursor:pointer;
}

#homepage-mortgages-text
{
	position: absolute;
	background-color: transparent;
	left: 148px;
	top: 5px;
	height: 90px;
	width: 180px;
	padding-top:3px;
	cursor:pointer;
}

#homepage-vehicles
{
	position: absolute;
	left:0px;
	top: 230px;
	height: 98px;
	width:334px;
	background-color: transparent;	
	cursor:pointer;
			
}

#homepage-vehicles-thumb
{	
	position:absolute;
	background-color: transparent;
	left:15px;
	top: 10px;
	height: 80px;
	width:120px;
	z-index: 1;
	cursor:pointer;
}

#homepage-vehicles-text
{
	position: absolute;
	background-color: transparent;
	left: 148px;
	top: 5px;
	height: 90px;
	width: 180px;
	padding-top:3px;
	cursor:pointer;
}

#homepage-business
{
	position: absolute;
	left:0px;
	top: 340px;
	height: 98px;
	width:334px;
	background-color: transparent;	
	cursor:pointer;
			
}

#homepage-business-thumb
{	
	position:absolute;
	background-color: transparent;
	left:15px;
	top: 10px;
	height: 80px;
	width:120px;
	z-index: 1;
	cursor:pointer;
}

#homepage-business-text
{
	position: absolute;
	background-color: transparent;
	left: 148px;
	top: 5px;
	height: 90px;
	width: 180px;
	padding-top:3px;
	cursor:pointer;
}


#homepage-newsletter{
	position: absolute;
	left: 11px; top: 578px; width: 313px; height: 131px; margin-left:40px;
}

#homepage-nacfb
{
	cursor:normal;
	position: absolute; width: auto; height: auto; z-index: 1; left: 101px; top: 740px; background-color:transparent;
}


/*****************************************************************************/
/*  Flash  */
/*****************************************************************************/

#homepage-flash-container
{	
	border:0px #DCDCDC  solid;
	background:white;
	position:absolute; left:55px;	top:25px; width:340px; height:220px; cursor: pointer; 
}


/* This must have positioning in here and not in the page due to way the
   SWFObject rewrites the div */
#homepage-flash-content
{
	position:absolute;
	left:10px;
	top:10px;
	background:white;
}


/*###########################################################################*/
/* latest news */
/*###########################################################################*/

#homepage-latest-news-container
{
	position:absolute;
	border-bottom:0px #DCDCDC  solid;	
	left: 30px; top: 270px; width: 390px; height:auto;
}

#homepage-latest-news-title
{
	position:relative;
	background-color: #dedede;
	border-bottom:0px #DCDCDC  solid;	
	left: 0px; top: 0px; width: 390px; height:25px;
	background: url('../Assets/Images/Shared/sectionbg.gif') repeat-x center bottom; 

}

#homepage-latest-news-title h1
{
	color: navy;
	font-size:1.3em;
	font-weight:bold;
	padding: 5px;
	padding-left:10px;

}

#homepage-latest-news-items
{
	position:relative;
	border-top: 1px white solid;
	border-bottom: 1px white solid;
	left: 0px; top: 0px; width: 390px; height:auto;

}

#homepage-latest-news-items a
{
	text-decoration:none;
	color:olive;
	font-weight:normal;
}

#homepage-latest-news-items a:hover
{
	text-decoration:underline;
}


#homepage-latest-news-items li
{
	list-style: none;
	padding:5px;
	cursor:default;
	border-top: 1px white solid;
	border-bottom: 1px silver dashed;
		
}

#homepage-latest-news-items li:hover
{
	cursor: pointer;
	background-image:url('../Assets/Images/Shared/highlight.jpg');
	background-position:left;
	background-repeat:repeat-y;
	border-top: 1px #DCDCDC  solid;
	border-bottom: 1px #DCDCDC  solid;
}


#homepage-latest-rates-container
{
	position:absolute;
	left: 30px; top: 770px; width: 390px; height:150px;
		
}

#homepage-latest-rates-title
{

	background-color: #dedede;
	left: 0px; top: 0px; width: 390px;
	background: url('../Assets/Images/Shared/sectionbg.gif') repeat-x center bottom; 

}

#homepage-latest-rates-updated
{	
	float:right;
	margin-right:10px;
	margin-top:4px;
	font-size:9px;
	color:gray;	
}

#homepage-latest-rates-title h1
{
	float:left;
	color: navy;
	font-size:1.3em;
	font-weight:bold;
	padding: 5px;
	padding-left:10px;

}

#homepage-latest-rates-items
{
	position:absolute;
	left: 13px; top: 39px; width: 373px;

}

#homepage-latest-rates-items h2
{
	color: black;
	font-size:12px;
	font-weight:bold;
	padding: 0px;
	padding-top:3px;
	display:inline;

}

#homepage-latest-rates-items li
{
	list-style: none;
	padding:1px;
	cursor:default;
	border-left:4px transparent solid; 
}




/*###########################################################################*/
/* Content */
/*###########################################################################*/

#homepage-main
{
	position:relative;
	background:white;
	left:0px; top:0px; height:890px; width:800px;
}

#homepage-main-corner-topleft{
	position:absolute; left:0px; top:00px; width:29px; height:30px; background-color:white; 
	background-image:url('../Assets/Images/Master/top-left-white.gif');
}

#homepage-main-corner-topright{
	position:absolute; left:771px; top:0px; width:29px; height:30px; background:-color:white; 
	background-image:url('../Assets/Images/Master/top-right-white.gif');
}


#news-item{	text-align:left; height:75px; position:relative; display:inline; width:20px; left: 10px; top: 0px;}

#news-item-section h1
{
	font-size:1em; color:olive;display:inline;
}

#news-item-heading
{
font-weight:bold; line-height:1.3em; display:inline; width:270px;
}

#news-item-text
{
font-style:normal; line-height:1.3em; display:inline; width:270px;
}

#news-item-text a
{
	text-decoration:none; color:olive; font-weight:bold;
}

#news-item-text a:hover
{
	text-decoration:underline;
}

#product-link
{
	position:absolute; left:135px; top:64px
}

#product-link a
{	
text-decoration:none; color:olive; font-weight:bold;}

#product-link a:hover
{
	text-decoration:underline;
}


/*###############################################################################*/
/* Site Map */
/*###############################################################################*/

#sitemap-pages li
{
	list-style:none;
	display:block;
	clear:left;
	margin:0px;
	padding-bottom:10px;
	cursor:default;
	border-bottom:1px silver solid;
	height:120px;
}

#sitemap-pages h1
{
	font-size:1.6em;
	color:navy;
	font-weight:bold;	
	background:#dedede;
	margin:0px;
	padding:0px;
	line-height:1.8em;
	border-bottom:1px silver solid;
}

#sitemap-pages-content
{
	
	position:relative;
	display:inline;
	margin-left:10px;
}
#sitemap-pages-img
{
	float:left;
	margin:10px 10px 10px 0px;
	width:150px;
	height:120px;
	text-align:center;
}
#sitemap-spacer
{
    float:left;
    width:20px;
}
#sitemap-pages-subpageimg
{
	float:left;
	margin-top: 20px;
	width:auto;
	height:auto;
}
#sitemap-pages-links
{
	float:left;
	margin:10px 10px 10px 0px;
	background: whitesmoke;
}
#sitemap-pages-links a
{
	margin-left:10px;
}

#sitemap-pages-homepage
{
	font-weight:bold;
	color:navy;
	background-color:#dedede;
	width:340px;
	font-size:1.2em;
	height:1.4em;
	
}





