/* CSS Document */

body{
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	text-align: center;
}
#outermain {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: 0px;
	width: 860px;
	height: 600px;
	padding: 0px;
	background-image: url(/images/imgOuterMainBackground.gif);
    background-repeat: no-repeat;
	background-position: 19px 42px;
}

#main {
	position: absolute;
	top: 120px;
	left: 90px;
	text-align: left;
	width: 720px;
	height: 433px;
	padding: 0px;
	margin: 0px;
	border: 1px solid #938321;
	background-color: #FFFFFF;
	background-position: top left;
	background-repeat: no-repeat;
}
#closer {
	position: absolute;
	z-index: 80;
	width: 500px;
	left: 0px;
	top: 50px;
	visibility: hidden;

}
#locationmaplink {
	position: absolute;
	z-index: 50;
	width: 500px;
	left: 0px;
	top: 0px;
}

#menu {
	width: 335px;
	position: absolute;
	z-index: 90;
	left: 0px;
	top: 35px;
	margin: 0px;
	padding: 0px 0px 0px 5px;
	background-color: #FFFFFF;
	border-top: #938321 solid 1px;
	border-bottom: #938321 solid 1px;
}

#menu ul {
	border: 0px none;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
	clear: left
}

#menu ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	line-height: 20px;
	height: 20px;
}

#menu ul li a {
	padding: 0px 5px 0px 5px;
	margin: 0px;
	color: #938321;
	text-decoration: none;
	display: block;
	text-align: center;
	background-color: #FFFFFF;

	}

#menu ul li a:hover {
	background-color: #938321;
	color: #FFFFFF;
}
.dropdown {
	visibility: hidden;
	z-index: 85;
	position: absolute;
	top: 56px;
	background-color: #FFFFFF;
}
.dropmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #938321;
	font-weight: normal;
	margin: 0px;
}
.dropmenu a {
	display: block; 
	text-decoration:none;
	color: #938321;
	padding: 4px 5px 4px 5px;
} 

.dropmenu a:hover {
	background-color: #938321;
	color: #FFFFFF;
}

#header {
     position: static;
	 text-align: right;
	 margin: 0px;
	 padding: 15px 15px 0px 0px;
     
}
#content {
    position: static;
	width: 380px;
	height: 340px;
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 0px 340px;
	overflow: auto;
	scrollbar-face-color: #938321;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-arrow-color: #FFFFFF;
}
#content p, ol, ul, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	margin-left: 15px;
	margin-right: 15px;
}
#content h3 {
	font-size: 16px;
	font-weight: bold;
	color: #938321;
	margin-top: 0px;
	padding-top: 0px;
}
#content h4 {
	font-size: 14px;
	font-weight: bold;
	color: #938321;
}
#content h5 {
	font-size: 12px;
	font-weight: bold;
	color: #938321;
}
#content h6 {
	font-size: 10px;
	font-weight: bold;
	color: #938321;
}
#content ol {
	margin-left: 20px;
	padding-left: 20px;
}
#content ul {
	margin-left: 15px;
	padding-left: 15px;
}
#content li {
	margin-bottom: 5px;
}

#content a {
	color: #0099FF;
	text-decoration: none;
	
}
#content a:hover {
	text-decoration: underline;
}
#footer {
    position: absolute;
	top: 558px;
	left: 90px;
	z-index: 120;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #938321;
	letter-spacing: 1px;
}
#footer p a {
	color: #333333;
	text-decoration: none;
}
#footer p a:hover {
    text-decoration: underline;
}
.textbox, .selectbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	margin: 0px;
	padding: 0px;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
#PurchaseTable {
 /*   width: 340px; */
	margin-left: 15px;
}
#PurchaseTable td {
    vertical-align: top;
}
#PurchaseTable td h5 {
    margin: 10px 0px 0px 0px;
	padding: 0px;
}
#PurchaseTable td p {
    margin: 10px 0px 0px 0px;
	padding: 0px;
}
