/***********************************************************************
* NAME:		reidefault.css
* AUTHOR:	gwr - www.robnett.com
* NOTES:
*		27feb2007 Validated CSS version 3
*		11jun2005 Created for robnett electric website
*
************************************************************************/
/*********************  page body section  *****************************/
body{
	background: url(./images/REIbackground.gif);
	background-repeat: repeat-y;
	background-color:#FFFFFF;
	color:#000000;
	font-size: medium;
	font-weight: normal;
	font-family:Georgia, "Times New Roman", Times, serif;
} 
a:visited{
	color:#0000CC;
	text-decoration:none;
	font-size: smaller;
}
a:active{ 	
	color: #000000;
	text-decoration: none;
	font-size: smaller;
}
a:link{
	color: #0000CC;
	text-decoration: none;
	font-size: smaller;
}

/**********************  left nav section  *****************************/
.navTableLeft {
	margin-top: 135px;
	padding: 0px;
	}
.navButtonLeft {
	text-align:center;
	margin-bottom: 0px;
	padding: 0px;
	}
	
/*******************  content area section  ****************************/ 
.pagetitle{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: large;
	color:#000000;
	}
.pagebody{
	background: url(./images/AtomWatermark.gif);
	background-repeat: no-repeat;
	background-position: center ;
	/*background-attachment:fixed;*/
	}

/*********************  page footer div section  *****************************/
.pageFooter{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size:8pt;
	color:#000000;
	text-align:center;
	line-height: 95%;	
	}
.pageFooter a{
	color: #330099;
	text-decoration: none;
	}
.pageFooter a:active{
	color: #330099;
	text-decoration: none;	
	}
.pageFooter a:hover{
	color: #330099;
	background-color:#00FFFF;
	text-decoration: none;
	}
.pageFooter a:link{
	color: #330099;
	text-decoration: none;
	}
.pageFooter a:visited{
	color: #330099;
	text-decoration: none;	
	}

/*********************  page footer nav div section  *****************************/
.navTextDelim{
	color:#000000;
	font-size: smaller;
	font-weight: bold;
	} 
.navTextCurrentPage{
	color:#0000ff;
	font-weight: bold;
	} 	
.pageFooterNav{
	font-family: Arial, Helvetica, sans-serif;
	color:#0000ff;
	text-align:center;
	}
.pageFooterNav a{
	text-decoration: none;
	color:#0000ff;
	}
.pageFooterNav a:hover{
	background-color:#00FFFF;
	text-decoration: none;
	color:#330099;
	}
.pageFooterNav a:link{
	text-decoration: none;
	color:#0000ff;
	}
.pageFooterNav a:visited{
	text-decoration: none;
	color:#0000ff;
	}

/***************************  misc  ************************************/
.highlight{
	background-color:#6699FF;
	}


