﻿@import url("layout.css");
body {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 0.8em;
	background-color: #ffffff;
	background-image: url("../images/masthead.gif");
	background-repeat: repeat;
	background-attachment: scroll; 
}
#container {
	width: 655px;
	margin: 0px auto;
	background-color:#fce0c3;
/*	background-image: url("../images/background.gif");
	background-repeat: repeat;
	background-attachment: scroll;  */
}
#masthead {
	text-align: center;
	width: 653px;
	border: 0px solid #431;
	background-color: #fce0c3;
/*  background-image: url("../images/masthead.gif");
	background-repeat: repeat;
	background-attachment: scroll; */
}
#navigation {
	float: left;
	width: 148px;
    margin-top: 0;
	margin-bottom: 10px;
	background-image: url("../images/nav_bg.gif");
	background-repeat:repeat-x;
}
#content {
	float: left;
	width: 470px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-right: 10px;
	text-align:justify;
	padding-left:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	background-color: #fce0c3;
	background-image:url('../images/watermark.gif');
	background-repeat:repeat;
}
#footer {
	text-align: center;
	clear: both;
	width: 653px;
	padding: 0px;
	border: 1px solid #431;
	background-color: #fff;
}
/* Masthead Styles */
#masthead h1 {
	color: #b71;
}
#masthead h3 {
	color: #542;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 99%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation ul img
{
	padding: 5px 2px 0 10px;
	width:12px;
	height:12px;
}
#navigation ul li
{
	padding: 3px 0 3px 3px;
	font-family:Wingdings 2;
	color:#ae262b;
}
#navigation ul li a
{
padding: 0 0 2px 3px;
/*border:1px maroon solid;*/
font-family:Arial, Helvetica, sans-serif;
text-decoration:none;
font-weight:bold;
font-size:12px;
color:black;
}
#navigation ul li a:hover
{
	color:red;
}

/*
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation a {
	color: #a60;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #964;
	background-color: #964;
} */
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #c82;
}
#content img {
	padding: 5px;
	border: 1px solid #964;
}

/* Footer Styles */
#footer p {
	color: #808080;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#footer a {
	color: #a60;
	text-decoration: underline;
}
#footer a:hover {
	color: #853;
	text-decoration: none;
}
a {
	color: #a60;
	text-decoration: underline;
}
a:hover {
	color: #742;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
#dvlogo {
	background-image: url('../images/MMTravels_logo.gif');
	background-repeat:no-repeat;
	width:376px;
	height:69px;
	overflow:hidden;
	float:left;
}
#dvlogo1 {
float:left;
text-align:left;
padding:0 0 0 0;
overflow:hidden;
}
#hMenu
{
float:left;
width:653px;
border-width:0px;
background-color:#fce0c3;
padding: 0 0 0 2px;
}
#hMenu span a
{
padding: 0 26px 0 25px;
border:1px maroon solid;
font-family:Arial, Helvetica, sans-serif;
text-decoration:none;
font-weight:bold;
line-height:25px;
font-size:12px;
color:#ae262b;
}
#hMenu span a:hover{
	
	color:red;
}
td
{
	height:25px;	
}
p{
	
line-height:21px;
}
select optgroup
{
	padding: 1px 0 1px 3px;
	font-size:11px;
	font-family:Verdana;
	background-color:#fbf6f0;
	
}
select optgroup option
{
	background-color:#ffffff;
	line-height:21px;

}