/* Start of CMSMS style sheet 'sundance' */
body {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: smaller;
	margin: 0px;
	padding: 0px;
	/*min-width: 1110px;*/
	text-align: left;
}

/* General Page Formatting
-------------------------------------------------------------------------------------*/

#container1 {
	top: 0px;
	left: 0px;
	background: url("layout/background.gif") top left repeat-y;
}

#container2 {
	top: 0px;
	left: 0px;
	background: url("layout/page_bg.jpg") top left repeat-y;
}

#header {
	background: url("layout/header.jpg") top left no-repeat;
	height: 220px;
	width: 933px;
}

#header h1 {
	display: none;
}

#wrapper {
	text-align: left;
	width: 800px;
}

#left_column {
	position: relative;
	float:left;
	width: 200px;
}

/* Content Styles
-------------------------------------------------------------------------------------*/

#content
{
	float: left;
	width: 550px;
	/*padding-right: 250px;*/
	padding-left: 1px;
	margin-bottom: 10px;
	margin-top: 10px;
}

	#content h2
	{
		font-family: "Georgia", "Times New Roman", Times, serif;
		font-size: 30px;
		color: #663300;
		border-bottom: 1px solid #663300;
		margin: 5px 0 10px 20px;
		padding-bottom: 2px;
	}
	
	#content h3
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 17px;
		color:#996600;
		margin: 5px 0 5px 20px;
	}
	
	#content p
	{
		font-size: 1em;
		line-height: 2em;
		margin: 5px 0 20px 20px;
	}
	
	#content p.quote
	{
		font-size: 2em;
		line-height: 1em;
		padding: 20px 10px 10px 20px;
		float: left;
		width: 150px;
		background: url("layout/quote_bg.gif") top left no-repeat;
	}
	
	#content strong.shout
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: larger;
		font-weight: bolder;
	}
	
	#content strong.policy
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: larger;
		font-weight: bolder;
		font-variant: small-caps;
		
	}
	
	#content ul
	{
		list-style-image: url("layout/horseshoe.gif");
		margin: 40px;
	}
		
		#content ul li
		{
			margin: 0;
			margin-bottom: 20px;
			line-height: 2em;
		}
		
	#content a
	{
		text-decoration: none;
		color: #996600;
		font-weight: bold;
	}
	
	#content a:hover
	{
		text-decoration: underline;
	}
	
	#content a:visited
	{
		color: #663300;
	}
	
	#content img
	{
		border: none;
	}
		

.clear
{
	clear: both;
}

.safety
{
	display: none;
}

.frame_150x200, .frame_200x150, .frame_300x400, .frame_400x300
{
	margin: 10px;
}

div.center
{
	text-align: center;
	display: block;
}

	div.center *
	{
		margin: auto;
	}

.frame_300x400
{
	background: url("layout/frame_300x400.jpg") top left no-repeat;
	height: 450px;
	width: 350px;
}

	.frame_300x400 img
	{
		border: none;
		margin: 25px;
	}

.frame_400x300
{
	background: url("layout/frame_400x300.jpg") top left no-repeat;
	width: 450px;
	height: 350px;
}

	.frame_400x300 img
	{
		border: none;
		margin: 25px;
	}

	
.frame_150x200
{
	background: url("layout/frame_150x200.jpg") top left no-repeat;
	height: 225px;
	width: 175px;
	float:left;
}

	.frame_150x200 img
	{
		border: none;
		margin: 12px;
	}

.frame_200x150
{
	background: url("layout/landscape_frame_150x200.jpg") top left no-repeat;
	height: 175px;
	width: 225px;
	float:left;
}

	.frame_200x150 img
	{
		border: none;
		margin: 12px;
	}



.side_box
{
	font-size: 10px;
	float: right;
	margin: 0;
	width: 150px;
	border: 1px solid #663300;
	background: #ffffcc;
	padding: 0px;
}

	.side_box p
	{
		margin: 0;
		padding: 0;
	}

/* Specific Elements
-------------------------------------------------------------------------------------*/

ul.albumlist,
ul.albumlist li,
ul.picturelist,
ul.picturelist li {
	list-style: none;
}

div.event
{
	border-bottom: 1px dashed #666633;
	margin: 20px;
}

	div.event h3
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 17px;
		color:#996600;
		margin: 5px 0 5px 20px;
	}
	
	div.event .event_date
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 14px;
		color:#996600;
		margin: 5px 0 5px 20px;
	}
	
table.rates
{
	width:80%;
	border: 2px solid #996600;
	margin: auto;
	padding: 0;
	background: #ffffcc;
}
	table.rates tr
	{
		margin: 0px;
		padding: 0;
	}

	table.rates td.ratetype
	{
		text-align: left;
		padding: 10px;
		margin: 0;


	}
	table.rates td.rateprice
	{
		text-align: right;
		padding: 10px;
		margin: 0;
		font-weight: bold;
	}
	
	table.rates thead td.ratetype, table.rates thead td.rateprice
	{
		background: url("layout/sr_title_bar.gif") top left no-repeat;
		color: #FFFFFF;
		height: 28px;
		padding: 0px;
		margin: 0px;
		font: bold 24px Georgia, "Times New Roman", Times, serif;
		color: #666633;
	}

table.weight_chart
{
	width:80%;
	border: 2px solid #996600;
	margin: auto;
	padding: 0;
	background: #ffffcc;
}
	table.weight_chart tr
	{
		margin: 0px;
		padding: 0;
	}

	table.weight_chart td.heightcell
	{
		text-align: right;
		padding: 10px;
		margin: 0;


	}
	table.weight_chart td.weightcell
	{
		text-align: left;
		padding: 10px;
		margin: 0;
		font-weight: bold;
	}

	table.weight_chart thead td.heightcell, table.weight_chart thead td.weightcell
	{
		background: url("layout/sr_title_bar.gif") top left no-repeat;
		color: #FFFFFF;
		height: 28px;
		padding: 0px;
		margin: 0px;
		font: bold 24px Georgia, "Times New Roman", Times, serif;
		color: #666633;
	}
	
#content div.window
{
	border: 2px solid #996600;
	background: url("layout/sr_title_bar.gif") top left no-repeat;
	background-color: #ffffcc;
	padding: 30px 10px 10px 10px;
	margin: 20px;
}
#content div.window .window_title
{
	position: relative;
	top: -30px;
	margin-left: 40px;
	font: bold 24px Georgia, "Times New Roman", Times, serif;
	color: #666633;
}
#content .address p
{
	margin: 0;
	padding: 0;
	font-size: 1em;
	line-height: 2em;
}

#welcome_home
{
	height: 200px;
	width: 500px;
}

#welcome_home_title
{
	position: absolute;
	background: url("layout/welcome_home_title.jpg") top left no-repeat;
	width: 600px;
	height: 257px;
	padding: 0;;
	left: 200px;
	top: 183px;
}

#welcome_home_title *
{
	display: none;
}

#back_to_top
{
	border: none;
}

div.rope_hr
{
	background: url("layout/rope_hr.gif") center repeat-x;
	width: 100%;
	height: 10px;
	margin-left: 10px;
}
	div.rope_hr hr
	{
		display: none;
	}
	
#site_credit
{
	clear:both;
	margin-top: 30px;
}

	#site_credit span
	{
		color: #999966;
	}
	
	#site_credit span a
	{
		font-weight: bold;
		color: #999966;
		text-decoration: none;
		border: none;
	}
	
	#site_credit span a:visited
	{
		color: #999966;
		text-decoration: none;
	}
	
	#site_credit span a:hover
	{
		color: #006633;
		text-decoration: none;
	}

#main_menu
{
	margin: 0 10px 0 50px;
	padding: 0;
	list-style: none;
	font-size: 18px;
}

#main_menu li.menuitem
{
	position: relative;
	padding: 20px 0 20px 0;
	color: black;
	background: url("layout/menu_item_background.gif") bottom left no-repeat;
}

#main_menu li.menuitem:hover
{
	position: relative;
	padding: 20px 0 20px 0;
	color: black;
	background: url("layout/menu_item_background_hover.gif") bottom left no-repeat;
}

#main_menu li.menuitem a {
	color: #666633;
	text-decoration: none;
	
}

#main_menu li.menuitem a:hover {
	color: black;
}

#footer {
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px ;
}

/* End of 'sundance' */

