@charset "utf-8";
/* CSS Document */

#press {
 text-align: left;
 margin-left: 20px;
 margin-top: 20px;
}
.pressTitle {
 text-align: center;
}
.pressDetails {
	color: black; font-size: 14px; font-family: arial, Helvetica, sans-serif; line-height: 18px;
	padding-left: 100px;
	padding-right: 100px;
	margin-bottom: 40px;
	width:780px;
}
#press h3 {
	background-image:url(images/middot.gif);
	background-position:0 5px;
	background-repeat:no-repeat;
	margin:0;
	padding:0 0 10px 15px;
}
#cForm{
  float: right;
  width: 640px;
  padding: 20px 20px 10px 20px;
}
a {
  text-decoration: none;
  color: #9e7800;
}
a:hover {
  text-decoration: underline;
  color: #9e7800;
}
#contactContainer {
  margin: 0px;
  padding: 0px;
  width: 980px;
  background-image: url(images/watermarkVent.gif);
  background-repeat: no-repeat;
  background-position: 314px 15px;
  min-height: 430px;
}
#portfolioContainer {
  margin: 0px;
  padding: 10px 0px 10px 0px;
  width: 980px;
  background-image: url(images/watermarkVent.gif);
  background-repeat: no-repeat;
  background-position: 314px 30px;
  min-height: 430px;
  text-align: center;
}
#pressContainer {
  margin: 0px;
  padding: 10px 0px 10px 0px;
  width: 980px;
  text-align: center;
  min-height: 400px;
}
#contactData {
  width: 260px;
  padding: 10px 20px 10px 20px;
  float: left;
}
h4 {
	margin: 0px;
	padding: 0px;
}
#contactData h2,h3 {
  margin: 0px;
  padding: 0px 0px 10px 0px;
}
#contactData p {
  margin: 0px;
  padding: 0px;
  font-size: 18px;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif; font-size: 14px;
  margin: 0px;
  background-color: #faf8ef;
  background-repeat: repeat-x;
  min-width: 980px;
  padding: 0px;
  width: 980px;
  background-image: url(images/bkg.gif);
}
#header {
  background-color: #630016;
  height: 150px;
  width: 100%;
  background-image: url(images/headerhome.jpg);
  background-repeat: no-repeat;
  background-position: right;
}
#contentContainer {
  margin: 0px;
  padding: 0px;
  width: 980px;
  background-image: url(images/watermarkVent.gif);
  background-repeat: no-repeat;
  background-position: 65px 15px;
  min-height: 430px;
}
#hitCounter {
  font-family: verdana;
  color: #cccccc;
  font-size: 10px;
  font-weight: normal;
  text-align: center;
  margin-top: -15px;
  margin-bottom: 20px;
}
#footer {
	padding-top: 10px;
  font-family: "Times New Roman", Times, serif;
  color: #9e7800;
  font-weight: normal;
  text-align: center;
}
#footer p {
  margin: 5px 0px 20px 0px;
}
#footer a{
	font-size: 12px;
}
.clear {
  clear: both;
  height: 0px;
}
img {
  border: none;
  margin: 0px;
  padding: 0px;
}

/**************************
* BEGIN NAVIGATION STYLES *
**************************/
#navContainer {
  background-color: #9e7800;
  height: 23px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: none;
  border-top-color: black;
  border-bottom-color: black;
}
#content {
	color: black; font-size: 14px; font-family: Georgia, "Times New Roman", Times, serif; line-height: 20px;
	padding: 0px 20px 10px 20px;
	width: 450px;
	text-align: left;
	float: left;
}
#homeImage {
  float: right;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 0px;
  z-index: -1;
}
#aboutImage{
  float: right;
  padding-top: 10px;
  padding-right: 50px;
  padding-left: 0px;
  z-index: -1;
}
#content p {
  margin-top: 20px;
  margin-bottom: 0px;
}
.suckertreemenu{
  font-size: 17px;
  font-family: Arial, Geneva, Helvetica, sans-serif;
  color: white;
}
.suckertreemenu ul{
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/*Top level list items*/
.suckertreemenu ul li{
  padding: 2px 10px 2px 10px;
  position: relative;
  float: right;
}
/*Top level menu link items style*/
.suckertreemenu ul li a{
  text-decoration: none;
  color: white;
}
.suckertreemenu ul li a:hover{
  text-decoration: none !important;
  color: white !important;
}
/*1st sub level menu*/
.suckertreemenu ul li ul{
  filter: alpha(opacity = 92);
  -moz-opacity: .92;
  opacity: .92;
  left: 0;
  position: absolute;
  display: block;
	visibility:hidden;
  border: solid 1px black;
  z-index: 1001;
}
/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
  padding: 0px;
  display: list-item;
}
/* Sub level menu links style */
.suckertreemenu ul li ul li a{
  display: block;
  width: 250px; /*width of sub menu levels*/
  color: white;
  text-decoration: none;
  padding: 1px 5px;
  background-color: #9e7800;
  padding: 5px 0px 5px 5px;
}
.suckertreemenu ul li ul li a:hover{
  color: white !important;
	text-decoration:none !important;
  background-color: #630016;
}

/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: right; height: 1%;}
* html .suckertreemenu ul li a { height: 1%;}
* html .suckertreemenu ul li ul li { float: left;}
/* End */
/**************************
* END NAVIGATION STYLES *
**************************/
.contactFieldset {
	border: solid 1px #630016;
	margin: 0px 0px 10px;
	padding: 0px 0px 5px;
}
.contactFieldset legend {
  color: black;
	margin-left: 10px;
}
.contactFieldset p {
	margin: 0px 0px 0px 10px;
}
.contactFieldset input {
	margin-bottom: 5px;
	margin-top: 5px;
}
.contactFieldset textarea {
	margin-bottom: 10px;
}
p.error {
	color: red;
}
.imgleft {
	float: left;
	position: relative;
padding-right: 10px;
padding-bottom: 10px;
}

