﻿html,body { 
	margin:0px; 
	padding:0px; 
	height:100%; /* needed for container min-height */ 
} 
body { 
	font-family: Arial, Helvetica;
	font-size: 12px;
	background-image:url(../../images/bkg_repeater.jpg);
	background-position:top center;
	background-repeat:repeat-y;
	background-color:#431002;
} 

img
{
	border:0px;
}
.clear
{
	clear:both;
}

.block
{
	display:block;
}

a
{
	color:#000;
}
	a:hover
	{
		text-decoration:none;
	}


/*Main Layout*/
#maincontainer
{
	position:relative; /* needed for footer positioning*/ 
	margin:0 auto 0 auto; /* center, not in IE5 */ 
	width:100%; 
	height:auto !important; /* real browsers */ 
	height:100%; /* IE6: treaded as min-height*/ 
	min-height:100%; /* real browsers */ 
	background:none;
	width:869px;
}

	#maincontainer .contentBkg
	{
		background-image:url(../../images/background.jpg);
		background-repeat:no-repeat;
		background-position:top;
		min-height:531px;
	}
	#maincontainer .contentText
	{
		margin:0 68px 5px 68px;
		background-image:url(../../images/nav-repeater.jpg);
		background-repeat:repeat-y;
		background-position:top left;
		position:relative;
	}
		#innercontentWrapper
		{
			width:727px;
		}
			#nav
			{
				width:173px;
				background-image:url(../../images/nav-repeater.jpg);
				background-repeat:repeat-y;
				float:left;
			}
				#nav ul
				{
					margin:0px;
					padding:0px 7px 0px 7px;
					list-style:none;
				}
					#nav li
					{
						display:block;
					}
						#nav span
						{
							font-family:Georgia, "Times New Roman", Times, serif;
							font-size:10px;
							font-style:italic;
							color:#ffba00;
							margin:0 8px 0 0;
						}
						#nav li a
						{
							background-image:url(../../images/nav-btn-bkg.jpg);
							background-repeat:repeat-x;
							display:block;
							font-family:Georgia, "Times New Roman", Times, serif;
							font-size:12px;
							color:#ffffff;
							text-decoration:none;
							font-style:normal;
							padding:4px 0 0 12px;
							height:20px;
							
						}
							#nav li a:hover
							{
								background-image:none;
								background-color:#834902;
							}
						#nav .home
						{
							border-top:1px #6a3d31 solid;
						}
			#content
			{
				width:554px;
				float:left;
			}
				#content .header
				{
					height:35px;
					background-image:url(../../images/content-top.jpg);
					background-repeat:no-repeat;
					color:#431002;
					font-family:Georgia, "Times New Roman", Times, serif;
					font-size:16px;
					font-weight:bold;
					padding:30px 0 0 30px;
				}
				#content .body
				{
					background-image:url(../../images/content-repeater.jpg);
					background-repeat:repeat-y;
					min-height:405px;
					padding:0px 20px;
				}
		.galleryBtn
		{
			position:absolute;
			left:6px;
			bottom:3px;
		}
	
div#footer 
{ 
	position:absolute; 
	width:100%; 
	height:79px; 
	bottom:0px; /* stick to bottom */ 
} 
	#footer .inner
	{
		width:870px;
		height:101px;
		margin:0px auto 0px auto;
		background-image:url(../../images/footer.jpg);
	}
		#footer .contact
		{
			font-family:Arial, Helvetica, sans-serif;
			font-size:11px;
			line-height:13px;
			color:#ffffff;
			width:120px;
			padding:12px 0 0 70px;
			float:left;
			margin:0 445px 0 0;
		}
		#footer .logos
		{
			width:180px;
			float:left;
			padding:8px 0 0 0;
			text-align:center;
		}
			#footer .logos a
			{
				font-size:11px;
				color:#ffffff;
				text-decoration:none;
				line-height:0px;
			}
				#footer .logos a:hover
				{
					text-decoration:underline;
				}

/*Home*/
#buttons
{
	width:470px;
	margin:0px auto 0px auto;
	font-size:11px;
	line-height:14px;
}
	#buttons a
	{
		color:#000;
		font-size:10px;
		font-weight:bold;
	}
		#buttons a:hover
		{
			text-decoration:none;
		}
	#buttons .left
	{
		width:202px;
		height:91px;
		float:left;
		margin:0 25px 0 0;
		background-image:url(../../images/home-btn-left.jpg);
		background-repeat:no-repeat;
		padding:26px 10px 0px 10px;
	}
	#buttons .right
	{
		width:202px;
		height:91px;
		float:left;
		background-image:url(../../images/home-btn-right.jpg);
		background-repeat:no-repeat;
		padding:26px 10px 0px 10px;
	}


/*Content Pages*/
#contentPhotos
{
	margin:0px auto 0px auto;
	width:508px;
}
	#contentPhotos img
	{
		float:left;
		margin:20px 10px 10px 10px;
		border:2px #841400 solid;
	}


#subHeader
{
	margin:0 0 5px 0;
	color:#511402;
	font-weight:bold;
}
	#subHeader .top
	{
		font-size:15px;
		font-family:Georgia, 'Times New Roman', Times, serif;
	}
	#subHeader .bottom
	{
		font-style:italic;
	}
	
.divider
{
	height:1px;
	color:#c09c52;
}

.prices td
{
	border-right:1px #d1c6bc solid;
	padding-left:10px;
}
	.subPrices td
	{
		border:0px;
		padding:0px;
	}

.contactQuote
{
	font-style:italic;
	font-size:12px;
	line-height:15px;
	margin:3px 0 0 0;
}

/*Teaser*/
.teaserHeader
{
	color:#431002;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	margin:0 0 8px 0;
}

/*RMS Styles*/

.admintopbar
{
	background-color: #444;
	border:solid 1px #999;
	padding:2px;
	color:#aaa;
}

.admintopbar a
{
	color: #fff;
	margin-right:10px;
}


.messagepanel
{
    margin:10px 0 10px 0;
    padding:5px;
    border:solid 1px #ccc;
    width: 400px;
}

.messageicon
{
	margin-right:10px;
}

.messagelabel
{
	color:#fff;
	font-weight: bold;
}

#breadcrumbcontainer
{
	padding:3px;
	margin:10px 0 20px 0;
}

#breadcrumbcontainer a:link, #breadcrumbcontainer a:visited, #breadcrumbcontainer a:active
{
	color:#002e79;
	text-decoration:none;
}

#breadcrumbcontainer a:hover
{
	color:#012258;
	text-decoration:underline;
}
.admintopbar
{
	background-color: #444;
	border:solid 1px #999;
	padding:2px;
	color:#aaa;
}

.admintopbar a
{
	color: #fff;
	margin-right:10px;
}


.messagepanel
{
    margin:10px 0 10px 0;
    padding:5px;
    border:solid 1px #ccc;
    width: 400px;
}

.messageicon
{
	margin-right:10px;
}

.messagelabel
{
	color:#fff;
	font-weight: bold;
}

#breadcrumbcontainer
{
	padding:3px;
	margin:10px 0 20px 0;
}

#breadcrumbcontainer a:link, #breadcrumbcontainer a:visited, #breadcrumbcontainer a:active
{
	color:#002e79;
	text-decoration:none;
}

#breadcrumbcontainer a:hover
{
	color:#012258;
	text-decoration:underline;
}


#commentcontainer
{
	margin-top:20px;
}

.comment{margin-bottom:10px;}

.comment span.quote
{
	font-size:20px; 
	font-style:italic; 
	font-weight:bold; 
	font-family:Times New Roman;
}

#commentformcontainer
{
	margin-top:20px;
	width:400px;
}

#commentformcontainer .label
{
	font-weight:bold;
}

#commentformcontainer .input
{
	margin-left:20px;
	width:250px;
}

#commentformcontainer .caption
{
	font-style:italic;
	font-size:80%;
}
/* ------------------Comment Bubble --------------------*/
#box{display:block; width:491px; background-color:#fff;}
#topContainer{width:491px; height:64px;}
.topLeft{background:url(/images/comment/topLeft.jpg) no-repeat top left; height:64px; width:20px;float:left;}
.topCenter{background:url(/images/comment/topAcross.jpg) no-repeat top; height:64px; width:450px; float:left;}
.topCenter p{text-align:left; font-weight:bold;}
.topRight{background:url(/images/comment/topRight.jpg) no-repeat top right; height:64px; width:21px; float:left;}
		
#middleContainer{width:481px; min-height:64px;}
.contentComment{display:block; background:url(/images/comment/leftSide.jpg) repeat-y; width:492px; min-height:64px; float:left;}
.contentComment .photo{float:left; padding:5px;}
.contentComment p{padding:0 10px 10px;}
	
#bottomContainer{width:491px; height:25px;}
.botLeft{background:url(/images/comment/bottomLeft.jpg) no-repeat top left; height:25px;	width:20px;	float:left;}
.botCenter{background:url(/images/comment/bottomCenter.jpg) no-repeat top; height:25px; width:450px; float:left; text-align:right; font-size:10px; font-style:italic;}
.botRight{background:url(/images/comment/bottomRight.jpg) no-repeat top right; height:25px; width:21px; float:left;}
/* ------------------Comment Bubble --------------------*/

#footer
{
    font-size:11px;
    color:#fff;
}
#footer #contactinfo
{
    padding:12px 0 0 70px;
	float:left;
}
#footer #contactinfo a
{
	color:#fff;
	font-size:11px;
}
#footer #logos
{
    float:right;
    text-align:center;
    padding:18px 65px 0px 10px;
}
#footer #logos li
{
    display:block;
    float:left;
}
#footer #logos li a
{
	color:#fff;
	font-size:11px;
}

#footer #legal a
{
	float:left;
	width:200px;
	color:#fff;
	font-size:10px;
	padding:30px 0 0 160px;
}

