/* --------------------------------------------------------------------
File name: main.css
Title: Primary CSS file - Style 31 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: #E1E7E6;}

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.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: #000;}
	
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 8px; /* horizontal & vertical position of bullet */
}

#container {
	width: 980px;
	margin: 0 auto; /* centers layout */
	padding: 0;
	color: #000;
	background-color: #FFF;
	line-height: 1.4em;
	text-align: left;
	border: 2px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	}

/* ----------------- header ------------------ */
#header {
	height: 100px;
	margin: 0;
	padding: 5px 0 5px 5px;
	background: #294D97 url(../images/header_bg.jpg);
	}
	
#headerRight {
	height: 30px;
	width: 95px;
	margin: 0 5px 0 0;
	padding: 15px 50px 0 0;
	text-align: right;
	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; }

	
/* --------------- top navigation ------------------
    see menu.css 
*/

#nav1 {
	text-align: center;
	padding: 0 0 55px 0px;
	}


/* --------------- top banner ------------------ */
#banner {
	margin: 0;
	height: 213px;
	padding: 0;
	background: #FFFFFF url(../images/banner.jpg) repeat-x top;
	text-align: center;
	clear: both;
	}

/* ----------------- sidebar --------------------- */


#sidebar {
	float: right;
	clear: both;
	width:300px;
	margin: 0px auto;
	padding: 0px 22px 0 16px;
	text-align: center;
	}

#sidebar a, #sidebar a:link, #sidebar a:visited, #sidebar a:hover {
	text-decoration:none; 
	} 
#sidebar a:link, #sidebar a:visited {
	color: #003366;
	}
#sidebar a:hover {
	color: #000;
	}

.resourcemenu li{
	margin: 5px 5px 5px 8px; /* left indent */
	padding: 12px 20px 12px 30px; /* sets list padding*/
	list-style: none;
	background: url(../images/resource_bullet.gif) no-repeat 4px 17px !important;
    border-top: 1px solid #CCCCCC; /* Gray border above each menu item */
}

.resourcemenu li a{
    display: block;
    width: auto;
    padding: 3px 0 1px 0;
}

.resourcemenu li.firstitem, .resourcemenu li.firstitem a{
    border-top: 0; /* Removes top border from first menu item */
}


#sideBox-top {
	margin: 0 auto;
	height: 73px;
	width: 318px;
	text-align: center;
	padding: 0;
	background: url(../images/resources_top.jpg) no-repeat top;
	}
#sideBox{
	margin: 0 auto;
	width: 288px;
	text-align: left;
	font-weight: bold;
	padding: 0 15px;
	background: url(../images/resources_bg.jpg) repeat-y top;
	overflow: hidden; /* to fix gap in Firefox */
	}

#sideBox-bottom{
	margin: 0 auto;
	padding: 0;
	height: 19px;
	width: 317px;
	text-align: center;
	background: url(../images/resources_bottom.jpg) no-repeat top;
	clear: both;
	}

#sideBox h2 {
	padding: 0 0 5px 0; }
	

#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: 0 348px 0 0;
	padding: 20px 10px 30px 50px;
	} 

#content h1 h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #BB5400;
	}
	
.column {
    float: left;
	margin: 0;
	padding: 10px 10px 10px 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 8px; /* horizontal & vertical position of bullet */}

/* ---------------------- contact info ---------------- */
#contactFooter {
	width: 320px;
	float: left;
	text-align: left;
	margin: 0;
	font-size: 120%;
	padding: 0 10px 0 20px;
}

/* ---------------------- footer ---------------------- */

#footer {
	clear: both;
	text-align: left;
	height: 1%; /* needed for IE */
	margin: 0;
	padding: 20px 5px 20px 5px;
	font-size: .75em;
	color: #000;
	background: #FFF url(../images/footer_bg.jpg) repeat-x top;}
	
#footer a:link, #footer a:visited {
	color: #003399;}
#footer a:hover {
	color: #CC3333;}

#footerLinks {
	float: right;
    margin: 0 0 0 0;
	padding: 20px 0 0 0;
	width: 600px;}
	 
.footercol {
	float: left;
	margin: 0;
	padding: 10px 0 10px 15px;
	width: 28%;
	text-align: left;}
	
.footercol ul li {
	list-style-type: none; 
	background: none;
	margin: 0;
	padding: 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; }

.img-right {
	float: right;
	padding: 5px; }
	
.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; 
}

	
