/* CSS Document */

/************************************************************************

	Site:		AlaskanPlaygroundVacations.com

	Author:		eROI		[www.eroi.com]  

	Client:		Alaskan Playground Vacations		[http://www.alaskanplaygroundvacations.com/]

	Listing Order:
	==============

	1 - Left Column
	2 - Structure/Layout
	3 - Main Content
	4 - Sub Navigation
	5 - Left Navigation
	6 - Footer Navigation
	

************************************************************************/

/***********************************************************************
	1 - LEFT COLUMN
************************************************************************/


div.leftColumn p {
margin-bottom:8px;
}

img.left  {
margin:10px;
float:left;
padding: 5px;
border: #ccc 1px solid;
}

img.right {
margin: 10px;
float:right;
padding: 5px;
border: #ccc 1px solid;
}
5290a8
div.packageIntro h1 {
font-size:16px;
color: #5290a8;
margin-bottom:15px;
line-height: 120%;
}

div.packageIntro p {
font-size: 16px;
color:#5290a8;
line-height: 128%;
margin-bottom:10px;
}

div.itinerary {
margin-top:21px;
margin-bottom: 14px;
padding-top: 26px;
background: url(http://www.alaskanplaygroundvacations.com/images/title_itinerary.gif) top left no-repeat;
}

div.itinerary ul {
background: url(http://www.alaskanplaygroundvacations.com/images/subpage_ol_botcap.gif) bottom left no-repeat;
padding-bottom:33px;
list-style:none;
width: 543px;
}

div.itinerary ul li {
padding: 10px 10px 22px 93px;
font-size:13px;
line-height: 116%;
position:relative;
color:#5290a8;
border-bottom: #e2e2e2 1px solid;
width: 440px;
}

div.itinerary ul li span {
white-space: nowrap;
height: 9px;
position:absolute;
top: 10px;
left:11px;
text-transform: uppercase;
color: #5290a8;
font-weight:bold;
}

div.itinerary ul li div.clear {
width:300px;
}

p.smallBlue {
color:#999;
font-size: 12px;
margin-bottom: 30px;
}


