/* $Header: /usr/local/cvsroot/newproj/elements/css/static.css,v 1.4 2009/10/28 22:23:06 tngsandiego Exp $ */

.deflnH{line-height:1.4em;}

.nou:hover{text-decoration:none;}
.nou{text-decoration:none;}
.a:hover{text-decoration:underline;}
.a{text-decoration:none;cursor:pointer;}
.uppercase{text-transform:uppercase;}
.u{text-decoration:underline;}
.i{font-style:italic;}

.absolute{position:absolute;}
.relative{position:relative;}

.nowrap{white-space:nowrap;}
.wrap{white-space:normal;}

.vmid{vertical-align:middle;}
.vtop{vertical-align:top;}
.vbottom{vertical-align:bottom;}
.vtbot{vertical-align:text-bottom;}
.vsub{vertical-align:sub;}
.vttop{vertical-align:text-top;}

.center{text-align:center;}
.left{text-align:left;}
.right{text-align:right;}
.justify{text-align:justify;}

.pointer{cursor:pointer;}

.font{font-family:Helvetica,Arial,sans-serif;}

.overhid{overflow:hidden;}
.ovs{overflow-y:scroll;}

pre.code{
	border:1px solid #555;
	background-color:#EEE;
	padding:3px;
}

p{margin-top:5px;}
#layerEvent p{margin:0;}
/*h1{margin:0px;margin-bottom:10px;font-size:18pt;}
h2{font-weight:normal;margin:0px;}*/

h1, h2, h3 {
	border:none;
	font-family:inherit;
	font-size: 100%;
	font-style:inherit;
	font-weight:inherit;
	margin:0;
	padding:0;
}

a img{border:none;}

/* Browser specific Styles! */
/*
	Example:
	
html.ie7 .someclass .someotherclass{font-size:7pt;} <-- this will show up only on ie7!

	Read here for more info! https://github.com/rafaelp/css_browser_selector/blob/master/README.mkdn

*/

#faqs .ui-accordion .ui-accordion-header {
	background: none;
	color: #fff;
	font-family: 'TradeGothic',Arial,sans-serif;
	font-size: 16pt;
	font-weight: normal;
}
#faqs .ui-accordion .ui-accordion-header a {
	color: #fff;
}
#faqs .ui-widget-content {
	background: none;
	color: #fff;
}
#faqs .ui-corner-all {
	border: 0 none;
	border-radius: 0;
	border-bottom: 1px solid #666;
}
#faqs .ui-corner-bottom, #faqs .ui-corner-top {
	border: 0 none;
	border-radius: 0;
	border-bottom: 1px solid #666;
}
#faqs .ui-corner-top {
	border: 0 none;
	border-radius: 0;
}
#faqs .ui-accordion .ui-accordion-content {
	padding: 1em 3.2em;
	line-height: 1.5 !important;
}
#faqs .ui-accordion .ui-accordion-content a, #faqs .ui-state-active a {
	color: #e22211 !important;
}
#faqs .ui-accordion .ui-accordion-content p {
	padding-bottom: 10px;
}





.sitemap {
	padding: 0 0 30px 0 !important;
}
.body-in .sitemap a, .sitemap .item a {
	color: #e22211;
}
.body-in .sitemap a:hover, .sitemap .item a:hover {
	color: #fff;
	text-decoration: underline;
}
.body-in  .sitemap .item.level-0 {
	margin-top: 8px;
}
.body-in .sitemap .item.level-1 {
	margin-top: 2px;
}





/*.gallery-list-content .media .list-item {
	background-image: url("../images/no-image.png");
}*/



.testimonials-container p img {
	display: none;
}
.testimonial-img {
	padding: 0 0 5px 25px;
	margin: 0;
}
