/* $Id$ */
/**
 * Sky
 * http://drupal.org/project/sky
 * http://drupal.org/user/88931
 *
 * Credits:
 * Icons: http://www.icojoy.com/articles/44/
 * Icons: http://www.icojoy.com/articles/46/
 */
 
* {
    padding: 0;
    margin: 0;
    border: 0;
}
body, div, dl, dt, dd, li, pre, form, fieldset, input, textarea, p, blockquote, table, th, td { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6 { margin:0; padding:0; xfont-size:100%; font-weight: normal; line-height:120%;}
address, caption, cite, code, dfn, em, strong, var { font-style: normal; font-weight: normal; }
ol, ul { list-style: none; margin: 0; padding: 0; }
caption, th { text-align: left; }
acronym, abbr, fieldset, img { border: 0;}

a,
a:visited {
  color: #314C74;
  text-decoration: underline;
}
a:hover,
a.active {
	color:#000;
  text-decoration:underline;
}

/*h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover{
	text-decoration:none;
}*/
/* @end */
/* @group HTML Tags */
/* @group Headings */
h1, h2, h3, h4, h5, h6 {
 
  clear: both;
  display: block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  letter-spacing: -1px;
  line-height: 1.4em;
  margin-bottom: 10px;
  margin-top: 5px;
}
h1 {
  font-size: 1.7em;
  font-weight:bold;
  margin-bottom: 20px;
  display: block;
  font-style: normal;
  font-variant: normal;
  letter-spacing: -1px;
  line-height: 140%;
  margin: 0;
}
h2 {
  font-size: 1.8em;
}
h3 {
  font-size: 1.6em;
}
h4 {
  font-size: 1.4em;
}
h5 {
  font-size: 1.2em;
}

h3, h5 {

text-align:center;
}

img, a {
border:0 none;
}


b, strong{font-weight:bold;}

hr {
border:1px solid gray;
height:1px;
}

.clear{clear:both;}

.image-clear {
clear:both;
display:block;
font-size:0;
height:1px;
line-height:0;
margin-bottom:-1px;
}

/* @group Layout */
body {
  background:#3a1e1a;
  font-size: 12px; /* Don't modify the font size here */
  line-height: 1.6;
  font-family: "Arial", Arial, sans-serif;
  color: #111111;
}
#wrapper {
  width: 960px;
  margin:0 auto;
  background: #fff;
  font-size: 12px;
}
/* @group Header */
#header {
  background:url('images/banner_bg.jpg') repeat-x top left;
  xheight: 198px;
  height:180px;
  border-bottom:4px solid #3a1e1a;
  position:relative;
}
#header .nbanner{
	position:absolute;
	top:00px;
	right:0px;
	width:961px;
	height:180px;
/* background:url(images/nbanner1.jpg) right no-repeat; */
}

#header .brownname{
	position:absolute;
	top:0px;
	left:0px;
	width:176px;
	height:30px;
}

#header .brownlogo{
	position:absolute;
	top:0px;
	right:20px;
	width:31px;
	height:49px;
}

#container {
	padding:1.5em 0 ;
	clear:both;
}
.breadcrumb {
clear:both;
height:15px;
margin:0 0 10px;
padding:5px 0 0;
}

.breadcrumb {
padding-bottom:0.5em;
}
#sidebar-left {
float:left;
width:22%;
}
.sidebar .inner {
padding:0 10px;
}

#main {
border-left:1px solid #AAAAAA;
float:left;
width:74%;
}

.main-inner {
padding:0 2em 1em;
}

p {
margin:5px 0 15px;
}

.red-bold {
color:#CC0000;
font-weight:bold;
}

span.inline-center {
display:block;
text-align:center;
}

span.inline-left {
display:block;
float:left;
margin:5px 5px 5px 0;
}

span.inline-right {
display:block;
float:right;
margin:5px 0 5px 5px;
}

.main-inner ul {
list-style-position:inside;
list-style-type:disc;
margin:0 0 0 35px;
}

.main-inner li {
padding:2px 0;
}

/*FOOTER CSS STARTR */

#footer {
clear:both;
margin:0 auto;
min-height:2em;
padding-bottom:2em;
width:960px;
}

#footer-inner {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#3A1E1A none repeat scroll 0 0;
color:#BBB5B4;
font-size:0.9em;
min-width:4em;
padding:1em;
text-align:left;
}

#footer-inner a {
color:#BBB5B4;
text-decoration:none;
}

#footer-inner a:hover {
color:#BBB5B4;
text-decoration:underline;
}
/* @end */
/* @group Menus */
/* @group Drupalisms */
ul.menu li {
  margin: 0 0 0 0;
}
li.leaf {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
/* @end */
ul.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  font-weight:bold;

  /*border: solid 1px #ddd;*/
  /*border-bottom: 0;*/
}
ul.menu ul {
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
}
ul.menu ul ul {
  margin: 0;
  padding: 0;
}
ul.menu li,
ul.menu li.leaf,
ul.menu li.expanded,
ul.menu li.collapsed {
  list-style: none;
  list-style-image: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  xtext-transform:uppercase
}
ul.menu li a {
  display: block;
  xfont-size: 1em;
  padding: 0.25em 1.5em;
  /*border-bottom: solid 1px #eee;*/
  color: #3A1E1A;
}
ul.menu li.active-trail > a,
ul.menu li.active-trail > a.active,
ul.menu li a.active,
ul.menu li a.active:visited {
  color: #555;
  text-shadow: #fff 1px 1px 1px;
  font-weight: bold;
  xbackground-color: #f8f8f8;
}
ul.menu a {
  color: #3A1E1A;
  padding: 0.25em 1em;
}
ul.menu a:visited {
  color: #3A1E1A;
}
ul.menu a:hover {
  color: #3A1E1A;
  text-decoration:underline;
}
ul.menu ul a {
  xfont-size: 0.9em;
}
/* Prevent duplicate bottom borders */
ul.menu li.last a,
ul.menu li:last-child a {
  border-bottom: none;
}
ul.menu li li.last a,
ul.menu li li:last-child a {
  border-bottom: solid 1px #eee;
}
/* @group Indentation */
/* Indentation is happening at link level with padding. */
ul.menu a {padding-left: 1em;}
ul.menu ul a {padding-left: 3.25em;}
ul.menu ul ul a {padding-left: 4.75em;}
ul.menu ul ul ul a {padding-left: 6.25em;}
/* @end */

/* @group Background Images */
ul.menu .expanded a,
ul.menu .collapsed a {
  background: url('images/sprites-sky.png') no-repeat;
}
/* Indentation needs to be applied to the sprites as well. */
/* @group First Level */
ul.menu .expanded a {background-position: 6px -503px;}
ul.menu .expanded a:hover {background-position: 6px -244px;}
ul.menu .collapsed a {background-position: 6px -1019px;}
ul.menu .collapsed a:hover {background-position: 6px -760px;}
/* @end */
/* @group Second Level */
ul.menu ul .expanded a {background-position: 22px -503px;}
ul.menu ul .expanded a:hover {background-position: 22px -244px;}
ul.menu ul .collapsed a {background-position: 22px -1019px;}
ul.menu ul .collapsed a:hover {background-position: 22px -760px;}
/* @end */
/* @group Third Level */
ul.menu ul ul .expanded a {background-position: 38px -503px;}
ul.menu ul ul .expanded a:hover {background-position: 38px -244px;}
ul.menu ul ul .collapsed a {background-position: 38px -1019px;}
ul.menu ul ul .collapsed a:hover {background-position: 38px -760px;}
/* @end */
/* @group Fourth Level */
ul.menu ul ul ul .expanded a {background-position: 54px -503px;}
ul.menu ul ul ul .expanded a:hover {background-position: 54px -244px;}
ul.menu ul ul ul .collapsed a {background-position: 54px -1019px;}
ul.menu ul ul ul .collapsed a:hover {background-position: 54px -760px;}
/* @end */


/* Remove the background images for nested list items that don't have any children. */
ul.menu .expanded .leaf a,
ul.menu .collapsed .leaf a {
  background-image: none;
}
/* @end */

/* @end */
/* @group More Links */
.more-link {
  padding: 0.25em;
  margin: 1em -0.55em -0.55em -0.55em;
  display: block;
  font-size: 0.9em;
  text-transform: uppercase;
  font-weight: bold;
  color: #888;
  height: 1.5em;
  clear: both;
}
.more-link a {
  color: #888;
  padding-right: 1.5em;
  float: right;
}
.more-link a:hover {
  color: #555;
}
.more-link span.icon {
  background: transparent url('images/sprites-sky.png') no-repeat 0 -1023px;
  height: 16px;
  width: 16px;
  float: right;
  margin-left: -1.15em;
}
/* @end */
/* @group Blocks */
.block {
  overflow: hidden;
  margin: 0 0 1.25em 0;
  padding: 0;
}

