@import url("/style/frontend.css");
@import url("/style/nav.css");

/*
-----------HTML Elements---------
*/

body {
	margin: 0 0 0 0;
	background: #fff;
	color: #333;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #fff url('/themes/BatteryTestEq/images/bodyBg.jpg') repeat-y center;
}
body, td, th, li, p {
	line-height: 1.6em;
}
a {	
	color: #2163a6;
}
a:hover {
	text-decoration: none;
}
p { 
	font-size:14px;
	line-height:18px;
	margin:9px 0 0 0;
}
ul li, ol li {
	margin-left:30px;
}
h1, h2, h3, h4, h5 {
	color: #3e3e3e;
	font-weight: bold;
}
h1 { 
	font-size:32px;
	line-height: 36px;
	margin: 9px 0 0 0;
	color: #91003A;
}
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;
}

/*
-----------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: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: 35px;
	right: 10px;
	font-size: 20px;
	font-weight: bold;
	color: #003e7e;
}

/*
-----------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('/themes/BatteryTestEq/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('/themes/BatteryTestEq/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('/themes/BatteryTestEq/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 */
}

/*
-----------General Column Formatting-----------
*/
.oneCol, .twoCol, .threeCol, .gallery {

}
.twoCol {
}
.threeCol {
}
.col {
	padding: 0 18px 10px 0;
}
.oneCol .col {
	padding: 0;
}
.twoCol .col {
	width: 45%;
}
.threeCol .col {
	width: 30%;
}
.listing {
	margin: 0 0 1em 0;
}
/*
----------Footer----------
*/
#footer {
	width: 958px;
	border-left:1px solid white;
	border-right:1px solid white;
	margin:0 auto;
	padding: 30px 0 90px;
	background: #f4f4f4;
	font-size: 12px;
	text-align: left;
}
#footer ul {
	float:right;
	width: 270px;
	padding: 0;
	list-style: none;
}

#footer ul li {
	font-size:11px;
	line-height:1.3em;
}

#footerLinks {
	margin-left:60px;
	width:450px;
	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;
}

/*
--------Calendar Customization--------
*/
#dateSelector {
	width: 175px;
	margin: 0 20px 0 0;
	float: left;
}
#featureLink {
	display: block;
	margin: 0 0 1em 0;
	border: solid #4a6a82 1px;
	padding: 5px;
	background: #00567a;
	color: #fff;
	text-align: center;
}
#featureLink:hover {
	background: #dfecf2;
	color: #4a6a82;
}
#upcomingEvents {
	width: 655px;
	margin: 0;
	float: left;
}
#upcomingEvents .category {
	width: 100%;
	margin: 0;
	float: none;
}
#upcomingEvents .category h3 {
	border-bottom: solid #4e7083 1px;
}
#upcomingEvents .featured {
}
#upcomingEvents .event {
}
#upcomingEvents .event h4 {
	width: 250px;
	margin-right: 15px;
	float: left;
}
#upcomingEvents .event h5.date {
	width: 150px;
	font-size: 12px;
	text-align: right;
	float: right;
}
h2.dateRange {
	padding: 0;
	color: #324b65;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -0.05em;
}
a.eventLink {
	color: #324b65;
	font-size: 16px;
	font-weight:bold;
	letter-spacing: -0.05em;
}

/*
--------Featured News Styles--------
*/
.featuredNews {
	width: 195px;
	padding: 10px 20px 0 20px;
	background: url('/themes/Standard/images/sidebarBg.jpg') no-repeat;
	float: right;
}
.featuredNews h3 a {
	display: block;
	margin-bottom: 20px;
	padding-bottom: 10px;
	background: url('/themes/Standard/images/underlineBg.gif') repeat-x left bottom;
	color: #3e3e3e;
	font-weight: bold;
	text-decoration: none;
	text-transform: lowercase;
}

/*
----------Document/Link Library Tool----------
*/
.docs {
	width: 100%;
}
.docs .oneCol .category {
	width: 100%;
}
.docs .twoCol .category {
	width: 45%;
}
.docs .threeCol .category {
	width: 30%;
	margin-right: 15px;
}
.docs h2 {
	font-size: 120%;
	font-weight: bold;
	line-height: 100%;
}
.docs img {
	display: block;
}
.docs .doc {
	width: 95%;
	margin: 0 0 0.5em 0;
	padding: 0;
}
.docs .doc .desc {
	display: block;
	margin: 0 0 0.5em 0;
	clear: both;
}
.doc .imgLt{
	margin: 0;
	padding: 0 10px 0 0;
}
.doc .imgLt a:hover, .doc .imgLt a:active {
	color: #192666;
	text-decoration: underline;
}

/*-----------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:left;
	width:250px;
	padding: 15px;
	background: #efefef;
	margin-top: 10px;
}

/*
#sidebar2 {
	background:#FFFFFF;
	border-right:1px solid #DFDFDF;
	float:left;
	margin-top:10px;
	padding:15px 20px 15px 15px;
	width:250px;
}*/

#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;
}

.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;
}



/* form styling */

form {
	margin: 0;
}


.formDisplay td, .formDisplay th {
	border: 0 none;
	padding:0 10px 10px 0;
	vertical-align:top;
}

.formDisplay th {
	width:141px;
}

th {
	font-weight:bold;
	text-align:right;
}

.formDisplay input, .formDisplay textarea {
	border: solid 1px #ccc;
}

.formDisplay .error {
	color: #cc0000;
}

.formDisplay label.error {
	padding: 0 5px;
}

.formDisplay input.error {
	border: solid 1px #cc0000;
}

/* end form styling */
