/* index.css for Fernieskivacations.com */

body{
	margin: 0;
	padding: 0;
	background-color: #aaa;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	min-width: 1000px;
	font-size: 90%;
	border-top: 10px solid #000;
	border-bottom: 10px solid #000;
}
p{ font-size: 12px; }
h5{ font-size: 13px; }

a{
	color: #333;
}

#box{
	width: 950px;
}
#header a{ font-size: 14px; }
#footer a{ font-size: 11px; }
#header a, #footer a{
	text-decoration: none;
	color: #fff;
}

hr{
	color: #fff;
	width: 80%;
	height: 1px;
}

#rightBar{
	background-color: #000;
	float: right;
	clear: right;
	padding: 0 15px 0 0;
	border-bottom: 1px solid #fff;
}
#rightBar img{
	display: block;
	margin:0;
	padding: 0;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#content{
	width: 650px;
	min-width: 500px;
	float: right;
	background-color: #ccc;
	background-image:url(../images/ski-back.jpg);
	background-position: -45px 185px;
	background-repeat:no-repeat;
	padding-bottom: 10px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	font-size: 90%;
	text-align: justify;
}
#contentNP{
	width: 650px;
	min-width: 500px;
	float: right;
	background-color: #ccc;
	padding-bottom: 10px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	font-size: 90%;
	text-align: justify;
}

#logo{
	margin: 25px;
}

#content p, #contentNP p{
	margin: 10px;
}

#content table p{
	margin: 0 10px 0 0;
}

#content #para{
	border-left: 1px solid #fff;
	padding-left: 10px;
}

#banner{
	border-bottom: 1px solid #fff;
}

.smallText{
	font-size: 80%;
	text-align: left;
}

h5{
	margin-bottom: 10px;
}

.title{
	text-align: center;
}

.moreLink{
	float: right;
	margin-top: 5px;
	text-decoration: none;
}


.back{
	font-size: 75%;
	float: right;
	clear: both;
	margin-right: 10px;
	text-decoration: none;
}

.logoLink{
	border: none;
	float: left;
	border-right: 215px solid #a6c6d3;
	border-left: 215px solid #a6c6d3;
	margin-bottom: 2px;
}

.picLink{
	border: none;
	padding: 0;
	margin: 0;
}

.tableTitle{
	font-weight: bold;
}

/*--------------------------------*/

.destinationPara{
	text-align: justify;
}

.destinationLocation{
	font-family:'Courier New', Courier, monospace; 
	font-size: large; 
	font-weight: bold; 
	border-bottom: groove 1px #000;"
}

.destinationPic{
	padding-right: 5px;
	border: none;
}

.destinationTable{
	margin-top: 20px;
}