/*-----------------------------------------------------------------------------
Main Stylesheet

Site: Military Vacation Travel
Version: 1.0
-----------------------------------------------------------------------------*/

/* General
-----------------------------------------------------------------------------*/

* {
  margin: 0;
  padding: 0;
}

body {
    margin: 25px;
	padding: 0;
	background: #15879C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006B6B;
	text-align: center;
	line-height: 14px;
}

img {
	border: 0;
}

#wrapper{
    width: 765px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
}

#content {
	width: 524px;
	float: right;
	padding-right: 20px;
	padding-bottom: 20px;
}


/* Headings
-----------------------------------------------------------------------------*/

h1, h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
}

/* Typography
-----------------------------------------------------------------------------*/

p {
	margin-bottom: 20px;
}

.warning {
	font-size: 10px;
	font-weight: bold;
	color: #FF0000;
}
.price {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
}

.price {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
}

.newprice {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
	color: #0000FF;
}

.cruise {
	font-size: 10px;
	color: #000066;
	text-indent: 30px;
}

.cruise1 {
	font-size: 10px;
	color: #006600;
	text-indent: 30px;
}

.cruise2 {
	font-size: 9px;
	color: #15879C;
	text-indent: 40px;
}

.cruise2 a:hover {
     color: #006600;
}

.ship {
	font-size: 12px;
	font-weight: bold;
	color: #006B6B;
	line-height: 18px;
}

.resort {
	font-size: 10px;
	color: #66FF99;
	text-indent: 30px;
}

.tour {
	font-size: 10px;
	color: #FFFF99;
	text-indent: 30px;
}

.itin {
	font-size: 10px;
	color: #000080;
}

.wine {
	font-size: 10px;
	color: #CCCCFF;
	text-indent: 35px;
}

.wine1 {
	font-size: 12px;
	color: #006600;
	text-indent: 20px;
}

.wine2 {
	font-size: 12px;
	color: #000066;
	text-indent: 20px;
}

/* Links
-----------------------------------------------------------------------------*/

a:link, a:active, a:visited {
    color: #B34700;
	text-decoration: underline;
}

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


/* Branding
-----------------------------------------------------------------------------*/

#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 140px;
	color: #FF6600;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	text-align: right;
	padding-right: 6px;
	margin-bottom: 10px;
}


/* Top Nav
-----------------------------------------------------------------------------*/

#top_nav {
	text-align: right;
	color: #FFFFFF;
	padding-bottom: 3px;
	background-color: #15879C;
}

#top_nav a {
    color: #FFFFFF;
	text-decoration: none;
}
 
#top_nav a:hover {
    color: #FFFFFF;
	text-decoration: underline;
}

/* Main Nav
-----------------------------------------------------------------------------*/
 
#main_nav {
	width: 180px;
	float: left;
	text-align: left;
}
 
#main_nav ul {
	padding: 0;
	list-style: none;
	padding-bottom: 20px;
	padding-left: 20px;
}

#main_nav li a {
	display: block;
	width: 180px;
	height: 28px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF6600;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	line-height: 28px;
	text-indent: 10px;
}

#main_nav li a:hover {
	color: #15879C;
	background-color: #C8F3FB;
}
 
/* Highlight the current page */ 
 
body.home #main_nav a#home, body.cruises #main_nav a#cruises, body.tours #main_nav a#tours, body.specials #main_nav a#specials, body.concierge #main_nav a#concierge, body.links #main_nav a#links {
    color: #15879C;
	background-color: #C8F3FB;
}

/* Main Content
-----------------------------------------------------------------------------*/

#main_content {
    width: 384px;
	float: left;
}

#main_content h1 {
	font-size: 12px;
	color: #FF6600;
	font-weight: bold;
}

#main_content h2 {
	font-size: 11px;
	color: #B34700;
	font-weight: bold;
}

#main_content ul {
    margin-top: 0;
}


#main_content li {
	display: block;
	color: #000080;
	text-decoration: none;
	font-size: 10px;
	line-height: 14px;
	text-indent: 10px;
}


/* Alt Content
-----------------------------------------------------------------------------*/

#alt_content {
	width: 180px;
	float: left;
	text-align: left;
}

#alt_content table {
	background-color: #15879C;
	color: #FFFFFF;
	margin-bottom: 20px;
	margin-left: 20px;
}

#alt_content h1 {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	margin: 10px;
}

#alt_content p {
	padding-left: 10px;
	padding-right: 10px;
}

#alt_content a {
	color: #FFFFFF;
	text-decoration: underline;	
}

#alt_content a:hover {
	color: #FFFFFF;
	text-decoration: none;	
}


/* Ad Space
-----------------------------------------------------------------------------*/

#ad_space {
	width: 120px;
	float: right;
}

#ad_space_sub {
	width: 120px;
	float: right;
	padding-right: 20px;
	padding-bottom: 20px;
}


/* Footer
-----------------------------------------------------------------------------*/

#footer {
	clear:both;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #15879C;
	padding-top: 3px;
}

#footer ul {
    float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer li {
    display: inline;
}

#footer li a {
    color: #FFFFFF;
	text-decoration: none;
}

#footer li a:hover {
    text-decoration: underline;
}

#footer p {
    margin: 0;
}


/* Forms
-----------------------------------------------------------------------------*/

select, input, textarea {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
}

form {
    margin: 0;
}

input {
    width: 200px;
}


/* Tables
-----------------------------------------------------------------------------*/

table {
    border-collapse: collapse;
}

td {
    padding: 3px;
}


/* Misc 1
-----------------------------------------------------------------------------*/

#index_top {
	text-align: right;
	background-color: #15879C;
	background-image: url(../images/index_top.jpg);
	background-repeat: no-repeat;
	height: 45px;
	background-position: left bottom;
}

#index_topNav {
	text-align: right;
	color: #FFFFFF;
	padding-top: 28px;
}

#index_topNav a {
	color: #FFFFFF;
	text-decoration: none;
}
 
#index_topNav a:hover {
    color: #FFFFFF;
	text-decoration: underline;
}

#index_main {
	background-image: url(../images/index_main.jpg);
	background-repeat: no-repeat;
	height: 381px;
}

#index_nav {
	background-image: url(../images/index_bottom.jpg);
	background-repeat: no-repeat;
	height: 69px;
}

#index_nav ul {
	list-style: none;
	text-align: center;
	padding-top: 23px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin: 0px;
}

#index_nav li {
    display: inline;
}

#index_main h1 {
	font-size: 12px;
	font-weight: bold;
}

#index_text {
	position:relative;
	left:20px;
	top:190px;
	width:560px;
	height:180px;
	z-index:1;
}


/* Misc 2
-----------------------------------------------------------------------------*/

#content_noNav {
	width: 585px;
	float: left;
	padding-left: 20px;
	padding-bottom: 20px;
}

#content_noNav h1 {
	font-size: 12px;
	color: #FF6600;
	font-weight: bold;
}

#content_noNav h2 {
	font-size: 11px;
	color: #B34700;
	font-weight: bold;
}
