body, html {
	background-color: #98AFC6;
	margin:0;
	padding:0;
	color:#999999;
}
a:link {
background-color: transparent;
color : #009900; 
text-decoration : none;
} 
a:visited {
color : #009900; 
text-decoration : none;
background-color: transparent;
} 
a:hover {
color: #009900;
text-decoration : none;
background-color: transparent; 
}
#page-body {
/*same background color page-body and left-nav to create an illusion left column follows the content area*/
background-image:url(img/main-page-bg.gif);
background-repeat: repeat;
padding-left:0;
width: 800px;
height: auto;
color: #999999;
	}
#header {
clear:both;
background-image:url(img/mybiz-top.jpg);
background-position:center;
background-repeat:no-repeat;
width:800px;
height:128px;
}
#header-top {
width:800px;
height:88px;
float:right;

}
#header-bottom {
width:800px;
height:40px;
}
.header-text a {
font-family: Verdana, "Trebuchet MS",  sans-serif;
font-size:12px;
font-weight:700;
color: #CADB2A;

}

#leftnav {
	float:left;
	width: 10em;
	}
#left-side{
	/*before change bg color see comment above*/
	padding-left:10px;
	float:left;
	width: 10em;
	}
#images-left{
	margin-left:1.2em;
	margin-top:0.5em;
	width: 9em;
	}
#navcontainer
{
border-right: 1px solid #000;
padding: 0 0 0 10px;
margin-left:3px;
margin-bottom: 0;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
background-color: #98AFC6;
color: #CADB2A;
font-weight:700;

}

#navcontainer ul
{
list-style: none;
margin: 0;
padding: 0;
border: none;

}

#navcontainer li
{
border-top: 1px solid #92bde1;
margin: 0;

}

#navcontainer li a
{
display: block;
padding: 5px 5px 5px 0.5em;
border-left: 10px solid #1958b7;
border-right: 10px solid #1958b7;
background-color: #031393;
color: #CADB2A;
text-decoration: none;
width:100%;
}

html>body #navcontainer li a { width: auto; }

#navcontainer li a:hover
{
border-left: 10px solid #1c64d1;
border-right: 10px solid #5ba3e0;
background-color: #0D31BD;
color: #fff;
}
#content {
	color: #666666;
	float: left;
	padding-left: 0.5em;
	width:36.5em; /*1em equals 16px = 590px */
	height: auto;
}
#content-website {
	background-color: #ffffff;
	color: #666666;
	float: left;
	padding-left: 0.5em;
	width:36.5em; /*1em equals 16px = 590px */
	height: 800px;
}
#cont-left {
	background-color: #FFFFFF;
	color: #000000;
	float:left;
	width: 290px;
}
#cont-right {
	background-color: #FFFFFF;
	color: #000000;
	float:right;
	width: 290px;
}
#content p { 
	padding:0 10px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
h1 { 
	padding:0 0px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #00CC00;
}
h2 { 
	padding:0 0px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #003399;
	
}
hr {
	line-height: 1px;
	color: #666666;
	text-decoration: underline;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
#breadcrumb {
font-family:Arial, Helvetica, sans-serif;
font-size:9px;
color:#666666;
}
#sitemap { font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;}
#footer {
	clear:both;
	background-image: url(img/mybiz-footer.jpg);
	background-repeat:no-repeat;
	text-align: center;
	width:auto;
	height:auto;
		}
#footer p {
padding: 3px;
margin:0;
}
/* place thumbnails images */
#content ul.image-list { list-style-image: none; width: 540px;}
#content .image-list li { width:  auto; float: left; height: 124px; margin-right: 10px; margin-bottom: 20px;margin-top:20px; border-bottom-width: 1px;border-bottom-style: dashed;border-bottom-color: #CC6633; background-color:#eeeeee; color:#000000; }
.image-list li { font-family: arial,verdana,sans-serif;font-size: 10px; list-style:none;background-color:#eeeeee; color:#000000;}
.image-list li a { text-decoration:none; }
.image-inline { display:block;padding: 0 0px 0px 0;margin: 0 0px 0px 0;}
.clearboth { clear: both;height: 0;line-height: 0px;font-size: 1px;}


/*place images */
div.floatright { float: right;margin: 0.2em;padding: 0.3em;border: 1px solid #cccccc;
border-style:solid;}
div.floatright p {text-align: left;font-style: italic;font-size: 12px;font-weight: 700; text-indent: 0;}
div.floatleft { float: left;margin: 0.5em;padding: 0.5em;border: 1px solid #70400c;
border-style:solid; }
div.floatleft p {text-align: left;font-family: Arial, Helvetica, sans-serif; font-size:12px;text-indent: 0;}

.copyrights {font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:700; color: #CADB2A; padding-top:5px;}
