/**
 * Basic
 
body { font-family:Verdana,sans-serif; color: #444; background:#DEDCE1; }*/
body {  background: none repeat scroll 0 0 #A6CE85;color: #444;font-family: Arial,Helvetica,sans-serif;font-size: 13px;line-height: 21px;}
a { color: blue; text-decoration: underline; }
a:hover { color: #ff4b33; text-decoration: none; }

p { line-height: 25px; font-size: 15px; }
p + p { margin: 20px 0px 0px 0px; }

pre { margin: 10px 0px 10px 0px; padding: 20px; font-family: Courier, monospace; }

h1 { font-family: Arial, sans-serif; font-size: 34px; color: #222; }
h2 { font-family: Arial, sans-serif; font-size: 28px; margin: 0px 0px 20px 0px; color: #222;  color: #459CDC;
    font-family: tahoma,arial,verdana,sans-serif;
    font-size: 1.7em;
    font-weight: bold;
    letter-spacing: 0;
    margin: 0 0 5px; }
h3 { font-family: Arial, sans-serif; font-size: 20px; margin: 0px; color: #222; }

blockquote { margin: 20px 0px 20px 0px; padding: 20px 50px 20px 50px; }
blockquote p { font-size: 16px; font-style: italic; }
blockquote p cite { text-align: right; display: block; }

div.paging { text-align: center; margin: 30px; }

#wrapper { border-top: 0px solid #444; margin:0px auto;  /*background: url("../img/body-bg.jpg") no-repeat scroll 0 0 transparent;*/}


/**
 * Form
 */
form { margin: 0px 0px 0px 0px; }
form label { display: block; font-weight: bold; }
form .input { margin: 0px 0px 10px 0px; }
form .text input,
form .password input,
form .textarea textarea { width: 300px; }
form .error-message { color: #ee4b33; }


/**
 * Header
 */
#header h1 { margin: 50px 0px 10px 0px; }
#header h1 a { text-decoration: none; }
#header .site-tagline { color: #666; font-style: italic; font-size: 13px; }
#header{width:100%; height:110px; padding-top:0px; /*background-image:url("../img/header-bg.png");*/}

/**
body-content
**/

#body-content
{
	width:100%;
	/*background-image:url("../img/body-bg.png");*/
	clear:both;
}
#my-slider{ /*background-image:url("../img/my-slider.png")*/}
.box
{
	float:left;
	width:28%;
	margin:10px 0px 0px 15px;
	padding:12px;
	background:none repeat scroll 0 0 #EFEFEF;
	/*background-image:url("../img/body-bg.png");*/
}
/**
 * Navigation (with dropdown)
 */
/*#nav { border-bottom: 1px solid #ccc; margin-bottom: 40px; margin-top: 50px; height: 37px; }*/

#nav {
    background:url("../img/menu-bg.jpg") no-repeat;
    border-bottom: 0px solid #000;
    float: left;
    list-style: none outside none;
    padding: 0 0 0 15px;
	width:993px;
	margin:0 0 0px 0;
}
#nav li {
    background: url("../img/menu-devider.gif") no-repeat scroll left top transparent;
    float: left;
    margin-left: -1px;
    padding: 0;
    text-align: center;
    width:165.5px;
   
}
#nav li:first-child
{
	background:none;
	}
#nav ul li a {
    /*background: url("../img/nav_slant2.gif") no-repeat scroll right top #000000;*/
    color: #000000;
    display: block;
    float: left;
   /* font-size: 90%;*/
   font-size:12px;
    font-weight: bold;
    padding: 23px 40px 16px 30px;
    text-decoration: none;
    text-align:center;
    
}
.left-content {
    overflow: hidden;
    padding: 15px 0 20px;
    width: 100%;
}
.left-content ul.menu {
    margin-top: -10px;
    overflow: hidden;
    padding-bottom: 0;
    padding-left: 0;
}
.left-content ul.menu li {
    border-bottom: 1px solid #EAEAEA;
    line-height: 18px;
    list-style: none outside none;
    margin-bottom: -1px;
    overflow: hidden;
    padding: 11px 0;
    vertical-align: top;
}
 .left-content ul.menu li a {
    color: #434343;
    display: block;
    font-size: 13px;
    font-weight: normal;
    padding: 0;
    text-decoration: none;
    padding-left:15px;
    text-transform: none;
}
.block-top
{
	padding-left:10px;
}
#nav ul li:first-child a { border-left: 0px solid #ccc; }
/*#nav ul li a { color: #666; padding: 10px; border-top: 1px solid #ccc; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; text-decoration: none; }
*/
#nav ul li a:hover {  color:#24AD00; }
#nav ul li a.selected { border-bottom: 0px solid #fff; }
#nav ul li a.selected:hover { color:#24AD00; border-bottom: 0px solid #ccc; }

.sf-menu, .sf-menu * { margin:0; padding:0; list-style:none; }
.sf-menu { line-height:1.0; }
.sf-menu ul { position:absolute; top:-999em; width:10em; }
.sf-menu ul li { width:100%; }
.sf-menu li:hover { visibility:inherit; }
.sf-menu li { float:left; position:relative; }
.sf-menu a { display:block; position:relative; }
.sf-menu li:hover ul,
.sf-menu li.sfHover ul { left:0; top:2.5em; z-index:99; }
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul { top:-999em; }
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul { left:10em; top:0; }
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul { top:-999em; }
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul { left:10em; top:0; }

#nav ul li:first-child ul { margin: -3px 0px 0px 0px; }
#nav ul li ul { margin: -3px 0px 0px -1px; }
#nav li li:first-child a { border-top: 1px solid #ccc; }
#nav li li a { background: #f7f7f7; border-top: 0px solid #ccc; border-bottom: 1px solid #ccc; border-left: 1px solid #ccc; }
#nav li li a:hover { color: #ff4b33; }

#nav li li li:first-child { margin: 2px 0px 0px -1px; border-left: 0px solid #ccc; }
#nav li li li { margin: 0px 0px 0px -1px; }

#sendsms
{
	border:1px solid #EEE; width:70%; padding:10px;
}
#sendsms td
{
	border:0px solid #ddd;
	padding:5px;
}

/**
 * Main
 */
.message { border: 2px dashed #eee; padding: 10px; margin: 0px 0px 10px 0px; }

.nodes .node h2 { font-size: 26px; }

.node { margin: 0px 0px 50px 0px; }
.node h2 a { text-decoration: none; display: block; }
.node h3 { margin: 15px 0px 10px 0px; }
.node .node-info,
.node .node-more-info { font-size: 13px; color: #666; font-style: italic; display: block; }
.node .node-info a,
.node .node-more-info a { font-style: normal; }
.node .node-body { margin: 20px 0px 15px 0px; }
.node .node-body ul,
.node .node-body ol { margin: 10px; }
.node .node-body ul li { list-style-type: disc; margin: 0px 0px 0px 25px; }
.node .node-body ol li { list-style-type: decimal; margin: 0px 0px 0px 25px; }

.comments h3 { margin: 50px 0px 10px 0px; }
.comments .comment { border-top: 1px solid #f7f7f7; }
.comments .comment .comment { margin: 0px 0px 0px 40px; }
.comments .comment .comment-body { line-height: 20px; }

.comment .comment-info { border-top: 1px solid #fff; background: #f7f7f7; display: block; height: 39px; }
.comment .avatar { float: left; }
.comment .avatar img { padding: 3px; }
.comment .name { float: left; padding: 8px 0px 8px 10px; font-weight: bold; color: #000; }
.comment .date { float: left; padding: 8px; color: #666; }
.comment .comment-body { clear: both; font-size: 13px; padding: 10px 0px 3px 0px; }
.comment .comment-reply { padding: 10px 5px 10px 0px; }
.comment .comment-reply a { font-size: 11px; text-transform: lowercase; color: #000; background: #f7f7f7; padding: 5px; text-decoration: none; }
.comment .comment-reply a:hover { background: #464646; color: #fff; }

.comment-form h3 { margin: 50px 0px 10px 0px; }
.form .comment-form h3 { margin: 0px 0px 10px 0px; }
.comment-form p { padding: 10px 0px 20px 0px; }
.comment-form #recaptcha_widget_div { margin: 0px 0px 10px 0px; }

.block { margin: 0px 0px 30px 0px; font-size: 13px; }
.block h3 { margin: 0px 0px 10px 0px; font-size: 20px; }
.block .block-body { line-height: 25px; }
.block ul li { list-style-type: disc; margin: 0px 0px 0px 25px; }

.block-search input[type=text] { width: 200px; float: left; margin: 2px; }


/**
 * Footer
 */
/*#footer { border-top: 1px solid #ccc; margin-top: 50px; padding: 20px 0px 20px 0px; font-size: 11px; }*/
#footer {
    /*background:url(../img/footer-bg.png);*/
    float: left;
  color:#FFF;
    width: 100% ;
	text-align:center;	
}
#menu-4 ul{
padding:35px 10px 0px 10px;
}
#menu-4 li{
float:left;
padding:0 10px;
font-size:12px;
border-right:1px solid #EEE;
}
#menu-4 li:last-child
{
 border-right:0px;	
}
#menu-4 li a{
float:left;
color:#000;
text-decoration:none;
}
#menu-4 li a:hover{
float:left;
color:#000;
text-decoration:underline;
}

#footer .right { text-align: right; }

#debug-kit-toolbar ul li.panel-tab { display: none; }
#debug-kit-toolbar ul li.icon { display: inline; }



.container {
    background-repeat: repeat-y;
    width: 1008px;
   /* border-radius:4px;
   box-shadow:0 4px 18px #C8C8C8;*/
   background-color:RED;
   margin:0px auto;
    
}

.topbar a:hover {background-position: -207px 0; height:57px; width:207px;font-weight:normal; color:black; text-decoration:none;font-size:11px;line-height: 14px;}
.topbar a {
    background: url("../img/topbar_button.png") no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
    height: 57px;
    margin: 0;
    padding: 0;
    width: 207px;
}

.topbar {
    background-position: -207px 0;
    color: black;
    font-size: 11px;
    font-weight: normal;
    height: 57px;
    line-height: 14px;
    text-decoration: none;
    width: 207px;
}
#navcontainer {
   /* float: left;
    width: 1008px;
   background:url("../img/nav-bg.gif");   */ 
}
#cornerleft {
    background-image: url("../img/navbar_leftcorner.gif");
    float: left;
    height: 29px;
    width: 6px;
    
}
#cornerright {
    background-image: url("../img/navbar_rightcorner.gif");
    float: left;
    height: 29px;
    width: 6px;
}

#homeintro {
    background: url("../img/homeintrobg.png") no-repeat scroll 0 0 transparent;
    color: black;
    height: 86px;
    margin: 0px 10px 0px 13px;
    padding: 38px 293px 0 14px;
    width: 650px;
}
#homeintro a {
    color: blue;
}

#homepanel_injury a {
    background: url("../img/homepanel_injury.png") no-repeat scroll 0 0 transparent;
    color: black;
    display: block;
    float: left;
    font-size: 11px;
    font-weight: normal;
    height: 66px;
    line-height: 14px;
    margin: 10px 0;
    padding: 208px 10px 10px 35px;
    text-decoration: none;
    width: 149px;
}
#homepanel_injury a:hover {background-position: -194px 0; height:66px; width:149px; font-weight:normal; color:black; text-decoration:none;font-size:11px;line-height: 14px;}
#homepanel_injury a:active {background-position: -194px 0; height:66px; width:149px; font-weight:normal; color:black; text-decoration:none;font-size:11px;line-height: 14px;}
.fontlink {
    color: #2E9A31;
    font-weight: bold;
}
#homepanel_ppi a {
    background: url("../img/homepanel_ppi.png") no-repeat scroll 0 0 transparent;
    color: black;
    display: block;
    float: left;
    font-size: 11px;
    font-weight: normal;
    height: 66px;
    line-height: 14px;
    margin: 10px 0;
    padding: 208px 10px 10px 35px;
    text-decoration: none;
    width: 149px;
}
#homepanel_ppi a:hover {background-position: -194px 0; height:66px; width:149px; font-weight:normal; color:black; text-decoration:none;font-size:11px;line-height: 14px;}
#homepanel_ppi a:active {background-position: -194px 0; height:66px; width:149px;font-weight:normal;color:black;text-decoration:none;font-size:11px; line-height: 14px;}

#homepanel_bankcc a {
    background: url("../img/homepanel_bankcc.png") no-repeat scroll 0 0 transparent;
    color: black;
    display: block;
    float: left;
    font-size: 11px;
    font-weight: normal;
    height: 66px;
    line-height: 14px;
    margin: 10px 0;
    padding: 208px 10px 10px 35px;
    text-decoration: none;
    width: 149px;
}
#homepanel_bankcc a:hover {background-position: -194px 0; height:66px; width:149px; font-weight:normal; color:black; text-decoration:none;font-size:11px;line-height: 14px;}
#homepanel_bankcc a:active {background-position: -194px 0; height:66px; width:149px; font-weight:normal; color:black; text-decoration:none;font-size:11px;line-height: 14px;}

#homepanel_unfair a {
    background: url("../img/homepanel_ccard.png") no-repeat scroll 0 0 transparent;
    color: black;
    display: block;
    float: left;
    font-size: 11px;
    font-weight: normal;
    height: 66px;
    line-height: 14px;
    margin: 10px 0;
    padding: 208px 10px 10px 35px;
    text-decoration: none;
    width: 149px;
}
#homepanel_unfair a:hover {background-position: -194px 0; height:66px; width:149px; font-weight:normal; color:black; text-decoration:none;font-size:11px;line-height: 14px;}
#homepanel_unfair a:active {background-position: -194px 0; height:66px; width:149px; font-weight:normal; color:black; text-decoration:none;font-size:11px;line-height: 14px;}


#homepanel_debthelp a {
    background: url("../img/homepanel_debthelp.png") no-repeat scroll 0 0 transparent;
    color: black;
    display: block;
    float: left;
    font-size: 11px;
    font-weight: normal;
    height: 66px;
    line-height: 14px;
    margin: 10px 0;
    padding: 208px 10px 10px 35px;
    text-decoration: none;
    width: 149px;
}
#homepanel_debthelp a:hover {background-position: -194px 0; height:66px; width:149px; font-weight:normal; color:black; text-decoration:none;font-size:11px;line-height: 14px;}
#homepanel_debthelp a:active {background-position: -194px 0; height:66px; width:149px; font-weight:normal; color:black; text-decoration:none;font-size:11px;line-height: 14px;}
#contact-1,.node {
padding-left:10px;
}
#content{font-size:12px;
line-height:20px;
margin-top:10px;
}
.required label:after{
	content:"*";
	color:#F00
}
.checkbox label{
	float:left;
	padding:0px 0px 10px 0px;
}
.checkbox input{
	clear:both;
	float:left;
	padding:0px 0px 10px 0px;
}
#makeaclaim{
	padding:10px 0 50px 30px;
}
.buttons
{
	background:#0263BA;
	padding:10px;
	color:#FFF;
	text-decoration:none;
	border-radius:6px;
}
