/* General */
a,
a:link { color: #088686; text-decoration: underline; }
a:visited { color: #808080; text-decoration: underline; }
a:focus { color: #088686; text-decoration: underline; }
a:hover { color: #808080; text-decoration: underline; }	
a:active { color: #e51b25; text-decoration: underline; }


p {	padding: 0 0 1.2em 0;	line-height: 1.54em; }

h1 { color: #e51b25; font-size: 1.38em; font-weight: bold; line-height:1.05em; margin: 0 0 0.5em 0; }
h2 { color: #999999; font-size: 1.15em; font-weight: bold; line-height:1.05em; margin: 0 0 0.5em 0; }
h3 { color: #e51b25; font-size: 1.15em; font-weight: bold; line-height:1.05em; margin: 0; }
h4 { color: #B0B0B0; font-size: 1.15em; font-weight: bold; line-height:1.05em; margin: 0; }
h5 { color: #B0B0B0; font-size: 1.08em; font-weight: bold; line-height:1.05em; margin: 0; }
h6 { color: #B0B0B0; font-size: 1.00em; font-weight: bold; line-height:1.05em; margin: 0; }

strong { font-weight: bold; }

ol, ul {
	list-style: disc; margin-left: 2em;
}

li { margin-bottom:1.23em; line-height:1.54em; }

.cursorPointer { cursor: pointer; }

.testBorder {border:#CC0000 1px solid}

.testFill { background-color:#CC6600 }

/* Logo Menu */
#containerLogo a {
   text-indent: -9999px;
	 background-color: transparent;
   width: 762px; height: 120px;
   position: absolute;
   }

/* Top Menu */
ul.menuTop{font-family: verdana,arial,helvetica,clean,sans-serif; font-size: 0.85em; font-weight: bold; float:left; list-style-type: none; margin: -5px 0 0 0; padding: 0; width: auto; }
ul.menuTop li { display: inline; float: left; margin:0;}
ul.menuTop a { display: inline; float: left; height: 27px; line-height: 225%; padding: 0; text-decoration: none; }
ul.menuTop a:link { color: #666666; border-right: 1px solid transparent; border-left: 1px solid transparent; text-decoration: none;}
ul.menuTop a:visited { color: #666666; border-right: 1px solid transparent; border-left: 1px solid transparent; text-decoration: none;}
ul.menuTop a:hover { color: #088686; background: #dcd8c0 url(../images/menu_bg.jpg) 0 0 repeat-x; margin: 0; border-right: 1px solid #999999; border-left: 1px solid #cccccc; text-decoration: none;}
ul.menuTop a:active { color: #e51b25; background: #dcd8c0 url(../images/menu_bg.jpg) 0 0 repeat-x; border-right: 1px solid #999999; border-left: 1px solid #cccccc; text-decoration: none; }
ul.menuTop .current a { color: #e51b25; background: #dcd8c0 url(../images/menu_bg.jpg) 0 0 repeat-x; border-right: 1px solid #999999; border-left: 1px solid #cccccc; text-decoration: none; }
ul.menuTop a span { padding: 0 12px; }

/* Bottom Menu */
ul.menuBottom {
	font-family: verdana,arial,helvetica,clean,sans-serif;
	font-size: 0.77em;
	margin-right: auto;
	margin-left: auto;
	padding: 5px 0 5px 0;
	}

ul.menuBottom ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
	}

ul.menuBottom li {
	display: inline;
	margin: 0;
	padding: 0;
	}

ul.menuBottom a {
	display: inline;
	margin: 0;
	padding: 0 7px; 
	text-decoration: underline;
	}

ul.menuBottom a:link { color: #088686; }
ul.menuBottom a:visited { color: #808080; }
ul.menuBottom a:hover { color: #808080; }	
ul.menuBottom a:active { color: #e51b25; }
ul.menuBottom .current a { color: #e51b25; }
	
/* Copyright */
div#containerCopyright {
	color: #808080;
	font-size: 0.77em;
}

/* Testimonials */
.testimonials {
border-top: 1px solid #dcd8c0;
margin: 1em 0 0.50em 0;
padding: 1em 0 0 0;
}