/* Lemon Law Styles  */
 
/* #################### Set defaults ################# */

/* remove all browser defaults for better cross browser compatibility */

* {
  margin: 0;
  padding: 0;
}

hr {
  margin: 1em 0;
}

/* reset basic styles */

h1, h2, h3, h5, h6, h7, p, ul, ol {
  margin-bottom: 1em;
}

ul 	{
	margin-bottom: 1em;
	margin-left: 1em;
	}
	
ul.tabLi	{
	margin: 0 0 0 1em;
	}

h3.faq	{
text-align: left;
}

h4 {
color: #990000;
margin-bottom: .5em;
margin-top: 0em;
}

a {
text-decoration: none;
color: #990000;
}

a:hover {
text-decoration: underline;
}

a:visited {
color: #990000;
}

/* Set Body defaults */

body {
  font-size: 11pt;
  font-family: Arial, Verdana, sans-serif;
  color: black;
  background-color: #9a0000;
}

/* ################### set classes ################## */

.blue {
  color: #006;
}
.red {
  color: #990100;
}

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

.fLeft {
  float: left;
  border: none;
}

#bold	{
	font-weight: bold;
	}

h2	{
	color: #990000;
	}
	
h1.header {
	color: #000000;
	text-align: center;
	}

.centerBlock {
  margin: 0 auto;
}

img.centerImg {
  display: block;
  margin: 0 auto;
}

/* ################### set divs ##################### */
#wrapper {
  width: 962px;
  margin: 0 auto;
  background-color: white;
  border-left: 1px solid white;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
}

#masthead {
  width: inherit;
  height: 66px;
}

#logo {
  float: left;
  margin-top: 5px;
  margin-left: 20px;
  width: 375px; /* modified for Lemon of the Week originally 550px */
}

#logo p {
	color: #3f3ca4;
	font: 39px Arial;
	margin: 0;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
}

#logo p span {
	display: block;
	font: 15px Arial;
}

#logo p a:hover {
	text-decoration: none;
	}

#topRight {
  float: right;
  text-align: right;
  margin-top: 4px;
  width: 347px;
  height: 62px;
  background: white url('../images/ribbon.jpg') top left no-repeat;
}

#topRight h2 {
  color: #860D20;
  margin: 10px 18px 0 0;
  font-size: 20px;
}
#topRight p {
  margin-right: 10px;
  margin-bottom: 0;
  font-size: 18px;
}

/* ################# Top Navigation ################## */

#nav {
  width: inherit;
}

#topTabs {
  height: 80px;
  clear: both;
  font-size: 9px;
  text-align: center;
}

.glowingtabs{
  /* padding-left: 10px; adds space to the left of the tabs to center it */
  float: left;
  width: 100%;
  line-height: 1.1;
  border-bottom: 1px solid black; /*Add border strip to bottom of menu*/
}

.glowingtabs ul {
  list-style-type: none;
  margin: 0 0 0 42px; /* Last value is Left offset of entire tab menu relative to page */
  padding: 0;
  clear: both;
}
.glowingtabs ul.topRow {
  margin-left: 55px; /* 100px */
}

.glowingtabs li {
  display: inline;
  margin: 0;
  padding: 0;
  font-weight: bold;
}

.glowingtabs a {
  float: left;
  background: url('../images/tab-bg-left.gif') no-repeat left top;
  margin: 0;
  margin-right: 0; /*spacing between each tab*/
  padding: 0 0 0 9px;
  text-decoration: none;
  font-weight: 700;
}

.glowingtabs a span {
  display: block;
  background: url('../images/tab-bg-right.gif') no-repeat right top;
  padding: 10px 20px 4px 12px;
  font-weight: normal;
  font-size: 12px; /* changes the font size of the tab links */
  color: #000;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.glowingtabs a span {float:none;}
/* End IE5-Mac hack */

.glowingtabs a:hover span {
color: #990000;
}

#lowerNav {
  clear: both;
  height: 30px;
  background: #860D20 url('../images/red-gradiant.gif') top left repeat-x;
  padding-left: 30px;
}

.solidblockmenu ul{
	margin: 0;
	padding: 0;
	float: left;
	font: 11px Arial;
	width: 100%;
	border-width: 1px 0;
	background: #860D20 url('../images/red-gradiant.gif') top left repeat-x;
}

.solidblockmenu li{
 display: inline;
}

.solidblockmenu li a {
	float: left;
	color: white;
	padding: 8px 15px; /* 2nd value here moves the menu to the left or right */
	text-decoration: none;
	background: transparent url('../images/red-divider.gif') top left no-repeat;
	font-weight: 550;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li a.current{
color: white;
background: transparent url('../images/gray-gradiant.gif') center center repeat-x;
}

/* #################### mid content ######################## */

#midContent {
  clear: both;
  height: 352px;
  /* width: 100%; */
  /* display: block; */
  background: transparent url('../images/lemon-law-middle.jpg') top left no-repeat;  /* lemon-law-middle-4.jpg */
}


/* ################### the following used in place of the above mid content for a NO FLASH page ################# */

#midContent1 {
  clear: both;
  height: 352px;
  background: transparent url('../images/no-flash-image.jpg') top left no-repeat;
}

#start	{
	position: absolute;
	top: 33px;
	left: 692px;
	display: block;
	height: 28px;
	width: 163px;
}


#leftContent {
  float: left;
  width: 540px;
  margin-top: 90px;
  margin-left: 10px;
  font-size: 12px;
  color: black;
  line-height: 1.2em;
}

#clickToStart {
  padding-top: 1px;
  margin-right: 0px;
  text-align: right;
}

#clickToStart2 {
  padding-top: 1px;
  margin-right: 0px;
  text-align: right;
  position: relative
}

#searchBlock {
  height: 48px;
  background: transparent url('../images/lemon-law-middle-2.jpg') top left no-repeat;
  color: #F0BE66; /* #EEEBD8; */
  padding-left: 235px;
  margin-top: 0px;
}

#searchBlock p {
  font-weight: bold;
  padding-top: 15px;
  margin: 0;
}

.arrowButton {
  border: 0;
  width: 21px;
  height: 23px;
  background: transparent url('../images/search-btn.jpg') top left no-repeat;
}

#bottomArea {
  width: 100%;
  background: transparent url('../images/lemon-law-middle-3.jpg') top left no-repeat;
  background-color: white;
  font-size: 12px;
  min-height: 300px;
}

#leftFormColumn {
  float: left;
  width: 200px;
}

#leftFormColumn img {
  margin-top: 5px;
}

#leftForm { 
  width: 180px;
  border: 1px solid #990100;
  background-color: #E7E7B2;
  margin: 10px 10px 10px 10px;  /* values that matter - 28px - top - last 10px - left */
  padding: 1em 1em; /* values were 1em 1em */
  font-size: 11px;
  color: #006;
}

#leftForm h2 {
  font-size: 13.666px;
  color: #990100;
  white-space: nowrap;
}

#leftForm p {
  text-align: right;
  margin-bottom: 5px;
}

#leftForm .textfield {
  width: 138px;
  border: 1px solid #006;
  font-size: 11px;
  color: #006
}

#leftForm .textArea {
  width: 176px;
  border: 1px solid #006;
}

#leftForm .submit {
  background-color: #FAE69D;
  border: 1px solid #006;
  color: #006;
  text-align: center;
  font-size: 11px;
  padding: 2px 4px;
}

.textArea	{
  font-size: 10px;
  font-family: Arial, Verdana, sans-serif;
  }

/* ##################### tabbed boxes ############### */
#rightContent {
  float: left;
  margin: 10px 0 0 30px;
}

#tabLi {
  list-style: none;
  background-image: url('../images/redarrow.gif');
  background-position: 0pt 0.1em;
  background-repeat: no-repeat;
  padding-left: 0.9em;
}

li.tabLi {
  list-style: none;
  background-image: url('../images/redarrow.gif');
  background-position: 0pt 0.1em;
  background-repeat: no-repeat;
  padding-left: 0.9em;
}

/* other tabbed box styles are external style sheets */

/* #################### badges and links on bottom ################# */

#badges {
  clear: both;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  padding: 0px 0px 10px 10px;
  background-color: white;
}

/* ############## @@@@@@@@@@@@@@@@@@ INSIDE PAGE STYLES @@@@@@@@@@@@@@@ ################ */

#middle {
  min-height: 500px;
  clear: both;
  background-color: white;
  padding-top: 2px;
}

#middle a:link, #middle a:visited {
  color: #900;
  text-decoration: none;
}

#middle a:hover, #middle a:active {
  color: #900;
  text-decoration: underline;
}

#topGraphic {
  color: #006;
  background: #D0CC68 url('../images/ll-state-masthead-bg.jpg') top left no-repeat;
  height: 64px;
  border-top: 1px solid #d7412a;
  border-bottom: 1px solid #d7412a;
}

#topGraphic h2, #topGraphic h1 {
  margin-top: 15px;
  margin-left: 125px;
  font-size: 26.667px;
  margin-bottom: 0;
}

#topGraphic h1.resource {
  margin-top: 15px;
  margin-left: 40px;
  font-size: 26.667px;
  margin-bottom: 0;
}


.imgFloatLeft {
  float: left;
}

.imgFloatRight {
  float: right;
}

/* ###@@@ Left Column @@@### */

#leftColumn {
  float: left;
  width: 224px;
}

#leftNav {
  color: white;
  background: #d7412a url('../images/sidenav-fade.jpg') top left no-repeat;
  padding-top: 5px;
}

#leftNav ul {
  list-style-type: none;
  margin: 0;
}

#leftNav li {
  border-bottom: 1px solid white;
  padding: 6px 0 4px 20px;
  font-size: 12px;
  font-weight: bold;
}

#leftNav a:link, #leftNav a:visited {
  color: white;
  text-decoration: none;
}

#leftNav a:hover {
  color: #ffff99;
  text-decoration: none;
}


#leftNavBottom {
  height: 109px;
  background: transparent url('../images/left-nav-car-grad.jpg') top left no-repeat;
}

#callToAction {
  font-size: 13.333px;
  font-weight: normal;
  margin-top: -1em;
}

#callToAction ul {
  list-style-type: none;
  margin-left: 20px;
}

#callToAction li {
  margin-bottom: 8px;
}

/* ###@@@ Middle Column @@@### */

#centerColumn {
  width: 500px;
  float: left;
  padding: 10px 15px 20px 25px;
  font-size: 12px;
}

#centerColumn1 {
  width: 710px;
  float: left;
  padding: 10px;
  font-size: 12px;
}

#centerColumn1 ul	{
	list-style: none;
	line-height: 2em;
	font-weight: bold;
	}

.textFloatLeft {
  float: left;
  padding: 10px;
}

#centerColumn h1, #centerColumn h2 {
  margin: 0.7em 0;
  text-align: center;
}

#centerColumn ul, #centerColumn ol {
  margin-left: 2em;
}
#centerColumn li {
  margin-bottom: 0.8em;
}
 
/* ###@@@ Right Column @@@### */

#rightColumn {
  width: 180px;
  float: left;
  /* padding: 10 0 10 10px; */
  font-size: 12px;
}

#rightColumn img {
  border: 0;
  margin-top: 10px;
}

#rightColumn .vertspace {
  margin-bottom: 20px;
  border: 0;
  display: block;
}

p.state	{
	font-weight: bold;
	text-align: center;
	}
	
div.sharethis {
  display: block;
  margin: 0 auto;
}

/* ##################### footer ##################### */

#footer {
  clear: both;
  color: white;
  background-color: #990100;
  font-size: 9.3333px;
  text-align: center;
  height: 57px;
  padding-top: 10px;
}

#footer p {
  line-height: 1.5;
}

#footer a:link,#footer a:visited {
  color: white;
  text-decoration: none;
}

#footer a:hover, #footer a:active {
  text-decoration: underline;
}

div.alex	{
	text-align: center;
	padding-bottom: 2px;
	}
	
#search	{
	vertical-align: top;
	}
	
	
/* #################### statutes #################### */



/* Lemon Law Rights */

#main	{
	font-weight: bold;
	margin-left: 1em;
	}

#toppg	{
	font-size: 8pt;
	}
	
/* ################## Lemon Law Summaries page ################### */

td.summary	{
	text-align: center;
	}
	
td.summaryh	{
	text-align: center;
	font-weight: bold;
	}

/* ################## Validation Compliance ##################### */

#noborder	{
	border: none;
	}
	
img.noborder	{
	border: none;
	}

#searchButton	{
	border: none;
	vertical-align: bottom;
	}

p.black	{
	color: #000000;
	}
	
p.tab	{
	margin: 1px 0 0 5px;
	}
	
/* ################ Lemon of the Week #################### */

img.weekly	{
	border: none;
	}
	
#weeklyLemon	{
	float: left;
	margin-top: 5px;
	margin-left: 20px;
  	width: 110px;
	}

/* ############### Lemon Law Blog Styling - BuzzBoost ############### */
	
div.feedburnerFeedBlock li	{
	list-style: none;
	background-image: url('../images/redarrow.gif');
	background-position: 0pt 0.1em;
	background-repeat: no-repeat;
  	padding-left: 0.9em;
  	margin: 0 0 1em 1em;
  	font-weight: bold;
  	}
	
#creditfooter	{
	display: none;
	}

/********************************************/
/*				ADD BY KAMAL				*/
/********************************************/
#main-content {
	margin: 0 1em;
	min-height: 500px;
	padding: 20px 0;
}
.secondary {
	float: left;
	width: 250px;
}
.form {

}
.form h2 {
	background: #9a0000;
	color: #fff;
	font: bold 15px Helvetica;
	margin-bottom: 0;
	padding: 10px;
	width: 212px;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
}
#helpform {
	background: url(../images/bg-form.jpg) top right no-repeat;
	border: none;
	height: 419px;
	width: 232px;
}
#helpform fieldset {
	border: none;
	padding: 10px 10px 0;
}
#helpform p {
	margin-bottom: 5px;
}
#helpform label {
	color: #000;
	display: inline-block;
	font: 12px Helvetica;
	margin-right: 3px;
	text-align: right;
	width: 45px;
}
#helpform .req {
	color: #9e0b0f;
}
#helpform input,
#helpform textarea {
	border: 1px solid #d8d8d8;
	color: #000;
	font: 12px Helvetica;
	padding: 5px 10px;
	width: 133px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: inset 1px 1px 1px #f1f1f1;
	-moz-box-shadow: inset 1px 1px 1px #f1f1f1;
	-webkit-box-shadow: inset 1px 1px 1px #f1f1f1;
}
#helpform textarea {
	height: 72px;
	margin-left: 5px;
	width: 180px;
}
#helpform select {
	border: 1px solid #d8d8d8;
	color: #000;
	font: 12px Helvetica;
	padding: 5px;
	width: 153px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: inset 1px 1px 1px #f1f1f1;
	box-shadow: inset 1px 1px 1px #f1f1f1;
	-webkit-box-shadow: inset 1px 1px 1px #f1f1f1;
}
#helpform .btn {
	background: url(../images/btn-submit.gif) no-repeat;
	border: none;
	display: block;
	height: 31px;
	margin: 10px auto 15px;
	text-indent: -9999px;
	width: 80px;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
}
#helpform p a {
	color: #000;
	display: block;
	font: 12px Helvetica;
	text-align: center;
	text-decoration: underline;
}
#helpform p.req {
	display: block;
	font: 12px Helvetica;
	text-align: center;
}

.main {
	float: left;
	width: 670px;
}


/* ul.toogle */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*
ul.toogle { position:absolute; left:618px; top:42px; margin-top:1px; width:700px;  }
*/
.tab ul.toogle {
  padding:0;
  margin:0 0 4px 0;
  list-style-type:none;
  white-space:nowrap;
  top:-4px;
  position:relative;
  z-index:900;
  }

ul.toogle li { float:left; /*display:inlne;*/ display:block; }

ul.toogle li a {
    float:left;
    display:block;
    margin: 0px 10px 0px 0px;
    width: auto;
    color:black;
    font-size:12px;
    font-weight:bold;
    text-align: center;
    background: url(../images/menu-a-b.png) left top no-repeat;
    cursor:pointer;
     }
:root ul.toogle li a { font-weight:normal\9;}  /* IE9 */
ul.toogle li a b {
    float:left;
    display:block;
    width: auto;
    color:black;
    height: 31px;
    text-align: center;
    background: url(../images/menu-a.png) right top no-repeat;
    cursor:pointer;
    padding:15px 20px 5px 20px;
	font-weight: bolder;
    }
ul.toogle li a:hover { cursor:pointer; color:white; background: url(../images/menu-a-b-hover.png) left top no-repeat; text-decoration:none; }
ul.toogle li a:hover b {  color:white; background: url(../images/menu-a-hover.png) right top no-repeat; cursor:pointer; }
/* span */
ul.toogle li a:hover span { display:block; background: url(../images/tab-hover.png) center bottom no-repeat; padding-bottom:27px; }

/* activo a */
ul.toogle li.activo a,
ul.toogle li.activo a:link,
ul.toogle li.activo a:hover,
ul.toogle li.activo a { cursor:pointer; cursor:pointer; color:white; background: url(../images/menu-a-b-hover.png) left top no-repeat; text-decoration:none; }
/* activo a b */
ul.toogle li.activo a b,
ul.toogle li.activo a:link b,
ul.toogle li.activo a:hover b,
ul.toogle li.activo a b { cursor:default; color:white; background: url(../images/menu-a-hover.png) right top no-repeat; text-decoration:none; }
/* span */
ul.toogle li.activo a b span,
ul.toogle li.activo a:link b span,
ul.toogle li.activo a:hover b span,
ul.toogle li.activo a b span  { cursor:default; display:block; background: url(../images/tab-hover.png) center bottom no-repeat; padding-bottom:27px; }



/*
.tab ul.toogle {
  padding:0;
  margin:0;
  list-style-type:none;
  white-space:nowrap;
  }
.tab ul.toogle li {
  float:left;
  min-width:100px;
  }
.tab ul.toogle a {
  position:relative;
  display:block; 
  text-decoration:none; 
  min-width:100px; 
  float:left; 
  
  background: #e7e7e7;
  color: #0f202a;
  font: bold 13px Helvetica;
  margin-right: 10px;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	cursor: pointer;

	padding: 15px;
  }
* html .tab ul.toogle a {
  width:100px;
  }
.tab ul.toogle a span {
  display:block; 
  color:#000; 
  background:#c4c4c4; 
  border:1px solid #fff; 
  border-width:2px 1px; 
  text-align:center; 
  padding:4px 16px; 
  cursor:pointer;
  }
* html .tab ul.toogle a span {
  width:100px; 
  cursor:hand; 
  w\idth:66px;
  }
.tab ul.toogle a b {
  display:block; 
  border-bottom:2px solid #06a;
  }
.tab ul.toogle a em {
  display:none;
  }
.tab ul.toogle a:hover {
  background:#fff;
  }
.tab ul.toogle a:hover span {
  color:#fff; 
  background:#08c;
  }
.tab ul.toogle a:hover em {
  display:block; 
  overflow:hidden; 
  border:6px solid #06a; 
  border-color:#06a #fff; 
  border-width:6px 6px 0 6px; 
  position:absolute; 
  left:50%; 
  margin-left:-6px;
  }
/*
.tab ul.toogle{
	overflow: hidden;
}
.tab ul.toogle li{
	float: left;
	list-style: none;
}
.tab ul.toogle li a{
	background: #e7e7e7;
	color: #0f202a;
	font: bold 13px Helvetica;
	margin-right: 10px;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	cursor: pointer;
	display: block;
	padding: 15px;
}
.tab ul.toogle li:hover a, .tab ul.toogle li.active a{
	background: #0072bc;
	color: #fff;
}

.tab ul.toogle li.active span{
	 background: url(../images/tab-hover.png) 50% -1px no-repeat;
	 float: left;
	 width: 100%;
	 display: block;
	 padding-bottom: 0px;
}
*/



/*
.tab ul.toogle li {
	float: left;
	list-style: none;
}
.tab ul.toogle li a {
	background: #e7e7e7;
	color: #0f202a;
	font: bold 13px Helvetica;
	margin-right: 10px;
	padding: 15px;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	cursor: pointer;
}
.tab ul.toogle li a:hover,
.tab ul.toogle li a.active {
	background: #0072bc;
	color: #fff;
	padding-bottom: 15px;
	position: relative;
	text-decoration: none;
	z-index: 10;
}
.tab ul.toogle li a:hover span,
.tab ul.toogle li a.active span {
	background: url(../images/tab-hover.png) 50% 28px no-repeat;
	display: inline-block;
	padding-bottom: 25px;
}*/

.tab-content {
	background: url(../images/bg-tabcontent.gif) top center no-repeat;
	margin-left: 1em;
	padding-top: 25px;
	position: relative;
	top: -9px;
	z-index: 5;
}
.tab-content ul {
	margin-left: 25px;
}
.tab-content ul li {
	color: #000;
	font: 13px/22px Helvetica;
	list-style: url(../images/list-tab.gif) outside;
	margin-bottom: 15px;
}
.tab-content p {
	color: #000;
	font: 13px Helvetica;
}
.cols {
	background: url(../images/bg-cols.jpg) repeat-x;
	border: 1px solid #ccc;
	border-bottom: none;
	height: 144px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
.col {
	float: left;
	height: 100%;
}
.col1 {
	border-right: 1px solid #ccc;
	position: relative;
	width: 310px;
}
.col2 {
	border-right: 1px solid #ccc;
	height: 124px;
	padding: 20px 20px 0;
	position: relative;
	width: 268px;
}
.col3 {
	position: relative;
	width: 300px;
}
.col1 img {
	float: left;
	left: 5px;
	margin-right: 20px;
	position: relative;
	top: -10px;
}
.col1 h2 {
	color: #414141;
	font: bold 21px Helvetica;
	margin-top: 20px; 
}
.col1 a {
	color: #004a80;
	font: bold 15px Helvetica;
}
.col2 h2 {
	color: #414141;
	font: bold 18px Helvetica;
}
#tickerContainer h2{
	margin-bottom: 10px;
}
.col2 p {
	color: #414141;
	font: 15px/22px Helvetica;
	background-color:transparent !important

}
.slideshow{
	
	/*background: rgba(255, 255, 255, 0.5);*/
	/*background: url("../images/bg-cols.jpg") repeat-x 0 0 transparent;*/
}
.col3 h2 {
	color: #414141;
	font: bold 24px Helvetica;
	margin: 20px 0 0 20px;
}
.col3 img {
	bottom: -5px;
	float: left;
	margin: 0 20px 0 15px;
	position: relative;
}
.col3 p {
	color: #000;
	font: 15px Helvetica;
	margin-top: 15px;
}
.col3 p a {
	color: #004a80;
}
 #hideMe { display: none; position: absolute; margin-left: -30000px; }
 /* #tickerContainer {
    float: left;
    border: 1px solid #970000;
    color: #970000;
    background-color: #E9E7D0;
    width: 400px;
    margin: 5px 10px;
    padding: 0.5em;
  }*/
  #ticker {
    display: none;
  }

  #ticker div.item p {
    margin: 0; padding: 0;
    font-size: 85%;
  }
#footer {
	font: 15px Helvetica;
	margin: 20px auto 0;
	text-align: left;
	width: 965px;
}
#footer .col4 {
	width: 225px;
}
#footer .col5 {
	width: 340px;
}
#footer .col6 {
	float: right;
	width: 350px;
}
#footer a.facebook {
	background: url(../images/icon-social.jpg) 0 0 no-repeat;
	/*display: inline-block;*/
	float: left;
	height: 32px;
	text-indent: -9999px;
	width: 30px;
}
#footer a.twitter {
	background: url(../images/icon-social.jpg) -38px 0 no-repeat;
	/*display: inline-block;*/
	float: left;
	height: 32px;
	margin: 0 5px;
	text-indent: -9999px;
	width: 30px;
}
#footer a.youtube {
	background: url(../images/icon-social.jpg) -76px 0 no-repeat;
	/*display: inline-block;*/
	float: left;
	height: 32px;
	text-indent: -9999px;
	width: 30px;
}
#footer p.copy {
	font: 12px/24px Helvetica;
	margin-top: 20px;
	float: left;
	width: 100%;
}
#footer p.copy a {
	/*display: inline-block;*/
	margin-bottom: 10px;
}
.col5 p {
	color: #fff;
	font: bold 13px Helvetica;
	margin-left: 93px;
}
.col5 .tweet {
	background: url(../images/bg-twitter.jpg) top left no-repeat;
}
.col5 .tweet ul li{
	list-style: none;
}
.col5 .tweet ul {
	background: #2b2b2b;
	font: 15px Helvetica;
	margin-left: 73px;
	padding: 10px 20px;
	width: 197px;
}
#footer .col6 p {
	font: 12px/27px Helvetica;
}
#footer .col6 p a {
	text-decoration: underline;
}
#searchBlock {
	position: relative;
}
.searchform {
	float: left;
	margin: 8px 10px 0 0;
	position: relative;
	width: 325px;
}
#searchBlock input{
	display: none;
}
#searchBlock input.show {
	background: url(../images/bg-search.png) no-repeat!important;
	border: none!important;
	display: inline-block;
	font: 13px Helvetica;
	padding: 10px 90px 10px 30px!important;
	position: relative;
	width: 205px;
}
#searchBlock button {
	background: url(../images/btn-search.png) no-repeat;
	border: none;
	cursor: pointer;
	height: 31px;
	position: absolute;
	right: 0;
	text-indent: -9999px;
	top: 0;
	width: 80px;
}
#searchBlock a {
	background: url(../images/btn-findout.png) no-repeat;
	display: inline-block;
	height: 43px;
	margin-top: 3px;
	text-indent: -9999px;
	width: 384px;
}




#footerlike{
height:25px;
margin:0 auto;
padding-left:5px;
padding-top:8px;
position:relative;
float:right;
width:225px;}
#ftlikedet1 {
                border:none;
                float: left;
    width: 63px;
	padding-left:5px;
                }
#ftlikedet2 {
                border:none;
                float: left;
    width: 75px;
	padding-right:25px;
             }
#ftlikedet3 {
                border:none;
                float: left;
    width: 74px;}


/* Jeff Modifications */

