/* --------------------------------------------------------------------
File name: main.css
Title: Primary CSS file - Style 27 blue
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: .8em;
	color: #000;
	line-height: 1.4em;
	background: #FFF url(../images/pg_bg.jpg) repeat-x; }

h1, h2, h3, h4, h5 h6{
    font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	padding: 5px 0 0 0;
	line-height: 1.3em;
	 }

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:active { 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 6px; /* 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;
	padding: 0;
	background-color: #FFF;
	}
#headerLeft {
	width: 500px;
	margin: 0;
	padding: 20px 0 25px 5px;
	float: left;
	color: #0A0C66;
	}
#logo {
	width: 112px;
	float: left;
	margin: 0;
	padding: 0;
	}	
#firmname {
    float: right;
	text-align: left;
	width: 380px;
	margin: 0;
	}
.header-name {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 1.8em;
	line-height: 1.3em;}
	
.header-designation {
    font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 1.4em;
	line-height: 1.3em;}
	
#headerRight {
	width: 300px;
	margin: 0;
	padding: 25px 10px 20px 10px;
	text-align: center;
	float: right;}
	
#header h1, #header h2 {
	padding: 0;
	margin: 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #0A0C66;
	line-height: 1.4em;}

#header h1 {
	font-size:24px;}

#header h2 {
	font-size:18px; }

#tabscontainer {
	margin-top: 20px;}

.tabs {
	text-align: center;
	}

.tabs a, .tabs a:active, .tabs a:visited {
	border: 1px solid #ccc;
	margin: 20px 0 0 0;
	padding: 10px;
	color: #0A0C66;
	font-weight: bold;
	text-decoration: none;
	}
	
.tabs a:hover {
	border: 1px solid #ccc;
	margin: 20px 0 0 0;
	padding: 10px;
	background: #0A0C66;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	}
	
/* --------------- top navigation ------------------
    see menu.css 
*/


/* --------------- top banner ------------------ */
#banner {
	margin: 0px auto;
	height: 236px;
	padding: 0 40px 0 20px;
	background: #FFFFFF url(../images/banner_bkgd.jpg) repeat-x top;
	text-align: center;
	}
#bannerLeft {
	width: 560px;
	height: 175px;
	float: left; 
	margin: 0;
	padding: 0 0 0 40px;
	text-align: center;}
#bannerRight {
	width: 281px;
	height: 236px;
	float: right; }

/* ----------------- sidebar --------------------- */

#sidebar {
	float: right;
	width:334px;
	}
#sidebarInner {
	width:300px;
	margin: 20px auto 0 auto;
	padding: 10px 28px 10px 6px;
	text-align: center;
	}

.sideBox {
	width: 262px;
	margin: 0 auto 10px auto;
	background: url(../images/sidebox_bg.jpg) repeat-x top;
	text-align: left;
	padding: 0 15px 10px 15px;
	clear: both;
	border: 3px solid #E5E5E5;
	}

.sideBox h2 {
	padding: 0 0 5px 0; }

.sideBox  ul { 
	list-style-type:none;
	margin: 0;
	padding: 0; }

.sideBox ul li {
	display: list-item;
	background: url(../images/news_bullet.gif) no-repeat 5px 12px; /* horizontal & vertical position of bullet */
	padding: 5px 0 5px 20px; }

#taxflash {
	margin: 0;
	padding: 0;
	text-align: center;
	}
	
.refund {
	width: 272px;
	height: 54px;
	margin: 10px;
	padding: 130px 0 0 0;
	background: url(../images/refund.jpg) no-repeat center top;
}

/* ------------------- content --------------------- */
#content {
	margin: -50px 334px 0 0;
	padding: 0px 15px 30px 60px;
	max-width: 600px;
	} /* to restrict line length */

#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #003366;
	}
	
.column {
    float: left;
	margin: 0;
	padding: 10px 10px 10px 0px;
	width: 90%;
	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 6px; /* horizontal & vertical position of bullet */}

/* ---------------------- contact info ---------------- */
#contactFooter {
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 10px;}
/* ---------------------- footer ---------------------- */

#footerbar {  /* top of footer */
    clear: both;
	width: 50%;
	margin: 0;
	padding: 0;
	height: 8px;
	background-color: #8C1F06;
	border-top: 3px solid #EEB850;
	border-bottom: 3px solid #EEB850; }

#footer {
	clear: both;
	text-align: left;
	height: 1%; /* needed for IE */
	margin: 0;
	padding: 5px;
	font-size: .75em;
	color: #fff;
	background: #012C56 url(../images/footer_bg.jpg) repeat-x center;
}

#footer a:link, #footer a:visited {
	color: #FFF;
	 }
	 
#footer a:hover {
	color: #FFCC00;
	 }

#footerWrap {
    margin: 0 0 0 18%;
	padding: 0;
	width: 750px;}
	 
.footercol {
	float: left;
	margin: 0;
	padding: 10px 5px 10px 10px;
	width: 22%;
	text-align: left;
	line-height: 1.5em;}
	
.footercol ul li {
	list-style-type: none; 
	background: none;
	margin: 0;
	padding: 5px 0;}

#footercredits {
    clear: both;
    width: 980px;
	margin: 0 auto;
	padding: 0;
	font-size: .75em; }

#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; }
	
.contact {
	font-size: 1.5em;
	margin: 0 0 20px 0;
	padding: 10px;
	text-align: center;}
	
/* ------------------- 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 10px 5px 0; }

.img-right {
	float: right;
	padding: 5px 0 5px 10px; }
	
.nowrap { 
    white-space: nowrap; }
	
.fullcol {
	clear:both;
	width: 100%;
	margin: 0;
	padding: 0 0px;
	background: #CCCCCC;
}

#taxflash {
	float: right;
	width: 204px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 15px; 
}
