/***************************************************
   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 {
	font-size:large;
	color:#4F7309;
	margin:0;
	padding: 5px 0;
	font-weight:bold;
}
h2 {}
h3 {}
b{color:#63f}
i, em {
	color:#63f;
	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:1px solid #a2a2a2;
	background:#e9e9e9;
}
#container-inner{
	border:1px solid #c6c6c6;
	padding:2px;
}
/***************************************************
  The Top Bar
 ***************************************************/
 	#topbar, #topbar a{
		font-size:1em;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 1em;
		font-weight: bold;
		letter-spacing: 0.1em;
		color:#fff;
		text-decoration: none;
	}
	#topbar a:hover{
		color:#ccc;
	}
 	#topbar #top-buttons{
		background-color:#648702;
		border-top:1px solid #000;
		border-bottom:1px solid #000;
	}
	#topbar #top-buttons-inner{
		padding:4px 0 4px 5px;
		background:url("images/top-button-bg.jpg") bottom repeat-x;
		border-top:1px solid #587700;
		border-right:1px solid #A1CF23;
		border-bottom:1px solid #739A0E;
		border-left:1px solid #587700;
	}
		/***************************************************
		  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/header_banner_bg.gif") #76AF03 top repeat-x;
			border-top:1px solid #000;
			border-bottom:1px solid #000;
			margin:2px 0 2px 0;
		}
		#topbar #banner-inner{
			height:190px;
			background:url("images/header_banner_image1.jpg") right no-repeat;
			border-bottom:1px solid #739A0E;
			border-top:1px solid #587700;
			border-left:1px solid #587700;
			border-right:1px solid #A1CF23;
		}
		#topbar #banner #title{
			width:170px; height:190px;
			background:url("images/pcap_logo.gif") top center no-repeat;
		}
		#topbar #banner #title a{
			display:block;
			width:170px; height:140px;
		}
		#topbar #banner #title a h1{
			position:absolute;
			top:-100%;
		}
		#topbar #banner #banner-new{
			border-top:2px solid #9DD10D;
			height:49px;
			width:170px;
			display:block;
			overflow:hidden;
			background:url("images/new-icon.gif") top left no-repeat;
			text-align:center;
		}
		/***************************************************
		  Top Menu
		***************************************************/
		#topbar #top-menu{
			background-color:#648702;
			border-top:1px solid #000;
			border-bottom:1px solid #000;
			width:100%;
		}
		#topbar #top-menu ul {
			background:url("images/top-button-bg.jpg") bottom repeat-x;
			border-bottom:1px solid #739A0E;
			border-top:1px solid #587700;
			padding:0; margin:0;
			text-align: center;
			width: 100%;
			padding:5px 0 5px 0;
		}
		#topbar #top-menu li {
			display: inline;
			border-left:1px solid #587700;
			border-right:1px solid #A1CF23;
			padding:5px 0 5px 0;
		}
		#topbar #top-menu li a {
			display: inline;
			padding:5px 5px 5px 10px;
		}
/***************************************************
  The Main Center Page Block
***************************************************/
#page{
	background:url("images/content-bg.gif") top repeat-x;
	float:right;
	width:100%;
	margin-top:2px;
	margin-left:-170px;
}
#content{
	padding:5px 3px 5px 3px;
	margin-left:170px
}
/***************************************************
  The Left bar
***************************************************/
	#left {
		width:165px; 
		float:left;
		padding:10px 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 ul{
				background:url("images/menu-bg.jpg") center repeat-y;
				overflow:hidden;
			}
			#left #menu li{
				padding:0 6px 0 6px;
			}
			#left #menu #menu-title{
				height:28px;
				color:#fff;
				text-align:center;
				background:url("images/menu-bg-top.jpg");
				font-size: 1em;
				font-weight: bold;
				letter-spacing: 0.1em;
			}
			#left #menu #menu-bottom{
				height:13px;
				background:url("images/menu-bg-bottom.jpg");
			}
			#left #menu ul{
				list-style:none;
				padding:0; margin:0;
				margin-bottom:5px;
			}
			#left #menu ul a{
				text-decoration:none;
				display:block;
				padding:5px 19px 3px 5px;
				border-bottom:1px solid #fff;
				/*height:40px;*/
				font-weight:bold;
				background:url("images/menu-button-bg.jpg") right center no-repeat;
				overflow:hidden;
			}
			#left #menu ul a em{
				float:left;
				text-decoration:none;
				color:#000;
				font-size:x-small;
				font-weight:bold;
			}
			#left #menu ul a:hover, #left #menu ul a.menu_current {
				color:#999;
				background:url("images/menu-button-bg-2.jpg") #e5e5e5 right center no-repeat;
			}

/***************************************************
  Page Fotter Styles
***************************************************/
 
#footer{
	clear:both;
	width:100%;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	border-left:1px solid #587700;
	border-right:1px solid #A1CF23;
	padding:4px 0 4px 0;
	background:url("images/top-button-bg.jpg") #648702 bottom repeat-x;
	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 {
	display:none;
}
.search_string {
	border:1px solid #ccc;
	width:120px;
}
form{
	padding:0;
	margin:0;
}
/*******************************************************************************************************************/
