@import url("frontend.css");
@import url("nav.css");

/*
-----------HTML Elements---------
*/

body {
	margin: 0 0 0 0;
	background: #fff;
	color: #000000;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #fff url('../images/bodyBg.jpg') repeat-y center;
}
body, td, th, li, p {
	line-height: 1.6em;
}
a {	
	color: #2163a6;
}
a:hover {
	text-decoration: none;
	color: green;
}
h3 a:visited {
	color: #9F91BA;
}
p { 
	font-size:14px;
	line-height:18px;
	margin:9px 0 0 0;
}
ul li, ol li {
	margin-left:30px;
	font-size:14px;
}
h1, h2, h3, h4, h5 {
	color: #3e3e3e;
	font-weight: bold;
}
h1 {
	font-size: 32px;
	line-height: 36px;
	margin: 9px 0 0 0;
	color: #59120F;
}
h2 {
	font-size:24px;
	line-height:27px;
	margin:9px 0 0 0;
	color:#4F4F4F;
}
h3 {
	font-size:16px;
	line-height:18px;
	margin:18px 0 0 0;
	color:#003E7E;
}
h4 {
	font-size:14px;
	color:#000;
	line-height:27px;
	margin:9px 0 0 0;
}
h5 {
	font-size:12px;
	text-decoration:underline;
	margin:9px 0 -9px 0;
	line-height:27px;
}
table caption {
	font-weight:bold;
}
table td {
	padding:5px;
}
blockquote {
	margin: 9px 0 0 10px;
}



/*
---------Additional Tags--------
*/

.bgcolor_gray {

	background-color: #efefef;
	
}

.img_liststyle {
	list-style-image:url('../images/icon01.gif');

}

.img_liststyle_sub_wh {
	list-style-image:url('../images/icon_disc_wh.gif');
	list-style-type:disc;
}

.img_liststyle_sub_gr {
	list-style-image:url('../images/icon_disc_gr.gif');
	list-style-type:disc;
}


/*
-----------Site-wide Tags-----------
*/
.altRow {
	background: #ccc;
}
.imgLt, .imglt {
	margin: 0 1.25em 1em 0;
	float:left;
}
.imgRt, .imgrt {
	margin: 0 0 1em 1.25em ;
	float:right;
}
.back {
	margin:1em 0;
	display:block;
}

/*
-----------Mojo Btn-----------
*/
.mojoBtn, .mojoBtn span {
	display: inline-block;
	*display: inline;
	font-family: "Trebuchet MS", Verdana, Arial, Times, serif;
	font-size: 12px;
	line-height: 20px;
	text-decoration: none;
	cursor: pointer;
	zoom: 1;
}
.mojoBtn {
	padding-left: 4px;
	color: #000;
	background: url('/images/ui/btn/mojobtn-left.gif') top left no-repeat;
}
.mojoBtn:hover {
	color: #111;
	opacity: 0.70;
  filter: alpha(opacity = 70);
}
.mojoBtn span {
	padding-right: 4px;
	background: url('/images/ui/btn/mojobtn-right.gif') top right no-repeat;
}
.mojoBtn span span {
	padding: 0 5px;
	background: url('/images/ui/btn/mojobtn-bkgd.gif') top center repeat-x;
}

/*
-----------Mojo Btn-----------
*/
.mojoBtnGrey, .mojoBtnGrey span {
	display: inline-block;
	*display: inline;
	font-family: "Trebuchet MS", Verdana, Arial, Times, serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 40px;
	text-decoration: none;
	cursor: pointer;
	zoom: 1;
}
.mojoBtnGrey {
	padding-left: 19px;
	color: #91183d;
	background: url('/images/ui/btn/mojobtn-big-grey-left.gif') top left no-repeat;
}
.mojoBtnGrey:hover {
	color: #91183d;
	opacity: 0.70;
  filter: alpha(opacity=70);
}
.mojoBtnGrey span {
	padding-right: 19px;
	background: url('/images/ui/btn/mojobtn-big-grey-right.gif') top right no-repeat;
}
.mojoBtnGrey span span {
	padding: 0 0 1px 0;
	background: url('/images/ui/btn/mojobtn-big-grey-bg.gif') top center repeat-x;
}

/*
-----------Page Layout-----------
*/
.content {
	width: 610px;
	padding:0 10px 0 0;
	float:left;
	/*border-right:2px dotted #f4f4f4;*/
}

.content3 {
	width: 610px;
	padding:0 10px 0 0;
	float:right;
	/*border-right:2px dotted #f4f4f4;*/
}


#home .content {
	width: 938px;
	padding: 0;
}

.events .content  {
	width:898px;
	float:none;
	border:0px;
	padding: 0px 20px 0 20px;
}

.inner_page .content {
	padding: 0px 20px 0 20px;
}
#pageWrap {
	margin:0 auto;
}
#pageContent {
	background:#fff;
	margin: 0 auto;
	border:1px solid #fff;
	border-bottom:0px;
	padding:0 10px 10px 10px;
	width: 938px;
}
#mainContent{
	width: 938px;
}
#secContent {
	width: 200px;
	margin: 0 20px 10px 0;
}
#tertiaryContent {
	width: 200px;
	margin: 0 0 10px 20px;
}
#secContent, #mainContent, #tertiaryContent {
	float: left;
}

/*
-----------Header-----------
*/
#header {
	position: relative;
	background:#fff;
	width: 958px;
	border-left:1px solid white;
	border-right:1px solid white;
	margin: 0 auto;
	padding-top:2px;
}
/*
#header a {
	color: #fff;
}*/
#header .phonenumber {
	position: absolute;
	top: 25px;
	right: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #090741;
	text-align: right;
}

/*
-----------Sub Header-----------
*/
#subHeader {
	display: none;
	z-index: 0;
}
#home #subHeader {
	display: block;
	width:958px;
	border: solid #fff;
	border-width: 0 1px;
	margin: 0 auto;
	background: #91003a;
	text-align: center;
}
#home #subHeader .slide img {
	line-height:0px;
	margin:0;
	padding:0;
}

#mainImg {
	position: relative;
}

.slide {
	position:absolute;
}

.slide .slideContent {
	position:absolute;
	top: 107px;
	left: 410px;
	z-index: 500;
	width: 281px;
}

#mainImg .slide .slideContent h1 {
	font-size: 24px;
	color: #000;
	display: block;
	margin: 0;
}

#mainImg .slide .slideContent h2 {
	font-size: 17px;
	color: #000;
	line-height: 1.1em;
	margin: 0 0 0.25em 0;
	text-align: left;
}

#mainImg .slide .slideContent h2 em {
	color: #91003a;
	font-style: normal;
}

#mainImg .slide .slideContent li {
	line-height: 20px;
}
#mainImg .btnReqQuote{
	padding: 6px 10px;
	font-size: 14px;
	width: 133px;
	margin: 5px 0 0 15px;
}

/*
----------Nav Design-----------
*/
.nav {
	width: 958px;
	margin: 0 auto;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	background: #003872 url('images/navBg.gif') repeat-x left bottom;
	z-index: 1;
}
.nav ul {
	/*This forces the dropdown to appear above the calendar on the events page*/
	z-index:100;
}

.nav li {
	background:url('images/navDivider.gif') no-repeat right bottom;
}

.nav li a {
	padding:6px 10px;
	margin:0 3px 0 0px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	/*text-transform:uppercase;*/
}
.nav li a:hover {
	color: #fff;
	background:#004d89 url('images/navBGHover.gif') repeat-x left bottom;
}
.nav li ul {
	width: 200px; /* Equals width of (.nav li ul li a) plus the left/right padding */
	border: solid #fff 0px;
	background: #89be11;
}
.nav li li a {
	border-bottom: solid #016ba5 1px; /* keeps IE6 from displaying submenu items with excess space below. */
}
.nav li ul li a {
	width: 180px;	 /* Any changes to these need to be reflect in (.nav li ul ul) and (.nav li ul) */
	margin: 0;
	padding: 5px 10px;
	background: #015293;
	color: #fff;
	text-align: left;
	text-transform:none;
}
.nav li ul li a:hover {
	background: #00458a;
	color: #fff;
}
.nav li ul ul {
	margin-left: 200px; /* Equals width of (.nav li ul li a) plus the left/right padding */
}





/*
----------Footer----------
*/
#footer {
	width: 958px;
	border-left: 1px solid white;
	border-right: 1px solid white;
	margin: 0 auto;
	padding: 30px 0 90px;
	background: #D1D2EF;
	font-size: 12px;
	text-align: left;
	height: 0px;
}
#footer ul {
	float:right;
	width: 270px;
	padding: 0;
	list-style: none;
}

#footer ul li {
	font-size:11px;
	line-height:1.3em;
}

#footerLinks {
	margin-left: 200px;
	width: 558px;
	float: left;
}

#footerLinks #copyright {
	margin-top:23px;
}

#footerLogo {
	width:175px;
	float:left;
	margin-top:10px;
}

#footer a {
	color: #2163a6;
}

#footer .org {
	font-weight:bold;
}

#footer .footerCopy
{
	font-size: 11px;
}




/*-----------Home--------------*/
#home #pageContent {
	width: 948px;
	padding-right: 0;
	background: #fff url('/themes/batterytesteq/images/home-content-bg.gif') 50% 64px no-repeat;
}
#home #mainContent {
	width: 100%;
}
#home #mainContent .content {
	padding-top: 10px;
}
#home #mainContent .content h1 {
	margin: 1.5em 0 .75em 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 25px;
}
#home #mainContent .content h1 strong {
	font-size: 30px;
}
#home #mainContent .content ul li {
	margin-bottom: .75em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: normal;
}
#home #mainContent .goldStd {
	border: solid #e5dca3;
	border-width: 3px 0 3px 3px;
	padding: 11px 0 11px 11px;
	*padding-bottom: 10px;
	color: #fff;
	background: #003e7e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
#home #mainContent .goldStd .gold {
	color: #e5dca3;
}
#home #mainContent .goldStd .green {
	color: #45c75b;
}
#home #mainContent .goldStd .imgRt {
	margin-top: -58px;
}

/*-----------Sidebar--------------*/

#sidebar2 {
	float:right;
	width:250px;
	padding: 15px;
	background: #efefef;
	margin-top: 10px;
}


#sidebar2 .content {
	float: none;
	padding: 0;
	width: auto;
}

#sidebar2 h2 {
	text-align: left;
	line-height: 1.1em;
	font-size: 17px;
}

#sidebar2 a {
	font-weight: bold;
}

#sidebar2 .roiInfo {
	border-top: solid 3px #003E7E;
	margin-top: 20px;
	padding-top: 10px;
}

#sidebar2 .roiInfo ul {
margin-top: 5px;
}




#sidebar3 {
	float:left;
	width:250px;
	padding: 15px;
	background: #efefef;
	margin-top: 10px;
}

#sidebar3 .content {
	float: none;
	padding: 0;
	width: auto;
}

#sidebar3 h2 {
	text-align: left;
	line-height: 1.1em;
	font-size: 17px;
}

#sidebar3 a {
	font-weight: bold;
}

#sidebar3 .roiInfo {
	border-top: solid 3px #003E7E;
	margin-top: 20px;
	padding-top: 10px;
}

#sidebar3 .roiInfo ul {
margin-top: 5px;
}






.btnReqQuote {
	display: block;
	background: #ccc url(images/button-bg.gif) left center repeat-x;
	font-size: 18px;
	color: #990000;
	font-weight: bold;
	padding: 10px;
	width: 212px;
	margin: 10px auto;
	text-align: center;
	cursor: hand;
	cursor: pointer;
	border: solid #666 1px;
}

a.btnReqQuote:hover {
	
}

.testimonial p {
	margin: 0 0 5px 0;
}

.testimonial .author {
	font-weight: bold;
	text-align: right;
}




/*****************************************************/
.txtRD10pt {
	color:red;
	font-size: medium
	
}

/***************************Aug 18, 2011**************************/
div.listing ul ul {
	padding-left: 10px;
}