/* --------------------------------------------------------------------
File name: main.css
Title: Primary CSS file - Style 18 Burgundy 
Author: Mostad & Christensen, Inc.
License: Copyright Mostad & Christensen, Inc. All Rights Reserved.
---------------------------------------------------------------------- */

/* import other stylesheets into this document */
@import url('reset.css'); 
@import url('menu.css');  /* top menu styles */


/* ----------- =page structure ------------ */
body {
	margin:0;
	padding:0;
	text-align: center; /* to center layout in IE */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #D6D6D6;
	background: #EBEBEB;
}

h1, h2, h3, h4, h5 h6{
	font-weight: bold;
	padding: 5px 0 0 0;
	line-height: 1.4em;
	 }

h1 {font-size: 1.9em; }
h2 {font-size: 1.5em; }
h3 {font-size: 1.3em; }
h4 {font-size: 1.1em; }
h5 {font-size: 1em; }
h6 {font-size: .95em; }

p {
	margin: 1em 0; }

a, a:link, a:visited, a:hover {
	text-decoration:underline; } 
a:link, a:visited {
	color: #003399;}
a:hover {
	color: #CC3333;}
	
a: outline {none;}

ul {
	margin:0;
	padding: 0; }

li {
	margin: 0 0 0 10px; /* left indent */
	padding: 5px 20px; /* sets list padding*/
	list-style-type: none;
	background: url(../images/content_bullet.gif) no-repeat 0px 9px; /* horizontal & vertical position of bullet */
}

#container {
	width: 980px;
	margin: 0 auto; /* centers layout */
	padding: 0;
	background-repeat: repeat;
	color: #000;
	background-color: #fff;
	line-height: 1.4em;
	text-align: left;
	border: 2px solid #999999;
	border-top: 1px solid #999999;
}

/* ----------------- =header ------------------ */
#header {
	margin: 0;
	height: 132px;
	padding: 0;
	background: #862D2E url(../images/header_bg.jpg) repeat-x bottom;
}

.header-logo {
	float: left;
	margin: 0;
	padding: 10px 0 10px 40px;
	width: 110px;
	z-index: 1000;}
	
.header-left {
	float: left;
	margin: 0 0 0 10px;
	padding: 30px 0 30px 20px;
	width: 400px;
	}
	
.header-top-right {
	float: right;
	width: 310px;
	height: 142px;
	text-align: right;
	/* [disabled]color: #fff; */
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
	padding: 0;	
}

.header-bottom-right {
	height: 26px;
	float: right;
	width: 300px;
	margin: 0;
	padding: 0;
	text-align: right;}
	
#header h1, #header h2 {
	padding: 0;
	margin: 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #862D2E;
	line-height: 1.5em;}

#header h1 {
	font-size:24px;}

#header h2 {
	font-size:18px; }

.logo {
	float: left;
	padding: 0 10px 0 0;}
	
/* --------------- top navigation ------------------ 
/* see dropdown.css for dropdown menu styles */

#navbar {
	margin: 0;
	padding: 0;
	height: 71px;
	background: #000 url(../images/nav_bg.jpg) repeat-x top;
}


/* ----------------- left sidebar --------------------- */

#sidebar {
	width: 265px;
	float: left;
	text-align: center;
	margin: 0 10px 0 0;
	padding: 10px 0 20px 10px;
	}

.contactBox {
	margin: 0 auto;
	padding: 0 0 10px 10px;
	text-align: left;
	}

.contactBox h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #9F3B19;
	text-align: center;
	padding: 5px 5px 0 5px; }

/* ------------------- right sidebar --------------- */

#news {
	width: 220px;
	float: right;
	margin: 0 10px;
	padding: 0 10px 10px 0;
	}

#news h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #9F3B19;
	text-align: center;
	padding: 5px; }

#news  ul { 
	list-style-type:none;
	margin: 10px 0 0 0;
	padding: 0; 
	text-align: left;}

#news ul li {
	padding: 5px 0 5px 20px;
	background: url(../images/nav_bullet.gif) no-repeat left 10px;
}

#news p { padding: 0 0 0 10px;}

/* ------------------- content opening page --------------------- */

#content-index {
	width: 600px;
	margin: 2px 20px 0 0;
	padding: 20px 30px 20px 50px;
	background: url(../images/img_index.jpg) no-repeat left top;
}
	

#content-index h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #862D2E;
	display: block;
	width: 80%;
	border-bottom: 8px solid #000;
	}
	
#flashcontent {
	margin: 100px 0 50px 110px;}

/* ------------------- content subpages --------------------- */
#content {
	margin: 0 300px 0 0;
	padding: 20px 30px 20px 20px;}
	

#content h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #862D2E;
	display: block;
	width: 80%;
	border-bottom: 8px solid #000;
	}
.column {
    float: left;
	margin: 0;
	padding: 10px 10px 20px 0px;
	width: 45%;
	text-align: left;}
	
.column li{
	margin: 0 0 0 10px; /* left indent */
	padding: 5px 20px; /* sets list padding*/
	list-style-type: none;
	background: url(../images/content_bullet.gif) no-repeat 0px 9px; /* horizontal & vertical position of bullet */}


/* ---------------------- =footer ---------------------- */


#footer {
	clear: both;
	text-align: left;
	height: 1%; /* needed for IE */
	margin: 0;
	padding: 5px;
	font-size: .75em;
	color: #fff;
	background: #862D2E url(../images/header_bg.jpg) repeat-x bottom;
	border-top: 10px solid #000; }
	
#footer a:link, #footer a:visited {
	color: #fff;
	 }
	 
#footer a:hover {
	color: #ccc;
	 }

#footerWrap {
    margin: 0 auto;
	padding: 0;
	width: 800px;
	text-align: center;}
	 
#footer .footercol {
	float: left;
	margin: 0 auto;
	padding: 10px 10px 10px 10px;
	width: 180px;
	text-align: left;}
#footer li{
	list-style-type: none;
	background: none;
	margin: 0;
	padding: 5px 0 0 0;
	line-height: 1.2em;
}

#footercredits {
    clear: both;
    width: 980px;
	margin: 0 auto;
	padding: 0;
	font-size: .75em; 
	color: #000;}

#footercopyright {
	float: left;
	width: 300px;
	text-align: left;
	margin: 0;
	padding: 10px;
	clear:both; }
	
#footerdesignedby {
	float: right;
	width: 400px;
	text-align: right;
	margin: 0;
	padding: 10px; }
/* ------------------- =general styles ------------------- */
.txt-small {
	font-size: .8em; }

.txt-large {
	font-size: 1.3em; }

.bold {
	font-weight: bold; }

.italics {
	font-style:italic; }

.clear {
	clear: both;}

.txt-center {
	text-align: center; }

.txt-left {
	text-align: left; }

.txt-right {
	text-align: right; }

.float-left {
	float: left; }

.float-right {
	float: right; }

.img-left {
	float: left;
	padding: 5px; }

.img-right {
	float: right;
	padding: 5px; }
	
.fullcol {
	clear:both;
	width: 100%;
	margin: 0;
	padding: 0 0px;
	background: #CCCCCC;
}

/* ---------------- =design-specific styles ------------ */
.top-right-nav {
	float: right;
	width: 79px;
	height: 27px;
	margin: 0 5px 0 0;
	padding: 0; }
	
#contact {
	margin: 20px 0 0 0;
	padding: 10px 0;
	text-align: left;
	border-top: 1px dashed #CCC; }

.firm-name, .firm-designation {
	font-size: 1.5em;
	line-height: 1.4em;
	font-weight: bold;
	color: #fff;}

.firm-designation {
	font-size: 1.3em; }
	
.refund {
	width: 222px;
	text-align: center;
	height: 54px;
	margin: 20px 40px 10px 0px;
	padding: 130px 0 0 0;
	background: url(../images/refund.jpg) no-repeat center top;
}
hr {
  color: #E6E6E6;
  width: 70%;
  text-align: center;
  height:1px;
  border:none;}
  
#newsletter h3{
	 color:#003366;}

.navheading li {
	margin:0;
	padding: 0;}
	
#taxflash {
	float: right;
	width: 204px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 15px; 
}
