/* NoHo Style Sheet */


/******** Widths ********/
#border, #top, #bottom { width: 820px; }
#container, #header, #footer { width: 800px; }
.menu, .submenu { width: 800px; }
#left_column { width: 90px; }
.middle_column_narrow { width: 530px; }
.middle_column_wide { width: 670px; }
.middle_column_full { width: 780px; }
#right_column { width: 150px; }
#right_column .box { width: 150px; }


/****** General ******/
body { 
  font: 75% Verdana, Kalimati, Arial, Helvetica, sans-serif;
  text-align: left;
  margin: 0px;
  padding: 0px;
  background: white;
}

h1, h2, h3, h4, h5 {
  color: rgb(0, 51, 102);
  font-weight: normal;
}

a:link,
a:visited,
a:hover,
a:active {
	color: rgb(0,153,204);
  font-weight: bold;
  text-decoration: none;
}

a:hover, 
.selected {
	color: rgb(153,0,0);
}

#container {
	border: solid 1px rgb(153, 153, 153);
}
	
#border {
	margin: 0px auto;
	background: none;
}

#header {
	height: 100px;
	background: none;
	padding-top: 10px;
}

#header a,
#header a:hover {
	padding: 0;
}

#buffer_header {
}

/****** Menu ******/

#menu {
  height: 51px;
	background: rgb(0,153,204);
}

#menu ul.menu {
  height: 25px;
	margin: 0;
	padding: 0;
	position: absolute;
	background: rgb(20, 73, 131);
	/*border-bottom: solid 1px white; */
}

#menu ul.menu li  {
	display: inline;
	list-style: none;
}

#menu ul.menu a.selected,
#menu ul.menu a.selected:hover {
	background: rgb(0,153,204);
}

#menu ul.menu a:hover {
	background: rgb(0,153,204);
}

#menu ul.submenu {
	position: absolute;
	height: 25px;
	margin: 0px;
	padding: 0px;
	bottom: -26px;
	left: 0px;
	background: rgb(0,153,204);
}

#menu ul.submenu li a {
	width: auto;
	display: block;
	float: left;
	padding-right, padding-left: 10px;
	margin-top: 5px;
	line-height: 15px;
	text-align: center;
	border: none;
	border-right: 1px dotted white;
	background: none;
}

#menu ul.submenu li a:hover {
	padding: 0 10px;
}

/* set the color of the selected menu items */
#menu ul.menu li a:hover,
#menu ul.menu li a.selected,
#menu ul.submenu li a:hover,
#menu ul.submenu li a.selected {
	color: rgb(200,200,200);
}	

/* set the style of the non-selected menu items */
#menu ul.menu li a,
#menu ul.submenu li a {
  color: white;
 	text-decoration: none;
} 

#menu .edit_block { 
	position: absolute;
	top: 3px;
	right: 1px;
}  

/**** Columns ****/

#left_column {
  border-right: none;		
}

#middle_column {
  color: rgb(0, 51, 102);
  padding-left: 0px;
  border-left: none;		
}

#middle_column p {
  line-height: 20px;
  margin-top: 12px;
  margin-bottom: 12px;
  padding-bottom: 0;
}

#middle_column h1 {
  margin-left: 0px;
  font-size: 15px;
}

#middle_column h2 {
  font-size: 12px;
  font-weight: bold;
  border-bottom: none;
  text-align: center;
}

#middle_column ul {
  list-style: none;
  line-height: 20px;
  padding: 0; 
  padding-left: 10px;
}

#middle_column li {
  padding-bottom: 12px;
  padding-left: 25px;
  background: url(/files/noho/bullet_gray.jpg) top left no-repeat;
}

.middle_column_full {
  margin-left: 10px;
}



/****** Footer ******/
#footer,
#footer .left_block,
#footer .middle_block,
#footer .right_block,
#footer .edit_block {
  background-color: rgb(220,220,220);
}

#footer {
	color: rgb(100,100,100);
	border-top: solid 1px rgb(153, 153, 153);
	border-bottom: none;
}

#footer .right_block {
  margin-top: 17px;
}

#footer .left_block {
  margin-top: 5px;
  margin-bottom: 5px;
}

