/***************************************************
   HTML & Body Element Styles
 ***************************************************/
body {
	font-size: 0.8em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#222;
	padding:0px;
	margin:0px;
	background:url("images/background_lines.gif") #e9e9e9 top repeat-x;
}
/***************************************************
  Basic Element Styles
 ***************************************************/
a img{border:none}
a em{
 	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
}
h1, h2, h3 {
	color:#66c;
	margin:0;
	padding: 5px 0;
	font-weight:bold;
}
h2 {}
h3 {}
b{color:#66c}
i, em {
	font-style:italic;
}
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:89%;
	margin: 0 5%;
	border:solid #a2a2a2;
	border-width:0 1px;
	background:url("images/background.jpg") #fff repeat-y;
	background-position:0 240px;
	
	padding:2px;
}
/***************************************************
  The Top Bar
 ***************************************************/
 	#topbar, #topbar a{
		text-decoration: none;
		
		font-family:Arial, Helvetica, sans-serif;
		font-size: 1.2em;
		font-weight: bold;
		color:#fff;
	}
	#topbar a:hover{
		color:#ccc;
	}
 	#topbar #top-buttons{
		background:url("images/shadow.jpg") bottom #B8B8FF repeat-x;
		padding-bottom:6px;
		border-top:1px solid #A9A9D3;
		margin-bottom:2px;
	}
	#topbar #top-buttons-inner{
		background:url("images/") bottom repeat-x;
		border-left:1px solid #9898D3;
		border-bottom:1px solid #3F3F57;
		border-right:1px solid #9898D3;
	}
	#top-buttons-inner-2{
		border-top:1px solid #DCDCFF;
		border-left:1px solid #AAAAEB;
		border-bottom:1px solid #8F8FC6;
		border-right:1px solid #AAAAEB;
		padding:5px 2px;
	}
		/***************************************************
		  Breadcrumbs Styles
		***************************************************/
		#topbar #top-buttons #breadcrumbs ul{
			width:75%;
			list-style:none;
			padding:0; margin:0;
		}
		#topbar #top-buttons #breadcrumbs .menu_default{display:none}
		#topbar #top-buttons #breadcrumbs li{display:inline;}
		/***************************************************
		  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{
			background:url("images/shadow.jpg") bottom #B8B8FF repeat-x;
			height:148px;
			padding-bottom:6px;
			border-top:1px solid #A9A9D3;
			margin-bottom:2px;
		}
		#topbar #banner-inner{
			background:url("images/header_banner_image1.jpg") right no-repeat;
			border-left:1px solid #9898D3;
			border-bottom:1px solid #3F3F57;
			border-right:1px solid #9898D3;
		}
		#topbar #banner-inner-2{
			border-top:1px solid #DCDCFF;
			border-left:1px solid #AAAAEB;
			border-bottom:1px solid #8F8FC6;
			border-right:1px solid #AAAAEB;
		}
		#topbar #banner #title{
			width:147px; height:145px;
			background:url("images/logo.jpg") #b8b8ff left no-repeat;
		}		
		#topbar #banner #title a{
			display:block;
			/*width:170px; height:140px;*/
		}
		#topbar #banner #title a h1{
			/*position:absolute;
			top:-100%;*/
		}
		/***************************************************
		  Top Menu
		***************************************************/
		#topbar table, #topbar tr, #topbar td{padding:0;margin:0;}
		#topbar #top-menu{
			background:url("images/shadow.jpg") bottom #B8B8FF repeat-x;
			border-top:1px solid #A9A9D3;
			margin-bottom:2px;
			width:100%;
		}
		#topbar #top-menu-inner{
			background:url("images/") bottom repeat-x;
			border-left:1px solid #9898D3;
			border-bottom:1px solid #3F3F57;
			border-right:1px solid #9898D3;
		}
		#topbar #top-menu-inner-2{
			height:6px;
		}
		#top-menu-inner-2{
			border-top:1px solid #DCDCFF;
			border-left:1px solid #AAAAEB;
			border-bottom:1px solid #8F8FC6;
			border-right:0;
		}
		#top-menu-inner-3{
			border-top:1px solid #ccf;
			border-left:1px solid #B8B8FF;
			border-bottom:1px solid #7678C3;
			border-right:1px solid #AAAAEB;
			background:#99f;
			width:220px;
		}	
		#topbar #top-menu ul{
				list-style:none;
				padding:0; margin:1px;
				
				background-color:#ff0;
			}
		#topbar #top-menu li{
				border-top:1px solid #DCDCFF;
				border-bottom:1px solid #9191C9;
				border-left:1px solid #B3B3F9;
				border-right:1px solid #B3B3F9;
				margin-right:1px;
				float:left;
			}
			#topbar #top-menu li a{
				text-decoration:none;
				border-bottom:1px solid #AEAEF1;
				color:#fff;
				font-weight:bold;
				padding:0 5px;
			}
			#topbar #top-menu li:hover, #topbar #top-menu li.menu_current {
				border-bottom:1px solid #DCDCFF;
				border-top:1px solid #9191C9;
			}
			#topbar #top-menu a.menu_default:hover{
			}


/***************************************************
  The Main Center Page Block
***************************************************/
#page{
	float:right;
	width:100%;
	margin-top:2px;
	margin-left:-170px;
}
#content{
	padding:0 3px 5px 3px;
	margin-left:155px
}
/***************************************************
  The Left bar
***************************************************/
	#left {
		width:150px; 
		float:left;
		padding:2px 0 120px 0;
		color:#666;
	}
	#left a{
		color:#666;
	}
	#left #logos{
		text-align:center;
	}
	#left #logos img{
		border:none;
	}
		/***************************************************
		  The Left MENU bar
		***************************************************/
			#left #menu{
				background:url("images/menu-bg.jpg") #99f center repeat-y;
				margin-bottom:2px;
				color:#fff;
			}
			#left #menu-title{
				height:35px;
				text-align:center;
				background:url("images/menu-bg-top.jpg");
				font-family:Arial, Helvetica, sans-serif;
				line-height:32px;
				font-size: 1.4em;
				font-weight: bold;
				color:#66c;
			}
			#left #menu-links{
				padding:0 5px;
			}
			#left #menu-links ul{
				list-style:none;
				padding:0; margin:0;
			}
			#left #menu-links ul ul{
				padding-left:11px;
			}
			#left #menu-links li{
				margin-bottom:1px;
				border-top:1px solid #DCDCFF;
				border-bottom:1px solid #9191C9;
				border-left:1px solid #B3B3F9;
				border-right:1px solid #B3B3F9;
			}
			#left #menu-links li a{
				text-decoration:none;
				display:block;
				padding:5px;
				border-bottom:1px solid #AEAEF1;
				border-left:10px solid #99F;
				color:#fff;
				font-weight:bold;
			}
			#left #menu-links li:hover, #left #menu-links li.menu_current {
				border-bottom:1px solid #DCDCFF;
				border-top:1px solid #9191C9;
			}
			#left #menu-links a.menu_default:hover, #left #menu-links a.menu_current{
				border-left:10px solid #66C;
				padding:4px;
				padding-top:6px;
				padding-left:6px;
			}

			#left #menu-bottom{
				height:10px;
				background:url("images/menu-bg-bottom.jpg") top no-repeat;
			}
/***************************************************
  Page Fotter Styles
***************************************************/
	#footer{
		background:url("images/shadow.jpg") bottom #B8B8FF repeat-x;
		padding-bottom:6px;
		border-top:1px solid #A9A9D3;
		margin-bottom:0;
	
		clear:both;
		width:100%;
	}
	#footer-inner{
		background:url("images/") bottom repeat-x;
		border-left:1px solid #9898D3;
		border-bottom:1px solid #3F3F57;
		border-right:1px solid #9898D3;
		float:inherit;
		display:block;
	}
	#footer-inner-2{
		border-top:1px solid #DCDCFF;
		border-left:1px solid #AAAAEB;
		border-bottom:1px solid #8F8FC6;
		border-right:1px solid #AAAAEB;
		padding:2px 2px;
		float:inherit;
				
		text-align:center;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:x-small;
		color:#fff;
	}
	#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 #pagetop_widget{border:none;padding:0;}
	#footer a:hover{
		color:#ccc;
	}

/***************************************************
  Login & Search Element Styles
 ***************************************************/
.search_submit {
	background:url("images/go-1.jpg") #99f no-repeat;
	width:20px;
	height:20px;
	border:0;
}
.search_submit:hover{background-image:url("images/go-2.jpg");}
.search_string {
	border:1px solid #ccc;
	width:120px;
}
form{
	padding:0;
	margin:0;
}
/*******************************************************************************************************************/
