﻿/* 			
		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: 5px 10px 10px 0;
}

.pushRight {
	border-width: 5px;
	border-color: #333333;
	padding: 4px;
	float: right;
	margin: 5px 0 10px 10px;
}

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

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

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

.smallText {
	font-size: 10px;
	font-family: "Arial Narrow";
}

.hot {
	color: #9E2321;
}

.callout {
	margin: 0 auto 20px auto;
	width: 800px;
	color: #082131;
	font-weight: bold;
	background: #b3c3d4;
	padding: 15px;
	border: 3px double #b3c3d4;
}

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

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

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


.Brochure {
	color: #FFFFFF;
	font-family: "arial narrow";
	font-size: 15px;
}
.Brochure a:visited{
	color: #FFFFFF;
	font-family: "arial narrow";
	font-size: 15px;
}
.Brochure a:link{
	color: #FFFFFF;
	font-family: "arial narrow";
	font-size: 15px;
}
.Brochure a:hover{
	color: #000000;
	font-family: "arial narrow";
	font-size: 15px;
}


.Navigation {
	line-height: 39px;
	font-size: 15px;
	font-family: "Arial Narrow";
}
.Address {
	line-height: 25px;
	font-family: "Arial Narrow";
	font-size: 15px;
}


.featuredHome {
	margin: 0 0 0 37px;
	*margin: 0 0 0 47px; /* FOR <IE7 */
}
.titleHomeFeature {
	font-family: "Arial Narrow";
	font-size: 15px;
	color: #271808;
}


.mainBody {
	padding-left: 74px;
	padding-right: 60px;
	padding-top: 20px;
}
.bodyArrow {
	font-size: 15px;
	line-height: 10px;
}
.sectionRed {
	color: #9E2321;
}
.pageTitle {
	font-size: 16px;
	line-height: 25px;
}


.directions {
	font-size: 11px;
}

.Logo {
	margin-left: 12px;
	margin-top: 12px;
}



.caption {
	font-size: 10px;
}
