﻿/****************************************
	Set the page backgrounds
*****************************************/
html
{
	background-image : url(/images/gold-bkg.jpg);
}

body
{
	font-family: Arial;
	margin: 1px auto 0 auto;
	background-image : url(/images/gold-bkg.jpg);
	padding-bottom: 1px;
	font-size:9pt;
	padding-right: 0px;
	padding-left: 2px;
}

a img
{
	border: none;	
}

.genericLink, .genericLink a, .genericLink a:hover, .genericLink a:link, .genericLink a:hover
{	
	color: #990000;
	font-size:inherit;
}

/****************************************
	Clearfix Hack
*****************************************/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



/****************************************
	MASTHEAD STYLES
*****************************************/
#logo
{
	float: left;
	padding: 10px 0 0 0;
	border-right: solid 1px #333333;
}

#contact
{
	float: right;
	text-align: left;
	padding: 20px 0 0 15px
}

#contact #call
{
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
	color: #333333;
	font-weight: normal;
	
	margin: 0;
	padding: 0;
}

#contact #phone
{
	font-family: "Times New Roman", Times, serif;
	font-size: 1.3em;
	letter-spacing: .1em;
	color: #990000;
	font-weight: normal;
	
	margin: 0;
	padding: 0;
}

#contact #agent
{
	color: #333333;
	font-size: 1.0em;
	font-weight: normal;
	font-family: "Times New Roman", Times, Serif;
	margin: 0;
	padding: 0;
}

#vrcLogo
{
	float: right;
	margin-top: 10px;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: none;
	border-left-color: #333333;
}

#vrcLink
{
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	text-align: right;
	border: none;
	width: 125px;
	padding: 20px 15px 0 0;
	font-size: 14px;
}

#vrcLink h2
{
	font-size: 14px;
	color: #333333;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

#vrcLink a
{
	text-decoration: none;
	font-size: 1.0em;
}



/****************************************
	Page Header
*****************************************/
.pageHeader
{
	/*width: 100%;*/
	border-bottom: 1px solid #AB8F85;
	margin: 0;
	font-family: "Times New Roman", Times, Serif;
	height: 30px;
	font-weight: normal;
	font-size: 22px;
	background-image: url(/images/backgrounds/destination_header_title_bg.gif);
	background-repeat: no-repeat;
	color: #ffffff;
	clear: left;
	padding: 5px 0 0 1em;
	letter-spacing: 2px;
	text-transform: uppercase;
	/*
	Blame IE's stupid IMG whitespace
	bug for these lines...
	*/
	display: block;
	clear: both;
	width: 700px;
}

.pageHeader span
{
	font-size: 20px;
    letter-spacing: 1px;
    border-left: solid 1px #ffffff;
    padding-left: .5em;
    text-transform: capitalize;
}



/****************************************
	Featured Box
*****************************************/
.featuredBox
{
	/* total width 230px */
	clear: right;
	float: right;
	margin-top: 0em;
	margin-right: 9px;
	display: inline;
	background-image: url(images/background_home4.gif);
}

.featuredBox h2
{
	font-family: "Times New Roman", Times, serif;
	font-size: .9em;
	font-weight: normal !important;
	color: #666666 !important;
	border-left: solid 3px #990000;
	padding: 0 0 0 4px !important;
	margin: 0 0 5px 0 !important;
	text-decoration: none;
	text-transform: capitalize !important;
}

.featuredBox h3, .featuredBox h3 a, .featuredBox h3 a:link, .featuredBox h3 a:hover, .featuredBox h3 a:visited
{
	color: #FFFFFF !important;
	font-size: 0.7em !important;
	clear:right;
	margin: 0 !important;
	padding: .5em 0 1em 0 !important;
	text-decoration:none;
}

.arrowLink
{
	background-color: #990000;
	background-image: url(/images/backgrounds/viking_rt_arrow_tip_big.gif);
	background-position: top right;
	background-repeat: no-repeat;
	color: #ffffff !important;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	clear: right;
	padding: 1px 10px 1px 10px;
	margin: 0;
	/*	This is to help with some wrapping issues	*/
	display: block;
	clear: left;
	width: 200px;
}
.arrowLink a, .arrowLink a:link, .arrowLink a:hover, .arrowLink a:visited
{
	display: block;
	clear: left;
	width: 100px;
	color:#FFFFFF;
	font-size:12px;
	padding: 5px 5px 5px 5px;
	
}
.padLeft
{
	width:10px;
	text-align:left;
	margin-left:5px;
	margin-right:5px;
	float:left;
}


/****************************************
	Footer
*****************************************/
#footer
{
	clear: both;
	padding-top: 1em;
	border-bottom: solid 1px #c0c0c0;
}

#footerLinks
{
	float: left;
	font-size: .6em;
	color: #666666;
	padding: 1em 0 0 1em;
}

#footerLinks a
{
	color: #990000;
	text-decoration: none;
}

#copyright
{
	font-size: .6em;
	color: #666666;
	padding: 1em 1em 0 0;
	float: right;
}



/****************************************
	Show / Hide Styles
*****************************************/
.show
{
	display: block;
}

.hide
{
	display: none;
}

/****************************************
	Button
*****************************************/
.redButton
{
	background-image: url(/images/backgrounds/red_button_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	/*background-color: #990000;*/
	text-decoration: none;
	color: #ffffff;
	font-size: .8em;
	margin: 1em 1em 1em 0 !important;
	padding: 0 !important;
	height: 21px;
	cursor: hand;	/* Once again, extra code because IE is stupid... */
	color:#FFFFFF;
}

.redButton span
{
	display: inline-block; /* Use this display to fix IE 6 box model bug */
	background-image: url(/images/backgrounds/red_button_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0 0 0 2px;
	padding: 0 1em 0 1em;
	height: 21px;
	/*cursor:hand;*/
	color:#FFFFFF;
	white-space:nowrap;
}

.finePrint
{
	font-size:.8em;
	font-style:italic;
}

/* This rule will fix the display mode for all other browsers */
html>body .redButton span
{
	display: block;
}

.clearer
{
	clear: both;
}
