/* 			
		Copyright 2008 Byte Technology  
		
		http://www.byte-technology.com
		
		Byte Technology
		20 Ragsdale Drive, Suite 220
		Monterey, CA  93940
		
		Phone:    	831.656.9178
		Toll-free:	800.679.2188
		Fax:		831.855.0291
*/

/* ------------------------------------------------------------------------ */
/* Enter only CSS styles that are wanted to be seen in Contribute editing. Styles not needed to be edited or implemented by Contribute users should go in the Main.css. 
--------------------------------------------------------------------------- */

/* ------------------------------------------------------------------------ */
/* Push a <div>, an image, table, or other object to one side or the other. Creates a text-wrap.
--------------------------------------------------------------------------- */

.pushLeft {
	float: left;
	margin: 0 10px 10px 0;
}

.pushRight {
	float: right;
	margin: 0 0 10px 10px;
}


/* Image Caption
--------------------------------------------------------------------------- */

.imageCaption {
	color: #000000;
	font-size: 10px;
}


/* Text
--------------------------------------------------------------------------- */

.smallText {
	font-size: 10px;
}

.hot {
	color: #cc0000;
}


/* Horizontal Rule
--------------------------------------------------------------------------- */

.horizontalRule {
	height: 1px;
	width: 100%;
	background: #000000;
}


/* Use this separator code when adding new sets of styles
--------------------------------------------------------------------------- */

.logo {
	border: none;
	padding: 0;
	margin: 0 0 20px 200px;
}

.affiliationLogo {
	border: none;
	padding: 0;
	margin: 20px 0 0 425px;
}

.crediCards {
	border: none;
	padding: 0;
	margin: 20px 0 0 350px;
}