/***************************************************
   HTML Element Styles
 ***************************************************/
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000;
	background-color:#fff;
	padding:0; margin:0;
	background:#fff;
}

/***************************************************
  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
 ***************************************************/
/*
#topbar{
	float:left;
	width:99%;
	border:1px solid #888;
	border-bottom:0;
	background-color:#fff;
}
#top-buttons{
	display:none;
}
#breadcrumbs{
	float:left;
}
*/
#banner {
	width:800px;
	margin:auto;
	height:100px;
	background:url("images/masthead.jpg") left;
}
#bannerurl{
	position:relative;
	height:50px;
	width:165px;
	display:block;
	left:52px;
	top:7px;
}
/*
#top-heading{
	border-top:1px solid #888;
	width:100%;
}
#title{
	margin-left:210px;
}
*/
/***************************************************
 widget Styles
 ***************************************************/
/*
#widgets{
	height:20px;
}
#widgets em{
	display:none;
}
#widgets a, #rightbar #page_mod{
	display:block;
	float:right;
	height:16px;
	width:16px;
	padding:0;
	margin-left:5px;
}
#widgets #rss{
	background: url("images/feed.gif") top left no-repeat;
}
#widgets #rss:hover{
	background-image:url("images/feed_go.gif");
}
#widgets #print{
	background: url("images/printer.gif") top left no-repeat;
}
#widgets #print:hover{
	background-image: url("images/printer_add.gif");
}
#widgets #stylechange{
	background: url("images/page.gif") top left no-repeat;
}
#widgets #stylechange:hover{
	background-image: url("images/page_delete.gif");
}
#widgets #bookmark{
	background: url("images/star.gif") top left no-repeat;
}
#widgets #bookmark:hover{
	background-image: url("images/star_2.gif");
}
#page_mod{
	position:absolute;
	height:16px;
	width:16px;
	overflow:hidden;
	text-indent:16px;
	padding:0;
	margin-left:10px;
	background: url("images/pencil.gif") top left no-repeat;
}
#page_mod:hover{
	background-image: url("images/pencil_go.gif");
}
#rightbar #page_mod{
	float:right;
}
*/
/***************************************************
  Access Keys & Skiplinks Element Styles
 ***************************************************/
/*
a em{
 	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
}
#skiplinks em{
	text-transform:capitalize
}
#skiplinks{
	display:block;
	font-size:0;
	width:0;
	height:0;
	overflow:hidden;
}
*/
 /***************************************************
  Page Element Styles
 ***************************************************/
#page { /*the main page section that holds the menu, content & footer*/
	width:800px;
	margin:auto;
}
#title{
	background-color:#ccf;

	margin-left:120px;
	border:1px solid #99C;
	border-bottom:none;
	color:#fff;
}
#title-inner{
	padding:3px;
	padding-left:5px;
	padding-right:5px;
	background-color:#99c;
	display:table-cell;
	
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
#content{ /*contains the page content*/
	border:1px solid #99C;
	border-top:none;
	margin-left:120px;
	background: url("images/content-bg.jpg") left repeat-y;
}
#footer{ /*contains the footer text as defined in admin>settings */
	margin-left:120px;
	color:#99C;
	text-align:center;
	font-size:small;
}

/***************************************************
  menu Element Styles
 ***************************************************/
#menu { /*the side bar*/
	float:left;
	width:120px;
	padding:0; margin:0;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:small;
	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:104px;
	padding:0; margin:0;
	background:url("images/menu.gif") left top no-repeat;
	padding-left:16px;
}
#menu-inner li a{ /*the menu item links*/
	display:block;
	padding:2px;
	color:#99C;
	text-decoration:none;
}
#menu-inner li a:hover{ /*styleing for when the menu items are hovered over with the mouse */
}
#menu-inner ul ul{
}
#menu-inner ul ul li{/*each sub menu link*/
	background:none;
	font-size:smaller;
}
#menu-inner ul ul li a{
	color:#000;
}
#menu-inner ul ul li a:hover{
	background-color:#ccf;
}
#menu-inner ul ul li .menu_current, #menu-inner ul ul li .menu_current:hover{
	background-color:#CCF;
}

/***************************************************
  Login & Search Element Styles
 ***************************************************/
/*#login{
	float:left;
	width:100%;
	background-color:#99f;
}
#login h1, #searchbox h1, #blocktitle{
	color:#fff;
}
#login input{
	border:1px solid #666;
	float:right;
	width:auto;
	height:1.2em;
	margin-right:2px;
}
#login a, #login span{
	color:#fff;
	display:block;
	padding:2px;
	text-align:left;
}
#login a:hover{
	background-color:#9c3;
}
.login_submit{
	margin:2px;
	padding:0;
	float:none;
	height:auto;
	vertical-align: middle;
	background:#fff;
	border:1px solid #888;
	color:#000;
	cursor:pointer;
}
.login_submit:hover{
	background-color:#9c3;
}


#searchbox{
	width:200px;
	float:right;
}
.search_string, .login_input {
	border:1px solid #666;
	width:100px;
}
.search_submit {
	cursor:pointer;
}
.search_submit:hover{
}
*/

#content table{
	width:99%;
	background-color:#CCF;}
#content td{
	background-color:#fff;
	padding:2px;
}
#content h1{
	font-size:medium;
	padding:3px;
	margin:0;
	background-color:#99C;
	text-align:center;
}
#content h1 a{
	text-decoration:none;
	color:#FFF;
}


/*******************************************************************/
#skiplinks, #topbar{display:none;}