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

#body  { 
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	position: absolute;
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #CCC;
}
#finalshow #photocycle {
	text-decoration: underline;
}
#finalshow #equiplists {
	text-decoration: underline;
}
#finalshow #longlists {
	text-decoration: underline;
}

#container {
	width: 950px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: absolute;
	left: 100px;
	border: 1px solid #000;
	background-color: #FFFFFF;
	background-image: url(images/sidebar.gif);
	background-repeat: no-repeat;
	background-position: 585px 100px;
} 
#header {
	width: 950px;
	background-image: url(images/headbar3.gif);
	background-repeat: no-repeat;
	background-position: 0px 82px;
	height: 99px;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#getprodfinalpage {
	font-size: 10px;
	background: #CCC;
}
#menuarea {
	background-image: url(images/testmenu.jpg);
	background-repeat: no-repeat;
	height: 92px;
	width: 780px;
}
#test {
	height: 405px;
	width: 400px;
	visibility: hidden;
	position: absolute;
	top: 65px;
	left: 220px;
	background-color: transparent;
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #000;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	background-image: url(images/testback.gif);
	background-repeat: repeat-y repeat-x;
}
.smallDark {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333;
}
#quote {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	width: 335px;
	padding-top: 10px;
}
#connecterp {
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
	margin-left: 30px;
}
#feedback {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
#txtTable {
	position: absolute;
	left:10px;
	top: 240px;
}
#txtHint {
	position: absolute;
	left: 12px;
}
#txtResult {
	position: absolute;
	top: 160px;
	left: 230px;
}
.contactform {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
}
#hotels {
	width: 345px;
	height: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
}
#headtest {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #900;
	float: left;
	background-color: transparent;
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 340px;
	height: 770px;
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-position: left top;
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
}
#indexmain {
	height: 400px;
	background-image: url(images/backdrop.jpg);
	position: absolute;
	width: 660px;
	left: 270px;
	top: 125px;
	background-repeat: no-repeat;
} 
#footer {
	padding: 0 10px 0 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
} 
#menuwords {
	font-family: "Lucida Console", Monaco, monospace;
	color: #000;
	font-size: 15px;
}
#topspace {
	background-color: #FFF;
	height: 35px;
	width: 950px;
}
#menu {
	color: #000;
	height: 24px;
	width: 445px;
	top: -695px;
	position: relative;
	text-align: center;
	vertical-align: middle;
	left: 303px;
	font-family: "Teseint srvics";
}
#headline {
	height: 16px;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
#headpic {
	height: auto;
	width: 550px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#body #container #menu a ,#body #container #menu a:link {
	color: #000;
	font-weight: 900;
	text-decoration: none;
}
#cursor {
	cursor: Pointer;
}
#body #container #menu a:hover {
	text-decoration: underline;
}
#mainContent {
	height: 400px;
}
#equip {
	height: 150px;
	width: 225px;
	visibility: hidden;
	position: absolute;
	top: 65px;
	left: 340px; 
	background-color: transparent;
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #000;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	background-image: url(images/testback.gif);
	background-repeat: repeat-x;
}
#connecterpa {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-left: 30px;
	color: #000;
}
#main {
	height: auto;
	padding-left: 20px;
}
#lmaintext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	height: auto;
	width: 550px;
}
#lmaintext h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 28px;
	color: #C40815;
}
#leftmain {
	height: auto;
	padding-left: 20px;
	width: 550px;
}
#body #container #leftmain #lmaintext #connecterpa a:hover {
	text-decoration: underline;
	cursor: Pointer;
	color: #C40815;
}
#body #container #sidebar1 #hotels a:hover {
	text-decoration: underline;
	cursor: Pointer;
}
#center {
	height: auto;
	text-align: center;
	width: 950px;
}
#body #container #sidebar1 #filtersystem{
	position: absolute;
}
#body #container #sidebar1 a:hover {
	text-decoration: underline;
	cursor: default;
}
#containerquote {
	width: 950px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: absolute;
	left: 100px;
	border: 1px solid #000;
	background-color: #FFFFFF;
}
#conus {
	height: 175px;
	width: 200px;
	visibility: hidden;
	position: absolute;
	top: 65px;
	left: 460px;
	background-color: transparent;
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #000;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	background-image: url(images/testback.gif);
	background-repeat: repeat-x;
}
#address {
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
	margin-left: 100px;
}
#resource {
	height: auto;
	width: 235px;
	padding-left: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000;
}
#headaddress {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-left: 80px;
	color: #000;
}
#sourcedownloads {
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
	width: 520px;
	color: #999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #848484;
	padding-left: 10px;
}
#lmaintext  h2{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #000;
	font-weight: bold;
}
#body #container #leftmain #lmaintext #sourcedownloads a:hover {
	text-decoration: underline;
	cursor: Pointer;
}
#ea {
	color: #999;
	font-weight: bold;
	text-decoration: none;
}
#none {
	text-decoration: none;
	color: #FFF;
}
#acrobat {
	font-size: 9px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	width: 500px;
	color: #999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #848484;
	padding-left: 30px;
}
#pointer {
	cursor: Pointer;
}
#resourcedrop {
	height: 90px;
	width: 100px;
	visibility: hidden;
	position: absolute;
	top: 65px;
	left: 665px;
	background-color: transparent;
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #000;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	background-image: url(images/testback.gif);
	background-repeat: repeat-x;
}
#accreddrop {
	height: 60px;
	width: 105px;
	visibility: hidden;
	position: absolute;
	top: 65px;
	left: 550px;
	background-color: transparent;
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #000;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	background-image: url(images/testback.gif);
	background-repeat: repeat-x;
}
#fixture {
	margin-left: 30px;
	color: #000;
}
#flag {
	height: 416px;
	position: absolute;
	width: 550px;
	left: 270px;
	top: 125px;
}
#initiate {
	height: 38px;
	position: absolute;
	width: 490px;
	left: 20px;
	top: 292px;
	margin-left: 60px;
	margin-bottom: 10px;
	text-align: left;
	vertical-align: middle;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
}
#lmaintext h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}
#northwalkin {
	text-align: left;
	width: 400px;
	padding-left: 70px;
}
#border {
	height: 305px;
	width: 250px;
	border: 2px solid #CCC;
}
#walkinchamber {
	text-align: left;
	width: 480px;
	padding-left: 70px;
}
#border2 {
	height: 305px;
	width: 405px;
	border: 2px solid #CCC;
}
#txtHinting {
	font-size: 14px;
}
