/***************************************************
   HTML Element Styles
 ***************************************************/
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000;
	padding:0; margin:0;
	background:#fff;
	padding:0;
}

/***************************************************
  Basic Element Styles
 ***************************************************/
/*
a:link, a:visited, a:active {
	color: #00f;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	color: #008;
}
font{color:#000;}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
.required {
	font-weight:bold;
	color: #F00;
}
.checkbox_label, .radio_label {
	cursor: pointer;
}
hr {
	margin: 5px 0px 5px 0px;
	color: #666;
	border: 0;
	border-top: 1px solid #660033;
	height: 1px;
	width: 90%;
}
h1 {
	font-size: 1.5em;
	color: #444;
	padding:0;
	margin:0;
}

form {
	margin: 0;
}
#text table{
	width:auto;
}
*/
/***************************************************
  Banner Element Styles
 ***************************************************/

#banner {
	float:left;
	width:100%;
	background:url("images/banner.jpg") left no-repeat;
	background-position:160px 0;
}
#bannerurl{
	background:url("images/logo.gif") center #339 no-repeat;
	height:160px;
	width:200px;
	display:block;
	float:left;
}
#bannertitle{
	text-decoration:none;
	font-size:large;
	
	float:left;
	padding:0;margin:0;
	font-size:150%;
	color:#339;
	height:100px;
	line-height:100px;
	margin-top:60px;
	padding-left:20px;
}

/***************************************************
 widget Styles
 ***************************************************/

#widgets{
	height:16px;
}
#widgets em{
	display:none;
}
#widgets a, #rightbar #page_mod{
	display:table-cell;
	float:right;
	clear:none;
	height:16px;
	width:16px;
}
#widgets #rss{
	background: url("images/feed.gif") top left no-repeat;
}
#widgets #print{
	background: url("images/printer.gif") top left no-repeat;
}
#widgets #stylechange{
	background: url("images/page.gif") top left no-repeat;
}
#widgets #bookmark{
	background: url("images/star.gif") top left no-repeat;
}
#widgets #fontsizeP{
	background:url("images/text-big.gif") top left no-repeat;
}
#widgets #fontsizeM{
	background:url("images/text-small.gif") top left no-repeat;
}
#widgets #fontsizeR{
	background:url("images/text-norm.gif") top left no-repeat;
}

#widgets #page_mod{
	background: url("images/pencil.gif") top left no-repeat;
}
#rightbar #page_mod{
	float:right;
}
#pagetop_widget{
	background-image: url("images/up.gif");
	height:16px;
	width:16px;
	overflow:hidden;
	float:right;
}

#widgets #page_mod:hover, #widgets #rss:hover, #widgets #print:hover, #widgets #stylechange:hover, #widgets #bookmark:hover, #widgets #fontsizeP:hover, #widgets #fontsizeM:hover, #widgets #fontsizeR:hover, #page_mod:hover, #pagetop_widget:hover{
	background-position:-16px 0;
}

 /***************************************************
  Page Element Styles
 ***************************************************/
#page { /*the main page section that holds the menu, content & footer*/
	float:left;
	width:100%;
	background:url("images/page-bg.jpg") left repeat-y #fff;
	margin:0;
}
#breadcrumbs{
	width:100%;
	border-top:3px solid #006;
	border-bottom:3px solid #006;
	background:#66c;
	color:#fff;
	float:left;
}
#breadcrumbs a{
	color:#fff;
	text-decoration:none;
	margin-left:5px;
	}
#widgets{
	padding:3px;
	}
#title{
	background-color:#66c;
	margin-left:200px;
	color:#fff;
	border-bottom:3px solid #006;
}
#title-inner{
	padding:3px;
	padding-left:5px;
	padding-right:5px;
	background-color:#006;
	display:table-cell;
	float:left;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	height:1em;
}
#content{ /*contains the page content*/
	border-top:none;
	margin-left:200px;
	background: url("images/content-bg.jpg") left repeat-y;
	padding:0.5em;
}
#footer{ /*contains the footer text as defined in admin>settings */
	margin-left:200px;
	text-align:center;
	font-size:small;
	background-color:#66c;
	border-top:3px solid #006;
	border-bottom:3px solid #006;
	padding:3px;
}

/***************************************************
  menu Element Styles
 ***************************************************/
#menu { /*the side bar*/
	float:left;
	width:200px;
	padding:0; margin:0;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	padding-bottom:3px;
}
#menu-inner { /*holds the content of the side bar*/
}
#menu-inner ul{ /*holds the menu list*/
	position:relative;
	padding:0; margin:0;
	list-style:none;
}
#menu-inner li{
	float:left;
	clear:both;
	width:100%;
	padding:0; margin:0;
	background:url("images/menu.gif") no-repeat;
	background-position:-18px 0;
}
#menu-inner li:hover{
	background-position:-16px 0;
}

#menu-inner li a{ /*the menu item links*/
	display:block;
	padding:2px;
	color:#fff;
	text-decoration:none;
	margin-left:16px;
}
#menu-inner li a:hover{ /*styleing for when the menu items are hovered over with the mouse */
}
#menu-inner ul a.menu_current{
	background:#ccc;
	color:#000;
	}
#menu-inner ul ul li{/*each sub menu link*/
	background:none;
	width:100%;
}
#menu-inner ul ul li a{
	color:#fff;
}
#menu-inner ul ul li a:hover{
	background-color:#ccc;
	color:#000;
}
#menu-inner ul ul li a .menu_current, #menu-inner ul ul li a .menu_current:hover{
	background-color:#CCC;
	background-image:none;
	color:#000;
}
#menu-inner ul ul li.menu_current{
	background-image:none;
}


#menu-inner ul ul ul{
	padding-left:10px;
	}
#menu-inner ul ul ul a{
	background:url("images/menu-2.gif") left no-repeat;
	padding-left:8px;
	background-position:-9px 0;
}
#menu-inner ul ul ul a:hover{
	background-position:0 -14px;
}
#menu-inner ul ul ul a.menu_current {
	background:url("images/menu-22.gif") left no-repeat #ccc;
	background-position:0 0;
	color:#000;
}
#menu-inner ul ul ul a.menu_current:hover{
	background:url("images/menu-22.gif") left no-repeat #ccc;
	background-position:0 0;
}
#menu-inner ul ul ul ul{
	padding-left:10px;
}

#menu-inner li.menu_current{
	background:url("images/menu2.gif") no-repeat;
}
#menu-inner li.menu_current:hover{
}
/***************************************************
  Login & Search Element Styles
 ***************************************************/
#login{
	width:100%;
	float:left;
	color:#fff;
}
#login h1, #searchbox h1, #blocktitle{
	font-size:110%;
	color:#fff;
	background-color:#006;
}
#login .login_input{
	float:right;
	width:auto;
	margin-right:2px;
	width:110px;
}
#login span{
}
#login a, #login span{
	float:left;
	width:120px;
	padding:0; margin:0;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-decoration:none;
	text-align:left;
	font-size:80%;
	color:#fff;
}
#login a{
	padding-left:16px;
	width:184px;
	display:block;
	background:url("images/menu.gif") no-repeat;
	background-position:-18px 0;
}
#login a:hover{
	background-position:-1px -16px;
	color:#000;
}
#login a:hover{
	background-color:#ccf;
}
.login_submit{
	padding:0;margin:0;
	background:#ccc;
	border:none;
	cursor:pointer;
	border:1px solid #006;
}
.login_submit:hover{
	background-position:-19px;
}
.login_submit:hover{
	background-color:#ccc;
}


#searchbox{
	width:200px;
}
.search_string, .login_input {
	border:2px solid #006;
	width:160px;
	background-color:#ccc;
}
.search_submit {
	background:url("images/search.gif") left no-repeat;
	width:19px;
	height:19px;
	border:none;
	cursor:pointer;
}
.search_submit:hover{
	background-position:-19px 0;
}


#content table{
	width:99%;
	}
#content td{
	padding:2px;
}
#content h1{
	font-size:medium;
	padding:3px;
	margin:0;
	background-color:#006;
	color:#fff;
	text-align:center;
}
#content h1 a{
	text-decoration:none;
	color:#FFF;
}

/*******************************************************************/
#skiplinks, #topbar{display:none;}