/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
*:focus { 
        outline: none; 
}
*::-moz-focus-inner { 
        border: none; 
}
body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #464E5E;
	padding: 0px;
	background-image: url(images/body-bg.gif);
	background-repeat: repeat-x;
}
body#webvideo {
	padding: 0px;
	text-align: center;
	background-color: #000000;
	background-image: none;
	margin: 0px;
}
/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, a, ul, li, ol, td {
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
	text-decoration: none;
}
/* Redefines the p tag */
p {
	font-size: 14px;
	color: #464646;
	text-transform: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 0px;
	line-height: 21px;
}
h1 {
	color: #000;
	font-size: 32px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 3px;
	padding-right: 0px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
h2 {
	color: #69A31D;
	font-size: 24px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight: normal;
	margin-bottom: 3px;
	padding: 0px;
	line-height: 24px;
}
hr {
	color: #D7DADD;
	padding: 0px;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited {
	color: #660099;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	width: 980px;
	height: 261px;
	background-image: url(images/header-nav-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	margin: 0px;
	padding: 0px;
}
/* Creates the div container for the site. */
div#container {
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
	background-image: url(images/container-bg.gif);
	background-repeat: repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
/* Creates the div for the content */
div#content {
	width: 860px;
	float: left;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 60px;
	padding: 0px;
}
/* Creates the div for the address */
div#footer address {
	text-align: left;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	margin: 0px;
	position: absolute;
	left: 52px;
	top: 128px;
	padding: 0px;
	line-height: 18px;
}
div#footer address a:link, div#footer address a:visited {
	color: #660099;
	font-weight: bold;
	text-align: left;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	text-transform: none;
}
div#footer address a:hover {
	text-align: left;
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
}
/* Creates the div container for the footer. */
div#footer {
	clear: both;
	color: #ffe400;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 10px;
	text-align: center;
	width: 980px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
	position: relative;
}
div#footer a:link, div#footer a:visited {
	color: #999999;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}
div#footer a:hover {
	text-decoration: underline;
}
/* Styles the copyright div */
div#copyright {
	text-align: center;
	color: #999999;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding: 0px;
}
div#copyright a {
	font-size: 9px;
	color: #999999;
	font-weight: bold;
	text-align: center;
}
/* NAVIGATION */
div#nav {
	position: absolute;
	top: 61px;
	left: 21px;
	margin: 0px;
	padding: 0px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #BBBBBB;
}
div#nav li a#current, div#nav li a#current:hover {
	color: #14226D;
	background-image: url(images/current-hover.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
/* UL TAG */
div#nav ul {
	margin:0;
	padding:0;
	list-style:none;
}
div#nav li {
	float:left;
	margin:0;
	line-height:normal;
	text-indent:0;
	padding: 0;
}
div#nav li a {
	display:block;
	color:#333333;
	text-decoration:none;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	text-transform: none;
	font-weight: bold;
	text-align: center;
	padding-top: 14px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	height: 24px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #BBBBBB;
}
div#nav li a:hover {
	color: #0064AE;
	background-image: url(images/current-hover.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
/* END NAVIGATION */

div#map {
	padding: 7px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 40px;
	border: 1px solid #CCCCCC;
	height: 375px;
	width: 520px;
	background-color: #FFFFFF;
	float: right;
}
div#flash {
	float: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
	background-color: #FFFFFF;
	height: 375px;
	width: 375px;
}
div#reservations {
	position: absolute;
	top: 0px;
	height: 100px;
	width: 289px;
	margin: 0px;
	padding: 0px;
	right: 0px;
	left: 671px;
	bottom: 0px;
}
div#video {
	height: 384px;
	width: 332px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
div#netopia {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	clear: both;
	width: 765px;
	padding: 0px;
}
div#netopia iframe {
	margin-top: -50px;
	margin-left: -10px;
}
div#netopia2 {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	clear: both;
	width: 765px;
}
div#netopia2 iframe {
	margin-top: -50px;
}
div#netopia3 {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	clear: both;
}
div#netopia3 iframe {
	margin-top: -50px;
	padding-left: 10px;
}
div#netopia4 {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	clear: both;
	width: 625px;
}
div#netopia4 iframe {
	margin-top: -50px;
}
div#contact {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 25px;
	text-align: right;
	clear: both;
	float: right;
	width: 430px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999999;
}
div#contact iframe {
	margin-top: -45px;
}
div#signin {
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	width: 980px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
div#tableoverflow {
	height: 550px;
	overflow: auto;
	width: 623px;
}
ul#list {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 35px;
	padding: 0px;
}
ul#list li {
	list-style-position: outside;
	color: #14226D;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 21px;
	margin: 0px;
	padding: 0px;
	list-style-image: url(images/bullet.gif);
}
ol#list {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
ol#list li {
	list-style-position: outside;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	list-style-type: decimal;
}
.clear {
	clear: both;
	margin: 0px;
}
.companyname {
	color: #14226D;
}
.important {
	color: #F00;
}
.phone {
	color: #000;
	font-size: 18px;
}
.topanchor {
	font-size: 9px;
	text-transform: none;
	font-weight: bold;
	color: #F60;
	clear: both;
}
.smalltype {
	font-size: 11px;
	text-transform: none;
	font-weight: bold;
	color: #E10000;
}
.imgcenter {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.budgetrental {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	clear: both;
	padding: 0px;
}
.rightimg {
	float: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
	background-color: #FFFFFF;
}
.leftimg {
	float: left;
	padding: 7px;
	background-color: #FFFFFF;
	border: 1px solid #E9E9E9;
	margin: 0px;
	clear: both;
}
.textcenter {
	text-align: center;
}
/* ----------------- TABLE STYLES ----------------- */

table#table {
	padding: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	background-color: #FFE26F;
	background-repeat: no-repeat;
	background-position: right top;
	border-left: solid 1px #fff;
	border-top: solid 1px #fff;
}
table#table.left {
	float: left;
}
table#table.leftright {
	float: left;
	margin-left: 10px;
}
table#table td {
	padding: 5px 15px;
	margin: 0;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}
table#table td.first, table#table tr.heading td.first {
	font-weight: bold;
	border-bottom: 1px solid #ffffff;
	color: #fff;
	text-align: left;
	background-color: #FF9900;
}
table#table tr {
}
table#table tr.header td {
	padding-top: 11px;
	padding-bottom: 8px;
	border-bottom: 1px solid #ffffff;
	border-right: none;
	text-align: left;
	font-size: 21px;
	text-transform: uppercase;
}
table#table tr.headercenter td {
	padding-top: 11px;
	padding-bottom: 8px;
	border-bottom: 1px solid #ffffff;
	text-align: center;
	font-size: 21px;
	text-transform: uppercase;
}
table#table tr.heading {
	background-color: #FF9900;
}
table#table tr.heading td {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ffffff;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
}
table#table tr.secondbg {
	background-color: #FFEA97;
}
img.push {
	padding-top: 10px;
}
table#table td.alignleft {
	text-align: left;
}
