/* CSS Document */

* {margin: 0; padding: 0;}

html,body {
	padding:0;
	text-align:center;
	margin-top:0px;
	height:100%;
	}

body {
	background-color:#99cc00;
	background-image:url('images/bgtileh_whitegreen.jpg');
	background-position:top left;
	background-repeat:repeat-x;
	color: #000000;
	font-family: arial,helvetica,sans-serif;
	font-size:16px;
	line-height:18px;
	}
   
a:link, a:visited { color: #339933; text-decoration:none; }
a:hover { color: #99cc00; text-decoration:underline; }
a:active { color: #339933; text-decoration:none; }

a.nav:link, a.nav:visited { color: #ffffff; text-decoration:none; }
a.nav:hover { color: #ffcc66; text-decoration:none; }
a.nav:active { color: #ffffff; text-decoration:none; }

a.navselect:link, a.navselect:visited, a.navselect:hover, a.navselect:active { color: #99cc00; text-decoration:none; }

a.menu2:link, a.menu2:visited, a.menu2:active { color: #999999; text-decoration:none; }
a.menu2:hover { color: #cccccc; text-decoration:underline; }

a.design:link, a.design:visited { color: #0066ff; text-decoration:none; }
a.design:hover { color: #99cc00; text-decoration:underline; }
a.design:active { color: #0066ff; text-decoration:none; }

h1, h2, h3 {
	font-family: "Arial Black", sans-serif;
	}

h1 {
	font-size: 24px;
	margin-top: 16px;
	text-align: left;
	width: auto;
	color: #000066;
}

h2 {
	font-size: 20px;
	margin-top:20px;
	color: #4a90aa;
}

h3 {
	font-size: 16px;
	margin-top:14px;
	color: #4a90aa;
}

p {
	font-size: 14px;
	text-align:left;
	margin-top: 16px;
}

.medtext {
	font-size: 12px;
	}
	
.infotext {
	font-size: 12px;
	color: #999999;
	}
	
.focus {
	font-weight: bold;
	color: #000066;
	}

.smtext, .designtext {
	font-size: 10px;
	text-decoration:italic;
	}
	
.designtext {
	color:#0066ff;
	}
		
.indent {
	text-indent:20px;
	}

.reglist {
	margin-left: 20px; 
	padding: 10px 0px 0px 14px; 
	color:#000066;
	}
			
.clearfloats {
	clear:both;
	height:1px;
	background:none;
	/* IE fix for div smaller than 20px not shown correctly*/
	font-size: 5px;
	line-height:0;
	/* end IE fix */
	}
	
.floatleft {
	float:left;
	margin:0px 15px 5px 0px;
	}
	
.floatright {
	float:right;
	margin:0px 0px 5px 15px;
	}

.linegreen, .lineblue {
	height: 1px; 
	width: 80%;
	/* IE fix for div smaller than 20px not shown correctly*/
	font-size:5px;
	line-height:0;
	/* end IE fix */
	}

.linegreen {
	background-color: #99cc00;
	margin-top:10px;
	margin-bottom:0px;
	}
	
.lineblue {
	background-color: #000066;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:auto;
	margin-right:auto;
	}

#pathbox {
	color:#999999; 
	background-color:none; 
	text-align:left; 
	font-size: 10px;
	border:none;
	}

a.path:link, a.path:visited, a.path:active { color: #999999; text-decoration:none; }
a.path:hover { color: #999999; text-decoration:underline; }
		
#wrapper {
	width:100%;
	min-width:765px;
	max-width:1000px;
	margin-top:20px;
	background-color:none;
	margin-left:auto;
	margin-right:auto;
	}

#containerbanner {
	width:100%;
	height:100px;
	background-color:#99cc00;
	background-image:url('images/corner1.jpg');
	background-position:top right;
	background-repeat:no-repeat;	
	}

#logobar {
	float:left;
	margin-left:25px;
	margin-top:25px;
	width:450px;
	height:50px;
	background-color:#ffcc00;
	}
	
#containercontent {
	width:100%;
	background-image:url('images/bgtilev_blue.jpg');
	background-position:top left;
	background-repeat:repeat-y;
	background-color:#ffffff;
	}

#nestcontent0 {
	background-image:url('images/bgtilev_green.jpg');
	background-position: top right;
	background-repeat:repeat-y;
	background-color:none;
	}
	
#nestcontent1 {
	background-image:url('images/topcorner.jpg');
	background-position: top right;
	background-repeat:no-repeat;
	background-color:none;
	}
	
#nestcontent2 {
	position:relative;
	background-image:url('images/bottomcorner.jpg');
	background-position: bottom right;
	background-repeat:no-repeat;
	background-color:none;
	}
		
#navcontainer {
	float:left;
	width:180px;
	height:auto;
	background-color:#000066;
	text-align:left;
	font-size: 14px;
	line-height:175%;
	list-style-type:none;
	padding: 20px 0px 0px 0px;
	border:0;
	}
	
ul.mainnav {
	margin: 0;
	list-style-type: none;
	padding: 0px 16px 0px 14px;
	}
	
ul.subnav {
	margin: 0;
	list-style-type: disc;
	color:#ffcc66;
	padding: 2px 10px 2px 20px;
	}

#navmenu2 {
    border:none;
	margin-left:auto;
	margin-right:auto;
	}
	
#navmenu2 ul {
	list-style: none;
	}
	
#navmenu2 li {
	display:inline;	
	}

.menu2text {
	color:#999999;
	font-size: 10px;
	}
		
#contentarea {
	margin-left:180px;
	margin-right:200px;
	background-color:none;
	padding:0px;
	}
	
#contentarea {text-align:left;}
	
.content {
	padding:10px 10px 20px 20px;
	border:none;
	margin:none;
	}

.bottomnav {
	text-align:center;
	margin-top:10px;
	margin-bottom:0px;
	}
			
#sidebararea {
	float:right;
	width:120px;
	background-color:none;
	margin-left:0px;
	padding:0;
	border:0;
	}
	
#sidebarinner {
	height:470px;
	background-color:none;
	background-position:top;
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	border:none;
	color:#ffcc66; 
	text-align:middle; 
	font-weight:bold;
	padding-top:30px;
	}

/* begin sand-bag divs for quickbooks.html text wrap*/

#sandbag1,#sandbag2,#sandbag3, #sandbag4 {
float:left;
padding:0;
margin:0px 15px 0px 0px;
background-color:none;
}

#sandbag1 {
clear:left;
width: 175px;
height: 60px;
border:1px solid #ff0000;
}

#sandbag2 {
clear:left;
width: 200px;
height: 50px;
border:1px solid #00ff00;
}

#sandbag3 {
clear:left;
width: 240px;
height: 50px;
border:1px solid #ff0000;
}

#sandbag4 {
clear:left;
width: 179px;
height: 41px;
border:1px solid #00ff00;
}
/* end sand-bag divs */
	
#footer {
	clear:both;
	width:100%;
	height:35px;
	background-color:none;
	border-top:2px solid #99cc00;
	border-bottom:1px solid #000066;
	}

#footerphone {
	float:left; 
	width:180px; 
	color:#ffcc66; 
	background-color:none; 
	text-align:middle; 
	padding-top:5px;
	font-weight:bold;
	font-size:14px;
	}

#footercopy {
	float:left; 
	color:#000000; 
	background-color:none; 
	text-align:left; 
	padding-top:5px;
	padding-left:5px;
	font-size: 10px;
	text-decoration:italic;
	}
	
#tipbar {
	float:right;
	position:absolute;
	top:150px;
	right:0px;
	margin-right:50px;
	width:140px;
	min-height:175px;
	background-color:#ffcc66;
	background-image:url('images/bgtileh_yellow.jpg');
	color:#000000;
	font-size:12px;
	padding:0px 5px 10px 5px;
	text-align:center;
	}

table.center {
	width:auto;
	border:none;
	margin-left:auto;
	margin-right:auto;
	}
	
td.pad {
	padding: 5px 0px 5px 10px;
	}
	
td.pad2 {
	padding: 0px 5px 0px 5px;
	vertical-align:top;
	text-align:left;
	}

.tablegrid {
	width:85%;
	margin-left:auto;
	margin-right:auto;
	border-spacing: 0px;
	border-collapse: collapse;
	font-size:14px;
	text-align:left;
	}
	
.tablegrid tr th {
	text-align: center;
	font-weight: bold;
	padding: 2px;
	border: 2px solid #ffffff;
	background: #4a90aa;
	color: #ffffff;
	}
	
.tablegrid tr td {
	text-align: center;
	padding: 2px;
	border: 2px solid #ffffff;
	background: #d0f0f0;
	}

.tablegrid tr.alt td {
	background: #f0f8f8;
	}
#tableform {
	margin-left:auto;
	margin-right:auto;
	border:0;
	border-spacing:5px;
	color:#000066;
	font-size:14px;
	}
	
#tableform th {
	text-align:right;
	}
	
#tableform td {
	text-align:left;
	}
	
#designcredit {
	float:right; 
	padding:5px; 
	border:0;
	/* color:#0066ff; */
	color:#006699;
	font-size: 10px;
	text-decoration:italic;
	margin-right:5px;
	}
	 
