/* 

STYLE SHEET FOR WILSON'S BOOKKEEPING AND TAX SERVICE WEB SITE
Created by Bluespace Creative, Inc.
www.bluespacecreative.com

ToC
	1. defaults
	2. structure
	3. links and navigation
	4. fonts
	5. images
	6. hacks

Notes

*/

/* --------- 1. defaults  --------- */

* {margin: 0; padding: 0;}

body {
	behavior: url(../css/csshover.htc);
	background-image: url(../images/bodyBkg.jpg);
	background-repeat: repeat-x;
	background-color: #d3d2d2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 19px;
	color: #434343;
		}
#fWrap {
	width: 907px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	background-image: url(../images/fwrapBkg.gif);
	background-repeat: repeat-y;
}
#leftGrad {
	width: 10px;
	float: left;
	height: 500px;
	background-image: url(../images/leftGrad.jpg);
	background-repeat: repeat-y;
}
#rightGrad {
	width: 10px;
	float: right;
	height: 500px;
	background-image: url(../images/rightGrad.jpg);
}

		
/*  --------- 2. structure  --------- */

#wrapper {width: 887px;
	float: left;}
	
#topLogin {height: 48px;
	width: 907px;
	background: url(../images/topImg.gif) no-repeat;}

#masthead {clear: both;
	float: left;
	border-top: 5px solid #e6e9b9;
	margin-top: 20px;}
		
#logo {float: left; padding:20px 0 0 34px;}
		
#navContainer {
	float: left;
	margin-top: 62px;
	margin-left: 120px;
	height: 15px;
	overflow: visible;
	z-index: 100;
		}

#content {
	clear: both;
	background: url(../images/contentBkg.gif) no-repeat right top;
	padding: 5px 76px 35px;
	width: 735px;
}
	
#contentSec {
	padding-left: 74px;
	float: left;
	clear: left;
	width: 800px;
}
#contentSec p {margin-bottom: 0.7em;}

#leftContentSec{
	width: 500px;
	float: left;
	margin-right: 46px;
	padding-top: 8px;
	padding-bottom: 1em;
}
#leftContentSec ul {
	list-style-type: disc;
	margin-left: 19px;
	margin-bottom: 1em;
}
#leftContentSec ul ul {margin-bottom: 0;}

#leftContent p, #leftContentSec p {margin-left: 2px;}
	
#content p {margin-bottom: 0.3em;}

#leftContent {
	width: 450px;
	float: left;}
	
#rightContent {
	width: 200px;
	float: left;
	margin: 0 0 15px 65px;}

#footer {
	clear: both;
	width: 854px;
	background-color: #B0BA25;
	border-top: 1px solid #c0c851;
	padding: 16px 0 5px 33px;
	font-size: 11px;
	color: #FFF;
	line-height: 17px;}
	
#secNav {
	float: left;
	width: 226px;
	background-image: url(../images/secNavBkg.gif);
	background-repeat: repeat-y;
}

#secNav ul li a {
	color: #6d6f71;
	font-weight: bold;
	text-decoration: none;
	height: 24px;
	padding-left: 30px;
	padding-top: 5px;
	width: 195px;
	display: block;
}
#secNav ul li a:hover {
	background-color: #9c9d8d;
	background-image: url(../images/secNavCheck.gif);
	background-repeat: no-repeat;
	background-position: left;
	font-style: italic;
	color: #FFF;
}
#secNav h1 {
	background-image: url(../images/h1Bkg.gif);
	background-repeat: no-repeat;
	height: 27px;
	padding-left: 30px;
	padding-top: 9px;
	color: #FFF;
	font-weight: normal;}
	
#footer a {color: #FFF;}
#map {
	z-index: 25;
}


.separator {
	clear: left;
	width: 455px;
	margin-top: 2em;
	margin-bottom: 0.5em;
	background: url(../images/sep.gif) repeat-x;
}
.imgLeft {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}


.elevenpx {
	font-size: 11px;
	line-height: 16px;
	margin-left: 2px;
	font-weight: normal;
	letter-spacing: 0em;}
.styled {
	border: 3px solid #E7E8C9;
	margin-bottom: 8px;
}
.styled td {
	padding: 4px;
	border-top: none;
	border-bottom: none;
	border-right-style: none;
	border-left-style: none;
}
.styled .noborder td {
	border-style: none;
}

.odd {
	background: #EFEFDA;
}

	
h1 {font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #868e37;
	font-weight: normal;
	margin-bottom: .3em;}
h2 {
	font-size: 15px;
	letter-spacing: -.1em;
	margin-bottom: .7em;
	color: #6D6E71;
}
h3 {
	font-size: 15px;
	letter-spacing: -.1em;
	color: #868E37;
	margin: 1em 0 .7em 0; 
}

/* ---------- 3. links and navigation ---------- */

a {color: #1c688e}
		
a:hover {color: #0c4561}

/* ---------- 4. fonts ---------- */

ul {list-style-type: none;}

/* ---------- 5. images ---------- */

a img {border: 0;}
		
/* ---------- 6. hacks ---------- */

body	{ /* IE 5 centring bug fix */ text-align: center;}
		
#wrapper {text-align: left; background-color: #FFF;}  
