/* 	
			
		Copyright 2008 Byte Technology  
		
		http://www.byte-technology.com
		
		Byte Technology
		20 Ragsdale Drive, Suite 220
		Monterey, CA  93940
		
		Phone:	831.656.9178
		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. 
--------------------------------------------------------------------------- */

/* Image Floats
--------------------------------------------------------------------------- */

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

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

body:nth-of-type(1) .pushRight,
body:nth-of-type(1) .pushLeft { /* for Google Chrome */
	border: none;
}

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

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

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

.smallText {
	font-size: 10px;
}

.Hot {
	color: #cc0000;
}

.callout {
	display: block;
	width: 90%;
	color: #cc0000;
	font-size: 11px;
	text-transform: uppercase;
	background: #f5f5dc;
	padding: 10px 10px 10px 20px;
	margin: 0;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

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

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

}

.directionsBox {
	float: right;
	width: 360px;
	margin: 0 20px 0 0;
}













