* { margin: 0; padding: 0; }

/* font */
html { font-size: 100.01%; }
body { font-size: 62.5%; }
input, select, textarea { font-size: 100%; }

/* layout - general */
img { 
border: none
			
 }
acronym { cursor: help; }
a:link, a:visited { cursor: hand; cursor/**/: /**/pointer; }

input.text, textarea { 
	padding: 1px 0px; 
}
.submit { 
	cursor: hand; cursor/**/: /**/pointer; 
}

ul, ol { margin: 0 0 1em 2.5em; padding: 0; list-style: disc; }
ul li, ol li { margin: .2em 0; padding: 0; }
select > option { margin: 0 5px 0 3px; }

.ul { margin: 0; padding: 0; list-style-type: none; }
.ul li { margin: 0; padding: 0; list-style: none; list-style-image: none; list-style-type: none; }

#page .flR { float: right; }
#page .flL { float: left; }
#page .alR { text-align: right; }
#page .alC { text-align: center; }

.hide { display: none; }

.ir { position: relative; overflow: hidden; }
.ir span { position: absolute; width: 100%; height: 100%; text-indent: -1000em; z-index: 10; }


a:link, a:visited {
	color: #111111;
	text-decoration: none;
}
a:visited {
	color: #111111;
}
a:link:hover, a:visited:hover {
	color: #111111;
	text-decoration: underline;
}
a.inv:link, a.inv:visited {
	text-decoration: underline;
}
a.inv:link:hover, a.inv:visited:hover {
	text-decoration: none;
}

.cols {
	overflow: hidden;
	margin: 0;
}
.cols .col {
	float: left;
	width: 48%;
	margin: 0 3.5% 0 0;
}
body #page .last {
	margin-right: 0;
}


/* Clear Floats Without Structural Markup */
.clearFix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearFix { display: inline-block; }
/* \*/
* html .clearFix { height: 1%; }
.clearFix { display: block; }
/* */


/* layout - specific */
body {
	font-family: Verdana, sans-serif;
	text-align: center;
	background: #000000;
}
.page {
	width: 789px;
	margin: 0 auto;
	text-align: left;
	font-size: 1.2em;
	position: relative;
}
#page {
	color: #000000;
	background: #FFFFFF;
	border: solid 1px #a3a3a3;
}

#links1 {
	text-align: right;
	padding: 1em 0;
	color: #FFFFFF;
	font-size: 110%;
}
	#links1 a:link, #links1 a:visited {
		color: #FFFFFF;
	}


#top {
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 109px;
	color: #d3d2b6;
	background: url(img/logo-top.jpg) no-repeat 0 0;
}
	#top a:link, #top a:visited {
		color: #d3d2b6;
	}

	#logo {
		width: 350px;
		height: 109px;
	}
		#logo a:link, #logo a:visited {
			display: block;
			width: 350px;
			height: 109px;
		}
			#logo a:link span, #logo a:visited span {
				background: url(img/logo-top.jpg) no-repeat 0 0;
			}

.or { position: relative; overflow: hidden; }
.or span { float: right;  width: 100%; height: 100%; text-indent: -1000em; z-index: 10; }
/* START button */

	#button {
		width: 350px;
		height: 109px;
	}
		#button a:link, #button a:visited {
			
			position: relative;
			width: 750px;
			height: 109px;
		}
			#button a:link span, #button a:visited span {
				background: url(img/logo-top.jpg) no-repeat 0 0;
			}



/* START REPLACE */

#menuBar {
	width: 789px;
	z-index: 100;
	height: 25px;
	margin: 0 0 25px;
	border: solid 1px #FFFFFF;
	border-width: 1px 0;
	background: #000000;
	position: relative;
}
	#menuBar ul {
	}
	#menuBar li {
		float: left;
		position: relative;
		border: solid 1px #FFFFFF;
		border-width: 0 1px 0 0;
		width: 130px;
		margin: 0;
	}
	#menuBar li.last {
		border: none;
		width: 134px;
	}
	
			#menuBar li.lastactive {
		border: none;
		width: 134px;
		background: #2a360e;
	}
	
		#menuBar li a:link, #menuBar li a:visited {	
			float: left;
			display: block;
			width: 112px;
			line-height: 25px;
			padding: 0 9px;
			margin: 0;
			text-decoration: none;
			color: #FFFFFF;
		}
		#menuBar li.last a:link, #menuBar li.last a:visited {
			width: 116px;
		}
		#menuBar li a:link:hover, #menuBar li a:visited:hover,
		#menuBar li:hover a:link, #menuBar li:hover a:visited {
			background: #2a360e;
		}
		#menuBar li.active a:link, #menuBar li.active a:visited {
			background: #2a360e;
		}

		#menuBar li ul {
			visibility: hidden;
			position: absolute;
			left: -1px;
			top: 25px;
			background: #2a360e;
			border: solid 1px #FFFFFF;
			width: auto;
			overflow: visible;
		}
		/* Gecko all */
		html:not([lang*=""]) #menuBar li ul {
			width: 200px;
		}
		/* Gecko >= 1.8 */
		html:not([lang*=""]):not(:only-child) #menuBar li ul {
			width: auto;
		}
		#ie7 #menuBar li ul {
			width: 200px;
		}
		#menuBar li:hover ul,
		#menuBar a:hover ul {
			visibility: visible;
		}
			#menuBar li li, #menuBar li.last li {
				float: none;
				display: block;
				width: auto;
				border-width: 0 0 1px 0;
			}
			#menuBar li li.last, #menuBar li.last li.last {
				border-width: 0;
				width: auto;
			}
				#menuBar li li a:link, #menuBar li li a:visited,
				#menuBar li.last li a:link, #menuBar li.last li a:visited,
				#menuBar li li.last a:link, #menuBar li li.last a:visited {
					float: none;
					width: auto;
					line-height: 1.8em;
					height: 1.8em;
					padding: 0 1em;
					background: none;
					white-space: pre;
				}
				#menuBar li li a:link:hover, #menuBar li li a:visited:hover,
				#menuBar li.last li a:link:hover, #menuBar li.last li a:visited:hover,
				#menuBar li li.last a:link:hover, #menuBar li li.last a:visited:hover {
					background: #a59607;
				}

/* END REPLACE */







#colWrap {
	clear: both;
	width: 734px;
	margin: 0 30px 0 25px;
	overflow: hidden;
}

#content {
	float: left;
	width: 490px;
	padding: 0 0 20px 0;
	margin-left: 8px;
	color: #333333;
	
}
	#content h1 {
		color: #cc6600;
		font-family: "Times New Roman", serif;
		font-size: 250%;
		font-weight: normal;
		margin: 0 0 .2em;
	}
	#content h2 {
		color: #2c3f05;
		font-family: "Times New Roman", serif;
		font-size: 200%;
		font-weight: normal;
		margin: .3em 0 .3em 0;
	}
	#content h3 {
		color: #2c3f05;
		font-size: 110%;
		margin: 1.5em 0 .25em 0;
	}
	#content p {
		line-height: 1.6em;
		margin: 0 0 1em 0;
		
	}
	#content li {
		line-height: 1.5em;
	}

		
	
p.more a:link, p.more a:visited {
	color: #CC6600;
}

#colSide {
	float: right;
	width: 200px;
	padding: 40px 0 20px;
}
	#colSide h2 {
		color: #445e08;
		font-size: 110%;
		font-weight: bold;
		margin: .4em 0 .4em 0;
	}


#menuSide {
	margin: 0 0 20px;
	overflow: hidden;
	border-bottom: solid 1px #666600;
}
	#menuSide li {
		float: left;
		width: 100%;
		line-height: 24px;
		border-top: solid 1px #cccc99;
	}
		#menuSide li a:link, #menuSide li a:visited {
			display: block;
			padding: 0 0 0 10px;
			background: url(img/bullet-1.gif) no-repeat 0 50%;
			color: #000000;
			text-decoration: none;
		}
		#menuSide li a:link:hover, #menuSide li a:visited:hover {
			text-decoration: underline;
		}

		#menuSide li.active a:link, #menuSide li.active a:visited {
			font-weight: bold;
			background: url(img/bullet-2.gif) no-repeat 7px 50%;
		}

#bot {
	border-top: solid 1px #a3a3a3;
	background: url(img/bot.jpg) repeat-y 0 0;
	height: 45px;
	padding: 15px 0 0;
	font-size: 91%;
	color: #FFFFFF;
}
	#links2 a:link, #links2 a:visited {
		color: #B5CB95;
	}
	
	#links2, #copyright {
		text-align: right;
		color: #B5CB95;
		padding: .25em 2.5em;
	}

/* homepage */

.hp #menuBar {
	margin: 0;
}
.hp #colWrap {
	margin: 0;
	width: 769px;
	height: 329px;
	padding: 0 0 0 20px;
	background: #151919 url(img/img-hp.jpg) no-repeat 100% 0;
	color: #FFFFFF;
}
	.hp #content {
		float: none;
		width: 215px;
		padding: 40px 0 0;
	}
	
#content .box {
	margin: 0 0 15px;
	color: #ffffff;
}
	#page .box h2 {
		font-family: Verdana, sans-serif;
		font-size: 90%;
		font-weight: bold;
		color: #FFFFFF;
		margin: 0 0 .25em;
	}
	#page .box p {
		line-height: 1.20;
		font-size: 90%;
		margin: 0 0 .1em;
	}

	
	
	
	
.hp #bot {
	background: url(img/bot-hp.jpg) no-repeat 0 0;
	height: 131px;
	padding: 10px 0 0;
}

#items {
	position: relative;
	font-size: 111%;
	height: 90px;
	overflow: hidden;
}
	#items ul {
		margin-left: 270px;
		width: 510px;
		overflow: hidden;
	}
		#items ul li {
			float: left;
			margin: 0 5px 0 0;
		}
			#items ul li a:link img, #items ul li a:visited img {
				float: left;
				display: block;
				border: solid 1px #FFFFFF;
			}
			#items ul li a:link:hover img, #items ul li a:visited:hover img,
			#items ul li.active a:link img, #items ul li.active a:visited img {
				border-color: #cc6600;
			}
		#items ul li:hover .box, #items ul li.active .box {
			position: absolute;
			display: block;
			left: 10px;
			width: 250px;
		}

#onecol {
	float: left;
	width: 700px;
	padding: 0 0 0 0;
	margin-left: 10px;
}
	#onecol h1 {
		color: #cc6600;
		font-family: "Times New Roman", serif;
		font-size: 250%;
		font-weight: normal;
		margin: 0 0 .2em;
	}
	#onecol h2 {
		color: #2c3f05;
		font-family: "Times New Roman", serif;
		font-size: 200%;
		font-weight: normal;
		margin: .3em 0 .3em 0;
	}
	#onecol h3 {
		color: #2c3f05;
		font-size: 110%;
		margin: 1.5em 0 .25em 0;
	}
	#onecol p {
		line-height: 1.6em;
		margin: 0 0 1em 0;
	}
	#onecol li {
		line-height: 1.5em;
	}
	
	


.list {
	width: 485px;
	overflow: hidden;
	background: #ffffff;
}
	.list li {
		float: left;
		width: 215px;
		font-size: 90%;
		overflow: hidden;
		padding: 12px;
		
		
		
	}
	
		.list li.full {
		float: left;
		width: 440px;
		font-size: 90%;
		overflow: hidden;
		
		padding-top: 0;
		
		
		}
		
		
	
	
	
	
		.list li img {
			float: left;
			border: solid 1px #a1b3b0;
			padding: 2px;
			margin-bottom: 4px;
		}
		
			.list li .title a:link, .list li .title a:visited {
			font-weight: bold;
			color: #003546;
		}

		#content .maincolumn img {
		
			border: solid 1px #a1b3b0;
			padding: 2px;
			margin: 1em 1em 1em 1em;
	}
	

	

			#colSide img {
		
			border: solid 1px #a1b3b0;
			padding: 2px;
			margin: 1em 1em 1em 1em;
	}
	
#credit {text-align: left;
font-size: 80%;}

p.headline a:link, p.headline a:visited {
	color: #CC6600;
		font-family: Verdana, sans-serif;
		font-size: 100%;
		font-weight: bold;
		color: #FFFFFF;
		margin: 0 0 .25em;
}



#content a:link, #content a:visited {
	color: #CC6600;
	text-decoration: underline;
}
#content a:visited {
	color: #CC6600;
}
#content a:link:hover, #content a:visited:hover {
	color: #954A00;
	text-decoration: underline;
}
#smallgreen {text-align: left;

color: #2c3f05;
font-size: 90%;}

#wedding { /* Wedding Link */
float: left;
position:absolute;
width : 100px;
height: 90px;
margin-left: 640px;
margin-top: 220px;

}

















