/* CSS Document */

BODY {
	MARGIN-TOP: 0px; background-color:#cc6600; /*background-color:#CCFFCC;*/
}

A.MainMenu {
	color:#000000; font-weight:bold; text-decoration:none; font-family:"Century Gothic"; font-size:12px;
}

A.SubMenu {
	color:#000000; font-weight:bold; text-decoration:none; font-family:"Century Gothic"; font-size:12px;
}

A.MainMenu:hover {
	COLOR: #009933; font-weight:bold; TEXT-DECORATION: none; font-family:"Century Gothic"; font-size:12px;
}

#dropmenudiv{
position:absolute;
border:none;
border-bottom-width: 0;
font-family:12px Century Gothic;
font-weight:bold;
line-height:30px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 10px;
border-bottom: none;
padding: 0px;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
/* background-color:#FFA500; */
color:#009933;
}

.borderit img{
border:none;
}

.borderit:hover img{
border: 3px solid #cc6600;
}

.borderit:hover{
color: red; /* irrelevant definition to overcome IE bug */
}

H1.headerTitle {
	color:#009933; font-family:"Arial"; font-size:12px; font-weight:bold; margin:0; padding:0;
}
H2.headerHeadline  {
	color:#000000; font-family:"Century Gothic"; font-size:19px; line-height:23px; font-weight:bold; font-style:italic; margin:0; padding:0;
}

P.bodyText  {
	font-family:"Century Gothic"; font-size:13px; line-height:18px;
}

SPAN.bodyText  {
	font-family:"Century Gothic"; font-size:13px; line-height:18px;
}

A.bodyLink  {
	font-family:Century Gothic; font-size:13px; line-height:18px;
}

LI.bodyList  {
	margin-top:5px; font-family:"Century Gothic"; font-size:13px; line-height:18px;
}

P.testimonialText  {
	font-family:"Century Gothic"; font-size:12px; line-height:18px; color:#009933; font-style:italic;
}


SPAN.sidebarTitle  {
	color:#cc6600; font-size:14px; font-family:Arial; font-weight:bold;
}

P.sidebarTitle  {
	color:#cc6600; font-size:14px; font-family:Arial; font-weight:bold;
}

LI.sidebarSubTitle  {
	color:#cc6600; font-size:12px; font-family:Arial; font-weight:bold; margin-bottom:5px;
}

SPAN.sidebarSubTitle  {
	color:#cc6600; font-size:12px; font-family:Arial; font-weight:bold;
}

P.sidebarSubTitle  {
	color:#cc6600; font-size:12px; font-family:Arial; font-weight:bold;
}

LI.sidebarText  {
	color:#cc6600; font-size:12px; font-family:Arial; font-weight:normal; margin-bottom:5px;
}

SPAN.sidebarText  {
	color:#cc6600; font-size:12px; font-family:Arial; font-weight:normal;
}

P.sidebarText  {
	color:#cc6600; font-size:12px; font-family:Arial; font-weight:normal;
}

A.sidebarText  {
	color:#cc6600; font-size:12px; font-family:Arial; font-weight:normal;
}

A.testimonialText {
	font-family:Century Gothic; font-size:12px; line-height:18px; color:#009933; font-style:italic; text-decoration:underline;
}