@charset "utf-8";
body {
	background-image: url(images/BG.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

ul.NoBulletNoIndent {
  list-style-type: none;
  margin-left: 3px;
  padding-left: 0px
}

li.special {
	margin-bottom:8px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	margin-top: 3px;
	margin-bottom: 5px;
	color: #073E7E;
	font-weight: bold;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	margin-top: 2px;
	margin-bottom: 1px;
	color: #073E7E;
	font-weight: bold;
}

h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 19px;
	margin-top: 2px;
	margin-bottom: 1px;
	color: #990000;
	font-weight: bold;
}

.container {
	width: 999px;
	position: relative;
	margin: auto;
	background-image: url(images/container_BG.jpg);
	background-repeat: repeat-y;
}

.header {
	position: relative
	width: 999px;
	height: 307px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


.middle_left {
	position: relative;
	float: left;
	width: 161px;
	height: 399px;
	padding-left: 19px;
}

.middle_content {
	position: relative;
	float: left;
	width: 600px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #1D2F3B;
	font-weight: bold;
	line-height: 17px;
	padding-left: 20px;
}

.middle_content a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	letter-spacing: -0.03em;
	color: #AA0001;
	font-weight: bold;
	line-height: 17px;
	text-decoration: underline;
}

.middle_content a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	letter-spacing: -0.03em;
	color: #AA0001;
	font-weight: bold;
	line-height: 17px;
	text-decoration: underline;
}

.middle_content a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	letter-spacing: -.03em;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 17px;
	text-decoration: none;
	background-color: #1D2F3B;
}

.middle_right {
	position: relative;
	float: right;
	width: 156px;
	height: 399px;
	padding-right: 19px;
}



.footer {
	clear:both;
	margin: 0px;
	width: 999px;
	height: 80px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFFFF;
}

.footer_text {
	padding-top: 40px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #333333;
	letter-spacing: -.038em;
}

.footer_text a:link {
	color: #333333;
	text-decoration: none;
}

.footer_text a:visited {
	color: #333333;
	text-decoration: none;
}

.footer_text a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #333333;
}



/*!!!!!!!!!!! Menu Buttons !!!!!!!!!!!*/


.arrowgreen{
	width: 160px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.arrowgreen ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
.arrowgreen li a{
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	background: transparent url(images/arrowblue.jpg) 100% 0;
	height: 24px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	padding: 4px 0 4px 10px;
	line-height: 24px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
}	
	
.arrowgreen li a:link, .arrowgreen li a:visited {
	color: #AA0001;
}

.arrowgreen li a:hover{
	color: #333333;
	background-position: 100% -32px;
}

	
.arrowgreen li a.selected{
	color: #333333;
	background-position: 100% -64px;
}


.specials_holder{
	width: 156px;
	height: 131px;
	float: left;
	margin-left: 0px;
}
#specials_btn {
	top: 0px;
	width: 156px;
	height: 131px;
	overflow:  hidden;
	background: url(images/specials_btn.jpg) top left no-repeat;
	display: block;
	cursor: pointer;
}
#specials_btn:hover{
background-position: bottom left;
cursor: pointer;
}
