/*
Theme Name: dejure
Theme URI: http://www.xispl.com/
Author: XISPL
Author URI: http://www.xispl.com/
Description: In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: twentyfourteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 * 5.0 - Navigation
 * 6.0 - Content
 *   6.1 - Post Thumbnail
 *   6.2 - Entry Header
 *   6.3 - Entry Meta
 *   6.4 - Entry Content
 *   6.5 - Galleries
 *   6.6 - Post Formats
 *   6.7 - Post/Image/Paging Navigation
 *   6.8 - Attachments
 *   6.9 - Archives
 *   6.10 - Contributor Page
 *   6.11 - 404 Page
 *   6.12 - Full-width
 *   6.13 - Singular
 *   6.14 - Comments
 * 7.0 - Sidebar
 *   7.1 - Widgets
 *   7.2 - Content Sidebar Widgets
 * 8.0 - Footer
 * 9.0 - Featured Content
 * 10.0 - Multisite
 * 11.0 - Media Queries
 * 12.0 - Print
 * -----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */

@font-face
{
font-family: Roboto-Bold;
src: url(font/Roboto-Bold.ttf);
}

@font-face
{
font-family: Roboto-Medium;
src: url(font/Roboto-Medium.ttf);
}

@font-face
{
font-family: Roboto-Light;
src: url(font/Roboto-Light.ttf);
}

@font-face
{
font-family: Roboto-Regular;
src: url(font/Roboto-Regular.ttf);
}

body{padding: 0px; margin:0px;   background-color:#FFFFFF;
}
.container{width:1064px; height:auto; margin:0 auto; display:table; padding:0px;}
.top{width:100%; height:auto; margin:0px; padding:0px; border:none; }
.topbg{width:97%; background-color:#872175; height:18px; background-position:top;  font-family:Roboto-Regular; font-size:13px; font-weight:100; color:#ffffff; text-align:right; padding-right:32px;}
.topbg1{width:97%; background-color:#ff7c06; height:18px; background-position:top;  font-family:Roboto-Regular; font-size:13px; font-weight:100; color:#ffffff; text-align:center; padding-right:32px;}
.menu{width:100%; float:left; margin:0px; padding:0px; background-color:#ffffff; }
.logobox{width:56%; float:left; margin:10px 0px 0px 15px; padding:0px;}
.nav-box {
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 0;
    width: 42%;
}.contactdetailsbox {
    border-right: 1px solid #c2c2c2;
    float: left;
    margin-top: 38px;
    width: 51%;
	text-align:left;
}

.contactdetailsbox h4 {
    float: left;
    font-family: Roboto-Medium;
    font-size: 18px;
    font-weight: 100;
    margin: 0;
    padding: 0;
    width: 100%;
}
.group {
    float: left;
    font-family: Roboto-Regular;
    font-size: 13px;
    margin: 0;
    padding: 0;
    width: 100%;
	
}.group a {
    color: #7495cb;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    text-decoration: none;
    width: 100%;
}
.group a:hover{ text-decoration:none; list-style:none; color:#0a3a8f; margin:0px; padding:0px; width:100%;}
.iconslink {
    float: left;
    margin-top: 43px ;
    padding-left: 2%;
    width: 46%;
}.contacticonmain {
    float: right;
    margin: 0;
    padding: 0;
    width: 80%;
	text-align:right;
}.icons {
    float: left;
    margin: 0;
    padding: 0;
    width: 23%;
}
.navbox {
    float: left;
    margin-top: 11px;
    width: 100%;
}
#nav
		{width: 100%; /* 1000 */
			font-family: Roboto-Medium;
			position:relative;
			float:left;
			text-decoration:none; z-index:9999;
			font-weight:100; color:#000000;
			font-size:17px;
		}

			#nav > a { display: none; }

			#nav li
			{
				position: relative;
				list-style: none;
			}
				#nav li a
				{
					color: #000000;
					display: block;
				}
				#nav li a:active
				{
					background-color: none !important;
				}

			#nav span:after
			{
				width: 0;
				height: 0;
				border: 0.313em solid transparent; /* 5 */
				border-bottom: none;
				border-top-color: #fff;
				content: '';
				vertical-align: middle;
				display: inline-block;
				position: relative;
				right: -0.313em; /* 5 */
			}

			/* first level */

			#nav > ul
			{
				height: 40px; /* 60 */
				/*background-color: #003d98;*/
				 list-style: none; padding:0px; margin:0px; float:right;
			}
				#nav > ul > li { height:auto; 
					float: left; 
				}
					#nav > ul > li > a
					{ padding:0px 7px 0px 7px;
						height:auto; 
						font-size:17x; /* 24 */
						line-height:33px; /* 60 (24) */
						text-align: center;
						text-decoration:none;
						margin:0 0px 0 0px; background-image: url(images/seprater.jpg); background-repeat:no-repeat; background-position:right; border-right:1px solid #c2c2c2;
					}
						#nav > ul > li:not( :last-child ) > a
						{
						
						}
						#nav > ul > li:hover > a,
						#nav > ul:not( :hover ) > li.active > a
						{
							 text-decoration:none;
							color:#0a3a8f; 
							
						}

						#nav > ul > li a.selected
						{
							 text-decoration:none;
							/*color:#3979ba;  */
							
						}



				/* second level */

				#nav li ul
				{
					background-color: #ffffff;
					display: none;
					position: absolute;
					top: 100%; width:230px; margin:0px; padding:0px;
				}
					#nav li:hover ul
					{
						display: block;
						left: 0;
						right: 0;
					}
						#nav li:not( :first-child ):hover ul
						{
							left: 0px;
						}
						#nav li ul a
						{
							font-size: 14px; /* 20 */ 
							 border-bottom: 1px dashed #e15a1f;
							 font-weight: bold;
							 color: #fff;
							background-color:#872175;
							padding: 0px 0 0 8px; line-height:40px;text-decoration:none; /* 15 (20) */
						}
							#nav li ul li a:hover,
							#nav li ul:not( :hover ) li.active a
							{
								background-color:0160aa; border-right:0px; color:#e6e6e6; text-decoration:none;
							}


		@media only screen and ( max-width: 62.5em ) /* 1000 */
		{
			#nav
			{
				width: 100%;
				position: static;
				margin: 0;
			}
		}

		@media only screen and ( max-width: 999px ) /* 640 */
		{
			
			#nav
			{
				position: relative;
				top: auto;
				left: auto;
			}
				#nav > a
				{
					width: 40px; /* 50 */
					height: 40px; /* 50 */
					text-align: left;
					text-indent: -9999px;
					background-color: #3979ba;
					position: relative;
				}
					#nav > a:before,
					#nav > a:after
					{
						position: absolute;
						border: 2px solid #fff;
						top: 35%;
						left: 25%;
						right: 25%;
						content: '';
					}
					#nav > a:after
					{
						top: 60%;
					}

				#nav:not( :target ) > a:first-of-type,
				#nav:target > a:last-of-type
				{
					display: block; 
				}






			/* first level */

			#nav > ul
			{
				height: auto;
				display: none;
				position: absolute;
				left: 0;
				right: 0; background-color:#3979ba;
				width:100%;
				
			}
				#nav:target > ul
				{
					display: block;
				}
				#nav > ul > li
				{
					width: 100%;
					float: none;
					border-bottom:1px solid #ffffff;
				}
					#nav > ul > li > a
					{
						height: auto;
						text-align: left;
						padding:0 0 0 7px; border:none;color:#FFFFFF;
						
						 /* 20 (24) */
					}
						#nav > ul > li:not( :last-child ) > a
						{
							border-right: none;
							border-bottom:none; background-color:none; 
							
							
						}
						
						#nav > ul > li > a:hover{border:none; background-color:#0060aa; color:#00525c;}
						#nav > ul > li a.selected
						{
							
							
							
						}


				/* second level */

				#nav li ul
				{
					position: static;
					padding:0px; /* 20 */
					width:320px;
					display: block; border-bottom:none;
				}
				#nav li ul a
						{ font-size: 14px; /* 20 */ 
							border-bottom:none;
							padding: 0px 0 0 25px; line-height:30px; /* 15 (20) */
						}
		}
.servicesbox {
    background-color: #e6e6e6;
    display: table;
    height: auto;
    padding-top: 6px;
    width: 100%;
	padding-bottom:10px;
	
}
.servicesinnerbox{width:686px; margin:0 auto; background-color:#e6e6e6; padding-left:56px; }
.servicesbox1{width:17%; float:left; margin:0px; padding:0px; margin-left:25px;}
.serv1{width:68%; margin:0 auto; height:auto;}
 h5{ font-family: Roboto-Regular; font-size:12px; font-weight:100; color:#000000; text-transform:uppercase; margin:0px; padding:0px; height:auto; text-align:center;}
 .servicesbox1-2{width:20%; float:left; margin:0px; padding:0px; margin-left:25px;}
 h5 a {
    color: #000000;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    text-decoration: none;
    width: 100%;
	font-weight:bold;
}
h5 a:hover{ text-decoration:none; list-style:none; color:#0a3a8f; margin:0px; padding:0px; width:100%;}
.banner{width:100%; float:left;   background-color:#e7e7e7; margin-top:8px; padding-bottom:0px;margin-bottom:15px;}
.bannerleftbox1{width:45%; float:left; margin-top:36px; margin-left:23px;}
.bannerleftbox2{width:310px;  margin-top:31px;  padding:5px; float:left;}
.bannerleftbox212{width:266px; float:left; margin-top:45px;  background-color:#ffffff; padding:5px; }
.bannerleftbox2new1 { width:97%; float:left; margin:0px; background-color:#000000; padding:0px; border:5px solid #000000; margin:0 auto;height:368px;}
.bannerleftbox2new1text{width:100%; margin:0px 0px 0px 0px; height:auto;}
h3{
    color: #ffffff;
    font-family: Roboto-Medium;
    font-size: 16px;
    font-weight: 100;
    margin:0px 0px 10px 0px;
    padding:0px 0px 7px 7px;
    text-align: center;
    text-transform: uppercase;
    width: 93%;
	height:auto;
}
.text-fields {
   background-color: #ffffff;
    height: 32px;
    margin-left: 4%;
    margin-top: 6px;
    padding-left: 2px;
    width: 90%;
}.text{width:96%; background-color:#ffffff; color:#000000; margin-top:6px; font-size:16px; font-weight:100;  border:0px; padding:0px; font-family: Roboto-regular;padding-left:4px;}
.text1{width:96%; background-color:#ffffff; color:#000000; margin-top:6px; font-size:16px; font-weight:100;  border:0px; padding:0px; font-family: Roboto-regular;padding-left:4px;}
.text1nsw{width:96%; background-color:#ffffff; color:#000000; margin-top:6px; font-size:16px; font-weight:100;  border:0px; padding:0px; font-family: Roboto-regular;margin-left:-4px;}

.text-fieldslegal{
   background-color: #ffffff;
    height:87px;
    margin-left: 4%;
    margin-top: 6px;
    padding-left: 2%;
    width: 89%;}
.textlegal{width:98%; background-color:#ffffff; color:#000000; margin-top:6px; font-size:13px; font-weight:100;  border:0px; padding:0px; font-family: Roboto-regular; }

.text12{width:98%; background-color:#ffffff; color:#000000; margin-top:6px; font-size:13px; font-weight:100;  border:0px; padding:0px; font-family: Roboto-regular; }
.chasebox {
    /*float: left;*/
    margin-bottom: 15px;
    margin-left: 6%;
    margin-top: 17px;
    padding: 0;
    width: 92%;
}
.chasebox1 {
    float: left;
    margin-bottom: 5px;
    text-align:center;
    margin-top: 14px;
    padding: 0;
    width: 92%;
}
.bannerleftbox3 {
    float: left;
    margin-left: 10px;
    margin-top: 30px;
    width: 20%;
	line-height:0px;

}
 h1{font-size:35px; font-weight:100; color:#000000; font-family: Roboto-Light; height:auto; margin:0px; padding:10px 0px 0px 28px;}
 .par{ padding-bottom:14px;}
.par p {
    color: #6e6e6e;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 13px;
    font-style: italic;
    font-weight: 300;
    height: auto;
    margin: 11px 0px 0px 12px;
    padding-left: 26px;
    width: 91%;
	padding-top:10px;
	padding-left:30px;
	background-image:url(images/leftarrow.png); background-repeat:no-repeat;
padding-bottom: 11px;"
}
.contentbox{margin:0px; padding-left:0px; width:98%; float:left;  }
.content-upper{width:1021px; margin:0 auto; border:1px solid #aaaaaa; background-repeat:no-repeat; padding:0px; border-bottom:none;}
.contentlower{width:1027px; margin:0 0 0 7px;  background:url(images/contentbottom.png); background-repeat:no-repeat;  padding:0px; height:36px; }
.text-fields2{background-color: #ffffff;
    height: 32px;
    margin-left: 4%;
    margin-top: 6px;
    padding-left: 2%;
    padding-right: 2%;
    width: 87%;

}
.NSW{  width:60px; border:0px;    }
.text2{width:70%; background-color:#ffffff; color:#000000; margin-top:6px; font-size:16px; font-weight:100;  border:0px; padding:0px; font-family: Roboto-Light; }
.maincontent{width:1005; float:left; margin-top:8px; padding-bottom: 25px;}
.petermainbox{width:95%; float:left; margin:0px; padding-left:18px;}
.peter{width:9%; float:left;}
.petertextbox
{
    height: auto;
 padding: 15px 0 15px;
    
    width: 80%;
	
}
.petertextbox h6 {
    color: #000000;
    float: left;
    font-family: Roboto-Medium;
    font-size: 18px;
    font-weight: 100;
    height: 23px;
    margin: 0;
    padding: 0;
    width: 100%;
	font-style: normal;
}.petertextbox .p1 {
    color: #000000;
    float: left;
    font-family: Roboto-Light;
    font-size: 15px;
    font-weight: 100;
    margin: 0;
    padding: 0;
    width: 100%;
	font-style: normal;
}
.rightarrow{float:left; padding-left:249px; height:10%; margin:-13px 0px 0px 0px; }
.rightarrow1{float:right; padding-right:12px; padding-top:2px; height:10%; margin:-13px 0px 0px 0px; }

.petermainbox1{width:95%; float:left; margin-top:0px; margin-bottom:20px; padding-left:18px; }
.peter1{width:9%; float:left;}
.petertextbox1{float: left;
    height: auto;
    margin: 20px 0 0;
    padding: 0;
    width: 80%;
	
}
.petertextbox1 h6 {
    color: #000000;
    float: left;
    font-family: Roboto-Medium;
    font-size: 18px;
    font-weight: 100;
    height: 23px;
    margin: 0;
    padding: 0;
    width: 100%;
	
}.p12 {
    color: #000000;
    float: left;
    font-family: Roboto-Light;
    font-size: 15px;
    font-weight: 100;
    margin: 0;
    padding: 0;
    width: 100%;
	
}
.footer{background-color:#872175; width:100%; padding:0px; margin:0 auto; display:table;}
.footer1{ width:97%; padding:22px 0 22px 0; margin:0 auto; background:#872175; display:table;}
.footer_left{ width:61%; padding:0px; margin:0px; display:table; float:left; background:#872175;}
.footer_left_link{ width:15%; padding:0px; margin:0px; float:left; line-height:14px;  }
.footer_left_link1{ width:20%; padding:0px; margin:0px; float:left; line-height:14px;  }
.footer_left_link3{ width:19%; padding:0px; margin:0px; float:left; line-height:14px;  }
.footer_left_link2{ width:38%; padding-top:0px; margin:0px; float:left; }
.footer_link{ padding:0px; margin:0px; color:#ffffff; text-decoration:none; font-family:Roboto-Regular; font-size:12px; font-weight:normal; }
.footer_link1{ padding:0px; margin:0px; color:#ffffff; text-decoration:none; font-family:Roboto-Regular; font-size:12px; font-weight:normal; }
.footer_link1 li { padding:0px; margin:0px; color:#ffffff; text-decoration:none; font-family:Roboto-Regular; font-size:12px; font-weight:normal; list-style:none;line-height:18px; }
.footer_link1 li a{ padding:0px; margin:0px; color:#ffffff; text-decoration:none; font-family:Roboto-Regular; font-size:12px; font-weight:normal; list-style:none; }
.footer_link1 li a:hover{ padding:0px; margin:0px; color:#e6e6e6; text-decoration:none; font-family:Roboto-Regular; font-size:12px; font-weight:normal; list-style:none; }
.footer_link a{ padding:0px; margin:0px; color:#ffffff; text-decoration:none; line-height:17px;}
.footer_link a:hover{ padding:0px; margin:0px;  color:#ffffff; text-decoration:none;}
.footer_right{ width:35%; padding:0px; margin:0px; display:table; float:right; background:#872175;}
.footer_right .footerlogo{width:34%; float:left;margin-left:-30px;}
.footerlogoinf{
    float: right;
    padding-left: 10px;
    width: 62%;
}
.footer .tel{ padding:0px; margin:0px; color:#ffffff; text-decoration:none; font-family:Roboto-Regular; font-size:12px; font-weight:normal; line-height:17px; }
 .tel a {
    color: #ffffff;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    text-decoration: none;
    width: 100%;
}
.tel a:hover{ text-decoration:none; list-style:none; color:#e6e6e6; margin:0px; padding:0px; width:100%;}

/****debtrecovery****/
.debtrecoverycontentmainbox{width:100%; padding:0px;  background-color:#e7e7e7; float:left; margin:8px 0px 25px 0px; height: auto;}
.debtrecoverycontentinnerleftmain{width:54%; float:left; margin:0px; padding:0px; background-color:#e7e7e7;}
.debtrecoverycontentinnerleftmain p{width:94%; font-family: Roboto-Medium; font-size:20px; font-weight:100; color:#000000;  margin:22px 0px 0px 34px; padding:0px; text-transform:uppercase;}

.debtrecoverynavigatebox{width:100%; height:37px; border:1px solid #8b8b8b; border-radius:4px; background: -moz-linear-gradient(#fefefe, #ececec); /* For Firefox 3.6 to 15 */ margin:4px 0px 0px 34px; padding:0px;}
.aboutdebt{width:90%; margin:0px 0px 0px 0px;  height:auto; display:table;}

		  
.aboutdebt {
               margin:0; 
			   padding:0;
			   width:100%;
			   }
.aboutdebt li {
    float: left;
    font-family: Roboto-Medium;
    font-size: 13px;
    font-weight: 100;
    list-style: none outside none;
    padding: 0 12px;
}
.black{color:black;}
.aboutdebt  li a
                   {
				   text-decoration:none;
				    color:#000000;				 line-height:35px; 

					}
.aboutdebt li a:hover
                          {
						  color:#ff7d05; 
						  }
.aboutdebt  li a.selected
                            {
							color:#ff7d05;
							}
							
							.debtrecoverygeneralebox{width:100%; height:auto;   background:url(images/generalbg.png); background-repeat:repeat-x;  margin:10px 0px 40px 34px; padding:0px;}
.debtrecoverygeneraleboxpage{height:auto;   background-color:#FDFDFD;  margin:10px 25px 40px 25px; padding:0px;}
.debtrecoverycontentinnerrightmain{width:422px; float:right; margin:0px; padding:0px; background-color:#e7e7e7; background:url(images/debtman.png); background-repeat:no-repeat; height:412px; display:table; background-color:#e7e7e7; background-position:right; }
.debtrecoverycontentinnerrightmain12{width:28%; float:right; margin:0px; padding:0px; background-color:#e7e7e7;  background-repeat:no-repeat; height:394px; display:table; background-color:#e7e7e7; background-position:right; }
.legalman{float:left; width:287px; position:absolute; margin:8px 0px 0px 521px; }
.legalman img{width:287px; margin-top:23px; }
.legalmanarrow{float: left;
    margin: 290px 0 0 720px;
    position: absolute;
    width: 6%;
} 

.debtchase {
    float: left;
    height: auto;
    margin-left:8px;
    margin-top: 96px;
}

.generaldescriptiontext{color:#000000; font-size:13px; font-weight:100; font-family:Roboto-Regular; padding:5px 10px;  display: table;}

.generaldescriptiontext a:link {
	color: #EF4034; text-decoration: none;
}
.generaldescriptiontext a:visited {
	text-decoration: none; color: #EF4034;
}
.generaldescriptiontext a:hover {
	text-decoration: none; color: #000000;
}
.generaldescriptiontext a:active {
	text-decoration: none; color: #EF4034;
}

/****finance****/

.aboutdebt1 {
               margin:0; 
			   padding:0;
			   width:100%;
			   }
.aboutdebt1 li {
    float: left;
    font-family: Roboto-Medium;
    font-size: 12px;
    font-weight: 100;
    list-style: none outside none;
    padding: 0 0 0 2px;
}

.aboutdebt1  li a
                   {
				   text-decoration:none;
				    color:#000000;				 line-height:35px; 

					}
.aboutdebt li a:hover
                          {
						  color:#ff7d05; 
						  }
.aboutdebt1  li a.selected
                            {
							color:#ff7d05;
							}
						.aboutdebt1legal {
               margin:0; 
			   padding:0;
			   width:100%;
			   }
.aboutdebt1legal li {
    float: left;
    font-family: Roboto-Medium;
    font-size: 13px;
    font-weight: 100;
    list-style: none outside none;
    padding: 0 0 0 12px;
}

.aboutdebt1legal  li a
                   {
				   text-decoration:none;
				    color:#000000;				 line-height:35px; 

					}
.aboutdebt1legal li a:hover
                          {
						  color:#ff7d05; 
						  }
.aboutdebt1legal  li a.selected
                            {
							color:#ff7d05;
							}
														
.debtchasefinance{
    float: left;
    height: auto;
    margin-left:-19px;
    margin-top: 78px;
}
.debtchasefinance img{
   
}
.debtchaselegal{
    float: left;
    height: auto;
    margin-left:-19px;
    margin-top: 78px;
}
.debtchaselegal img{
   
}
.fincial_services{width:94%; margin:10px 0px 0px 33px; padding:0px; float:left;}
.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%;
}

.TabbedPanelsTabGroup {
	margin: 0px 0px 10px 0px;
	padding: 5px; background-image:url(images/menubg.jpg); height:27px; border:#8b8b8b 1px solid; border-radius:7px;
}

.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding:0px 5px 0px 5px;
	margin: 7px 0px 7px 0px;
	background-color:none;
	font-family:Roboto-Regular; font-size:12px; color:#000000;
	list-style: none;
	border-right:1px solid #666666;
	line-height:15px;
	cursor: pointer;
}

.TabbedPanelsTabHover {
	background-color: ;
	color:#ff7d05;
}

.TabbedPanelsTabSelected {
	background-color:;
	color:#ff7d05;
}

.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}

.TabbedPanelsContentGroup {
	clear: both;
	border:0px;font-family:Roboto-Regular; font-size:12px; color:#000000;
	background-color: ; background-image:none; background-color:#FDFDFD;

}

.TabbedPanelsContentGroup p{
	font-size:12px;
	font-family:Roboto-Regular; font-size:12px; color:#000000;
	margin:5px;
	text-transform: none;

}


.TabbedPanelsContent {
	text-align: justify;
	padding: 4px; 
}

.TabbedPanelsContentVisible {
	text-align: justify;
}

.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #EEE;
	position: relative;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}

.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}


.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #EEE;
	border-bottom: solid 1px #999;
}

.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}
.submit {
    background: url("images/chase.png");
    background-position: center top;
    background-repeat: no-repeat;
    border: 0 none;
    cursor: pointer;
    height: 36px;
    width: 265px;
	font-size:0px;
}

.contheading
{
  font-weight:bold;
  text-align:center;
}
.pcl a{ font-size: 12px; padding:0px; margin:0px; color:#FF7C06; text-decoration:none; line-height:17px;}
.pcl a:hover{ padding:0px; margin:0px;  color:#000000; text-decoration:underline;}


.contheading1
{
  font-weight:bold;
  text-align:left;
  font-size: 16px; 
  padding:0px; 
  margin:0px;
  
  color:#000000;
  text-align: justify;
  
}
.para{
	 color: #000000;
    font-family: Roboto-Regular;
    font-size: 12px;
    font-weight: 100;
    padding: 5px 10px 12px 0px;
    text-align: justify;

}
.paramhead
{
	margin-left: 25px;
 	text-align: justify;;
 	
}
.paramheads
{
	margin-left: 5px;
 	text-align: justify;
 	vertical-align: top;
 	
}
.inner_contact {width:100%; float:left; margin:10px 0px 10px 0px; padding:10px 0px 15px 0px; background-color:#e7e7e7;}

.inner_contactbg {
    background: url(../images/generalbg.png) repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    height: auto;
    margin:0 auto;
    padding: 0px 10px 0px 10px;
    width: 96%; display:table; color:#000000; font-size:13px; font-weight:100; font-family:Roboto-Regular; }

.content_left {  float:left; margin:0px; padding:0px;}
.content_right{ width:37%; float:left; margin:0px; padding:5px;}
.content_right1{ width:30%; float:left; margin:0px;}
.bannerleftbox2_contact{width:95%; float:left; margin-top:0px;   padding:5px; }
.bannerleftbox2new1_contact { width:100%; float:left; margin:0px; background-color:#000000; padding:0px; /*border:5px solid #000000;*/height:345px;}
.textarea {
   background-color: #ffffff;
    margin-left: 4%;
    margin-top: 6px;
   
    width: 90%;
}
.textarea1{width:90%; height: 92px; background-color:none; color:#000000; margin-top:6px; font-size:16px; font-weight:100;  border:0px; padding:0px; font-family: Roboto-regular;padding-left:4px;}

.submit1 {
    background: url(images/submit.png);
    background-position: center top;
    background-repeat: no-repeat;
    border: 0 none;
    cursor: pointer;
    height: 39px;
    width: 127px;
	font-size:0px;
	margin-top:10px;
}
.testimonialsContainerarea {
    border: 1px solid #b3bbc7;
    color: #616161;
    display: table;
   color: #6e6e6e;
    
    margin: 10px 0;
    padding: 10px;
    width: 100%;
}

.title_name {
   color: #000000;
    float: left;
    font-family: Roboto-Medium;
    font-size: 18px;
    font-weight: 100;
    height: auto;
    margin: 0;
    padding: 0;
    width: 100%;
	
}

.test_content {
    color: #000000;
    font-family: Cambria;
    font-size: 16px;
    font-style: italic;
	width:90%;
	font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 13px;
    font-style: italic;
    font-weight: 300;
    line-height: 22px;
	float:right;
	text-align:left;
}
.tst_name{
width:96%;
float:right;
text-align:left;}

 .tst_imgage{
width:9%;
float:left;
text-align:left;}

.test_content1 {
    color: #000000;
    font-family: Cambria;
    font-size: 16px;
    font-style: italic;
	width:100%;
	font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 13px;
    font-style: italic;
    font-weight: 300;
    line-height: 22px;
	float:right;
	text-align:left;
}


.ftimage
{
	margin-left: -197px;
    width: 300px;
}

.subs{
width:100%;
float:left;
}
.subs1{
width:60%;
float:left;
}
.subs2{
width:40%;
float:left;
}

/*************Start new form css**********/
.text_fields {
   	background-color: #ffffff;
    height: 22px;
    width: 95%;
	margin:8px 0px 8px 0px; padding:5px; box-shadow: 3px 3px 2px #000000;
}
.textbox{width:300px; float:left; margin:0px 0px 0px 0px;  background-color:#ffffff; padding:5px; }
.textbox1 { width:270px; float:left; margin:0px; background-color:#353535; padding:10px 10px 10px 10px; border:5px solid #000000;}
.textfield {width:100%; background-color:none; color:#353535; margin:0px; font-size:15px; border:0px; padding:0px; height:22px;font-family: Roboto-Regular; }
.textarea {width:100%; background-color:none; color:#353535; margin:0px; font-size:15px; border:0px; padding-left:2px; height:73px; font-family: Roboto-Regular;}
.submit { width:100%; float:left; margin:0px; padding:0px; border:0px; line-height:0px;}

.submit_new {
    background: url(images/submit_new.png);
    background-position: center top;
    background-repeat: no-repeat;
    border: 0 none;
    cursor: pointer;
    height: 39px;
    width: 267px;
	font-size:0px;
	margin-top:10px;
}

.text_fields1 {
   	background-color: #ffffff;
    height: 73px;
    width: 95%;
	margin:0px 0px 8px 0px; padding:5px; box-shadow: 3px 3px 2px #000000;
}

div.wpcf7-validation-errors {
    font-size: 12px;
    margin-top: -44px !important;
	}

	div.wpcf7-mail-sent-ok {
    font-size: 11px;
     margin-top: -44px !important;
 }
/*************End new form css**********/


/*************Custom css**********/
.home-video iframe{
    height: 359px;
    width: 100%;
}


.postmaincontent {
    width: 100%;
}
.postlist {
     border: 1px solid #b3bbc7;
 margin: 10px 0;
    padding: 0 10px 10px 10px;
}
.post_title > h1 {
    font-size: 22px;
    padding-left: 0;
}


.postcontent p{
  color: #000000;
    font-family: Roboto-Light;
    font-weight: 100;
}
.maintitle {
    padding-bottom: 0px;
    padding-left: 0;
}
.post_title a {
    color: #000;
 text-decoration: none;
font-weight: bold;
}
.entry-title {
    padding-left: 0;
}
.navigation.post-navigation {
    display: none;
}
.entry-meta span, .logged-in-as, .entry-content > p{
 color: #000000;
    font-family: Roboto-Light;
    font-weight: 100;
}
.comment-form-comment label {
    display: block;
   font-family: Roboto-Light;
}
.form-allowed-tags {
    display: none;
}
.entry-meta a {
    color: #000;
}

.recentpost {
    float: left;
    margin: 0;
    padding-left: 0;
    width: 100%;
}
.caroufredsel_wrapper {
    width: 100% !important;
}
.maincontent {
    width: 100%;
}
.postcontentbox{ width:100%;}

.comment-form .submit {
    width: 265px;
}