@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
html {
	height: 100%;
	overflow: scroll;
}
body {
	background-image: url(../images/menu/page-bg.png);
	background-position: top center;
	background-repeat: repeat;
	text-align: center;
	font-size: 17px;
	font-family: "Times New Roman", Times, serif;
	height: 100%;
}
iframe {
	width: 670px;
	height: 650px;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -284px; /* the bottom margin is the negative value of the footer's height */
	background-image: url(../images/menu/top-bg.png);
	background-position: top center;
	background-repeat: no-repeat;
}
.push {
	height: 284px;
	clear: both;
}
#top {
	margin: 0px auto;
	text-align: left;
	width: 999px;
	background-image: url(../images/menu/content-bg.png);
	background-repeat: repeat-y;
}
#title {
	height: 178px;
	margin: 0px;
	padding: 0px;
}
#content {
	margin: 0px auto;
	text-align: left;
	width: 999px;
	background-image: url(../images/menu/content-bg.png);
	background-repeat: repeat-y;
}
#bottom {
	margin: 0px auto;
	text-align: left;
	width: 999px;
	height: 284px;
}
#menu {
	height: 72px;
	margin: 0px;
	padding: 0px;
}
.menu {
	margin: 0px;
	padding: 0px;
	float: left;
}
#submenu {
	float: left;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/menu/submenu-bg.png);
	background-repeat: repeat-y;
	width: 263px;
}
#submenu_inner {
	text-align: center;
	padding-left: 35px;
	padding-right: 29px;
}
#body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/menu/body-bg.png);
	background-repeat: repeat-y;
	width: 736px;
	display: inline-block;
}
#leftColumn {
	width: 360px;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#rightColumn {
	width: 300px;
	float: right;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#fullColumn {
	width: 670px;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#body_inner {
	padding-left: 15px;
	padding-right: 45px;
}
#bottomBar {
	height: 125px;
}
#footer {
	background-image: url(../images/menu/footer-bg.png);
	background-repeat: no-repeat;
	height: 159px;
}
#footer_inner {
	text-align: center;
	padding-left: 45px;
	padding-right: 45px;
}
.heading {
	font-size: 24px;
	font-variant: small-caps;
	font-weight: bold;
	font-family: "Verdana", "Geneva", sans-serif;
	padding-bottom: 4px;
}
.subHeading {
	font-size: 20px;
	font-variant: small-caps;
	font-weight: bold;
	font-family: "Verdana", "Geneva", sans-serif;
	padding-bottom: 4px;
}
.textMenu {
	list-style: none;
	margin-left: auto;
	margin-right: auto;
	line-height: 20px;
	padding-bottom: 0px;
	font-size: 11px;
}
.textMenu li {
	display: inline;
}
.notSoExtremeBottom {
	padding-top: 10px;
	color: #FFFFFF;
}
.notSoExtremeBottom .textMenu li a {
	padding-left: 5px;
	padding-right: 5px;
	border-left: 2px solid #FF9;
	color: #FF9;
}
.notSoExtremeBottom .textMenu li a:hover {
	color: #CCC;
}
.notSoExtremeBottom .textMenu li a.first {
	border-left: 0px;
}
.extremeBottom {
	color: #FFFFFF;
}
.extremeBottom .textMenu li a {
	padding-left: 5px;
	padding-right: 5px;
	border-left: 2px solid #FF9;
	color: #FF9;
}
.extremeBottom .textMenu a:hover {
	color: #CCC;
}
.extremeBottom .textMenu li a.first {
	border-left: 0px;
}
.label {
	font-weight: bold;
}
.input {
	border: 1px solid #000000;
	margin-bottom: 5px;
}
.dropDown {
	width: 170px;
	margin-bottom: 15px;
	border: 1px solid #000;
}
.quickLinks {
	list-style: disc outside;
	margin-left: 25px;
}
.payment {
	font-size: 24px;
	font-weight: bold;
}
.pic {
	border: 1px solid #333;	
}
.caption {
	font-style: italic;
	font-size: small;
}
#submenu_inner a {
	color:#FFFFFF;
	font-variant: small-caps;
	font-family: "Arial Black", Gadget, sans-serif;
}
#submenu_inner a:visited {
	color:#FFFFFF;
}
#submenu_inner a:hover {
	color: #333;
}
#submenu_inner a:active {
	color: #930;
}
#submenu_inner ul {
	list-style-type: none;	
}
#submenu_inner li {
	margin-bottom: 7px;	
}
ul {
	margin-left: 25px;
}
ul.submenu {
	margin-left: -8px;
}
