

body  { 
color: #333331; 
font-family: Verdana, Arial, Sans-serif; 
font-size: 10px;
background-color: #7C7569; 
text-align: left; 
letter-spacing: 0; 
margin: 0 auto; 
padding: 0 }

a:link {
  color:#94948A;
  text-decoration:none;
  }
a:visited {
  color:#94948A;
  text-decoration:none;
  }
a:hover {
  color:#94948A;
  text-decoration:underline;

  }


img {	border: none;}

h2 {

font-family: Verdana, Arial, Sans-serif; 
font-size: 12px;
font-weight: bold;
text-align: left; 
letter-spacing: 0; 
margin: 0 auto; 
line-height: 140%;
color:#66903C;

}
	
#container  { 
background-color: #ffffff; 
margin: 0 auto; 
padding: 0 0; 
width: 900px; 
border: solid 5px #ffffff;
}

	
#content {
	width: 900px;
	background-color:#ffffff;

}

#gallery {
	width: 600px;
	height:350px;
	background-color:#ffffff;
	padding:20px 0px 20px 175px

}

#gallery2 {
	width: 600px;
	height:450px;
	background-color:#ffffff;
	padding:20px 0px 20px 175px

}

.thumbnails { 
	padding: 10px;
	width: 115px;
	height: 75px;
	float: left;
	}
	

.blurb {
background-color: #fff;
color: #444;
text-decoration: none;
word-spacing: normal;
text-align: left;
letter-spacing: 0;
line-height: 140%;
font-size: 10px;
padding: 20px 30px 0 30px;
}

.blurb a 
{ 
color:#66903C; 
text-decoration:none; 
}

.blurb a:hover 
{ color:#66903C; 
text-decoration:underline; 
}




#logo
{
	margin-left: 20px;
	width:202px;
	height: 165px;
	float: left;


}

#header
 { background-color: #ffffff; background-image: url(images/header.jpg); width: 900px; height: 130px }
 
#header2
 { background-color: #ffffff; background-image: url(images/header2.jpg); width: 900px; height: 130px }
 
#header3
 { background-color: #ffffff; background-image: url(images/header3.jpg); width: 900px; height: 130px }
 
#header4
 { background-color: #ffffff; background-image: url(images/header4.jpg); width: 900px; height: 130px }
 
#header5
 { background-color: #ffffff; background-image: url(images/header5.jpg); width: 900px; height: 130px }
 
#header6
 { background-color: #ffffff; background-image: url(images/header6.jpg); width: 900px; height: 130px } 
 
#header7
 { background-color: #ffffff; background-image: url(images/header7.jpg); width: 900px; height: 130px } 
 
#header8
 { background-color: #ffffff; background-image: url(images/header8.jpg); width: 900px; height: 130px } 
 
#header9
 { background-color: #ffffff; background-image: url(images/header9.jpg); width: 900px; height: 130px } 
  
#left
{
	margin: 0px;
	width:320px;
	float: left;
	padding-bottom: 20px;


}

#profleft
{
	margin-top:20px;
	width:389px;
	float: left;
	border-right:1px dotted #999;
	margin-bottom: 20px;


}

#profright
{
	margin-top:20px;
	width:390px;
	float: right;
	margin-bottom: 20px;


}

#contactleft
{
	margin-top:20px;
	width:390px;
	height:370px;
	border-right:1px dotted #999;
	float: left;
	margin-bottom: 20px;

}

#contactright
{
	margin-top:20px;
	width:390px;
	height:370px;
	float: right;
	margin-bottom: 20px;

}

#swf
{
	padding: 20px 20px 20px 0;
	width:500px;
	float: right;


}

#image
{
	padding: 60px 0px 20px 50px;
	width:450px;
	float: right;


}

#imagepanel
{
	background-image: url(images/panel01.jpg);
	margin: 0px;
	width:425px;
	height: 120px;
	float: right;
}

#imagepanel2
{
	background-image: url(images/panel02.jpg);
	margin: 0px;
	width:425px;
	height: 120px;
	float: right;
}

#imagepanel3
{
	background-image: url(images/panel03.jpg);
	margin: 0px;
	width:425px;
	height: 120px;
	float: right;
}

#menu
{
	width: 900px;
	margin: 0;
	padding: 0;
	height: 22px;
	background-color: #1F380E; 
	border-top:1px solid #ffffff;
}

.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;


}

.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
background-color: #1F380E; /*overall menu background color*/
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 10px;
letter-spacing: 2px;

}

.suckertreemenu ul li a{
display: block;
width: 160px; 
padding: 4px 0px;
border-right: 1px solid white;
text-decoration: none;
color: #ffffff;

}
	
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; 
display: block;
visibility: hidden;

}

.suckertreemenu ul li ul li{
display: list-item;
float: none;
}

.suckertreemenu ul li ul li ul{ 
left: 159px; 
top: 0;
}

.suckertreemenu ul li ul li a{
display: block;
width: 160px; 
color: #ffffff;
text-decoration: none;
padding: 5px 0px;
border: 1px solid #fff;
background-color: #7C7569;
}

.suckertreemenu ul li a:hover{
background-color: #555148;
color: #ffffff;
}

.suckertreemenu ul li a:visited{
color: #ffffff;
}

.suckertreemenu .mainfoldericon{
background: #1F380E;
}

.suckertreemenu .subfoldericon{
background: #998C7E;
}

/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%;}
* html .suckertreemenu ul li a { height: 1%;}
* html .suckertreemenu ul li ul li { float: left;}
/* End */

* html p#iepara{ 
padding-top: 0em;
}


#footer { 

	clear: both; 
	width:900px; 
	height:40px; 
	background-color: #555148;
	margin: 0;
	padding: 0;

}




#footertxt {
	color:#CCCCCC;
	font-size: 10px;
	margin: 0;
    margin-top: 10px;
	text-align: center;
}

#footertxt a { color:#F2EDE3; text-decoration:none; }
#footertxt a:hover { color:#F2EDE3; text-decoration:underline; }


.submit { color:#333; font-weight:bold; text-transform:uppercase; font-family:Verdana; font-size:90%; float:right; margin-bottom: 20px;}
.contact_form {display:block; padding: 10px; padding-right:70px; float:right;}
.contact_form label {display:block;	margin-left:10px;}
.contact_form textarea {margin-left:0px; width:300px; height:140px;}


