body { margin:0px; }

.clear {
	clear:both;
	font-size:1px;
	height: 1px;
	overflow:hidden;
}

img {
	border:0px solid;
}

#PageContainer {
	width: 783px;
	margin: 0 auto;
}

#UpperTop {
	background: url(../imgs/upperTop.jpg) no-repeat;
	height: 124px;
	margin-bottom: 7px;
}

#MiddleTop {
	/* background: url(../imgs/middleTop.jpg) no-repeat; */
	height: 86px;
	margin-bottom: 7px;
}

#MiddleTop img {
	margin-right: 4px;
}

#MiddleTopCoffee {
	background: url(../imgs/middleTop_Coffee.jpg) no-repeat;
	height: 86px;
	margin-bottom: 7px;
}

#MiddleTopCoffee img {
	display: none;
}

#LowerTop {
	background: url(../imgs/lowerTop.jpg) no-repeat;
	height: 123px;
}
	#NavMenu ul {
		margin:0px;
		padding: 0px;
		list-style: none;
		padding-top: 10px;
		padding-left:5px;
	}
		#NavMenu ul li {
			display: block;
			float:left;
			padding: 0 7px;
		}
			#NavMenu ul li a {
				color: #ffffff;
				text-decoration: none;
				text-transform: uppercase;
				font-family: "Times New Roman", serif;
				font-size: 0.8em;
			}
			#NavMenu ul li a:hover {
				text-decoration: underline;
			}

#Content {
	background: url(../imgs/contentTopBg.gif) repeat-x;
	padding:0 30px 0 30px;
}

	#MainCol {
		font-size: 0.7em;
		font-family: "Verdana", sans-serif;
		float:left;
		color: #505050;
		line-height: 1.7em;
		width: 493px;
	}
		#MainCol h1 {
			margin:0px;
			color: #6f832e;
			font-size: 3.5em;
			font-family: "Times New Roman", serif;
			font-weight: lighter;
			line-height: 1.0em;
			padding-bottom: 10px;
			margin-bottom: 20px;
			border-bottom: 1px solid;
		}
			#MainCol h1 small {
				font-size: 0.5em;
			}
	
	#RightCol {
		font-size: 0.7em;
		font-family: "Verdana", sans-serif;
		float:right;
		width: 200px;
		border-left: 1px solid #6f832e;
		padding-left: 10px;
	}
		#RightCol h2 {
			margin:0px;
			font-family: "Times New Roman", serif;
			color: #6f832e;
			font-weight: lighter;
			border-bottom: 1px solid;
			font-size:1.8em;
			margin-bottom: 20px;
		}
		
		#RightCol ul {
			color: #6f832e;
		}
			#RightCol ul li {
				margin-bottom: 5px;
			}
				#RightCol ul li span {
					color: #000000;
				}
					#RightCol ul li span a {
						color: #000000;
						text-decoration: none;
					}
					#RightCol ul li span a:hover {
						text-decoration: underline;
					}
	
	#MainCol tt {
		padding-left: 3px;
		color: #FF4444;
	}
	
	#MainCol form label {
		display:block;
		width: 200px;
		float:left;
		height: 30px;
	}
	
	#MainCol input.text,textarea,select,span.radiobuttons {
		border: 1px solid #CCCCCC;
		background: #FAFAFA;
		float:left;
	}
	#MainCol form input.text {
		width: 180px;
		margin-right: 5px;
		margin-left:0px;
	}
	#MainCol form input.text:hover {
		background: #F5F5F5;
	}
	
	#MainCol form input.medium {
		width: 123px;
	}
	
	#MainCol form input.short {
		width:50px;
	}
	
#Footer {
	margin-top: 30px;
	padding-top: 10px;
	height: 40px;
	text-align:left;
	padding-left: 0px;
	border-top: 1px solid #dddddd;
	margin-bottom: 40px;
}

#Footer a {
	display:block;
}

#Footer img {
	display:block;
	float:left;
	margin-left: 15px;
	margin-right: 15px;
}

/* FormHandler styles */
span.errortext { background: url('/res/imgs/exclamation.png') no-repeat; padding-left: 25px; display:block;float:right;width: 300px; }
.error { background: #FFEEEE!important; }
textarea.error { background: #FFEEEE; }
div.outputWrapper { padding: 10px; background: #EEEEEE;}
#FHOutput { background: url('/res/imgs/error.png') no-repeat; padding-left: 20px;}

#OtherServices {
	/* visibility: hidden; */
	height: 0px;
	overflow: hidden;
}
