﻿/* 			
		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: 7px 0 10px 10px;
}

/* ------------------------------------------------------------------------ */
/* Image Caption
--------------------------------------------------------------------------- */

.imageCaption {
	color: #000000;
	font-size: 10px;
}

/* ------------------------------------------------------------------------ */
/* Text
--------------------------------------------------------------------------- */

.smallText {
	font-size: 11px;
	color: #333333;
	line-height: 20px;
}

.address {
	font-size: 10px;
	color: #666666;
	line-height: 20px;
	padding-top: 200px;
}

.hot {
	color: #cc0000;
}

/* ------------------------------------------------------------------------ */
/* Horizontal Rule
--------------------------------------------------------------------------- */

.horizontalRule {
	height: 1px;
	width: 100%;
	background: #333333;
}

/* ------------------------------------------------------------------------ */
/* Use this separator code when adding new sets of styles
--------------------------------------------------------------------------- */


.navigation {
	padding-bottom: 30px;
	padding-left: 20px;
}

.navigationSecondary {
	padding-bottom: 30px;

}

.navigationStory {
	padding-bottom: 26px;
	padding-left: 20px;
}


.navigationLine {
	padding-bottom: 27px;
}


.textCenter {
	text-align: center;
}


