/* CSS Document */

/*  ===================================================  
 	===================================================  
	
	Description: CSS Framework structure style sheet
	Author:  
	Release date:	 
	Designer approved: 
	Date approved: 
	Revision History:	Revised By		Revised On:
						Sean			11/14/07
						
  	=================================================== 
  	===================================================  */


body {
	margin: 0px 0 0 10%;
	padding: 0;
	background: #FFFFFF;
	font-size: 12pt;
	}
	
	#container {
		margin-left: auto;
		margin-right: auto;
		width: 916px;
		background: none;
		}
	

/*  ===================================================  
  	DEFINES TOP BANNER
  	===================================================  */

#header {
	height: 115px;
	position: relative;
	width: 916px;
	}
	
	#header input, #header select, #header option {
		display: none;
		}
		
	#header form {
		display: none;
		}	

	#fastFinder {
		display: none;
		}
	
	#TopicCenterDDL {
		float: right;
		}
	
	.clientLogo {
		left: 30px;	
		position: absolute;
		top: 26px;
		}
	
	.clientTagline {
		position: absolute;
		right: 45px;
		top: 90px;
		}
	
.iboxDiv {
	display: none;
	}
	
.clientTagline {
	display: none;
	}		
	
.imgAlignRight {
	display: none;
	}

.imgAlignLeft {
	display: none;
	}	
/*  ===================================================  
  	DEFINES CONTENT STRUCTURE
  	===================================================  */
	
#gradient {
	background: #FFFFFF;
	}
	
	
#content {
	border-bottom: solid 1px white;
	border-left: solid 1px white;
	border-right: solid 1px white;
	margin: 0 0 0 15px;	
	padding: 0; 
	width: 868px;
	}
	
	
	#content ul {
		margin-top: 5px;
		padding-top: 5px;
		}	
		
		#content li {
			padding-bottom: 5px;
			}

#contentTabbed{
	background: #FFF;
	border-style: none;
	}

#column1 {
	float: left;
	padding-bottom: 25px;

	width: 684px; padding-right: 0; padding-left: 0;
	}
	
		/*	#column1Nest {}*/
	
	#column2 {
		display: none;
		}

/*  ===================================================  
  	DEFINES FOOTER
  	===================================================  */

	
#footer {
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	width: 916px;
	}

	#footer a {
		display: none;
		}

.shim {
	clear: both;
	height: 1px;
	width: auto;
	}
	
	
	
	
a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}	


#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
   
#primNav {
	display: none;
	}
	
#secNav {
	display: none;
	}		
	
#spotlightNav {
	display: none;
	}	
	
.tabs {
	display: none;
	}
	
.breadCrumbs {
	display: none;
	}	
	
a [href="#header"] {
	display: none;
	}
	
.anchor {
	display: none;
	}	
