/* Entry Page Styles */

/*body {
	padding: 0;
	margin: 0 0;
	font: 0.8em/1.45 Arial, Helvetica, Geneva, sans-serif;
	width:600;
	height:400;

}
*/
.headerbox
{
	text-align:center;
	position:relative;
	height:100px;
	width:30%;
	border-style:none;
	border-width:2px;
	border-color:black;
}
.mainbox
{
	text-align:center;
	height:300px;
	border-style:none;
	border-width:2px;
	border-color:black;
}
.contactcontainer 
{
	
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom:0px;
	margin-left:50px;

	width:700px;
}
.logoBox
{
	
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom:0px;
	margin-left:60px;

}
.headLogo {
	text-align: left;
	height: 150px;
	width: auto;
	z-index: 1;
}

.borderPic 
{
	border-style:none;
	border-width:20px;
	border-color:black;
	/*width:auto;*/
	height:350px;
	margin-top: 25px;
	margin-right: 50px;
	margin-bottom:0px;
	margin-left:0px;
	float:right;
	width : expression(this.width > 600 ? 600: true);
	-ms-interpolation-mode:bicubic;

	max-width:600px;
}
.borderPicMain 
{
	border-style:none;
	border-width:20px;
	border-color:black;
	width:auto;
	height:300px;
	-ms-interpolation-mode:bicubic;
}
.aboutPic
{
	width:200px;
	height:auto;
	border:none;
	float:right;
	margin-right:50px;
	-ms-interpolation-mode:bicubic;
}
.aboutContainer
{
	margin-left:30px;
	margin-right:30px;
}
.clear-line
{
clear:both;
}

/* NAV BAR */

.nav-headings
{
	margin-left:5%;
	margin-right:5%;
	height:60px;
}

p.fleft
{
	float:left;
	display:inline;
	color:rgb(166,151,122);
	
}
p.fright
{
	float:right;
	display:inline;
	color:rgb(166,151,122);

}

.navbar-div
{
	margin-left:2%;
	margin-right:2%;
}

.navbar-ul
{
	/*float:left;
	list-style-type: none;*/
	font: 0.8em/1.45 Arial, Helvetica, Geneva, sans-serif;
}

.navbar-left-a
{
float:left;
width:6.2em;
text-decoration:none;
color:white;
background-color:rgb(161,185,151);
padding:0.2em 0.2em;
border-right:1px solid white;
display:inline;
text-align:center;
}

.navbar-left-a:hover {background-color:rgb(161,185,151)}

.navbar-ul li {display:inline}

.navbar-right-a
{
float:right;
width:5em;
text-decoration:none;
color:white;
background-color:rgb(161,185,151);
padding:0.2em 0.2em;
border-right:1px solid white;
display:inline;
text-align:center;
}
.navbar-right-a:hover {background-color:rgb(161,185,151)}

.navbar-right-a-brown
{
float:right;
width:5em;
text-decoration:none;
color:white;
background-color:rgb(166,151,122);
padding:0.2em 0.2em;
border-right:1px solid white;
display:inline;
text-align:center;
}
/* END NAV BAR */

/* GALLERY*/
.gal-container
{
	margin-left:5%;
	margin-right:5%;
}
	
.gal
{
  margin: 2px;
  border-style:solid;
  border-color:Navy;
  border:none;
  height: 225px;
  width: 300px;
  float: left;
}	

.clipwrapper
{
	width:60px;
	height:60px;
	border-style:solid;
	border-color:White;
	border-width:5px;
	float:left;
	overflow:hidden;

}
.clip
{
	position:absolute;
	clip:rect(0px, 60px, 60px, 0px);
	visibility: hidden;
}
.imageTN
{   
	/*max-width:126px;
	max-height:126px;*/
	border:none;
	display:inline;
	position:relative;

}

form {
	margin: 0;
}

.message-text {
	font-weight: bold;
	font-style: italic;
} 

.required-text {
} 

.form-input-field {
	background: #f4f4f4;
	width: 100%;
	font-size: 1em;
} 

.form-input-button {
	font-size: 1.3em;
	background:rgb(161,185,151);
	color:White;
}
.ccFooter 
{
	font-size:x-small;
	color:rgb(161,185,151);
	font-style:italic;
	margin-left:5%;
}
	
/* @end */



