/*
FILENAME: style_welcome_index.css
PROJECT: Mountain Top Resorts
DESCRIPTION: styles for the schedule page
AUTHOR: Doug McCaughan
CREATION DATE: Sept 2009
MODIFIED BY/ON:
VARIABLES:

*/
/* BEGIN style_welcome_index.css */
#experience,#copy{
	text-align:center;
}
#copy{
	padding-bottom:5px;
}
#experience a img{	
	padding:0;
	border:0;
	margin:10px 0 0 0;
}
#description{
	margin:15px;
	padding:6px;
	text-align:left;
	color:#000;
	font-family:Verdana,Arial,Times New Roman;
	font-size:12px;
}
#description p{
	padding:8px 0;
}
#description ul{
	list-style-type: disc;
	list-style-position: inside;
	margin-left:25px;
	margin-bottom:25px;
}
#description h1{
	font-weight:bold;
	font-size:14px;
} 
#description h2, #sidebar h2{
	clear:both;
	text-align:left;
	color:#1B5150;
	font-family:Verdana,Arial,Times New Roman;
	font-size:14px;
	font-weight:bold;
	padding-top:25px;
}
#description h3{
	color:#1B5150; 
	font-size: 18px;
	font-weight:bold;
}
.half{
	width:49%;
}
.right{
	float:right;
	text-align:right;
}
.left{
	float:left;
	text-align:left;
}
.mid{
	margin:0 auto;
	text-align:center;
}
.standout{
	color:#ff0000;
}
#sidebar{
	height:685px;
}
#sidebar p{
	font-size:14px; 
	text-align:justify;
}
/* END style_welcome_index.css */