html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/***********************************************************/

.clearer {
	clear: both;
	height: 1px;
	width: 100%;
}

html, body {
	background-color: #000;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}

#container {
	width: 930px;
	margin: 0 auto;
}

#masthead {
	width: 930px;
	height: 140px;
	border-bottom: 1px solid #FFFFFF;
	background: #000 url(/images/site/capesthorne-logo.jpg) right top no-repeat;
	margin-bottom: 40px;
}

#navigation {
	float: left;
	width: 195px;
}

#navigation.minimum {
	width: 165px;
}

	#navigation ul li {
		display: block;
		width: 190px;
		color: #5a5b5e;
		font-size: 14px;
		line-height: 18px;
		height: 18px;
	}
	
	#navigation.minimum ul li {
		width: 160px;
	}
	
		#navigation ul li a {
			display: block;
			width: 190px;
			color: #5a5b5e;
			color: #939598;
			text-decoration: none;
		}
		
		#navigation.minimum ul li a {
			width: 160px;
		}
		
			.home #navigation ul li#home a,
			.weddings #navigation ul li#weddings a,
			.corporate #navigation ul li#corporate a,
			.about #navigation ul li#about a,
			.gallery #navigation ul li#gallery a,
			.news #navigation ul li#news a,
			.special-offers #navigation ul li#special-offers a,
			.contact #navigation ul li#contact a,
			.links #navigation ul li#links a,
			#navigation ul li a:hover,
			#navigation ul li.selected a {
				color: #FFFFFF;
				text-decoration: none;
			}
		
#branding {
	float: right;
	width: 735px;
	
	margin-bottom: 18px;
}

	.home #branding {
		background: #000 url(/images/site/branding-home.jpg) left top no-repeat;
	}

	.weddings #branding {
		background: #000 url(/images/site/branding-wedding.jpg) left top no-repeat;
	}

	.corporate #branding {
		background: #000 url(/images/site/branding-home.jpg) left top no-repeat;
	}

	.about #branding {
		background: #000 url(/images/site/branding-home.jpg) left top no-repeat;
	}

	.gallery #branding {
		background: #000 url(/images/site/branding-home.jpg) left top no-repeat;
	}

	.news #branding {
		background: #000 url(/images/site/branding-home.jpg) left top no-repeat;
	}

	.special-offers #branding {
		background: #000 url(/images/site/branding-home.jpg) left top no-repeat;
	}		
			
	.contact #branding {
		background: #000 url(/images/site/branding-map.jpg) left top no-repeat;
	}

	.links #branding {
		background: #000 url(/images/site/branding-home.jpg) left top no-repeat;
	}	
			
#content {
	float: right;
	width: 735px;
	color: #FFF;
	padding: 0;
}

	#textcontent {
		float: left;
		width: 470px;
	}

	#imagecontent {
		float: right;
		width: 230px;
		padding-top: 40px;
	}
	
	#content h1 {
		font-size: 22px;
		margin-bottom: 15px;
		font-weight: normal;
		border-bottom: 1px solid #FFFFFF;
		width: 470px;
		height: 40px;
		line-height: 24px;
	}

		#content h1.fullwidth {
			width: 735px;
		}
/*
			.home #content h1 {
				width: 735px;
				font-size: 16px;
				height: 28px;
				border-bottom: none;
				margin-bottom: 3px;
			}
*/				
	#content h2 {
		font-size: 18px;
		margin-bottom: 3px;
		font-weight: bold;
	}

	#content h3 {
		font-size: 16px;
		margin-bottom: 3px;
		margin-top: 18px;
		font-weight: bold;
		color: #a68c53;
	}
		
	#content p {
		font-size: 15px;
		line-height: 21px;
		margin-bottom: 15px;
	}

	#content p {
		font-size: 14px;
		line-height: 19px;
		margin-bottom: 15px;
	}
	
	#content p.align-center {
		text-align: center;
	}
	
	#content p.intro {
		font-size: 20px;
		line-height: 26px;
		margin-bottom: 15px;
		color: #a68c53;
	}
	
	#content p.important {
		color: #A68C53 !important;
	}
	
	#content p.important a:link,
	#content p.important a:visited,
	#content p.important a:hover,
	#content p.important a:active {
		color: #8a713a !important;
	}
	
	#content p.important a:hover,
	#content p.important a:active {
		color: #a68c53 !important;
	}
	
	#content a {
		color: #FFF;
		text-decoration: underline;
	}

		#content a:hover {
			color: #FFF;
			text-decoration: none;
		}
			
	#content p q {
		font-style: italic;
		font-size: 18px;
		line-height: 24px;
		font-family: Georgia, "Times New Roman", Times, serif;
		margin-top: 12px;
		
		display: block;
		width: 440px;
		height: 130px;
		padding: 15px 12px 15px 18px;
		background: url(/images/site/quote-bg.jpg) left top no-repeat;
	}

	#content ul {
		margin-bottom: 16px;
	}
	
		#content ul li {
			font-size: 14px;
			line-height: 19px;
			background: url(/images/site/bullet.gif) -3px 2px no-repeat;
			padding-left: 15px;
			margin-bottom: 5px;
		}


#content a.weddinglink {
	color: #9f842f;
	text-decoration: none;
	font-size: 11px;
}

	#content a.weddinglink:hover {
		color: #FFFFFF;
		text-decoration: none;
	}

#footer {
	clear: both;
	width: 930px;
	margin-bottom: 30px;
}


/*********************************************************************
News Page
****************/

#content div.newsitem {
	border-bottom: 1px solid #FFF;
	padding: 7px 0 7px 0;
	margin-bottom: 7px;
	line-height: 18px;
	font-size: 14px;
}

 	#content div.newsitem h2 {
		color: #b4985a;
		text-transform: uppercase;
		font-size: 15px;
		font-weight: normal;
 	}

		#content div.newsitem h2 span.news-date-title {
			color: #FFF;
			text-transform: capitalize;
		}  
	 

 
	#content div.news-summary {
		font-size: 20px;
		line-height: 26px;
		margin-bottom: 15px;
		color: #a68c53;
				
	}

#content p.date {
	font-style: italic;
	font-size: 14px;
	line-height: 17px;
}

.more {
	margin-top: 6px;
}

#content .pages {
	clear: both; 
	width: 100%;
}

	#content .pages p {
		font-size: 11px;
		
	}
	
/*********************************************************************
Special Offers
****************/
#content .offeritem-odd, #content .offeritem-even {
	float: left;
	margin: 0 15px 15px 0;
	font-size: 12px;
	line-height: 16px;
	color: #FFF;
	width: 255px;
	height: 255px;
	
	padding: 25px;
	font-size: 13px;
	line-height: 17px;
}

	#content .offeritem-odd {
		background: #57575a url(/images/site/special-bg.jpg);
	}

	#content .offeritem-even {
		background: #b4985a url(/images/site/special-bg-2.jpg);
	}
		
	#content .offeritem-odd h2, #content .offeritem-even h2 {
		border-bottom: 1px solid #FFF;
		height: 30px;
		width: 255px;
		margin-bottom: 12px;
		font-size: 18px;
		line-height: 18px;
	}

	#content .offeritem-odd p, #content .offeritem-even p {
		font-size: 13px;
		line-height: 17px;
	}
	
/*********************************************************************
Contact Page
****************/



#contactinfo {
	clear: both;
	float: right;
	width: 735px;
	border-top: 1px solid #262626;
	border-bottom: 1px solid #262626;	
	margin-top: 25px;
	padding-top: 30px;
	padding-bottom: 30px;
}

	#directions {
		float: left;
		width: 365px;
		background-color: #1a1a1a;
	}

		#directions #dtop {
			height: 22px;
			line-height: 22px;
			width: 365px;
			background-color: #000;
			font-size: 12px;
		}

			#directions #dtop a {
				color: #FFF;
				text-decoration: none;
			}

				#directions #dtop a:hover {
					color: #FFF;
					text-decoration: underline;
				}
					
			#directions #dtop #choice {
				float: left;
				width: 76px;
				height: 21px;
				padding-left: 12px;
				border-top: 1px solid #000;
				border-right: 1px solid #262626;
				border-bottom: 1px solid #262626;
			}
			
			#directions #dtop #car {
				float: left;
				width: 83px;
				height: 21px;
				padding-left: 8px;
				border-right: 1px solid #262626;			
				border-top: 1px solid #262626;
				border-bottom: 1px solid #262626;
			}

				#directions #dtop #car-over {
					float: left;
					width: 83px;
					height: 21px;
					padding-left: 8px;
					border-right: 1px solid #262626;			
					border-top: 1px solid #262626;
					border-bottom: 1px solid #1a1a1a;
					background-color: #1a1a1a;
				}


										
			#directions #dtop #rail {
				float: left;
				width: 83px;
				height: 21px;
				padding-left: 8px;
				border-right: 1px solid #262626;			
				border-top: 1px solid #262626;
				border-bottom: 1px solid #262626;
			}

				#directions #dtop #rail-over {
					float: left;
					width: 83px;
					height: 21px;
					padding-left: 8px;
					border-right: 1px solid #262626;			
					border-top: 1px solid #262626;
					border-bottom: 1px solid #1a1a1a;
					background-color: #1a1a1a;
				}
							
			#directions #dtop #air {
				float: left;
				width: 83px;
				height: 21px;
				padding-left: 8px;	
				border-right: 1px solid #262626;			
				border-top: 1px solid #262626;
				border-bottom: 1px solid #262626;
			}
				
			#directions #dcopyC, #directions #dcopyR, #directions #dcopyA {
				clear: both;
				width: 305px;
				height: 160px; 
				padding: 20px 30px 20px 30px;
				font-size: 13px;
				line-height: 17px;
			}
			
			#directions #dcopyInternalC, #directions #dcopyInternalR, #directions #dcopyInternalA {
				height: 160px;
			}
			
				#directions #dcopyC p, #directions #dcopyR p, #directions #dcopyA p {
					font-size: 13px;
					margin-bottom: 10px;
					line-height: 17px;
				}

				#directions #dcopyC h2, #directions #dcopyR h2, #directions #dcopyA h2 {
					margin-bottom: 10px;
				}
				
.hiddentext {
	display: none;
	width: 305px;
	height: 160px; 
}
			
			
#dcopyC {
	display: block;
} 			
								
	#details {
		float: right;
		width: 328px;
		padding-left: 40px;
		line-height: 22px;
		font-size: 15px;
	}

		#details p {
			line-height: 22px;
			font-size: 15px;
			margin-bottom: 24px;
		}
	
		#details a {
			color: #FFF;
			text-decoration: none;
		}
	
			#details a:hover {
				color: #FFF;
				text-decoration: underline;
			}




#map {
	width: 735px;
	height: 420px;
}

#showhidelink {
	height: 20px;
	line-height: 20px;
	padding-left: 5px;
}

	#showhidelink a {
		color: #FFF;
		font-size: 11px;
		text-decoration: none;
	}

	#showhidelink a:hover {
		color: #FFF;
		font-size: 11px;
		text-decoration: underline;
	}
	
.dhtmlgoodies_contentBox { 
	height:0px;
	visibility:hidden;
	position:absolute;
	background-color: #222222;
	overflow:hidden;
	padding:8px;
	width:735px;
			
}
.dhtmlgoodies_content { 

	position:relative;		
}

#box1 {
	width:735px;
	margin:0;
	padding:0;
}

#subBox1 {
	width:735px;
	margin:0;
	padding:0;
}


/****************************************************************************
Links Page
************************/

#content div.linkbox {
	width: 168px;
	height: 117px;
	float: left;
	margin: 0 13px 13px 0;
	border: 1px solid #FFF;
	text-align: center;
	line-height: 112px;
	font-size: 12px;
}

	#content div.linkbox img {

	}

	#content div.linkbox a {
		text-decoration: none;
		display: block;
		line-height: 112px;
		font-size: 12px;		
	}

		#content div.linkbox a:hover {
			text-decoration: underline;
		}



/*************************************************************************
Gallery
*************/

.gp {
	margin: 0 4px 5px 0; 
	border: 1px solid #FFF;
}

.gp-last {
	margin: 0 0 5px 0; 
	border: 1px solid #FFF;
}


/*************************************************************************
Bride of the year 2010
*************/

#textcontent.boty2010 {
	font-family: Garamond, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

#textcontent.boty2010 p {
	font-size: 16px;	
}

#textcontent.boty2010 img.banner {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

#textcontent.boty2010 strong {
	font-weight: bold !important;
}

#textcontent.boty2010 .gold {
	color: #b39758 !important;
}

#textcontent.boty2010 .gold a {
	color: #b39758 !important;
}

#textcontent.boty2010 table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

	margin: 10px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}

#textcontent.boty2010 table thead tr th {
	line-height: 16px;
	
	font-weight: bold;
	
	text-align: center;
	
	margin: 0px 0px 7px 0px;
	padding: 0px 0px 5px 0px;
	
	border-bottom: 1px solid #A68C53;
}

#textcontent.boty2010 table tbody tr td {
	line-height: 16px;
	
	text-align: center;
	
	margin: 0px 0px 0px 0px;
	padding: 7px 10px 7px 0px;
	
	border-bottom: 1px solid #A68C53;
}

form#boty2010 {
	float: left;
	
	width: 485px;
	
	line-height: 24px;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

form#boty2010 * {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

form#boty2010 strong {
	font-weight: bold !important;
}

form#boty2010 small {
	font-size: 11px !important;
}

form#boty2010 ol {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
}

form#boty2010 ol li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 10px;
}

form#boty2010 .form_field {
	float: left;
	
	width: 465px;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 20px 10px;
}

form#boty2010 .form_field.important {
	width: 465px; /* 485 */
	
	margin: 0px 0px 20px 0px;
	padding: 10px 10px 10px 10px;

	background: #1A1A1A;
}

form#boty2010 .form_field.group-2 {
	display: inline;
	
	width: 212px; /* 242 */

	margin: 0px 0px 0px 0px !important;
}

form#boty2010 .form_field .form_field_title {
	float: left;

	width: 465px; /* was 485 */
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 8px 0px;
}

form#boty2010 .form_field .form_field_title label {
	float: left;

	width: 465px; /* was 485 */
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	font-family: Arial, Helvetica, sans-serif;
}

form#boty2010 .form_field .form_field_input {
	float: left;
	
	width: 465px; /* was 485 */
	
	font-size: 16px;
}

form#boty2010 .form_field .form_field_input input.text-input,
form#boty2010 .form_field .form_field_input textarea,
form#boty2010 .form_field .form_field_input select {
	float: left;

	width: 423px; /* 485px */
}

form#boty2010 .form_field .form_field_input input.radio {
	float: left;

	display: inline;
	
	width: auto !important;
	
	margin: 5px 5px 0px 0px;
}

form#boty2010 .form_field .form_field_input span.radio-txt {
	float: left;

	display: inline;
	
	margin: 0px 20px 0px 0px;
}

form#boty2010 .form_field .form_field_input input.hidden {
	display: none;
}

form#boty2010 .form_field .form_field_input input.text-input.group-2 {
	float: left;

	display: inline;

	width: 195px; /* 240 */

	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

form#boty2010 .form_field .form_field_input select.group-2 {
	float: left;

	display: inline;

	width: 195px; /* 240 */

	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

form#boty2010 .form_field .form_field_input input.text-input.group-3 {
	float: left;
	
	display: inline;

	width: 135px; /* 155 */
	
	margin: 0px 10px 0px 0px;
}

form#boty2010 .form_field .form_field_input select.group-3 {
	float: left;

	display: inline;

	width: 135px; /* 155 */

	margin: 0px 10px 0px 0px;
}

form#boty2010 .form_field .form_field_input input.text-input {
	margin: 0px 0px 0px 0px;
	padding: 2px 2px 2px 2px;
	
	color: #ffffff;
	
	border: 1px solid #ffffff;
	background: #000000;
}

form#boty2010 .form_field .form_field_input input.text-input:focus,
form#boty2010 .form_field .form_field_input input.text-input.focus {
	color: #A68C53;
	
	border: 1px solid #A68C53;
	background: #000000;
}

form#boty2010 .form_field .form_field_input select {
	margin: 0px 0px 0px 0px;
	padding: 2px 2px 2px 2px;

	color: #ffffff;

	border: 1px solid #ffffff;
	background: #000000;
}

form#boty2010 .form_field .form_field_input select:focus,
form#boty2010 .form_field .form_field_input select.focus {
	color: #A68C53;

	border: 1px solid #A68C53;
	background: #000000;
}
