/* CSS Document */

/* New Nav Bar */

#navbarnew {
	background-color: #bbbbbb;
	padding: 10px;
	width: 185px;
	margin-right:10px;	
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #999999;
	border-bottom-color: #000000;
	border-left-color: #000000;
		float:left;
}

#navbarnew #navbarnewinside {
	width: 175px;
	background-color:#CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border-top-width: 2px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #888888;
	border-bottom-color: #666666;
	border-left-color: #000000;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#navbarnew #navbarnewinside a {
	text-decoration: none; 
	display: block; 
	padding: 3px 0px 5px 9px; 
	font-weight: bold;  
	text-transform: none; 
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;  
	width: 166px;  
	font-size: 12px; 
	letter-spacing: 0.1em;
	border-bottom: 1px solid #555555;
}

#navbarnew #navbarnewinside ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	line-height: 16px;
	
}

#navbarnew #navbarnewinside a:hover { 
	color: #000000;
	background-color:#aaaaaa;  
	border-top: solid 2px #666666;
	border-left: solid 2px #888888;
	text-decoration:none;
	line-height: 14px;
	width: 164px; 

}


/* footer navigation styles */

#footernav  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	clear: both;
	background-color:#CCCCCC;
	width:900px;
	padding:5px;
}

#footernav ul{
margin: 0;
padding: 0;
list-style-type: none;
	line-height: 16px;
}

#footernav ul li{
position: relative;
display: inline;
float: left;
background-color: #cccccc; /*overall menu background color*/

}

#footernav ul li a{
	display: block;
	/* width: 90px; Width of top level menu link items*/
padding: 1px 8px;
	border-left-width: 2px;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: black;
	border-bottom-color: black;
	border-left-color: #cccccc;
	color:#000000;
}

#footernav a:hover { 
	color: #000000;
	background-color:#aaaaaa;  
	border-top: solid 2px #666666;
	border-left: solid 2px #888888;
	text-decoration:none;
	line-height: 15px;
}

#container {
	background-color: #FFFFFF;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #333333;
	padding: 10px;
	/* background-image:url(../images/jerryghosted.jpg);  */
	background-repeat:repeat; 
	width: 950 px;
}

#container #mainbody #leftcontainer {
	float: left;
	width: 20%;
	margin: 2px;
	padding: 2px;
}
#container #mainbody #rightcontainer {
	margin: 2px;
	padding: 20px;
	float: left;
	width: 70%;
}
