@charset "utf-8";
/* main.css -- Dr. Weinrach */

html {
	background: #B5B48E;
	padding: 0; margin: 0;
	font-family: arial, sans-serif;
	font-size: 12px;
}

body {
	width: 868px;
	padding: 0; margin: 15px auto 20px auto;
	position: relative;
background: #B5B48E url('images/dropside.jpg') right 25px no-repeat;
}

h1 {font-size: 18pt;}
h2 {font-size: 12pt;}
h3 {font-size: 11pt;}
h4 {font-size: 9pt;}
h5 {font-size: 8pt;}
h6 {font-size: 11pt; font-weight: bold;}

img {border: 0;}

a {color: #3C3032;}
a:link, a:visited {color: #B5B48E;}

/***** MAINMENU *****/
#mainmenu {
	background: #B5B48E;
	width: 820px; 
	position: relative; left: 40px;
	border-bottom: 10px solid #3C3032;
	height: 30px;
}
#mainmenu ul {
	position: relative; left: 10px;
	margin: 0; padding: 0;
}
#mainmenu li {
	display: inline;
	font-family: georgia, serif;
	font-style: italic;
	text-transform: lowercase;
}
#mainmenu li span {position: relative; top: 10px;}
#mainmenu li a {
	display: block;
	width: 160px; 
	height: 30px;
	float: left;  
	text-decoration: none;	
	text-align: center;
	background: url('images/button.jpg') top left no-repeat;
	color: white;
}
#mainmenu li a:hover, #mainmenu li.currentpage a {color: #A09F71;}
#main1 li.currentproc ul li a {background: transparent;}

/***** TITLEBAR *****/
#titlebar {
	background: white url('images/titlebar.png') top left no-repeat;
	width: 860px;
	height: 131px;
}
#titlebar h1, #titlebar h2 {
	margin: 0; padding: 0;
	text-indent: -9999px;
	}
#titlebar h1 a {
	display: block;
	height: 112px; width: 860px;
}

/***** MAIN *****/
#main {
	background: white;
	width: 820px;
	position: relative; left: 40px;
}
#clearmain {
	background: transparent url('images/tribar.png') top left no-repeat;
	clear: both;
	height: 10px;
}

/*** PROCEDURE DIRECTORY (MAIN1) ***/
#main1 {
	background: transparent url('images/procedure.png') top left no-repeat;
	width: 235px;
	margin: 0 5px;
	float: left;
	min-height: 470px; /*see ie6.css */
	text-transform: uppercase;
}
#main1 h3 {
	position: relative; top:18px; left: 20px;
	border-left: 3px solid white; 
	font-family: georgia, serif;
	font-size: 11px; 
	color: white;
	margin: 0; padding: 0 0 0 15px;
}
#main1 ul {
	margin: 0; padding: 0; 
	position: relative; top: 40px; left: 20px;
	border-left: 3px solid #3C3032;
}
#main1 li {
	list-style-type: none;
	font-size: 10px;
	margin: 0 0 5px 0; padding: 0; /*ie.css*/
}
#main1 li a {
	text-decoration: none;
	font-size: 10px;
	color: #3C3032;
	padding: 0 5px; margin: 0;
}
#main1 li a:hover, #main1 li.currentproc a {background: #A09F71;}

/***** MAIN BODY (MAIN2) *****/
#main2 {
	float: left;
	position: relative; top: 5px; /* to make things line up */
	background: transparent;
	width: 560px;
	padding: 0; margin: 0;
}
#main2 h3 {	
	background: white url('images/page_title.jpg') top left no-repeat;
	height: 35px;
	color: white;
	font-size: 12px;
	padding: 0; margin: 5px 0;
	font-family: georgia, serif;
	font-style: italic;
	text-transform: lowercase;
}
#main2 h3 span {
	display: block;
	position: relative; top: 9px; 
	text-align: center;
	border-right: 2px solid white;
}
#main2 img {float: left; padding: 0 10px 5px 0}

span.head {width: 215px;}
span.head_welcome {width: 203px;}
span.head_location {width: 320px;}
span.head_meet {width: 167px;} 

#main2 h4 {
	font-family: georgia, serif;
	font-style: italic;
	font-weight: normal;
	border-bottom: 1px solid black;
	width: 65%;
}

/***** main2-indexX aren't used anymore ******/

#main2-1, #main2-2, #main2-index1, #main2-index2 {padding: 0; margin: 0;}
#main2-1 {display: block; width: 220px; float: left;}
#main2-2 {width: 340px; float: left;}
#main2 p {line-height: 16px; text-align: justify;}

/*** FINANCING PAGE ***/
#financing {
	clear: both; 
	border-top: 2px solid #B5B48E;
	padding: 5px 0 0 0;
}
#financing img {float: none}

/*** SPECIAL INDEX PAGE ***/
#main2-index1 {width: 200px; float: left;}
#main2-cellar {
	clear: both;
	border-top: 2px solid #B5B48E;
	padding: 10px 0;
	height: 95px;
}
#main2-cellar img {position: relative; left: 280px;}

/*** SPECIAL MAP PAGE ***/
#main2-map1 {display: block; width: 480px; float: left;}
#main2-map2 {width: 200px; float: left;}
#location {
	position: absolute; top: 100px;
	border-top: 2px solid #3C3032;  
	font-family: georgia, serif;
	color: #3C3032;
}

/***** GALLERY *****/
#main1 ul ul {
	position: relative; top:0; left: 25px;
	border: none !important;
	padding: 3px 0 0 0;
}
#gallerynav p {
	word-spacing: 20px;
	text-align: center;
}
#gallerynav a {color: #3C3032;}
#gallerypic {
	padding: 0 0 20px 0;
	text-align: center;
}
#gallerypic p {width: 530px;}
#select {width: 300px; margin: 0 auto;}

/***** FOOTER *****/
#footer {
	clear: both;
	padding: 5px 0;
	text-align: center;
	font-family: georgia, serif;
	color: #3C3032;
	background: #B5B48E url('images/dropbottom.jpg') top right no-repeat;
}
#footer li {
	display: inline;
	font-size: 11px;
	margin: 0 10px;
	word-spacing: 2px;
}
