@charset "UTF-8";

/* layout */

#wrapper {
	width: 930px;
	margin:0 auto;
	font-family: "Karla", sans-serif;
	font-size: 6px;
	line-height: 130%;
	font-weight: 400;
	color: #666666;
}
#header {
	height: 150px;
	width: 930px;
	background-image:url(Images/logo.png);
	background-repeat:no-repeat;
	background-position:top;
}
#body {
	width: 930px;
	margin:0 auto;
	font-family: "Karla", sans-serif;
	text-align: justify;
	font-size: 15px;
	line-height: 150%;
	font-weight: 400;
	color: #494747;
	background-image: url(Images/background-body.gif);
	background-repeat: repeat;
	overflow:auto;
}
#content {
	width: 800px;
	padding-left: 65px;
}
#contentgallery {
	width: 800px;
	padding-left: 40px;
}
#col1 {
	height: 585px;
	width: 370px;
	float: left;
}
#col2 {
	height: 585px;
	width: 370px;
	float: right;
}
#homeheading {
	text-align: center;
}
#bgtop {
	background-image:url(Images/background-top.png);
	width: 930px;
	height: 64px;
}
#nav {
	width: 800px;
	height: 64px;
	margin:0 auto;
}
#bgbottom {
background-image: url(Images/background-bottom.png);
	width: 930px;
	height: 50px;
}
body {
  	padding: 0;
  	margin: 0;
	background-image:url(Images/background-pattern.jpg);
	width: 100%;
}
#footer {
	height: 110px;
	width: 930px;
	font-family: "Karla", sans-serif;
	font-size:14px;
	line-height: 130%;
	font-weight:400;
	color: #e7decd;
	margin:0 auto;	
}
#galleryfooter {
	height: 40px;
	width: 930px;
	font-family: "Karla", sans-serif;
	font-size: 12px;
	line-height: 130%;
	font-weight: 400;
	color: #494747;
	margin:0 auto;	
	background-image: url(Images/background-body.gif);
}
	.imgtop {
padding: 20px 0px 0px 0px;
}
	.imgnav {
padding: 20px 0px 0px 0px;
}
	.imgmedia {
padding: 0px 0px 0px 67px;
}

/* typography */

h1
{
font-family: "Karla", sans-serif;
font-weight: 400;
color: #5b0721;
text-align:left;
font-size: 24px;
font-weight: lighter;
margin-bottom: 3px;
}
h2
{
font-family: "Karla", sans-serif;
font-weight: 400;
color: #5b0721;
text-align:left;
font-size: 20px;
font-style: italic;
font-weight: lighter;
margin-bottom: 3px;
}
ul
{
padding: 0;
padding-left: 16px;
margin: 0;
margin-left: 0;
}

a.maroon:link  {text-decoration: none; color: #5b0721;}
a.maroon:active {text-decoration: none; color: #5b0721;}
a.maroon:visited {text-decoration: none; color: #5b0721;}
a.maroon:hover {text-decoration: underline; color: #5b0721;}

a.cream:link {text-decoration: none; color: #e7decd;}
a.cream:active {text-decoration: none; color: #e7decd;}
a.cream:visited {text-decoration: none; color: #e7decd;}
a.cream:hover {text-decoration: underline; color: #e7decd;}

/* email form */

	#form3{
		margin:1em 0;
		width:355px;
		height:520px; /* original had fixed size envelope graphic */
		overflow:hidden;
		}
	#form3 h3{display:none;}	
	#form3 fieldset{
		padding:0;
		border:none;	
		float:left;
		display:inline;
		width:338px;
		margin-left:0px;
		padding-top:0px;
		}	
	#form3 fieldset.last{
		width:331px;
		height: 126px;
		margin-left:0px;
		}				
	#form3 legend{display:none;}	
	#form3 p{margin:.5em 0;}	
	#form3 label{display:block;}	
	#form3 input, #form3 textarea{		
		width:338px;
		border:1px solid #999;
		padding:3px;
		margin-bottom: 5px;
		}		
	#form3 filefield{
		border:1px solid #999;
		}
	#form3 textarea{
		width:338px;
		height:120px;
		overflow:auto;
		}					
	#form3 p.submit{
		margin:0 0px;
		clear:both;
		position:relative;
		}	
	#form3 button{
		padding:0;
		position:absolute;
		left:0;
		top:0em;
		width:100px;
		height:25px;
		text-indent:-8000px;
		overflow:hidden;
		border:none;
		background: url(Images/send.gif) no-repeat 0 0;
		cursor:pointer;
		}				

/* // email form */

/* css rollover gallery*/

.thumbnail{
	padding: 0px 0px 0px 0px;
	background-color: #fff;
	border: 1px solid #fff;
	float: left;
	margin-right: 20px;
	margin-bottom: 6px;
	width: 100px;
	height: 100px;
	}	
	
.thumbnailcapt {
	float: left;
	background-color: #e7decd;
	font-size: 13px;
	}

.thumbnailcontainer	{
	padding: 0px 0px 0px 0px;
	background-color: #e7decd;
	float: left;
	margin-bottom: 20px;
	}