/* Design by http://www.dreamtemplate.com */
@charset "utf-8";
body {
	margin:0;
	padding:0;
	width:100%;
	color:#6d6d6d;
	font:normal 12px/1.5em "Liberation sans", Arial, Helvetica, sans-serif;
	/*background:#f0f0f0 url(../images/main_bg.gif) repeat-x left top;*/
	background:#f0f0f0;
}
html, .main {
	padding:0;
	margin:0;
}
.main {
	background:url(../images/hbg_bg.jpg) no-repeat center top;
}
.clr {
	clear:both;
	padding:0;
	margin:0;
	width:100%;
	font-size:0;
	line-height:0;
}
h2 {
	margin:8px 0;
	padding:8px 0;
	font-size:24px;
	font-weight:normal;
	color:#6e6e6e;
}
p {
	margin:8px 0;
	padding: 0 0 0px 0;

}
a {
    /*color: blue;*/
	color:#ffa30c;
    /*text-decoration:underline;*/
    text-decoration:none;
}
a :hover {
    /*color: blue;*/
	color:#ffa30c;
    /*text-decoration:underline;*/
    text-decoration:underline;
}


.header, .content, .menu_nav, .fbg, .footer, form, ol, ol li, ul, .content .mainbar, .content .sidebar {
	margin:0px;
	padding:0;
}
.header {
}
.header_resize {
	margin:0 auto;
	padding:0;
	width:960px;
    height:150px;
}
.logo {
	padding:0;
	float:none;
	float:left;
	width:auto;
	height:120px;
    width:400px;
	/*width:470px;*/
	/*border:1px solid red;*/
	
}

.search
{
    margin:0 auto;
	padding:40px 0 0;
	height:12px;
	float:right;
    margin-top:-20px;
    border:solid 1px ridge;
}
h1 {
	/*margin:0;
	padding:32px 0 0;
	font-size:20px;
	font-weight:bold;
	line-height:1.2em;
	text-transform:none;
	margin-top:-25px;*/
	margin:0;
	padding:32px 0 0;
	font-size:20px;
	font-weight:bold;
	line-height:1.2em;
	text-transform:none;
	margin-top:13px;
}
h2 {
	margin:0px;
	padding:32px 0 0;
	font-size:20px;
	font-weight:bold;
	line-height:1.2em;
	text-transform:none;
	margin-top:-20px;
	margin-left:12px;
}
h1 a, h1 a:hover {
	color:red;
	text-decoration:none;
}
h1 span 
{
    color:#ec5d10 ;
    font-weight:bolder;
    font-size:15px;
    margin-top :90px;
 
}
h2 span 
{
    color:#ec5d10 ;
     /*color:#fff ;*/
    font-weight:bold;
    font-size:20px;
    margin-top :30px;
 
}

h1 small {
	display:block;
	font-size:13px;
	line-height:1.2em;
	letter-spacing:normal;
	font-style:italic;
	color:#3b3b3b; /* #e0f69b*/ /*#7d3798*/
}
.slider {
	padding:0 0 5px;
	background:url(../images/slider_bg.png) no-repeat left bottom;
}
.rss {
	padding:18px 20px 0 0;
	float:right;
	width:auto;
}
.rss p {
	margin:0;
	padding:0;
	float:right;
	width:auto;
	color:#fff;
	font-size:13px;
	line-height:1.5em;
	font-weight:bold;
}
.rss a {
	color:#fff;
	text-decoration:none;
}
.rss a:hover {
	text-decoration:underline;
}
.rss img {
	margin:-3px 0 -3px 6px;
	border:none;
}
.menu_nav {
	margin:0 auto;
	padding:40px 0 0;
	height:32px;
	float:right;
    border:solid 1px ridge;
   margin-top:-1px;
    /*width : 600px;*/
	
}

/*.menu_nav ul {
	list-style:none;
	padding:0;
	height:32px;
	float:left;
}
.menu_nav ul li {
	margin:0;
	padding:0;
	float:left;
}
.menu_nav ul li a {
	display:block;
	margin:0;
	padding:8px 20px;
	font-size:13px;
	line-height:16px;
	font-weight:bold;
	color:#fcfcfe;
	text-decoration:none;
	text-transform:none;
	background:#aaaaaa;
}
.menu_nav ul li.active a, .menu_nav ul li a:hover {
	text-decoration:none;
	color:#fff;
	background:#f0952b; 
	
}


.menu_nav ul li ul li.active a, .menu_nav ul li ul li a:hover {
	text-decoration:none;
	color:#fff;
	background:#f0952b;
	
}*/

.menu_nav ul {
  font-family: Arial, Verdana;
  font-size: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu_nav ul li {
  display: block;
  position: relative;
  float: left;
}
.menu_nav li ul { display: none; }
.menu_nav ul li a {
  display: block;
  text-decoration: none;
  color: #ffffff;
  border-top: 1px solid #ffffff;
  padding: 5px 15px 5px 15px;
  background: #aaaaaa;
  margin-left: 1px;
  white-space: nowrap;
}
    .menu_nav ul li a.active
    {
       text-decoration:none;
	   color:#fff;
	   background:#f0952b; 
    }
/*.menu_nav ul li a:hover { background: #f0952b; }
.menu_nav ul li a:active { background: #f0952b; }*/

.menu_nav li:hover ul {
  display: block;
  position: absolute;
 z-index:1000
}
.menu_nav li:hover li {
  float: none;
  font-size: 11px;
}
.menu_nav li:hover a { background: #f0952b; }
.menu_nav li:hover li a:hover { background: #8b8988; }

/*.menu_nav ul li.active a, .menu_nav ul li a:hover {
	text-decoration:none;
	color:#fff;
	background:#f0952b; 
	
}*/

.menu_nav ul li a.active, .menu_nav ul li a:hover {
	text-decoration:none;
	color:#fff;
	background:#f0952b; 
	
}


/*.menu_nav ul li ul li.active a, .menu_nav ul li ul li a:hover {
	text-decoration:none;
	color:#fff;
	background:#f0952b;
}*/

/******************************* Content**********************/
.content {
	padding:24px 0 40px;
	/*background:url(../images/content_bg.gif)repeat-x left 4px;*/
	/*background-color:#efefef;*/
}
.content_resize {
	margin:0 auto;
	padding:0;
	width:960px;
}
.content .mainbar {
	margin:0;
	padding:0;
	float:right;
	width:960px;
}
.content .mainbar h2 {
	margin-bottom:0;
	padding-bottom:16px;
	font-size:24px;
	line-height:1.2em;
	color:#6e6e6e;
}
.content .mainbar div.img {
	padding:12px 0 0;
	float:left;
}

.content .mainbar div.map {
	padding:12px 0 0;
	float:right;
}

.content .mainbar img {
}
.content .mainbar img.fl {
	margin:0;
}
.content .mainbar .text {
	margin:0 0 0px;
	padding:6px 10px;
	background:#fff;
	border:1px solid #d5d2d2;
}
.content .mainbar .text_content {
	float:left;
	width:700px;
	padding: 6px 10px 0 35px;
	text-align:justify;
    border:solid 1px ridge;
}
.content .mainbar .text_content1 {
	float:left;
	width:350px;
	padding: 6px 10px 0 35px;
	text-align:justify;
    border:solid 1px ridge;
}

.content .mainbar .producttext_content {
	float:left;
	width:890px;
	padding: 6px 10px 0 10px;
	text-align:justify;
}

.content .mainbar .text_content strong {
	color:#6d6d6d;
}
.content .sidebar {
	padding:0;
	float:left;
	width:260px;
}
.content .sidebar .gadget {
	margin:0 0 12px;
	padding:12px 0 24px;
}
.content .sidebar h2 {
	color:#6e6e6e;
}
ul.sb_menu, ul.ex_menu {
	margin:0;
	padding:0;
	list-style:none;
	color:#6e6e6e;
}
ul.sb_menu li, ul.ex_menu li {
	margin:0;
}
ul.sb_menu li {
	padding:8px 0;
	width:220px;
}
ul.ex_menu li {
	padding:4px 0;
}
ul.sb_menu li a {
	color:#6e6e6e;
	text-decoration:none;
	margin-left:-16px;
	padding:4px 8px 4px 16px;
}
ul.ex_menu li a {
	font-weight:bold;
	color:#6e6e6e;
	text-decoration:none;
}
ul.sb_menu li a:hover, ul.ex_menu li a:hover {
	color:#ffa30c;
	font-weight:bold;
	text-decoration:none;
}
p.spec {
	padding:0 0 16px;
}
p.subtitle {
	/*margin:0 -20px 8px -20px;*/
	margin:0 -10px  3px  -10px;
	padding:9px 20px;
	color:#fff;
	background:#f0952b;
	font-size:20px;

	border-top:#fff;
	margin-top:-8px;
	


	
	
}
p.subtitle a {
	padding:0 2px;
	text-decoration:underline;
	color:#fff;
	font-weight:bold;
}
p.subtitle a.com {
	display:block;
	float:right;
	text-align:right;
	margin:-24px -20px -10px 0;
	padding:23px 20px 0 0;
	width:137px;
	height:38px;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	background:url(../images/comment.gif) no-repeat left top;
}
p.subtitle a.com:hover {
	text-decoration:underline;
}
p.subtitle a.com span {
	font-weight:bold;
}
.text_content a.rm {
	display:block;
	float:left;
	margin:0 0 16px;
	padding:10px 0 0;
	width:113px;
	height:29px;
	font-size:12px;
	line-height:16px;
	font-weight:normal;
	text-transform:none;
	color:#fff;
	text-decoration:none;
	text-align:center;
	background:url(../images/readmore.gif) no-repeat left bottom;
}
.text_content a.rm:hover {
	text-decoration:underline;
}
.content p.pages {
	margin:0;
	padding:28px 20px 28px 12px;
	font-size:11px;
	color:#6e6e6e;
	text-align:left;
	background:#fff;
	border:1px solid #d5d2d2;
}
.content p.pages span, .content p.pages a {
	display:block;
	float:left;
	margin: -16px 0 0 5px;
	padding:8px 0;
	text-decoration:none;
	text-align:justify;
	width:44px;
	background:url(../images/page_p.gif) no-repeat center top;
}
.content p.pages span, .content p.pages a:hover {
	color:#fff;
	background:url(../images/page_a.gif) no-repeat center top;
}
.content p.pages a {
	color:#6e6e6e;
	border:1px solid transparent;
}
.content p.pages small {
	display:block;
	margin:-8px 0;
	font-size:12px;
	float:right;
}
.content .mainbar .comment {
	margin:0;
	padding:16px 0 0 0;
}
.content .mainbar .comment img.userpic {
	border:1px solid #dedede;
	margin:10px 16px 0 0;
	padding:0;
	float:left;
}
/* ----------------------------------------*/

.fbg {
	padding:0;
	background:#3b3b3b url(../images/line.gif)repeat-x left 9px;
}
.fbg_resize {
	margin:0 auto;
	width:960px;
	padding:16px 0;
	color:#6e6e6e;
	background:no-repeat center bottom;
}
.fbg h2 {
	color:#9d9d9d;
	padding-bottom:24px;
}
.fbg img.gal {
	margin:0 8px 8px 0;
	padding:0;
	border:4px solid #b9c3d0;
}
.fbg .col {
	margin:0;
	float:left;
}
.fbg .c1 {
	padding:0 16px 0 0;
	width:280px;
}
.fbg .c2 {
	padding:0 36px 0 16px;
	width:280px;
}
.fbg .c3 {
	padding:0 0 0 16px;
	width:274px;
}
.fbg .fbg_ul {
	margin:0;
	padding:0;
	list-style:none;
}
.fbg .fbg_ul li {
	margin:0;
	padding:0;
	list-style:none;
}
.fbg .fbg_ul li a {
	display:block;
	margin:0;
	padding:2px 0 2px 12px;
	color:#6e6e6e;
	text-decoration:none;
	background:url(../images/li.gif) no-repeat left center;
}
.fbg .fbg_ul li a:hover {
	color:#86b010;
	text-decoration:underline;
}
.fbg p.contact_info {
	line-height:1.8em;
}
.fbg p.contact_info a {
	color:#86b010;
	text-decoration:underline;
}
.fbg p.contact_info span {
	display:block;
	float:left;
	width:74px;
	font-weight:bold;
	color:#6e6e6e;
}
ol {
	list-style:none;
}
ol li {
	display:block;
	clear:both;
}
ol li label {
	display:block;
	margin:0;
	padding:16px 0 0 0;
}
ol li input.text {
	width:200px;
	border:1px solid #c0c0c0;
	margin:0;
	padding:5px 2px;
	height:16px;
	background-color:#fff;
}
ol li textarea {
	width:300px;
	border:1px solid #c0c0c0;
	margin:0 0px 0 0;
	padding:2px;
	background-color:#fff;
    height: 142px;
}
ol li .send {
	margin:16px 0 0 0;
}
 .search-form {
	background:#fefefe;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	width:100%;
	overflow:hidden
}

 #search-form input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	/*line-height:1.214em;*/
    line-height:2em;
	/*width:170px;*/
    width:140px;
	padding:10px 18px 11px;
	margin:0;
    height:5px;
    /*height:5px;*/
	color:#9d9d9d;
	border: medium none;
    border: solid 1px #f0952b ;
	background:none;
	float:left
}
#search-form a {
	display:block;
	width:28px;
	height:28px;
    /*width:25px;
	height:30px;*/
	/*text-indent:-5000px;*/
	/*background:url(../images/search-button.png) 9px 8px no-repeat #f0952b;*/
    /*background:url(../images/search-button.png) 4px 3px no-repeat #f0952b;*/
    background:url(../Images/search-button1.png) 4px 3px no-repeat #f0952b;
	border-radius:0 8px 8px 0;
	-moz-border-radius:0 8px 8px 0;
	-webkit-border-radius:0 8px 8px 0;
	float:right;
    
}
#search-form a:hover {
	background-color:#aaa;
}
/*******************************************************/

.round {
    width: 150%;
    border-radius: 120px;
    border: 1px #f0952b solid;
    padding: 5px 5px 5px 0px;
   
    position:absolute;
   /*border-radius: 15px 0px 0px 15px;*/
    border-radius: 0px 0px 0px 0px;

   right:225px;
  
    margin-top:-6px;
    text-align: left;
  
}

.corner
{
   
    margin-top: -13px;
   margin-left:-130px;
    /*border-radius: 15px 15px 15px 15px;*/
     border-radius: 0px 0px 0px 0px;
   margin-bottom:120px;
   

  
    
	width:35px;
	height:32px;
    right:1000px;
	text-indent:-5000px;
	
    background:url(../Images/search-button.png) 5px 4px no-repeat #f0952b;
	border-radius:8px 8px 8px 8px;


}

#blog.form
{
    border:1px solid #c2c2c2;
    border-radius:3px 3px 3px 3px;
    margin-bottom:30px;
    padding:20px;
    width:580px;

}

.search
{
    position: relative;
    left: 200px;
    width: 100px;
    height: 30px;
}   



/********************************/
.searchform {
	padding:0;
    /*padding: 10px 7px 4px;*/
    padding:12px 0 0;
	float:right;
    height:15px;
    /*border:solid 1px #f0952b;*/ 
    border: solid 1px ridge;
    /*border-color:#f0952b;*/
    margin-top:-5px;
}

.searchform2 {
	/*padding:0;*/
    padding:12px 0 0;
	float:right;
    height:32px;
    border:solid 1px ridge;
    margin-top:-10px;
}

/**********************Template memo**********************************/


.templatemo_list {
	margin: 20px 0;
	padding: 0;
	list-style: none;
}

.templatemo_list li {
	background: transparent url(images/templatemo_list.png) no-repeat scroll 0 0px;
	margin:0 0 20px;
	padding:0 0 0 25px;
	line-height: 1em;
}

.templatemo_list li a {
	color: #666;
	text-decoration: none;
}

.templatemo_list li a:hover {
	color: #000;
}

.button a {
	clear: both;
	display: block;
	width: 82px;
	height: 23px;
	padding: 3px 0 0 0;
	margin-top: 15px;
	background: url(images/templatemo_button.png) no-repeat;
	color: #000;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.button a:hover {
	color: #fff;
	/*background-color :White;*/
	background: url(images/templatemo_button_hover.png) no-repeat;
}

#templatemo_wrapper {
	width: 970px;
	padding: 0;
	margin: 0 auto;
	background: url(images/templatemo_wrapper.png) repeat-y;
}

/* menu */

#templatemo_menu {
	width: 830px;
	height: 50px;
	margin: 0 10px 0 100px;
	padding: 20px 30px 0 0;
	background-color :Green;
	/*background: url(images/templatemo_menu.png) top repeat-x;*/
}

#templatemo_menu ul {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
}

#templatemo_menu ul li {
	padding: 0px;
	margin: 0px;
	display: inline;
}

#templatemo_menu ul li a {
	float: left;
	display: block;
	width: 112px;
	height: 48px;
	padding: 0;
	margin: 0 5px 0 0 ;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	color: #fff;	
	font-weight: bold;
	outline: none;
	border: none;
}

#templatemo_menu ul li a:hover, #templatemo_menu ul li .current {
	height: 38px;
	padding-top: 10px;
	color:Green;
	/*background: url(images/templatemo_menu_hover.png) bottom no-repeat;*/
	background-color:White;
}

/* end of menu */

#templatemo_left_column {
	float: left;
	width: 200px;
    margin-right: 80px;
}

#templatemo_right_column {
	float: right;
	width: 550px;
	margin-right: 100px;
}

#templatemo_header {
	width: 360px;
	height: 276px;
	padding: 0 10px;
	margin-left: 20px;
	background: url(images/templatemo_header.png) left center no-repeat;
}

#templatemo_header  #site_title {
	float: left;
	width: 310px;
	padding: 115px 0 0 60px;
}

#templatemo_header  #site_title h1 {
	margin: 0;
	padding: 0;
}

#templatemo_header  #site_title h1 a {
	margin: 0px;
	padding: 0px;
	font-size: 38px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
}

#templatemo_header  #site_title h1 strong {
	color: #f00;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#templatemo_header  #site_title a span {
	display: block;
	font-size: 16px;
	color: #666;
	font-weight: bold;
	letter-spacing: 2px;
	margin-left: 5px;
	margin-top: 20px;
}

#featured_project {
	float: right;
	width: 520px;
	height: 210px;
	padding: 33px 0;
	background: url(images/templatemo_featured_project.png) no-repeat;
}

#templatemo_sidebar {
	clear: both;
	float: left;
	width: 150px;
	/*margin-left: 130px;*/
    margin-left: 50px;
}

#templatemo_main {
	float: right;
	width: 490px;
	padding-top: 40px;
	margin-right: 30px; 
}

.post_section {
	clear: both;
	position: relative;
	padding: 0 60px 10px 0;
	margin: 40px 0;
	background: url(images/templatemo_post_bottom.png) bottom left no-repeat;
}

.post_section h2 {
	margin: 0;
	padding: 10px 0 10px 0;
	line-height: 30px;
}

.post_section p {
	text-align: justify;
	margin-bottom: 10px;
}

.post_section img {
	clear: both;
	display: block;
	margin: 20px 0;
}

.post_section .comment {
	position: absolute;
	top: -10px;
	right: 0px;
	width: 70px;
	height: 42px;
	text-align: center;
	padding-top: 10px;
	font-size: 16px;
	font-weight: bold;
	background: url(images/templatemo_comment.png) no-repeat;
}

.post_section .comment a {
	color: #333;
	text-decoration: none;
}

.post_section .comment_tab {
	padding: 10px 0;
	margin: 40px 0 20px 0;
	border-bottom: 1px dashed #666;
	font-size: 20px;
	font-weight: bold;
}

#templatemo_rss a {
	float: right;
	display: block;
	width: 190px;
	height: 40px;
	padding: 10px 0 10px 60px;
	margin-bottom: 30px;
	color: #ffa200;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	background: url(images/templatemo_rss.png) left center no-repeat;
}

#templatemo_header #templatemo_rss a:hover {
	color: #fff;
	text-decoration: none;	
}

#templatemo_rss a span {
	font-size: 12px;
	margin-top: 5px;
	letter-spacing: 3px;
}
#templatemo_footer {
	clear: both;
	width: 860px;
	height: 50px;
	margin: 0 10px 0 100px;
	padding: 30px 0 0 0;
	text-align: center;
	color: #FFFFFF;
	background: url(images/templatemo_footer.png) top repeat-x;
}

#templatemo_footer a {
	color: #FFFFFF;
}


/****************** form input**************************/
#formsearch {
	margin:0;
	padding:12px 0 0;
	width:223px;
	height:30px;
}
#formsearch span {
	display:block;
	margin:0;
	padding:0;
	float:left;
	background:url(../images/search_bg.gif) no-repeat left top;
}
#formsearch input.editbox_search {
	margin:0;
	padding:8px 6px;
	float:left;
	width:170px;
	font-size:12px;
	line-height:14px;
	color:#a8acb2;
	background:none;
	outline:none;
	border:none;
}
#formsearch input.button_search {
	margin:-16px 0 -2px;
	padding:0;
	border: none;
	float:left;
}


ul.list{
		margin:5px 0 20px 10px;
		padding:0;
		list-style:none;
		display : inline-block;
		}
	
		ul.list li{
				padding:3px 5px 3px 20px;
                text-align:left ;
				}
			
				ul.list li{
						background:url(../images/bullet.gif) left 6px no-repeat;
						}
                    ul.list li a {text-decoration:none;
						
						}
                     ul.list li a :hover {
    /*color: blue;*/
	color:#ffa30c;
    text-decoration:underline;
}

/***************************** Footer *******************************/
.footer {
	background:#3b3b3b url(../images/line.gif) repeat-x left top;
}
.footer_resize {
	margin:0 auto;
	padding:0;
	width:960px;
	line-height:1.5em;
	color:#6b6b6b;
}
.footer_resize p {
	margin:24px 0;
	padding:0;
	line-height:normal;
	white-space:nowrap;
	text-indent:inherit;
}
.footer_resize a {
	color:#f0952b;
	font-weight:normal;
	margin:0;
	padding:0;
	border:none;
	text-decoration:none;
	background-color:transparent;
}
.footer_resize a:hover {
	color:#f0952b;
	background-color:transparent;
	text-decoration:underline;
}
.footer_resize .lf {
	float:left;
}
.footer_resize .rf {
	float:right;
}
a {
	outline:none;
}
/*side bar style*/

ul.list1{
		margin:5px 0 20px 10px;
		padding:0;
		list-style:none;
		display : inline-block;
		color:#7d7d7d;
			/*font-weight:200;*/
		}
	
		ul.list1 li{
				padding:3px 5px 3px 25px;
				}
			
				ul.list1 li{
						background:url(../images/bullet.gif) left 6px no-repeat;
						}
						
                ul.list1 a{
						color:#f0952b
						}


.form{
width:500px;
height:auto;
float:left;
padding:20px 10px 10px 20px;
border:1px #fdeaeb solid;
}
.content .sidebar {
	padding:0;
	float:right;
	width:260px;
}

.left-col {
	width:510px;
	/*padding-left:55px;*/
	padding:0 0 0 20px;
	float:left;
}
.left-col1 {
	width:420px;
	/*padding-left:55px;*/
	padding:0 0 0 20px;
	float:left;
}
.right-col {
	width:410px;
	/*padding-left:55px;*/
	padding:0 0 0 20px;
	float:right;
}
.content .mainbar .post_content {
	float:right;
	width:300px;
	
}
.content .sidebar1 {
	padding:0;
	float:right;
	width:320px;
}
.content .sidebar .gadget {
	/*margin:0 0 12px;*/
    margin:0 0 12px;
    padding:12px 20px 24px;
	/*padding:12px 20px 24px;*/
	background-color:#d7f7e1;
    border-radius: 12px 12px 12px 12px;
}
.content p.pages span, .content p.pages a:hover {
	color:#fff;
	background:#008f4b;
}
.content .sidebar h2 {
    font-size:20px;
	margin:-12px -20px 10px;
	padding:12px 20px 10px;
	background: none repeat scroll 0 0 #008f4b;
    color: #fff;
}
.financial-application-form{
/*width:530px;*/
width:530px;
float:left;
padding:20px 20px 10px 15px;
/*border:1px solid #d5d2d2;*/
}

.financial-application-form1{
width:250px;
float:left;
padding:20px 20px 10px 30px;
}
.financial-application-form2{
width:320px;
float:right;
border:1px solid #d5d2d2;
padding:10px 10px 5px 20px;

}
.financial-application-form1 p{
    margin-bottom:30px;
    /*margin:8px 0;
	padding: 0 0 0px 0;*/
/*margin-bottom:10px;*/
}

.financial-application-form p{
margin-bottom:30px;
}
.testimonials{
width:360px;
float:right;
padding:20px 20px 0 0;
/*padding:20px 20px 0 0;*/
}

.testimonials1{
width:250px;
float:right;
padding:-30px 20px 10px 5px;
/*padding:20px 20px 10px 5px;*/
}

.block_wide{
width:625px;
float:left;
margin:10px 20px 10px 15px;
padding-top:10px;
border-top:1px #ededed solid;
}
.wide_content{
width:930px;
clear:both;
padding:10px 15px 0 15px;
}
.right_block{
width:280px;
float:right;
padding:20px 20px 10px 0;
}

.right_block1{
width:230px;
float:right;
/*padding:20px 20px 10px 0;*/
padding:-20px 5px 10px 0;
}
.right_block2{
width:330px;
float:right;
/*padding:20px 20px 10px 0;*/
padding:-20px 5px 10px 0;
}
img.pic{
border:3px #22496a solid;
margin:0 0 10px 0;
}
.home_news a{
font-size:12px;
/*color:#c82127;*/color:#78ae15;
text-decoration:none;
border-bottom:1px #bcbcbc dotted;
padding:10px 0 5px 12px;
display:block;
float:left;
/*background:url(images/arrow.gif) no-repeat left top;*/
background:url(images/arr.png) no-repeat left top;
background-position: 0px 13px;
}
.home_news a:hover{
text-decoration:underline;
}
input.newsletter_input{
background-color:#fff;
border:1px #dcdcdc solid;
width:193px;
height:18px;
padding:4px;
float:left;
}
form#newsletter{
padding:10px 0 0 0;
}
input.newsletter_submit{
/*background-color:#b52025;*/
background-color:#008f4b;
color:#FFFFFF;
text-align:center;
float:left;
padding:4px 4px 3px 4px;
margin:0 0 0 10px;
border:1px #fdeaeb solid;
cursor:pointer;
}
.testbox{
padding:20px 10px 5px 0;
margin:0;
margin-top:-40px;
/*border-bottom:1px #ededed solid;*/
}
.testbox p{
font-style:italic;
}
.testbox1{
padding:20px 10px 5px 0;
margin:0;
/*margin-top:-80px;*/
border-bottom:1px #ededed solid;
margin-bottom:-90px;
}
.testbox1 p{
font-style:oblique;
}

.mapbox{
padding:20px 10px 5px 0;
margin-top:0px;
/*margin-top:-80px;*/
border-bottom:1px #ededed solid;
margin-bottom:-90px;
}
.mapbox p{
font-style:oblique;
}

