@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #f6f6f1;
}

img {outline:none; border:none;}

a {
	outline:none;
	color: #93a641;
	text-decoration: none;
}

a:hover { text-decoration: underline; }

p { 
	font: 13px Helvetica, Tahoma, sans-serif;
	color: #333;
}

h3 {
	color: black;
	font: bold 16px Helvetica, Tahoma, sans-serif;
}

/* outermost content block... margin property offsets the entire page div 50px from the top of the screen */
#outerdiv { 
	width: 920px;
	margin: 50px auto; 
	display: block;
}

#outerdiv .top { 
	height: 20px;
	width: 100%;
	display: block;
	background: url(../images/outerdiv_top.jpg) no-repeat; /* top edge image slice */
}

#outerdiv .middle {
	width: 100%;
	display: block;
	background: url(../images/outerdiv_middle.jpg) repeat-y; /* middle slice, repeated vertically */
}

#outerdiv .bottom { 
	height: 20px;
	width: 100%;
	display: block;
	background: url(../images/outerdiv_bottom.jpg) no-repeat; /* bottom edge slice */
}

/* inner content block with 3px black border */
#innerdiv {
	width: 874px;
	padding: 0px auto;
	border: 3px solid black;
	margin: auto;
	background: url(../images/bottomflourish.jpg) bottom no-repeat;
	position: relative;
}

#leftcol {
	width: 238px;
	margin: 0px;
	float: left;
	display: block;
	position: relative;
}
	
#leftcol #logo { margin:15px 0px 0px 37px; }

.rightcol {
	width: 636px;
	float: right;
	display: block;
	position: relative;
}

#menubar {
	width: 600px;
	height: 40px;
	border-top: 1px solid #dad9d9;
	border-bottom: 1px solid #dad9d9;
	margin: 75px 0px 30px 0px;
	text-align: center;
}

#menubar a {
	margin: 10px;
	font: 14px Helvetica, Tahoma, sans-serif;
	font-weight: bold;
	color: #303030;
	text-decoration: none;
	position: relative;
	top: 10px;
}

/* sets color for menu item for current page */
#menubar a.currentPage { 
	color: #93a641;
	font-weight: bold;
}

#menubar a:hover { 
	color: #93a641;
	text-decoration: underline;
}

#home_photos {
	width: 800px;
	height: 260px;
	margin: 15px auto;
}

#home_photos .slides {
	width: 197px;
	height: 260px;
	display: block;
	float: left;
}

#home_photos #slides_a { margin: 0px; }
#slides_b, #slides_c, #slides_d  { margin-left: 4px; }

#footer {
	height: 60px;
	width: 100%;
	display: block;
	text-align: center;
}

#footer p { 
	font-size: 12px;
	font-style: italic;
	padding-top: 30px;
	text-align: center;
}

#pageContent { padding: 0px 37px 0px 0px;}

img.sidebarImage {
	position: absolute;
	bottom: 85px;
	left: 37px;
}

/* container for large image on weddings page */
#mainImage {
	width: 599px;
	height: 292px;
	display: block;
}

#contactForm {
	width: 450px;
	text-align: right;
	font: 14px Tahoma, Geneva, sans-serif;
	margin: auto;
}

#contactBox {
	background-color: #EEE;
	padding: 10px;
	border: 1px solid #CCC;
	margin: 10px auto;
}

#contactBox.emails {
	float: right; 
	width: 275px; 
	margin: 0px 0px 10px 10px;
	font: 12px Tahoma, Geneva, sans-serif;
	background-color: white;
}

#contactBox.emails p {
	margin-top: 0px;
}

#contactForm h1 {
	text-align: left;
	margin: 20px 0px 10px;
	padding-top: 0px;
	font-size: 18px;
	width: 100%;
	border-bottom: 1px solid #f2b921;
	color: #f2b921;
}

#contactForm h2 {
	text-align: left;
	margin: 0px 0px 5px;
	padding-top: 0px;
	font-size: 14px;
	width: 100%;
	border-bottom: 1px solid #333;
	color: #333;
}


#contactForm input.textbox {
	width: 300px;
	margin: 3px 0px;
	font: 14px Tahoma, Geneva, sans-serif;
	color: gray;
	padding: 2px;
	border: 1px solid #CCC;
}

#contactForm textarea {
	width: 428px;
	font: 14px Tahoma, Geneva, sans-serif;
	color: gray;
	border: 1px solid #CCC;
	padding: 10px;
}

#contactBox #eventType{
	width: 30%;
	display:block;
	float: left;
	text-align: left;
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #CCC;
}

#contactBox #eventStyle{
	width: 60%;
	display: block;
	float: left;
	text-align: left;
}

