/*here we go*/

body {
    background-image: url(redback.jpg);
	color: #312E2E;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1em; 
	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 overrides the text-align: center on the body element. */
}

#container {
	width: 984px;  /* using 20px less than a full width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
    border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.leftimage {
	float:left;
	padding:10px;
}
.rightimage {
	float:right;
	padding:10px;
}
.newheader {
}
p {
color: #8F0E02;
font-size: .8em;
text-align: justify;
line-height: 1.7em;
}
.tablecaption {
color: #8F0E02;
font-size: .8em;
text-align: justify;
line-height: 1.7em;
}
.newparagraph:first-letter {
   font-weight:bold;
}
p.centered {
color: #8F0E02;
font-size: .8em;
text-align:center;
line-height: 1.7em;
}

/* *********************************** */
/*   Changes below made 05/17/2006     */
/*   Bizresearch - Gilbert Velasquez   */
/* *********************************** */

li {
color: #8F0E02;
font-size: .8em;
text-align: justify;
line-height: 1.7em;
}

.paragraph {
float: right;
color: #8F0E02;
font-size: .8em;
text-align: center;
line-height: 1.7em;
margin-top: -1.2em;
}

.paragraph02 {
float: right;
color: #8F0E02;
background: #F7E9C6;
padding: 5px;
margin: 10px;
font-size: .8em;
text-align: center;
line-height: 1.7em;
border: 1px solid #8F0E02;
width: 140px;
}

a#ulined {
text-decoration: underline;
}
/* *********************************** */

/* *********************************** */
/*   Changes below made 09/13/2006     */
/*   Bizresearch - Gilbert Velasquez   */
/* *********************************** */ 
.linksmenu{
float: right;
color: #8F0E02;
background: #F7E9C6;
padding: 0px;
margin: 15px 0px 5px 15px;
font-size: 1.0em;
text-align: center;
line-height: 1.7em;
border: 1px solid #8F0E02;
width: 310px;
}
.linksmenu ul {
margin: 10px 5px 10px 40px;
padding: 0px;
list-style-type: disc;
}
.top{
padding: 5px;
margin: -10px 10px 10px 10px;
font-size: 1.0em;
text-align: center;
line-height: 1.7em;
float: right;
}
.top a img{
border: none;
}

h3#travel, h3#attractions, h3#arts, h3#restaurants, h3#museums, h3#outdoor, h3#casinos, h3#shopping, h3#seasonal, h3#holidays, h3#transportation, h3#arizona, h3#california, h3#colorado, h3#florida, h3#maine, h3#newhampshire, h3#newyork, h3#ohio, h3#texas, h3#virginia, h3#wisconsin, h3#newengland{
text-align: left;
}
/* *********************************** */

h1 {
color: #8F0E02;
font-size: .8em;
text-align: center;
}

h2 {
color: #8F0E02;
font-size: .6em;
text-align: center;}

h3 {
color: #8F0E02;
font-size: 1.0em;
text-align: center;
font-weight: bold;}

p.footer {
font-size: .5em;
text-align: center;
font-weight: bold;}
/* *********************************** */
/*      Changes made 07/19/2006        */
/*   Bizresearch - Chris Foley   */

a:link {
color: #8F0E02;
background-color: #F7E9C6;
text-decoration: underline;} 

a:visited {
color: #8F0E02;
background-color: #F7E9C6;
text-decoration: underline;}

a:hover {
background-color: #ffffff;
text-decoration: none;}

a:active {
background-color: #67849e;
text-decoration: none;}

#header {
background-image: url(wood.jpg);
border: 1px #000000;
height: 48px;
top: 1px;
background-repeat: repeat;}

#header p {
font-size: .6em;
text-align: center;
font-weight: bold;}

#sidebar {
img: url(button1test.jpg);
postion: absolute;
margin-top: 200px;
margin-left: 0px;
background-position: center top;
background-repeat: no-repeat;}

#main-content {
/*background-image: url(back3.jpg);*/
/* Above change made 05/17/2006 */
/* Bizresearch - Gilbert Velasquez */
background: #F5ECDD;
border: 1px #000000 solid;
width:800px;
margin-left: 150px;
margin-right: 10px;
margin-top: 10px;
padding: 14px;
border-top: 2px #000000 double;
border-bottom: 3px #000000 solid;}

#navbar {
position: absolute;
top: 300px;
left: 0px;
width: 150px;}

#navbar2 {
position: absolute;
top: 900px;
left: 25px;
z-index:1;}

#navbar3 {
position: absolute;
top: 777px;
left: 0px;
height: 100%;
}




#navbar a:link, #navbar a:visited {
display: block;
color: #5D5B5B;
background-color: #F7E9C6;
border-bottom: 1px #000000 solid;
padding-top: 3px;
padding-bottom: 3px;
text-decoration: none;
text-align: center;
border-top: 1px #000000 solid;
font-weight: bold;}


#navbar a:hover {
display: block;
background-color: #ffffff;}


#bottomouter-image {
background-image: url(leavespale.jpg);
height: 75px;
background-position: center top;}

#bottominner-image {
background-image: url(leavescolor.jpg);
height: 75px;
background-repeat: no-repeat;
background-position: center top;}

#text1 {
color: #8F0E02;
font-size: .8em;
text-align: right;
line-height: 1.7em;
}