/* #######################################################
Grey Separator
####################################################### */
#container .greySeparator
{
	clear: both;
	margin: 46px 0 0 0;
	height: 1px;
	background-color: #8D847E;
}
/* #######################################################
---/ End Grey Separator
####################################################### */





/* #######################################################
Intro
####################################################### */
#container .intro
{
	clear: both;
	margin: 46px 0 0 0;
	text-align: left;
}


#container .intro h1
{
	margin: 0;
	padding: 0 0 5px 0;
	font: normal 2em "Times New Roman", Times, serif;
	color: #8D847E;
	font-style: italic;
}

#container .intro h1 span{
	font: normal 1.4em "Times New Roman", Times, serif;
	font-style: italic;
	text-shadow: 0px -1px 0px #342b2a;
}
#container .intro .highlight
{
	font-weight: bold;
	border-bottom: solid 2px #F67604;
}

#container .intro p
{
	margin: 25px 0 0 0;
	padding: 0;
	font: normal 0.75em "Times New Roman", Times, serif;
	color: #44403C;
	line-height: 1.5em;
}

#container .intro a,
#container .intro a:link,
#container .intro a:active,
#container .intro a:visited
{
	font-style: normal;
	color: #F67604;
	text-decoration: none;
}

#container .intro a:hover
{
	text-decoration: underline;
}
/* #######################################################
---/ End Intro
####################################################### */





/* #######################################################
Grey Separator Thick
####################################################### */
#container .greySeparatorThick
{
	clear: both;
	margin: 46px 0 0 0;
	height: 6px;
	background-color: #8D847E;
}
/* #######################################################
---/ End Grey Separator Thick
####################################################### */





/* #######################################################
Packages
####################################################### */
#container .packages
{
	clear: both;
	margin: 26px 0;
	text-align: left;
}

#container .packages h1
{
	margin: 0;
	padding: 0;
	font: bold 1.4em "Times New Roman", Times, serif;
	color: #44403C;
	font-style: italic;
	text-shadow: 0px -1px 0px #ffffff;
}

#container .packages ul
{
	list-style: none;
}

#container .packages .images
{
	padding: 25px 0 0 0;
}

#container .packages .images li a img {
	border:0 none;
}

#container .packages .title
{
	padding: 25px 0 0 0;
}

#container .packages .title a,
#container .packages .title a:link,
#container .packages .title a:active,
#container .packages .title a:visited
{
	font-style: normal;
	color: #F67604;
	text-decoration: none;
}

#container .packages .title a:hover
{
	text-decoration: underline;
}



#container .packages .description
{
	padding: 12px 0 100px 0;
}



#container .packages li
{
	margin: 0 16px 0 0;
	width: 300px;
	float: left;
	font: normal 0.80em "Times New Roman", Times, serif;
	color: #44403C;
	font-style: italic;
	padding:0;
	outline:none;
}


#container .packages .end
{
	margin: 0;
	padding: 0;
	width: 300px;
	float: left;
}
/* #######################################################
---/ End Packages
####################################################### */

