/* 

CSS Template by gorotron
http://www.gorotron.com
Provided via Creative Commons Attribution License 3.0
http://creativecommons.org/licenses/by/3.0/


*/

html, body {
	margin:0;
	padding:0;
}

html {
	background-color:#22354d;
	background-image: url(logo.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

body {
	margin:0 auto;
	width:800px;
	padding:10px;
	text-align:left;
	background-color:#FFF;
	border:1px #EAEAEA solid;
	border-width:0 1px;
	font:11px Arial,Helvetica,sans-serif;
	color:#333;
}

#left {
	display:inline;
}

h1 {
	font-size:60px;
	font-weight:bold;
	margin:0;
	padding-right:5px;
	display:inline;
}

h2 {
	margin:0;
	display:inline;
	font-size:11px;
	font-weight:normal;
}

h3 {
	margin:0;
	float:left;
	font-size: 20px;
	color: #003366;
	text-transform: uppercase;
}

h4 {
	margin:10px 0 0;
	font-size:12px;
}

p {
	line-height:1.5em;
	text-align:justify;
	font-size: 14px;
}

a {
	text-decoration:none;
	color:#51778F;
}

a:hover {
	text-decoration:underline;
}
	
#banner {
	width:800px;
	height:125px;
	margin-bottom:10px;
	background-color: #FFF;
	background-image: url(NSG-Header.gif);
	background-repeat: no-repeat;
}

#IEspacer {
	height:97px;
	width:800px;
}

#nav {
	list-style:none;
	text-align:right;
	font-weight:bold;
	margin:0;
	padding:0;
}


#nav li {
	float:right;
	text-align:center;
}

#nav li a {
	font-size:11px;
	display:block;
	width:80px;
	height:21px;
	text-decoration:none;
	color:#333;
	padding:8px 0;
	background-color:#FFF;
	}	

#nav li a:hover {
	background:url(navlink.png) no-repeat;
	text-decoration:none;
}

#navigation ul {
margin:0;
padding:0;
list-style:none;
font-size:1em;
float:left;
}
#navigation ul li {
position:relative;
display:block;
float:right;
}
#navigation ul li a {
display: block;
text-decoration: none;
color: #000;
padding: 5px 0 2px;
font-weight:bold;
text-align:center;
}
#navigation li ul {
position: absolute;
left: 0;
top: 2.1em;
display: none;
}
#navigation ul li ul li {
height:30px;
}
/* lists nested under hovered list items */
#navigation li:hover ul {
left: 1px;
margin-left: -1px;
display: block;
}
#navigation ul li ul li a  { /*change dropdown items */
color:#000;
font-weight:normal;
}
#navigation ul li ul li a:hover { /*hover to gray background */
background-color:#f0f0f0;
}

#content {
	float:left;
}

.entry {
	width:550px;
	border:4px solid;
	padding:10px;
	margin-bottom:10px;
	margin-right:10px;
	border-color: #BDD0DA;
	
	}

.entrysidebar {
	width:175px;
	border:4px solid;
	padding:10px;
	margin-bottom:10px;
	margin-right:10px;
	border-color: #BDD0DA;
}

.date {
	display:block;
	text-align:right;
}

.comments {
	display:block;
	text-align:right;
}

#sidebar {
	float:left;
	width:200px;
}

#sidebarBot {
	margin-top:10px;
}

#footer, #footer a {
	clear:both;
	text-align:center;
	color:#333;
	font-size:10px;
}
input,
textarea,
select {
	padding: 1px;
	font: 400 1em verdana, sans-serif;
	color: #777777;
	background: #EEE;
	border: 1px solid #CCC;
}

input:focus,
input:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover {
  color: #000;
  background: #d3e3ee;
  border: 1px solid #888;
}

input.noBorder,
input:focus.noBorder,
input:hover.noBorder {
  padding: 0;
  border: 0;
}

input.button {
  padding: 2px 5px;

  font: 400 0.9em verdana, serif;
  cursor: pointer;

  color: #fff;
  background: #ccc;
  border-width: 1px;
  border-style: solid;
  border-color: #888 #888 #8880 #888;
}