/* Author: Sheena Sylvester
    Coffee Express Style Sheet
    Date: 03-02-08 */

a{	
	color: #cc6600;
	font-size: 10px;
	font-weight: bold;
}
	
a:hover{
	color: #669900;
	font-size: 10px;
	font-weight: bold;
}

a.systems{
	font-family: Arial, Helvetica, Verdana, Sans, Sans-Serif; 
	font-size: 12px;
	color: #330000;
}

body{
	background: url(../images/bg.jpg) repeat-x; 
	font-family: Arial, Helvetica, Verdana, Sans, Sans-Serif; 
	font-size: 11px;
	color: #330000;
	margin-top: 0px;
}

body table p{
	font-family: Arial, Helvetica, Verdana, Sans, Sans-Serif; 
	font-size: 13px;
	color: #330000;
	
}


h3{
	position: relative;
	margin-top: 25px;
	font-family: Arial, Helvetica, Verdana, Sans, Sans-Serif;
	font-style: italic;
	color: #330000;
}

h3.subHeading:first-letter {
	font-family: Edwardian Script ITC, Curlz MT, chiller, Helvetica;
	font-size: 250%;
	font-style: italic;
	font-weight: bold;
	color: #330000;
}

hr{
	background-color: #663300;
}

ul#nav{
	list-style-type: none;
}

ul#nav li{
	display: inline;
}

/* Selects only links in the nav list */
ul#nav li a{ 
	padding: 10px 15px;
	/*margin: 0px 2px; 
	border-right: 1px solid #336600;
	margin-top: 305px;	background: url(../images/navigationBg.jpg) repeat-x;*/

	text-decoration: none;
	text-align: center;
	color: #996633;
	font-size: 11px;
}

ul#nav li a:hover{ 
	padding: 10px 15px;
	text-decoration: none;
	text-align: center;
	color: #663300;
	font-size: 13px;
	text-decoration: underline;
}

.bullet {
	list-style-image: url(../images/beanbullet.gif);
}

.ctr{
	text-align: center;
}

.imageRight{
	float: right;
	border: ridge 2px #663300;
}

.slogan{
	text-align: center;
	font-family: Curlz MT, Chiller, Helvetica;
	font-size: 22px;
}
/* Content Area */

.cbg{
	margin-top: 0px;
	
	/*z-index: 35;     */
	
}

.cbgbdr{
	margin-top: 0px;
	background: url(../images/indexBg.jpg) repeat-y;
	border: 3px solid #663300;
	z-index:50;
}
.flashMovie{
	z-index: 60;
}

.footer{
	background: url(../images/footer.jpg) repeat;
	border-top: 3px solid #663300;
	z-index: 45;
	min-height: 55px;
	text-align: center;
	padding-top: 10px;
}

.footer p{
	font-size: 10px;
	color: #cc6600
	}

.footer p a{
	font-size: 10px;
	color: #cc6600;
	font-weight: bold;
}
	
.footer p a:hover{
	color: #669900;
	font-size: 10px;
	font-weight: bold;
}

.fleft{
	float: left;
}

.fright{
	float: right;
}

.header{
	margin-top: 0px;
	background: url(../images/homePgHdr.jpg) no-repeat;
	border: 3px solid #663300;
	min-height: 168px;
	max-width: 863px;
	z-index: 45;
}

.mainContent{
	position: relative;
	top: 0%;
	padding: 55px;	
}

.mainMenu{
	background: url(../images/navMain.gif) repeat-x;
	border-left: 3px solid #663300;
	border-right: 3px solid #663300;
	/*min-height: 168px;*/
	max-width: 865px;
}

.navBg{
	text-align: center;
} 

.tbl{
	border: 3px solid #663300;
	max-width: 863px;
}

.tblbdr{
	border: 3px solid #663300;
}

.water{
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}
/* End Content Area Formatting */
