/***************************************************
   HTML Element Styles
 ***************************************************/
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000;
	background-color:#f00;
	padding:0; margin:0;
	background:#fff;
	padding:10px
}

/***************************************************
  Banner Element Styles
 ***************************************************/
#banner {
	float:none;
	width:100%;
	height:148px;
	background:url("images/banner.jpg") center no-repeat;
	border:1px solid #363;
}
#bannerurl{
	position:relative;
	height:60px;
	width:480px;
	display:block;
	top:46px;
}
/*
#top-heading{
	border-top:1px solid #888;
	width:100%;
}
#title{
	margin-left:210px;
}
*/
/***************************************************
 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;
}
/***************************************************
  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*/
	float:none;
	width:100%;
	border-right:1px solid #363;
	border-left:1px solid #fff;
}
#title{
	background-color:#C2B6A9;
	margin-left:150px;
	border:1px solid #363;
	border-right:none;
	border-top:0;
	color:#fff;
}
#widgets{
	padding:3px;
	}
#title-inner{
	padding:3px;
	padding-left:5px;
	padding-right:5px;
	background-color:#363;
	display:table-cell;
	float:left;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	height:1em;
}
#content{ /*contains the page content*/
	border:1px solid #363;
	border-right:none;
	border-top:none;
	margin-left:150px;
	/*background: url("images/content-bg.jpg") left repeat-y;*/
	padding:0.5em;
}
#footer{ /*contains the footer text as defined in admin>settings */
	margin-left:120px;
	color:#363;
	text-align:center;
	font-size:small;
}

/***************************************************
  menu Element Styles
 ***************************************************/
#menu { /*the side bar*/
	float:left;
	width:150px;
	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:-16px 0;
}
#menu-inner li:hover{
	background-position:0 -16px;
}

#menu-inner li a{ /*the menu item links*/
	display:block;
	padding:2px;
	color:#363;
	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 ul ul{
	padding-left:2px;
}
#menu-inner ul ul ul a{
background:url("images/menu-2.gif") left no-repeat;
padding-left:8px;
background-position:-7px 0;
}
#menu-inner ul ul ul a:hover{
	background-position:0 -12px;
}
#menu-inner ul ul li{/*each sub menu link*/
	background:none;
	font-size:80%;
	width:100%;
}
#menu-inner ul ul li a{
	color:#000;
}
#menu-inner ul ul li a:hover{
	background-color:#C2B6A9;
}
#menu-inner ul ul li .menu_current, #menu-inner ul ul li .menu_current:hover{
	background-color:#C2B6A9;
	background-image:none;
}
#menu-inner ul ul li.menu_current{
	background-image:none;
}
#menu-inner li.menu_current{
	background:url("images/menu2.gif") no-repeat;
	background-position:-16px 0;
}
#menu-inner li.menu_current:hover{
	background-position:0 -16px;
}
/***************************************************
  Login & Search Element Styles
 ***************************************************/
#login{
	width:100%;
	float:left;
	border-top:1px solid #363;
}
#login h1, #searchbox h1, #blocktitle{
	font-size:110%;
}
#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:#000;
}
#login a:hover{
	background-color:#C2B6A9;
}
.login_submit{
	padding:0;margin:0;
	float:left;
	background:none;
	border:none;
	cursor:pointer;
}
.login_submit:hover{
	background-position:-19px;
}
.login_submit:hover{
	background-color:#C2B6A9;
}


#searchbox{
	width:120px;
}
.search_string, .login_input {
	border:1px solid #363;
	width:95px;
	margin-top:3px;
	margin-bottom:3px;
	float:left;
}
.search_submit {
	background:url("images/search.gif") left no-repeat;
	width:19px;
	height:19px;
	border:none;
	margin-top:3px;
	cursor:pointer;
}
.search_submit:hover{
	background-position:-19px 0;
}


#content table{
	width:99%;
	background-color:#C2B6A9;}
#content td{
	background-color:#fff;
	padding:2px;
}
#content h1{
	font-size:medium;
	padding:3px;
	margin:0;
	background-color:#363;
	color:#fff;
	text-align:center;
}
#content h1 a{
	text-decoration:none;
	color:#FFF;
}
a {color:#363}

/*******************************************************************/
#skiplinks, #topbar{display:none;}