/*
 * Style 06 - responsive
 * Author: BC
 * Copyright Mostad & Christensen, Inc.
 */
 
 /* --- Adjust style colors in color CSS file (green.css, etc.)-- */
 
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background: #fff url(../images/pg_bg.jpg) repeat-x;
	font-size:13px;
	line-height:22px;
	text-shadow:none !important;
	color:#000;
	padding-right: 0 !important;
    padding-left: 0 !important;
	}

h1,h2,h3,h4,h5,h6{
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin:3px 0px;
	padding:3px 0px;
	line-height: 24px;
}

h1 {font-size: 25px; }
h2 {font-size: 20px; }
h3 {font-size: 18px; }
h4 {font-size: 16px; }
h5 {font-size: 14px; }
h6 {font-size: 12px; }

hr{
	margin:3px 0px 15px 0px;
	padding:0px;
	border-top:0px;
	border-bottom:1px solid #eee;
	height:0px;
}
ul,
ol {
   padding: 0;
   margin: 0 0 10px 15px;  
}

ul ul,
ul ol,
ol ol,
ol ul {
 margin-bottom: 0;
}

ol li {
  background: url(none)!important;
  list-style-type:decimal!important;
}

li {
  line-height: 20px;
}

ol.boldNumber {  /* This controls the number */
	font-weight: bold;
	color: #000;
	list-style-position: outside;
	margin: 5px 0 -5px 0;
	padding: 0 0 0 20px; /*to left align numbers */
	background: url(none)!important;
	list-style-type:decimal!important;
	
} 

ol li div { /* This controls the text */
	font-weight: normal;
	color: #000;
	margin: 0px 0 0px -15px; /*left margin controls space between number and text. Top & bottom controls spacing between liste itenms. */
	}

.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 980px;
}

.span12 {
  width: 980px;
}
.container {padding: 0;}
.center{ text-align:center; }
.wrapper {
	background: #fff;
	border: 1px solid #999;
	border-top: none;
	}

.content-wrapper {
	padding: 0 10px 0 20px; 
}
a:hover,a:active,a:focus {
	outline: 0;
}

:focus {outline:none;}

::-moz-focus-inner {border:0;}

.form{
	margin:10px 0px;
}

form input{
	font-size:12px !important;
}

form legend {
  font-size: 18px;
  color: #000;
  border: none;
}

form label { font-size: 12px; }

form fieldset {
border:1px solid #E5E5E5;
padding: 10px;
margin-bottom: 10px;
}

.form-horizontal input[type="text"],.form-horizontal input[type="password"], .form-horizontal textarea{
	width:60%;
}

.form-horizontal button{
	font-size:12px;
}

.form-horizontal .control-label {
	width: 170px;
	padding-right: 10px;
	}

.form-horizontal .controls {
	margin-left: 100px;
	}

.form-horizontal .controls label {	
	font-size: 12px!important;
	}

.form-horizontal .controls:first-child {
	padding-left: 100px;
}

.form-horizontal .form-actions {
	padding-left: 100px;
}

.form-actions {
	padding: 5px 20px 5px;
	background:transparent;
	border-top:0px;
}

/* Alignment */

.img-right {
	width: 200px;
	padding: 10px;
	margin-left: 20px;
	margin-bottom: 10px;
	float: right;
	text-align: center;
	}

.alignleft, img.alignleft {
	margin-right: 8px;
	margin-top:5px;
	display: inline;
	float: left;
}

.alignright, img.alignright {
	margin-left: 8px;
	margin-top:5px;
	display: inline;
	float: right;
}
   
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
}

/* header */

header{
	color: #fff;
	height: 173px;
	background: #fff url(../images/header_bg.gif) repeat-x;
}

header h1 a, header h1 a:visited, header h1 a:hover{
	color: #000;
	font-size:25px;
	line-height:55px;
}

header .header-img {
	width: 210px;
	height: 157px;
	float:left;
}

header .header-left {
	margin-left: 15px;
	padding: 30px 0 10px 0;}

header .topname h1{
	float:left
	font-weight: bold;
	color: #fff!important;}
	
header .header-left h2 {
	font-size:22px;
	line-height: 25px;
	color: #fff!important;
	}
	
header .header-left h3 {
	font-size: 18px;
	color: #fff!important;}
	
header .header-right {
	padding: 30px 0 10px 0;
	text-align:right;}
	
header .header-right h3 {
	font-size:18px;
	color: #fff!important;
	line-height: 25px;
	}

/* navigation */
.btn, .btn-navbar {display: none;}

.nav-menu {
	margin-left: -10px;
	width: 205px;
	font-weight: bold!important;
}
.nav-menu li{
	margin: 0;
	padding-top: 10px!important;
	padding-right: 0!important;
	background-image:url(../images/nav_bullet.png)!important;
	background-repeat: no-repeat!important;;
	background-position: left 12px!important;;
	list-style-type: none;
	border-top: 1px solid #CCC; /* line between menu items */
	font-weight: bold!important;
	}

.nav-menu a{
	text-align: left;
	display: block;
	text-decoration: none;
	padding: 0;
	line-height: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold!important;
	text-transform: uppercase;
	 }

.nav-menu li.nav-menu-first{
	border-top: none; } /* to remove border from first menu item */
 
.navbar{
	margin:0 0 15px 0;
	font-weight: bold;
}

.navbar .btn{
	font-size:13px !important;
	padding:4px 10px;
	color:#fff !important;
	text-shadow:none !important;
}

.nav-collapse a{
	font-weight:normal;
	text-shadow:none;
}

/* content */
.span9.column {
	margin: 0 0 10px 0px!important;
	}
.span4.column {
	width: 30%;!important;
	}
.content h1 {
	font-size: 25px;
	padding-bottom:10px;
	border-bottom: solid 1px #4A5E06;
}

.content ul{
	list-style-type: none !important;
	padding: 0 0 8px 0;
	margin: 0;
}

.content li{
	margin: 5px 0 5px 10px; /* left indent */
	padding: 5px 20px 5px 20px; /* sets list padding*/
	list-style-type: none;
	background: url(../images/content_bullet.gif) no-repeat 0px 8px; /* horizontal & vertical position of bullet */
}

.main-content {
	margin: 5px;
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 5px;
}

.main-content h1{
	margin-bottom: 25px;
	}

	
.main { 
		padding: 0; 
		background: url(../images/leftbar_bg.jpg) repeat-y left;
		}
		
.right-side { 
	margin:0 0 0 20px; 
	padding: 0;}	
 	
.side-box{
	padding:8px 10px;
	max-width: 200px;
	margin: 10px -20px 10px 20px;
	background: url(../images/newsbox_bg.jpg) repeat-x top;
	text-align: center;
	}

.side-box h3{
	border-bottom: 1px solid #eee;
	padding-bottom: 8px;
	color: #000;
	text-align: center;
	text-transform: upppercase;
	font-size: 14px;
	font-weight: bold;
	}
	
.side-box li {
	background: url(../images/news_bullet.gif) no-repeat 5px 12px!important;}

.side-box p{
	margin-bottom:0px;
}

.firm-name, .firm-designation {
	font-size: 18px;
	font-weight: bold;
	color: #000;}

.firm-designation {
	font-size: 14px; }

.taxflash {
    width:200px;
	margin: 10px 0 10px 30px;
	padding:0 0 4px 0; 
	border:1px solid #000; 
	font-family:Verdana, Arial, Helvetica, sans-serif;  
	font-size:12px; color:#000000; background:#fff; 
	line-height:1.3em; 
	text-align:left;
}
.taxflash-inner { padding:10px 8px 5px 10px;}

.taxflash h2, taxflash h3 {
	color: #000; 
	font-size:16px; 
	font-weight:bold; 
	line-height:1.2em; 
	padding:5px 0 0 0;
	margin:0;
}
.taxflash h3 {
	font-weight: normal;
	font-style:italic;
	font-size: 11px;
	margin-top: 10px;
	color: #000;
	}
.taxflash p {
	padding: 0; 
	margin: 10px 0 0 0; 
	color:#000000;
}

.taxflash ul { 
    margin-bottom: 0px!important;
    padding: 0!important; }

.taxflash li {
	margin: 5px 0 5px 5px!important;
	padding: 4px 10px 3px 20px!important
}

.link-image {
	width: 175px;
	margin: 10px 0 0 40px;}

.refund {
	width: 230px;
	height: 54px;
	margin: 10px auto;
	padding: 130px 0 0 30px;
	background: url(../images/refund.jpg) no-repeat center top;
}
.refund select {width:60% !important; margin-left: 15px; margin-top:5px;}

.contact {padding-top: 25px;}

/*
Back to top button 
*/

#back-top {
	position: fixed;
	bottom: 5px;
	right: 10px;
	}
#back-top a {
	width: 23px;
	display: block;
}

#back-top span {
	width: 23px;
	height: 33px;
	display: block;
	margin-bottom: 7px;
	background: transparent url(../images/top.png) no-repeat;
	}
/* footer */

footer{
	font-size:11px;
	padding-top:10px;
	}

footer hr{
	border-top:1px solid #000;
	padding:0px;
	border-bottom:1px solid #eee;
}

footer h4{
	font-size:15px;
	padding-bottom:6px;
	border-bottom:1px solid #eee;
	margin-bottom:4px;
	color:#ccc;
}

footer a, footer a:visited{
	color:#fff;
}

footer a:hover{
	color:#fff;
	text-decoration:none;
}

footer ul{
	list-style-type: none !important;
	padding: 0px;
	margin: 0px;
}

footer ul li{
	background-repeat: no-repeat;
	background-position: 2px 7px; 
	background-size:13px 13px;
	padding:4px 0px;
	padding-left: 21px; 
}

footer .column{
	margin: 0 8px 10px 8px;
}

.copyright { 
	font-size:10px;
	padding: 10px 0 0 0;
	color: #000; }	
   
.row .software-wrap {
	padding: 10px 0;
}

.software {
	padding: 10px 0;}

/* responsive styles */

@media (max-width: 480px){

header .header-left{
   margin:0 auto;
      }	
header .header-img {
	 display: none;}
 
.services {display: none;}
.img-right {
	width: 200px;
	padding: 10px;
	margin: 0 auto;
	margin-bottom: 20px;
	float: none!important;
	text-align: center;
	}
	
.side-box {margin: 0 auto;}

.right-side {margin: 0 auto;}

}

@media (max-width: 767px){
	
body {
	overflow-x: hidden;
	overflow-y: scroll;
	}
.wrapper { border: none;}

.btn, .btn-navbar {display: inline; text-decoration: none;}
	
.services {display: none;}
.contact {display: none;}
header{
   padding-bottom:10px;
     }
  
header .header-left, header .logo{
   float: none;
   text-align: center;
   margin: 0 auto;
   padding-top: 8px;
   }
   
header .header-left h2{
   font-size: 18px;
   line-height: 18px;
   }
   
header .header-left h3{
   font-size: 15px;
   line-height: 18px;
   }
   
header .header-right h3 {
	font-size:15px;}
	
header .header-right {
	margin-top: -50px;
	text-align: center;}
	
   
header .header-left p{
   font-size: 14px;
   }
   
header .header-img {
	 }
	 
.link-image {margin:20px auto 0 auto;}	
  
footer {display: none;}
  

.navbar .nav{
   border:0px !important;
   }
   
 .navbar .nav > li > a{
   border:0px !important;
   }

 h1 {font-size: 20px; }

  .banner-right img {display: none; }
  
  .banner-left {margin-left: 0;}

.span4.column {
	width: 90%;!important;
	}

.side-box, .taxflash {
	margin: 0 auto;
	margin-top: 20px;}
	
.main { 
		background: url(none)!important;
		}
	
 footer{
   padding:10px 20px;
   } 

}
@media (min-width: 768px) and (max-width: 979px) {
	
.btn, .btn-navbar {display: inline; text-decoration: none;}

header .header-left, header .logo{
   float: none;
   text-align: left;
   margin: 0 auto;
   padding-top: 8px;
   }
   
header .header-left h2{
   font-size: 18px;
   line-height: 18px;
     }
   
header .header-left h3{
   font-size: 15px;
   line-height: 18px;
     }
   
header .header-right h3 {
	font-size:15px;}
	
header .header-right {
	margin-top: -50px;
	margin-left: 0px;
	text-align: left;}
	
   
header .header-left p{
   font-size: 14px;
   }
	
.span6.main-content {
	min-width: 450px;
	}
	
.span9.main-content {
	min-width: 650px;
	}

header .header-img {
	padding-right: 20px;
	 }	
	 
.btn, .btn-navbar {display: inline;}	

.side-box, .taxflash {
	margin: 0 auto 0 -20px;
	margin-top: 20px;}
	
.link-image {margin:10px 0 0 -10px;}	

.refund {
	margin: 10px 10px 10px -50px;
	padding: 130px 0 0 30px;
}
	
footer, .copyright {font-size:9px;}
footer .column{
		margin-left: -15px;
}
.navcenter.navbar .nav > li {
    float:none;
    display:block;
    }
.navcenter.navbar .nav > li > a:hover{
	background: transparent url(none) !important;}
	
.navcenter .navbar-inner {
    text-align:left;
}

.banner {max-height: 134px; }

.main { 
		background: url(none)!important;
	 }
}
