/* CSS Document */
/*  ===================================================  
 	===================================================  
	
	Revision History:	Revised By		Revised On:
						J Bongiovanni	02/11/09 added .footer styles
  	=================================================== 
  	===================================================  */
body
	{
	background: #000 url(../images/bg_page.gif) top left fixed repeat-x;
	}

#containerBox
	{
	background: #000;
	width: 795px;
	margin-left: auto;
	margin-right: auto;
	}

#containerLiner
	{
	background: #FFF url(../images/bg_container.gif) no-repeat;
	width: auto;
	height: 700px;
	border: 3px solid #000;
	}

#containerLinerIndex
	{
	background: #000 url(../images/bg_index.gif) no-repeat;
	width: auto;
	height: 593px;
	border: 3px solid #000;
	}

.finePrint
	{
	font-family: Verdana, Helvetica, Arial;
	color: #FFF;
	font-size: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	}

.imageAlignRight
	{
	float: right;
	clear: left;
	margin: 10px 0px 0px 10px;
	}

#logo
	{
	float: left;
	clear: right;
	margin: 0px 0px 0px 15px;
	}

#mainContent
	{
	float: right;
	clear: right;
	width: 490px;
	margin: 15px 10px 0px 55px;
	}

#partnership
	{
	clear: right;
	margin: 0px 0px 0px 200px;
	}

#primaryNav
	{
	float: left;
	clear: right;
	font-family: Verdana, Helvetica, Arial;
	font-weight: bold;
	font-size: 11px;
	color: #FFF;
	margin: 50px 0px 0px 0px;
	width: 200px;
	}

	#primaryNav a
		{
		color: #FFF;
		text-decoration: none;
		}

	#primaryNav a:hover
		{
		color: #FDD333;
		}

	#primaryNav ul
		{}

	#primaryNav li
		{
		margin-top: 10px;
		}

#row1
	{
	width: 755px;
	margin: 18px 0px 0px 0px;
	}

#row2
	{
	width: 755px;
	float: left;
	margin: 30px 0px 0px 0px;
	}
	
	/*  ===================================================  */
/*  DEFINES FOOTER */
/*  ===================================================  */

	
#footer {
	clear: both; /* serves as footer hack to pull parent div down */
	margin-left: auto;
	margin-right: auto;
	width: 750px;
 	padding: 3px 0px 0px 0px;
	}
	
#copyrightcontainer {
	float: left;
	}
	
#legalcontainer {
	clear: both;
	}
	
#copyrightDate {
	float: left;
	}
	
#footerHolder {
	clear: both;
	height: 1px;
	} /* hacks the main container div to stretch height for all child divs */
	
	* html #footerHolder {
		/* commented backslash hack v2 \*/
 		display: none;
  		d\isplay: none;
  		/* end hack */
		}

.cyberTrustLogo {
	float: right;
	}
	
	/*  ===================================================  */
/*  DEFINES MISCELLANEOUS ELEMENTS */
/*  ===================================================  */


	
#footerHack {
	clear: both;
	width: auto;
	}

