/*
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 */
#copy{
	width:450px;
	float:left;
	height:100%;
}
#sidebar{
	width:300px;
	/* background-image:url(../images/patternbox.jpg); */
	background-image:none;
	float:right;
	height:100%;
	text-align:center;
	padding:3px;
	min-height: 100%;
}
#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{
	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:625px;
}
.style1 {font-weight: bold}
.style2 {font-size: 14px}
.style5 {font-size: 16px}
.style6 {font-size: 2px}
.style7 {
	font-size: 18px;
	color: #1B5150;
}
.style8 {color: #308F8D}
.style2 {
	color: #000000;
	font-weight: bold;
}
.style6 {
	font-size: 14px;
	color: #000000;
	font-style: italic;
	font-weight: bold;
}
.style10 {
	font-size: x-large;
	color: #FF0000;
}
.style15 {
	color: #DF0000;
	font-weight: bold;
	text-align: justify;
	overflow: hidden;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
}
.style20 {
	color: #1B5150;
	font-size: 20px;
}
.style21 {font-size: xx-large}

/* END style_welcome_index.css */