/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #000000;
	font-size: 12px;
	background-color: #262344; 
	line-height: 1.3;	
	margin: 0px;
	padding: 0px;
}


h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Arial,sans-serif;
 font-size: 110%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: disc;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}


/***********************************************/
/* Link to Homepage                            */
/***********************************************/
#homePage{
	float:none;
	width:270px;
	height:85px;
}

				

/***********************************************/
/* About Us Divs                               */
/***********************************************/
#containerAboutUs{
	margin-left: auto;
	margin-right:auto;
	margin-top: 25px;
	background-image: url("about/images/aboutus_bg.gif");
	background-repeat: no-repeat;
	width: 757px;
	height: 550px;
	border-width: 3px;
	border-style: solid;
	border-color: #7B7893;
}

#masthead{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#navbarAboutUs{
	margin: 0px 0px 0px 0px;
	padding: 27px 0px 20px 30px;
	width: 165px;
	height: 282px;
	background-image:  url("about/images/navbar_bg.gif");
	background-repeat: no-repeat;
	line-height: 2.0;
}

#contentAboutUs{
	float: left;
	width: 650px;
	height: 100%;
	vertical-align: top;
	margin: 0px 0px 0px 15px;
}

/***********************************************/
/* Pressroom Divs                               */
/***********************************************/
#containerPressroom{
	margin-left: auto;
	margin-right:auto;
	margin-top: 25px;
	background: #f2e3e4 url("pressroom/images/pressroom_bg.gif") no-repeat;
	width: 757px;
	height:600px;
	border-left: #8e0e18 3px solid;
	border-right: #8e0e18 3px solid;
	border-top: #8e0e18 3px solid;
	border-bottom: #8e0e18 3px solid;
}

#containerPressroom2{
	margin-left: auto;
	margin-right:auto;
	margin-top: 25px;
	background: #f2e3e4 url("pressroom/images/pressroom_bg.gif") no-repeat;
	width: 757px;
	height:700px;
	border-left: #8e0e18 3px solid;
	border-right: #8e0e18 3px solid;
	border-top: #8e0e18 3px solid;
	border-bottom: #8e0e18 3px solid;
}

#masthead{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#navbarPressroom{
	margin: 0px 0px 0px 0px;
	padding: 27px 0px 20px 30px;
	width: 165px;
	height: 282px;
	background-image: url("pressroom/images/navbar_bg.gif");
	background-repeat: no-repeat;
	line-height: 2.0;
}

#contentPressroom{
	float: left;
	width: 650px;
	height: 1005;
	vertical-align: top;
	margin: 0px 0px 0px 15px;
}

#pressroomFooter{
	background: #f2e3e4 url("pressroom/images/pressroom_footer_bg.gif") no-repeat;
	width: 757px;

	background-position: bottom;
	height: 120px;
	vertical-align: top;
	margin: 0px;

	
}

/***********************************************/
/* Services Divs                               */
/***********************************************/
#containerServices{
	margin-left: auto;
	margin-right:auto;
	margin-top: 25px;
	background-image:url("services/images/services_bg.gif");
	background-repeat: no-repeat;
	width: 757px;
	height: 550px;
	border-width: 3px;
	border-style: solid;
	border-color: #434d72;
}

#containerServices1{
	margin-left: auto;
	margin-right:auto;
	margin-top: 25px;
	background-image:url("services/images/bg_style1.gif");
	background-repeat: no-repeat;
	width: 757px;
	height: 550px;
	border-width: 3px;
	border-style: solid;
	border-color: #434d72;
}

#containerServices2{
	margin-left: auto;
	margin-right:auto;
	margin-top: 25px;
	background-image:url("services/images/bg_style2.gif");
	background-repeat: no-repeat;
	width: 757px;
	height: 550px;
	border-width: 3px;
	border-style: solid;
	border-color: #434d72;
}

#containerServices3{
	margin-left: auto;
	margin-right:auto;
	margin-top: 25px;
	background-image:url("services/images/bg_style3.gif");
	background-repeat: no-repeat;
	width: 757px;
	height: 550px;
	border-width: 3px;
	border-style: solid;
	border-color: #434d72;
}

#masthead{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#navbarServices{
	margin: 0px 0px 0px 0px;
	padding: 27px 0px 20px 30px;
	width: 174px;
	height: 400px;
	background-image: url("services/images/navbar_bg.gif");
	background-repeat: no-repeat;
	line-height: 2.0;
}

#contentServices{
	float: left;
	width: 650px;
	height: auto;
	margin: 0px 0px 0px 15px;
}


/***********************************************/
/* Portfolio Divs                              */
/***********************************************/
#containerPortfolio{
	margin-left: auto;
	margin-right:auto;
	margin-top: 25px;
	background-image:url("portfolio/images/portfolio_bg.gif");
	background-repeat: no-repeat;
	width: 757px;
	height: 550px;
	border-width: 3px;
	border-style: solid;
	border-color: #415e4f;
}

#masthead{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#navbarPortfolio{
	margin: 0px 0px 0px 0px;
	padding: 27px 0px 20px 30px;
	width: 174px;
	height: 400px;
	background-image: url("portfolio/images/navbar_bg.gif");
	background-repeat: no-repeat;
	line-height: 2.0;
}

#contentPortfolio{
	float: left;
	width: 650px;
	height: 100%;
	margin: 0px 0px 0px 15px;
}


/***********************************************/
/* Vacations Divs                              */
/***********************************************/
#containerVacations{
	margin-left: auto;
	margin-right:auto;
	margin-top: 25px;
	background-image: url("trips/images/vacations_bg.png");
	background-repeat: no-repeat;
	width: 757px;
	height: 550px;
	border-width: 3px;
	border-style: solid;
	border-color: #8e0e18;
}

#masthead{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#navbarVacations{
	margin: 0px 0px 0px 0px;
	padding: 27px 0px 20px 30px;
	width: 165px;
	height: 300px;
	background-image:  url("trips/images/navbar_bg.gif");
	background-repeat: no-repeat;
	line-height: 2.0;
}

#contentVacations{
	float: left;
	width: 650px;
	margin: 0px 0px 0px 15px;
}


/***********************************************/
/* Paris Divs                                  */
/***********************************************/
#containerParis{
	margin-left: auto;
	margin-right:auto;
	margin-top: 25px;
	background-image:url("paris/images/paris_bg.png");
	background-repeat: no-repeat;
	width: 757px;
	height: 550px;
	border-width: 3px;
	border-style: solid;
	border-color: #8e0e18;
}

#masthead{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#navbarParis{
	margin: 0px 0px 0px 0px;
	padding: 27px 0px 20px 30px;
	width: 165px;
	height: 300px;
	background-image: url("paris/images/navbar_bg.gif");
	background-repeat: no-repeat;
	line-height: 2.0;
}

#contentParis{
	float: left;
	width: 600px;
	margin: 0px 0px 0px 15px;
}


/***********************************************/
/* NYC Divs                                    */
/***********************************************/
#containerNYC{
	margin-left: auto;
	margin-right:auto;
	margin-top: 25px;
	background-image:url("nyc/images/nyc_bg.png");
	background-repeat: no-repeat;
	width: 757px;
	height: 550px;
	border-width: 3px;
	border-style: solid;
	border-color: #8e0e18;
}

#masthead{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#navbarNYC{
	margin: 0px 0px 0px 0px;
	padding: 27px 0px 20px 30px;
	width: 165px;
	height: 300px;
	background-image: url("paris/images/navbar_bg.gif");
	background-repeat: no-repeat;
	line-height: 2.0;
}

#contentNYC{
	float: left;
	width: 600px;
	margin: 0px 0px 0px 15px;
}



/***********************************************/
/* Washington Divs                             */
/***********************************************/
#containerWashington{
	margin-left: auto;
	margin-right:auto;
	margin-top: 25px;
	background-image:url("washington/images/washington_bg.png");
	background-repeat: no-repeat;
	width: 757px;
	height: 550px;
	border-width: 3px;
	border-style: solid;
	border-color: #8e0e18;
}

#masthead{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#navbarWashington{
	margin: 0px 0px 0px 0px;
	padding: 27px 0px 20px 30px;
	width: 165px;
	height: 300px;
	background-image: url("paris/images/navbar_bg.gif");
	background-repeat: no-repeat;
	line-height: 2.0;
}

#contentWashington{
	float: left;
	width: 600px;
	margin: 0px 0px 0px 15px;
}



/***********************************************/
/* Events Divs                                */
/***********************************************/
#containerEvents{
	margin-left: auto;
	margin-right:auto;
	margin-top: 25px;
	background-color: #a7cedc;
	width: 760px;
	position: relative;
}

#topbg{
	float: left;
	border-top: 3px solid #01688e;
	border-left: 3px solid #01688e;
	border-right: 3px solid #01688e;
	background: #a7cedc url('events/images/events_bg_top.gif') no-repeat;
	width: 757px;
	height: 100%;
}

#footerbg{
	float: left;
	background: #a7cedc url('events/images/events_bg_footer.gif') no-repeat bottom;
	border-bottom: 3px solid #01688e;
	border-left: 3px solid #01688e;
	border-right: 3px solid #01688e;
	
	width: 757px;
	height: 318px;
}

#masthead{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#navbarEvents{
	margin: 0px 0px 0px 0px;
	padding: 27px 0px 20px 30px;
	width: 165px;
	height: 282px;
	background-image: url("events/images/navbar_bg.gif");
	background-repeat: no-repeat;
	line-height: 2.0;
}

#contentEvents{
	float: left;
	width: 650px;
	margin: 0px 0px 0px 15px;
}

/***********************************************/
/* Contact Divs                                */
/***********************************************/
#containerContact{
	margin-left: auto;
	margin-right:auto;
	margin-top: 25px;
	background-image:url("contact/images/contact_bg.gif");
	background-repeat: no-repeat;
	width: 757px;
	height: 550px;
	border-width: 3px;
	border-style: solid;
	border-color: #01688e;
}

#masthead{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#navbarContact{
	margin: 0px 0px 0px 0px;
	padding: 27px 0px 20px 30px;
	width: 165px;
	height: 282px;
	background-image: url("contact/images/navbar_bg.gif");
	background-repeat: no-repeat;
	line-height: 2.0;
}

#contentContact{
	float: left;
	width: 650px;
	margin: 0px 0px 0px 15px;
}


/***********************************************/
/* Splash Divs                                 */
/***********************************************/
#containerSplash{
	margin-left: auto;
	margin-right:auto;
	margin-top: 25px;
	background-image:url("splash/background.jpg");
	background-repeat: no-repeat;
	width: 757px;
	height: 550px;
	border-width: 3px;
	border-style: solid;
	border-color: #bcab95;
}

#masthead{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#navbarSplash{
	margin: 0px 0px 0px 0px;
	padding: 27px 0px 20px 30px;
	width: 165px;
	height: 300px;
	background-image: url("contact/images/navbar_bg.gif");
	background-repeat: no-repeat;
	line-height: 2.0;
}

#contentSplash{
	float: left;
	width: 757px;
	margin: 300px 0px 0px 0px;
	text-align: center;
}



/***********************************************/
/*Classes                                      */
/***********************************************/

.aboutus a:link, a:active{
	color: #7b7893;
	text-decoration: none;
}

.aboutus a:visited{
	color: #7b7893;
	text-decoration: none;
}

.aboutus a:hover{
	color: #7b7893;
	text-decoration: underline;
}

.vacations a:link, a:active {
	color: #8E0E18;
	text-decoration: none;
}

.vacations a:visited{
	color: #8e0e18;
	text-decoration: none;
}

.vacations a:hover{
	color: #8E0E18;
	text-decoration: underline;
} 

.contactUs a:link, a:visited, a:active{
	color: #01688e;
	text-decoration: none;
}

.contactUs a:hover{
	color: #01688e;
	text-decoration: underline;
}

.events a:link, a:visited, a:active{
	color: #01688e;
	text-decoration: none;
}

.events a:hover{
	color: #01688e;
	text-decoration: underline;
}

.services a:link, a:visited, a:active{
	color: #3F496E;
	text-decoration: none;
}

.services a:hover{
	color: #3F496e;
	text-decoration: underline;
}

.portfolio a:link, a:active{
	color: #415e4f;
	text-decoration: none;
}

.portfolio a:visited{
	color: #415e4f;
	text-decoration: none;
}

.portfolio a:hover{
	color: #415e4f;
	text-decoration: underline;
}

/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
padding: 0px 0px 0px 10px;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}



