/* 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 h2 {
font-size: 12px;
text-transform: uppercase;
color: #959595;
margin-bottom:13px;
}

div.leftColumn div.package {
border-bottom: #e2e2e2 1px solid;
padding-bottom: 21px;
margin-top:16px;
}

div.package h3 {
margin-top: 8px;
}

div.leftColumn div div.left {
float:left;
}

div.leftColumn div div.left img {
margin-right: 21px;
padding: 5px;
border: #ccc 1px solid;
}


div.leftColumn div div.right {
float:left;
width: 295px;
}

div.leftColumn div div.right h1 {
line-height:120%;
font-size: 21px;
color: #5290a8;
margin-bottom:12px;
}

div.leftColumn div div.right h1 a {
color: #5290a8;
}

div.leftColumn div div.right p {
font-size: 14px;
color:#a0a0a0;
line-height: 128%;
margin-bottom:10px;
padding-right:10px;
}

div.leftColumn li {
margin-bottom: 6px;
list-style: none;
}

div.right img {
display:none;
}