/*-----------------------------------------------------------------------------
TruePresence Style Sheet

version:   1.0
date:      10.17.06
author:	    
e-mail:	
-----------------------------------------------------------------------------*/
body {
	text-align: center; 
	min-width: 760px;
	background:#FFF url(/images/bg.gif) top left repeat-x;
}

#mainNav{
	
	
	float:left;
	width:989px;
	margin:0;
	background:url(/images/header.jpg) no-repeat top left;
}


#navHolder{
	
	margin-top:249px;
	width:989px;
	height:30px;
	overflow:hidden;
	background:url(/images/nav_bg.gif) no-repeat top left;
	
}


/* =Main Content
-----------------------------------------------------------------------------*/

#mainContent { 
	/*position:relative;*/
  width: 989px; 
  height:384px;
  margin: 0 0 0 0;  
}

#mainContent a:link, #mainContent a:visited {
	color:#000000;
}
#mainContent a:hover {
	color:#666;
}

#contentMid {
	
	float:right;
	width:989px;
	height:auto;	
	background:url(/images/content_bg.gif) top right repeat-y;
	
}

#contentTop{

	width:989px;
	height:23px;
	
	float:left;
	background:url(/images/content_bg_top.gif) top left no-repeat;

}


#contentLeft {
	/*position:relative;*/
	top:0;
	left:0;
	width:360px;
	height:384px;
	/*margin-left:-8px;*/
	float:left;
	background:url(/images/content_left.gif) no-repeat top left;
}
#cdrates, #mortrates {
	position:relative;
	float:right;
	width:334px;
	height:76px;
}
#cdrates {
	background: url(/images/cdrates.gif) top left no-repeat;
}
#mortrates {
	margin:5px 0 0 0;
	background: url(/images/mortrates.gif) top left no-repeat;
}
#cdrates a:link, #cdrates a:visited, #mortrates a:link, #mortrates a:visited{	
	display:block;
	width:294px;
	padding: 0 0 0 40px;
	height:76px;
	line-height:76px;
	color:#1A2574;
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
}
#cdrates a:link, #cdrates a:visited {
	background: none;	
}
#mortrates a:link, #mortrates a:visited{
	background: none;
}
#cdrates a:hover, #mortrates a:hover {
	color:#FFF;
	background: url(/images/cdratesarrow.gif) -50px 22px no-repeat;	
}
#mortrates a:hover {
	color:#FFF;
	background: url(/images/mortratesarrow.gif) -50px 22px no-repeat;
}
#homecallout{
	background: url(/images/homecalloutbg.gif) left top no-repeat;
	width:334px;
	height:208px;
	float:right;
}
#homecallout p{
	padding:30px 40px 0 40px ;
}
#contentRight {
	position:relative;
	width:541px;
	height:auto;
	min-height: 333px;
	_height:335px;
	float:right;
	margin-right: 50px;
	* margin-right:50px;
	_margin-right:-50px;
		
}
#contentRight p{
	position:relative;
	float:right;
	width: 541px;
	_margin:0 45px 0 0;
	/*_margin: 0 30px 0 0;*/

}
#contentBottom {
	float:right;
	width:981px;
	height:58px;
	/*margin-right:-4px;*/
	background:url(/images/content_bottom.gif) top right no-repeat;

}
