html {
	background: #fff9e9; 	
}
body {
	margin: 0;
	padding: 0;
	text-align:center;
	background: #fff9e9 url('style/bodybg.jpg') repeat-x;
	font: 11px/14px arial, sans-serif;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
	text-align:left;
}

#topbar {
	padding: 10px;
	text-align:right;
}
#topbar a{
	padding: 0 20px;
}

#topbar a:link{
	color: #369;
}
#topbar a:visited{
	color: #369;
}
#topbar a:hover{
	color: #000;
}
#topright {
	float:right;
}

#header {
	height:240px;
}
#lemon-law-logo {
	height: 145px;

}
#content {
	background: #fff;
	padding: 15px;
	border: 1px solid #ccc;
}


#rightbar {
	background: #c3effe;
	border:1px solid #1895be;
	width: 336px;
	float:right;
	color: #666;
	margin: 0 0 0 20px;
}
#footer {
	text-align:center;
	background: #0e5c81 url('style/footerbg.jpg') repeat-x;
	clear:both;
	height: 580px;

}
#foot {
	text-align:center;
	padding: 100px;
	color: #fff;
	background: transparent url('style/footer.jpg') top center no-repeat;
}

.headtext {
	float:right;margin: 40px 0 0 0;width: 500px;font: 12px arial,verdana, sans-serif; line-height: 180%; text-align:justify
}

.heading {
	background: #1895be;
	padding: 4px;
	color: #fff;
	font: bold 18px arial, sans-serif;
}
.r-item {
	padding: 10px;
	border: 4px solid #fff;
	border-bottom: 1px solid #1895be;
	background: #eff9fd;
	margin: 5px;
}
.r-left {
	float: left;
	margin: 10px 10px 20px 0;
}

.left {
	float: left;
}

select,option,input {
	padding: 2px;
	font: 12px verdana;
}

h1 {
	font: 18px arial, verdana,sans-serif;
	margin: 10px 0;
	text-shadow: 2px 2px 2px #c8f0fe;
}
h2 {
	font: bold 16px arial, verdana,sans-serif;
	margin: 0 0 10px 0;
	color:#0066CC;
}
h3 {
	font: bold 14px arial, verdana,sans-serif;
	margin: 0 0 0px 0;
}

h1 a {
	color: #000;
}


td {
	vertical-align: top;
}

p {	
	margin: 5px 0;
	text-align: justify;
	font: 12px/14px arial, verdana, sans-serif;
}


ul li { list-style-type: disc;	list-style-image:url("/style/li.gif"); }


ul.circle {
	padding: 0 0 0 10px;
	margin: 0 0 0 10px;
	list-style-type:circle;}

.entry-title {
    margin-top: 20px;
    background: #f4f4f4;
    padding: 5px 0;
}



#content a:link{
	color:#0066CC;
}
#content a:visited{
	color:#0066CC;
}
#content a:hover{
	color:#336699;
}

.fbox {
	margin: 0 0 0 50px;
	width: 200px;
	padding:  20px;
	float: left;
	text-align:left;
	line-height: 200%;
}


.fbox a:link {
	color:#ccc;
}
.fbox a:visited {
	color:#ccc;
}
.fbox a:hover {
	color:#fff;
}


.blue-box {
	text-align: left;
	margin: 0 10px 0 0;
	width: 200px;
	padding: 8px;
	background: #08435f;
	border: 1px solid #1b73bb;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 12px;

	
}


.blue-box a {
	display: block;
	padding: 6px 0;
	border-bottom: 1px dashed #1b73bb;
	color: #ccc;
	text-decoration: none;
}
.blue-box a:visited {
	color: #ccc;
}
.blue-box a:hover {
	color: #fff;
}


.fimg {
	float: left; margin: 0 18px 0 0;
}

.thead {
	text-decoration: underline;
	font: 18px trebuchet ms, sans-serif;
	color: yellow;
	text-shadow:2px 2px 2px #000;

}

.subscribebox {
	border: 2px solid #1b73bb;
	padding: 3px;
	font-size: 14px;
}


.longbox {
	width: 468px; height: 60px;	background: #08435f;	border: 1px solid #1b73bb;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.highlight {
	padding: 7px;
	background:#fff9e9;
	border: 1px solid #ffb900;
	color: #ad5e00;
	font: 18px verdana,sans-serif;
}

.summary {
	margin: 15px 0;
	padding: 5px;
	background: #fff4d5;
	border: 1px solid #fef1cc;
}


.ps-link {
	cursor:pointer;cursor:hand;
	text-decoration: underline;
		color:#0066CC;
	
}


label {
	margin-top: 15px;
	display: block;
	font-size: 12px;
}
.field1 {
	width: 250px;
}


ul.dir li {
	padding: 0 0 0 10px;
	margin: 0 0 0 10px;
	list-style-type:circle;}
	
.dir li {
	font-size: 12px;
	line-height: 200%;
}
	
	
p {
	line-height: 160%;
}

.med {
font-size: 11px;	
}

.infobox {
	width:  544px;
	margin: 15px 0;
	padding: 10px;
	background: #ecfafc;
	border: 1px solid #87e0f0;
}

strong {
	font-weight: bold;
}

 .kwicks {  
     list-style: none;  
     position: relative;  
     margin: 0;  
     padding: 0; 
	 background-image:url(style/no_flicker.jpg); /*some browsers are to slow when aligning the menu items via jQuery and so the background shines through, this prevents this flickering*/

 }  
 .kwicks li{  
    display: block;  
    overflow: hidden;  
    padding: 0;  
    cursor: pointer;  
	float: left;
	width: 125px;
	height: 40px;
	margin-right: 0px;
	background-image:url(style/kwicks_sprite.jpg);
	background-repeat:no-repeat;
}
.kwicks a{
	display:block;
	height:40px;
	text-indent:-9999px;
	outline:none;
}

#kwick1 {
	background-position:0px 0px;
}
#kwick2 {
	background-position:-200px 0px;
}
#kwick3 {
	background-position:-400px 0px;
}
#kwick4 { 
	background-position:-600px 0px;
}

#kwick1.active, #kwick1:hover { 
	background-position: 0 bottom;
}
#kwick2.active, #kwick2:hover{
	background-position: -200px bottom;
}
#kwick3.active, #kwick3:hover {
	background-position: -400px bottom;
}
#kwick4.active, #kwick4:hover {
	background-position: -600px bottom; 
}

#kwick1 a{
	background-image:url(style/end.jpg);
	background-repeat:no-repeat;
	background-position: left 0px;
}

#kwick1 a:hover{
	background-position: left -80px;
}

#kwick4 a{
	background-image:url(style/end.jpg);
	background-repeat:no-repeat;
	background-position: right -40px;
}
#kwick4 a:hover{
	background-position: right -120px;
}


/* Selectmenu
----------------------------------*/
.ui-selectmenu { display: block; position:relative; height:2em; text-decoration: none; overflow:hidden;}
.ui-selectmenu-icon { position:absolute; right:6px; margin-top:-8px; top: 50%; }
.ui-selectmenu-menu { padding:0; margin:0; list-style:none; position:absolute; top: 0; visibility: hidden; overflow: auto; }
.ui-selectmenu-open { visibility: visible; }
.ui-selectmenu-menu-popup { margin-top: -1px; }
.ui-selectmenu-menu-dropdown { }
.ui-selectmenu-menu li { padding:0; margin:0; display: block; border-top: 1px dotted transparent; border-bottom: 1px dotted transparent; border-right-width: 0 !important; border-left-width: 0 !important; font-weight: normal !important; }
.ui-selectmenu-menu li a,.ui-selectmenu-status {line-height: 1.4em; display:block; padding:.3em 1em; outline:none; text-decoration:none; }
.ui-selectmenu-menu li.ui-selectmenu-hasIcon a,
.ui-selectmenu-hasIcon .ui-selectmenu-status { padding-left: 20px; position: relative; margin-left: 5px; }
.ui-selectmenu-menu li .ui-icon, .ui-selectmenu-status .ui-icon { position: absolute; top: 1em; margin-top: -8px; left: 0; }
.ui-selectmenu-status { line-height: 1.4em; }
.ui-selectmenu-open li.ui-selectmenu-item-focus a {  }
.ui-selectmenu-open li.ui-selectmenu-item-selected { }
.ui-selectmenu-menu li span,.ui-selectmenu-status span { display:block; margin-bottom: .2em; }
.ui-selectmenu-menu li .ui-selectmenu-item-header { font-weight: bold; }
.ui-selectmenu-menu li .ui-selectmenu-item-content {  }
.ui-selectmenu-menu li .ui-selectmenu-item-footer { opacity: .8; }
/*for optgroups*/
.ui-selectmenu-menu .ui-selectmenu-group { font-size: 1em; }
.ui-selectmenu-menu .ui-selectmenu-group .ui-selectmenu-group-label { line-height: 1.4em; display:block; padding:.6em .5em 0; font-weight: bold; }
.ui-selectmenu-menu .ui-selectmenu-group ul { margin: 0; padding: 0; }

#content h2 {
	font-size: 18px;
}
#content h3 {
	font-size: 12px;
}

#content ul,li {
	margin: 0 0 0 10px;
}

ul.kwicks1 li {
	margin-top: 26px;
	display: block;
	float:left;
	font-size: 16px;
}

ul.kwicks1 li a {color:#fff; font-weight: bold;text-decoration: none; border-right: 1px solid #fff; padding: 0 5px;}
ul.kwicks1 li a:hover {color:#fbc83a; font-weight: bold;text-decoration: underline;}

.item1 {padding:5px; background: #fff;margin: 1px;font-size: 12px; line-height: 180%;}
