/* Just some example content 
@charset "utf-8";
*/

#sidebar-bucket1
{
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
	border: 1px solid #000000;
}

#sidebar-bucket2
{
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
	border: 1px solid #000000;
}

#sidebar-bucket3
{
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
	border: 1px solid #000000;
}

#sidebar-menu
{
	margin: 10px 10px 10px 10px;
	padding: 0 0 0 0;
}

#sidebar-menu ul
{
	margin: 10px 0 0 0;
}

#sidebar-menu ul li
{
	text-indent: 2px;
	text-align: left;
}

#bucket2-1
{
	margin: 0 6px 0 0;
	padding: 0 0 0 0;
	width: 48%;
	height: 200px;
	border: 1px solid #000000;
	overflow:hidden;
	position:relative;
	float:left;
	display:inline;	
}

#bucket2-2
{
	margin: 0 0 0 6px;
	padding: 0 0 0 0;
	width: 48%;
	height: 200px;
	border: 1px solid #000000;
	overflow:hidden;
	position:relative;
	float:right;
	display:inline;	
}


#bucket3-1
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 33%;
	height: 200px;
	border: 1px solid #000000;
	overflow:hidden;
	position:relative;
	float:left;
	display:inline;	
}

#bucket3-2
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 33%;
	height: 200px;
	border: 1px solid #000000;
	overflow:hidden;
	position:relative;
	float:left;
	display:inline;		
}

#bucket3-3
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 33%;
	height: 200px;
	border: 1px solid #000000;
	overflow:hidden;
	position:relative;
	float:left;
	display:inline;	
}

/* Navbar */

.navbar 
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height:40px;
	text-align:center;
	border-bottom: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;	
}	

.navbar ul
{
	margin: 4px 4px 4px 4px;
	padding: 0 0 0 0;			
	height:40px;
}		
		
.navbar li
{
	margin: 2px 2px 2px 2px;
	padding: 0 0 0 0;
	display:block;
	float:left;
	line-height:30px;
	width: 100px;
	border: 1px solid #000000;	
	color: #FFFFFF;
	background-color: #C0C0C0;
}		
		
.navbar li a
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	display:block;
	line-height:30px;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	background-color: inherit;
}		
	
.navbar li a:hover
{
	color:#000000;
	background-color: #D8D8D8;
}

/* Search Bar */

.searchbar 
{
	text-align:right;
	width: 195px;
	height: 28px;
	float:right;
	margin: 10px 5px 0px 0px;
	padding: 0 0 0 0;
	color:#000000;
	background-color: inherit;			
}

.searchbar input
{
	border:1px solid #000000;
	height: 16px;
	width:120px;
	color: #000000;
	background-color: #FFC237;
}

/* Menu */

#menu 
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}	

#menu ul
{
/* standard */
	margin: 3px 4px 4px 4px;
	padding: 0 0 0 0;
	position: relative;
	list-style:none;
	display: inline;  /* this is required to defeat tfhe IE6 double margin bug */
	float: left;
	height:30px;
/* extended */
	color:#FFFFFF;
	background-color: inherit;
}		

#menu li
{
	margin: 2px 2px 2px 2px;
	padding: 0 0 0 0;
	display:block;
	float:left;
	width:160px;
	border: 1px solid #000000;	
	color: #FFFFFF;
	background-color: #C0C0C0;
}		

#menu li a
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	display:block;
	line-height:30px;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	background-color: #FFC237;
}		
	
#menu li a:hover
{
	color:#000000;
	background-color: #F95E0E;
}

#menu ul li ul
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	/* position: absolute; */ /* important to keep from interfering with parent */
	left: -1px;  /* important to keep from drifting right in IE6 */
	top: -1px;
	bottom: -10px;
	list-style:none;
	width: 160px;
	display: none;
	z-index: 99;
	float: left;
}

#menu ul li ul li
{
	margin: 0 100px 0 0;
	padding: 0 0 0 0;
	float: left;
	display: block;
}

#menu li ul li a
{
	margin:0 0 0 0;
	padding:0 0 0 0;
	display:block;
	color:#000000;
	background-color: inherit;
}

#menu li ul li a:hover
{
	color: inherit;
	background-color: #C0C0C0;
}

#menu-footer
{
	margin:0 auto 0 auto;
	padding: 0 0 0 0;
	width: 800px;
	color: #000000;
	background-color: inherit;	
}	

#menu-footer ul
{
	margin:0 0 0 90px;
	padding: 0 0 0 0;
	list-style:none;
	display: block;
	font-size:12px;
}		

#menu-footer ul li
{	
	margin:0 0 0 0;
	padding: 0 0 0 0;
	float: left;
	position: relative;	
	font-size: 12px;
	display:block;
	width: 80px;
	color:#000000;
	background-color: inherit;
}		

#menu-footer li a
{
	margin:0 0 0 0;
	padding: 0 0 0 0;
	float: left;
	display:block;
	font-weight: bold;
	color:#000000;
	background-color: inherit;
	text-decoration:none;
}		

#menu-footer li a:hover
{
	margin:0 0 0 0;
	padding: 0 0 0 0;
	text-decoration:underline;
	color: #000000;
	background-color: inherit;
}

#menu-footer ul li ul
{
	margin: 10px 0 0 0;
}

#menu-footer ul li ul li a
{
	font-weight: normal;
}

#menu-footer ul li ul li a:hover
{
	color: #000000;
	background-color: inherit;
	text-decoration: underline;
}

