@charset "UTF-8";
/* CSS Document */
body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {font-family: Verdana, Helvetica, sans-serif;font-size: 18px; padding: 3px 0px 3px 0px; color: #000000;}
h2 {font-family: Arial, Helvetica, sans-serif;font-size: 14px; color: #000000; padding: 20px 0px 0px 0px;}
h3 {font-family: Verdana, Helvetica, sans-serif;font-size: 12px; font-weight: bold; padding: 20px 0px 0px 0px;}

p { font-size: 12px; margin: 0 0 13px 0; padding: 0;}

/* all images have 0 border */
img {
border:0;
}

#wrapper
{
	width: 700px;
	margin: 0px auto;
}

#right-navigation
{
	width: 127px;
	height: 284px;
	float: left;
	margin: 10px 0 0 5px;
	padding-top: 10px;
	background:url(../images/bkg_lft_nav_w127_h284.jpg) no-repeat;
	text-align: center;
}

#home-content
{
	width: 553px;
	height: auto;
	float: right;
	padding: 0 5px 0 5px;
	margin: 10px 0 0 0;
	text-align: left;
}

#home-content img {
	border: 1px solid #cbe2f5; 
	text-decoration:none; 
	width: 100px;
	height: 100px;
}

#cat-top-navigation
{
	background: url(../images/bkg_inside_w1_h79.jpg) repeat-x top;
	height: 147px;
	width: 100%;
	text-align: center;

}

#cat-content
{
	width: 553px;
	height: auto;
	float: right;
	padding: 0 5px 0 5px;
	margin: 5px 0 0 0;
	text-align: left;
}

#cat-content img {
	border: 1px solid #cbe2f5; 
	text-decoration:none; 
	width: 100px;
	height: 100px;
}

#cat-bottom-nav
{
	width: auto;
	height: 45px;
	background-color: #CBE2F5;
	text-align: center;
}

table.top-navigaiton
{
	width: 100%;
}

td.top-background
{
	background: url(../images/bkg_home_w2_h57.jpg) repeat-x top;
}

td.left, td.right
{
	width: 33%;
}

td.middle
{
	width: 400px;
}

td.top_lower_background
{
	height: 10px;
	background: url(../images/bkg_home_btm_w1_h10.jpg) repeat-x;
}

#right-navigation img
{
	margin: 5px 0 5px 0;
}

#cat-bottom-nav img
{
	margin: 5px 5px;
}

/*CSS Classes for Navigation Bar*/
#dropmenudiv{
position:absolute;
background-color: #CBE2F5;
border:1px solid black;
border-bottom-width: 0;
font:normal 16px;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #EAF1E1;
}