/* 
 
 Namadgi CSS
 Based on Reflection by http://fullahead.org (available at http://www.oswd.org)

*/


/* -- Main layout styles -- */

body {
  margin: 0;
  padding: 0px;
  font-family: verdana, sans-serif;
  font-size: 1.0em;
  background-color: #AAA;  
}

#siteBox {
  float: left;
  width: 100%;
  color: #000;
}


/* -- Header layout/display styles -- */

#header {
  float: left;
  width: 100%;
  height: 65px;
  background: #4c5dd3 url(/__data/assets/file/373/hdr.jpg) no-repeat bottom left;
}

#header a {
  float: right;
  width: 8em;
  padding: 5px 10px 5px 10px;
  font-size: 0.6em;
  text-align: center;
  text-decoration: none;
  color: #FFF;
  background-color: #22437f;
  border-bottom: 2px solid #5976b2;
  border-right: 1px solid #5976b2;
  border-left: 1px solid #5976b2;
}

#header a:hover, #header a.active {
  background-color:  #10203b;
}

#header a.lastMenuItem {
  border-right: 0px;
}

a .desc {
  display: none;
  color: #08C;  
}

a:hover .desc, .active .desc {
  display: block;
}


/* -- Header title and subTitle layout/display styles -- */

.title {
  float: left;
  padding: 1em 30px 0 2em;
  font-size: 1.4em;
  font-weight: bold;
  text-align: right;
  line-height: 0.75em;
  letter-spacing: -0.15em;
  color: #08C;
}

.subTitle {
  display: block;
  font-size: 0.4em;
  line-height: 1.2em;  
  letter-spacing: 0.01em;
}

/* -- Content layout/display styles -- */

#content {
  float: left;
  width: 100%;
  padding: 1em 0 1em 0;
  background-color: #EEEEEE;
}

#contentLeft {
  float: left;
  width: 15%;
  margin-bottom: 1em;
  background: #22437f url(/__data/assets/file/370/corner_sub_tr.gif) no-repeat top right;
}

#contentRightContainer {
  float: right;
  width: 84%;
  background: #FFF url(/__data/assets/file/369/corner_sub_tl.gif) no-repeat top left;
}

#contentRight {
 padding-left: 15px;
}


#content a {  
  text-decoration: none;
  color: #08C;
  border-bottom: 1px solid #AAA;
}

#content a:hover {
  color: #09C;
  border-bottom: 1px solid #09C;
}

.header, .subHeader {
  display: block;
  clear: both;  
  font-weight: bold;
  font-size: 0.8em;
  color: #08C;
  border-bottom: 1px solid #AAA;    
}

.subHeader {
  border: 0px;
}


h1 {
  display: block;
  clear: both;  
  font-weight: bold;
  color: #000;
}

/* -- Content left site links (large plus icon) -- */

#content a.menuItem {
  display: block;  
  padding: 5px 0 5px 54px;
  background: url(/__data/assets/file/374/icn_plus.gif) no-repeat center left;
  border: 0px;
}

#content a:hover.menuItem { 
  color: #DDD;
  background: #888 url(/__data/assets/file/375/icn_plus_on.gif) no-repeat center left;
  border: 0px;
}


/* -- Footer layout/display styles -- */

#footer {
  float: left;
  width: 100%;
  height: 3em;
  font-size: 0.6em;
  line-height: 2.6em;
  color: #0AD;
  background: #25509F;
}

#footerLeft {
  float: left;
  width: 30%;
  height: 3em;
  text-align: left;
}

#footerRight {
  float: right;
  width: 65%;
  height: 3em;
  text-align: right;
}

#footer a {
  color: #DDD;
}

#footer a:hover {
  color: #FFF;
}

/* -- Display formatting styles -- */

.grey {
  font-size: 0.9em;
  color: #AAA;
}

.white {
  color: #FFF;
}

acronym {
  cursor: help;
  border-bottom: 1px dotted #AAA;
}


/* -- <ul> tag styles -- */

ul{
 font-size: 0.8em;
 padding-top: 5px;
 padding-bottom: 5px;
}

/* -- Image alignment classes -- */

.imgLeft, .imgRight {
  margin: 5px;
}

.imgLeft {
  float: left;
  margin-left: 0px;
}

.imgRight {
  float: right;
  margin-right: 0px;
}

/* -- Utility classes to create the bottom rounded corners -- */

.bottomCorner {
  text-align: right;
}

.vBottom {
  vertical-align: bottom;
}

/* Left-side naviagation, based on Fedora's and modified for Namadgi */
#side-nav-label {
	display: none;
}

#side-nav {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 1px solid #5976b2;
	border-top: 0;
	border-bottom: 1px solid #22437f;
	background-color: #22437f;
}

#side-nav li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #22437f;
}
#side-nav a {
	margin: 0;
	color: #c5ccdb;
	display: block;
	text-decoration: none;
	padding: 4px 6px;
}

#side-nav a:hover {
	background-color: #34548f;
	color: #fff;
	border-bottom: 1px solid #DDD;
}

#side-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#side-nav ul li {
	background-color: #34548e;
	border-bottom: 1px solid #34548e;
}

#side-nav ul li:hover {
	border-bottom: 1px solid #34548f;
}

#side-nav ul li a {
	padding-left: 20px;
	color: #a7b2c9;
}

#side-nav ul li a:hover {
	background-color: #46659e;
}

#side-nav ul ul li a {
	padding-left: 26px;
}

#side-nav-current a {
	font-weight: normal;
	color: #fff;
	background-color: #10203b;
}

#side-nav-current a:hover {
	background-color: #172e56;
}

#side-nav-current ul li a {
	padding-left: 20px;
	color: #a7b2c9;
	background-color: #34548e;
}

#side-nav-current ul li a:hover {
	background-color: #46659e;
}



