@charset "utf-8";
body  {
	font: .8em Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
p {
	font-size:1em;
}
.gillherman #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
} 
.gillherman #header {
	height: 230px;
	background-image: url(../Images/Header.jpg);
	background-repeat: no-repeat;
	overflow: visible;
} 
h1   {
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 180px;
	font-size: 1.75em;
}
.gillherman #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff;
	margin-top: 5px;
}


.gillherman #mainContent {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 175px;
	height: auto;
	padding-left: 5px;
} 
.gillherman #footer {
	padding: 0 10px 10px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffff66;
	margin-top: 5px;
	border-top: solid #ff9900 1px;
	height: 50px;
} 
.gillherman #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0px;
	font-size: 1px;
	line-height: 0px;
}
iframe {
	width: 622px;
	height: 640px;
	margin-top: 5px;
}
.gillherman #container #mainContent #google {
	height: 350px;
	width: 425px;
	float: right;
	clear: none;
}
#sidebar1 ul {
	list-style-type: none;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: -10px;
}
.gillherman  #container  #sidebar1  #Accordion1  .AccordionPanel  AccordionPanelOpen  .AccordionPanelContent  img {
	cursor: default;
}
.imgmap    {
	float: right;
	margin-bottom: 10px;
	border: 2px solid #ff9900;
}
a {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	margin-left: 7px;
}
a:hover {
	text-decoration: underline;
	color: #000000;
	font-weight: bold;
}
img a {
	margin-left: -10px;
}
input {
	background-color: Transparent;
	border: 2px solid #ff9900;
	color: #000000;
	width: 250px;
}
textarea {
	background-color: transparent;
	border: 2px solid #ff9900;
	font-style: normal;
	color: #000000;
}
textarea:focus {
	background-color: #C7D6FA;
	border: 2px solid #0000cc;
	font-style: normal;
	color: #000000;
}
.submit {
	border: 2px solid #ff9900;
	background-color: #FFFFFF;
	color: #000000;
	width: 100px;
	margin-top: 50px;
}
input:focus {
	background-color: #C7D6FA;
	border: 2px solid #0000cc;
	color: #000000;
}
.submit:hover {
	border: 2px solid #0000cc;
	background-color: #C7D6FA;
	color: #000000;
}
.email {
	background-color: transparent;
	background-image: url(../Images/email_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.slideshow {
	margin-top: 10px;
	width: 605px;
	border: solid #000000 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	height: 160px;
	padding-left: 5px;
	padding-top: 10px;
}
.translate              {
	width: 20px;
	border: solid #000000 1px;
	margin-left: 2.5px;
	margin-right: 2.5px;
	height: 13px;
}
.gillherman  #container  #footer  div {
	float: right;
	width: 400px;
	margin-top: 0px;
	padding-top: 5px;



}
.mailmarketing {
	margin-top: 30px;
	margin-right: 5px;
	margin-bottom: 100px;
	width: 300px;
	margin-left: 250px;
}
.mailmarketing  li        {
	list-style-type: none;
	list-style-image: url(../Images/bulet1.gif);
	padding-bottom: 2px;

}

.mailmarketing2  {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	float: left;
}
dl {
	background-color: #FFCC66;
	padding: 10px 100px 10px 100px;
	color: #000000;
	border: solid #ff9900 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
dt {
	font-weight: bold;
	padding-left: 25px;
	padding-top: 10px;
}
.clear {
	clear: both;
}

dd {
	padding-left: 25px;
}
