/***************************************************
   HTML & Body Element Styles
 ***************************************************/
body {
	font-size: 0.8em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	padding:0px;
	margin:0px;
}
/***************************************************
  Basic Element Styles
 ***************************************************/
a img{border:none}
#page a, #footer a{
	font-weight:bold;
	color:#000;
	text-decoration:none;
	border-bottom:2px solid #888;
}
#page a:hover, #footer a:hover{
	color:#339;
}
pre, address{
	background-color:#E7D5F3;
	padding:10px;
	margin:0;
	font-size: 0.8em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
address{
	border-right:10px solid #339;
}
h1{
	background-color:#339;
	color:#fff;
	font-size:medium;
	margin:0;
	padding: 2px 5px;
	font-weight:bold;
}
h2, h3 , h4, h5 , h6{
	color:#339;
	margin:0;
	padding: 2px 5px;
	font-weight:bold;
}
h2 {font-size:large}
h3 {font-size:medium}
h5 {font-size:0.8em}
#content ul li{
	list-style-image:url("images/bullet-1.gif");
	}
#content ul li:hover{
	list-style-image:url("images/bullet-2.gif");
	}
iframe{overflow:hidden}
p {
	padding: 5px 0; margin:0px;
}
/***************************************************
  Access Keys & Skiplinks Element Styles
 ***************************************************/
#skiplinks em{text-transform:capitalize}
#skiplinks{
	display:block;
	font-size:0;
	width:0;
	height:0;
	overflow:hidden;
}
/***************************************************
  The entire page container
 ***************************************************/
#container {
	width:79%;
	margin: 0 10%;
}
/***************************************************
  The Top Bar
 ***************************************************/
 	#topbar #top-buttons{
		height:20px;
	}
		/***************************************************
		  widget Styles
		***************************************************/
		#widgets{
			width:20%;
			float:right;
		}
		#widgets em{display:none;}
		#widgets a, #rightbar #page_mod{
			margin-left:5px;
			width:16px; height:16px;
			float:right;
			display:block;
		}
		#widgets #rss:hover,
		#widgets #print:hover,
		#widgets #stylechange:hover,
		#widgets #bookmark:hover,
		#widgets #fontsizeP:hover,
		#widgets #fontsizeM:hover{background-position:1px 1px;}
		#widgets #rss{background: url("images/feed.gif") 0 0 no-repeat;}
		#widgets #print{background: url("images/printer.gif") 0 0 no-repeat;}
		#widgets #stylechange{background: url("images/page.gif") 0 0 no-repeat;}
		#widgets #bookmark{background: url("images/star.gif") 0 0 no-repeat;}
		#widgets #fontsizeP{background:url("images/text-big.gif") 0 0 no-repeat;}
		#widgets #fontsizeM{background:url("images/text-small.gif") 0 0 no-repeat;}
		#page_mod{
			padding:0;
			margin-left:10px;
			width:16px;height:16px;
			position:absolute;
			overflow:hidden;
			text-indent:16px;
			background: url("images/pencil.gif") top left no-repeat;
		}
		#page_mod:hover{background-image: url("images/pencil_go.gif");}
		#rightbar #page_mod{float:right;}
		#pagetop_widget{
			width:16px; height:16px;
			background-image: url("images/up.gif");
			overflow:hidden;
			float:right;
		}
		#pagetop_widget:hover{background-position:1px 1px;}
		/***************************************************
		  Banner Element Styles
		***************************************************/
		#topbar #banner{
			height:160px;
			background:url("images/banner.jpg") center no-repeat;
			overflow:visible;
		}

/***************************************************
  The Main Center Page Block
***************************************************/
#page{
	float:right;
	width:100%;
	margin-top:5px;
	margin-left:-180px;
}
#content{
	padding:0;
	padding-left:10px;
	margin-left:180px;
}
/***************************************************
  The Left bar
***************************************************/
	#left {
		width:180px; 
		float:left;
		padding:0;
		margin-top:5px;
	}
	#left a{
		color:#000;
	}
	#left #logos{
		text-align:center;
	}
	#left #logos img{
		border:none;
	}
		/***************************************************
		  The Left MENU bar
		***************************************************/
			#left #menu{
				margin-bottom:2px;
				color:#000;
				border-bottom:1px solid #339;
			}
			#left #menu-links{
			}
			#left #menu-links ul{
				list-style:none;
				padding:0; margin:0;
				background:url("images/menu-bg.jpg") top repeat-x;
			}
			#left #menu-links ul ul{
				padding-left:10px;
			}
			#left #menu-links li{
				background:url("images/menu-bg.jpg") top repeat-x;
			}
			#left #menu-links li a{
				text-decoration:none;
				display:block;
				padding:10px;
				font-weight:bold;
				
			}
			#left #menu-links li:hover, #left #menu-links li a.menu_current {
				background:url("images/menu-bg.jpg") top #E7D5F3 repeat-x;
			}
/*
			#left #menu-links a.menu_default:hover, #left #menu-links a.menu_current{
				background:url("images/menu-bg.jpg") top #E7D5F3 repeat-x;
			}
*/
/***************************************************
  Page Fotter Styles
***************************************************/
	#footer{
		height:25px;
		border-top:1px solid #339;
		line-height:25px;
		text-align:center;
		clear:both;
		width:100%;
	}
/*	#footer a {
		color:#eee;
		text-transform:uppercase;
		font-weight: bold;
		letter-spacing: 0.1em;
		text-decoration: none;
		border-right:1px solid #fff;
		padding:0 5px 0 5px;
	}
	#footer a:hover{
		color:#ccc;
	}
*/
#footer #pagetop_widget{border:none;padding:0;}
/***************************************************
  Login & Search Element Styles
 ***************************************************/
#searchbox{
	padding:5px 0;
	text-align:right;
	}
.search_submit {
	border:0;
	background:none;
	padding:0;margin:0;

	font-weight:bold;
	color:#000;
	text-decoration:none;
	border-bottom:2px solid #888;
}
.search_submit:hover{
	color:#339
}
.search_string {
	border:1px solid #339;
	background-color:#E7D5F3;
	width:170px;
}
form{
	padding:0;
	margin:0;
}
/*******************************************************************************************************************/
