/* 
  		THE     BURRITO     COMPANY
			 Copyright 2007
		  Made by Jared Broad
		*/


body, html {
	color: #000000;
	font-family: Verdana, Arial, Times New Roman;
	font-size: 12px;
  	margin: 0px;
	margin-top: 10px;
  	padding: 0px;
}

h3 {
	color: #7F7E83;
	font-weight: normal;
}

#titleMap {
	margin-bottom: 24px;
}

#footerPic {
	margin-bottom: 2px;
}

#topMenu {
	position: relative;
	top: -20px;
	width: 100%;
	font-size: 12px;
	color: white;
	font-family: Arial, Verdana, Times New Roman;
	height: 20px;
	overflow: hidden;
}

.topMenuItem {
	font-size: 11px;
	color: white;
	font-family: Arial, Verdana, Times New Roman;
	position: relative;
	top: -4px;
	text-decoration: none;
}

.darkGrayLink {
	font-size: 13px;
	color: gray;
	font-family: Arial, Verdana, Times New Roman;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#mid {
	width: 580px;
	padding: 0px;
	margin: 0px;
	margin-left: 40px;
	*margin-left: 20px;
	float: left;
}

#midText {
	width: 85%;
	margin-top: 15px;
}

.menuDescription {
	font-size: 11px;
	margin-bottom: 8px;
}

.midGrayBold {
	font-weight: bold;
	color: #7F7E83;
	font-size: 13px;
}

.whiteBold {
	font-weight: bold;
	color: white;
	font-size: 13px;
}

#rightMenu {
	width: 278px;
	*width: 278px;
	padding: 0px;
	margin: 0px;
	float: right;
	margin-bottom: 30px;
}

#rightMenuHighlight {
	border: 1px gray solid;
	width: 165px;
	height: 220px;
	
}

#midRightFloatingHighlight {
	position: relative;
	top: 30px;
}

#rightMenuStaffPicture {
	position: relative;
	top: -18px;
}

#midRightMenuText {
	color: #000000;
	font-family: Arial, Verdana, Times New Roman;
	font-size: 10px;
	position: relative;
	padding: 4px;
	padding-left: 8px;
	padding-right: 8px;
	top: 30px;
}

#footer {
	clear: both;
}


div.formText {
	display: block;
	float: left;
	width: 150px;
	margin-left: 15px;
	font-size: 11px;
}
div.formInput {
	float: left;
	position: relative;
	top: -2px;
	font-size: 11px;
}

input.formInputBox {
	width: 110px;
}
img.bullet {
	position:relative;
	top: -2px;
	_top: 0px;
	font-size: 11px;
}

.contactText {
	width: 450px;
	margin-left: 25px;
	font-size: 11px;
}

#footerText {
	font-size: 11px;
	color: black;
	display: inline;
	position: relative;
	top:-12px;
	margin-left: 100px;
}