* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF ;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6E6E6E;
}

dinput, dtextarea {
	background: #FFFFFF url(images/img09.gif) repeat-x;
	border: 1px solid #FFFFFF;
	border-top-color: #A3A3A3;
	border-left-color: #D6D6D6;
	font: normal 1em/normal "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #6E6E6E;
}

h1, h2 {
	margin-bottom: 1.0em;
	letter-spacing: -0.05em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FF0000;
}

h3 {
	margin-bottom: 0em;
	letter-spacing: -0.05em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FF0000;
}

h1, h1 a {
	text-decoration: none;
	color: #414141;
}

h2, h2 a {
	text-decoration: none;
	color: #ffffff;
	border: 0px solid #000000;
	background: #ff0000 url(images/sidebar_heading.jpg) no-repeat;
	padding: 4px 0px 5px 5px;
}

h1 a:hover, h2 a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 38px;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 17px;
	font-weight: bold;
	color: #6E6E6E;
}

div.hr {
  height: 1px;
  background: #000;
}
div.hr hr {
  display: none;
}

p, ul, ol {
	margin-top: 1.5em;
	line-height: 190%;
}

ul, ol {
	margin-left: 1em;
}

pre {
  white-space: pre-wrap;       /* css-3 */
  white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
  white-space: -pre-wrap;      /* Opera 4-6 */
  white-space: -o-pre-wrap;    /* Opera 7 */
  word-wrap: break-word;
}

#alert_box {
	margin-left: 11em;
	margin-right: 4em;
        background: #35D7F8;
	padding: 3px 5px 5px 5px;
	border: 1px solid #000000;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
        height: 45px;
	width: 900px ;
	text-align: center;
}

#alert_off {
	margin-left: 11em;
	margin-right: 4em;
        background: #FFFFFF;
	padding: 3px 5px 5px 5px;
	border: 1px solid #000000;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
        height: 15px;
	width: 900px ;
	text-align: center;
}


#sidebar_box {
        background: #E5E5E5;
	padding: 5px 5px 5px 5px;
	border: 1px solid #000000;
	font-size: 16px;
	font-weight: bold;
}

#calendar_box {
	margin: 0px 10px 10px 10px ;
	padding: 1px 1px 5px 10px;
	border: 1px solid #000000;
}

#calendar_box_head{
	margin: 10px 10px 0px 10px;
	padding: 1px 1px 1px 5px;
	border: 1px solid #000000;
	font-size: 20px;
	font-weight: bold;
	color: #6E6E6E;
        background: #E5E5E5;
}

#calendar_box li {
	margin-bottom: 2px;
	padding: 0 2px 0 0px;
}

#hilite_box {
	border: 1px solid #000000;
	padding: 1px 1px 1px 5px;
	color: #346086;
	background: #E5E5E5;
}

#hilite_box h3 {
	font-size: 25px;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #346086;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin-right: 20px;
}

img.right {
	float: right;
	margin-right: 20px;
}

hr {
	display: none;
}

/* Logo */

#header_logo {
	background: url(images/nshilllogo-small120.gif) no-repeat;
	width: 120px;
	height: 120px;
	margin:22px 0px;
	float : right ;
	padding: 0px 5px 0px 0px;
	border: 0px solid #f2f4f8;
}

#logo {
	width: 800px;
	height: 15px;
	margin: auto;
}

#logo h2 {
	margin: 0;
}

#logo h1 {
	float: left;
	padding-top: 75px;
	border: 0px solid #f2f4f8;
}

#logo h2 {
	float: right;
	padding-top: 95px;
	font-size: 16px;
	font-weight: normal;
}

#logo h2, #logo h2 a {
	color: #939292;
}

#logo a {
	text-decoration: none;
}

/* Menu */

#menu {
	width: 960px;
	height: 62px;
	margin: 0 auto;
	background: #252E3A url(images/redbar.jpg) no-repeat;
}

#menu ul {
	margin: 0;
	padding: 21px 0 0 30px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	padding: 0 20px 0 22px;
	background: url(images/img03.gif) no-repeat left center;
}

#menu li.first {
	background: none;
}

#menu a {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

/* Menu Bar */

#menubar
{
	width: 940px;
	margin: 0 auto;
	background: #252E3A 
	padding: 0px 0px 0px 0px;
	height: 4em;
	border: 0px solid #f2f4f8;
}

#menubar ul
{
	list-style: none;
	position: relative;
	top: 0px;
	margin-left: 1.5em;
}

#menubar li
{
	display: inline;
	border-left: dotted 1px #848484;
	padding-left: 0.8em;
}

#menubar li.first
{
	border-left: 0px;
	padding-left: 0em;
}

#menubar li a
{
	text-decoration: none;
	color: #6a6a6a;
	font-weight: bold;
	padding: 1px 15px 1px 15px;
	margin-right: 0.4em;
	font-size: 1.0em;
	border: 0px solid #000000;
}

#menubar li a:hover
{
	background: #ffffff url('images/nsa4.png') bottom left repeat-x;
	color: #fff;
}

#menubarline
{
	padding: 0em 0em 0em 0.5em;
	height: 7em;
	width: 35em;
	float: right;
	position: relative;

}

/* Search */

#search {
	float: right;
	width: 87px;
}

#search fieldset {
	border: none;
}

#search input {
	float: left;
}

#search #s {
	width: 136px;
	margin-right: 7px;
	padding: 2px 5px;
}

#search #x {
	background: none;
	border: none;
}

/* Banner */

#banner {
	width: 960px;
	margin: 0 auto;
	padding: 140px 0px 0px 0px;
	border: 0px solid #f2f4f8;
}

/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	padding: 45px 35px 45px 25px;
	background: url(images/img05.gif) no-repeat;
}

/* Content */

#content {
	float: left;
	width: 603px;
}

#scontent {
	float: left;
	width: 880px;
}

.post {
	border: 0px solid #ff0000;
}

.post .title {
	margin: 0;
	padding: 0 20px;
	background: #ff0000 url(images/sidebar_heading.jpg) no-repeat;
}

.post .entry {
	padding: 0 20px;
}

.post .meta {
	height: 47px;
	margin: 20px 0 0px 0;
	padding: 15px 0 0 20px;
	line-height: normal;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 253px;
	border: 0px solid #E5E5E5;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 40px;
	padding: 0 15px 0 20px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding: 5px 0;
	border-bottom: 1px solid #E5E5E5;
}

#sidebar li h2 {
	margin-bottom: 15px;
	font-size: 18px;
}

/* Calendar */

#sidebar #calendar {
	padding: 0;
	background: url(images/img08.jpg) no-repeat;
}

#calendar li {
	margin-bottom: 20px;
	padding: 0 5px 0 10px;
}

#calendar caption {
	margin: -10px auto ;
	text-align: center;
	font-weight: bold;
}

#calendar table {
	margin: 0 auto;
	caption-side: bottom;
}

#calendar thead th {
	width: 31px;
	height: 40px;
	font-weight: bold;
	color: #FFFFFF;
}

#calendar tbody td {
	width: 31px;
	height: 31px;
	text-align: center;
	color: #9E9E9E;
}

#calendar tfoot td {
	padding-top: 20px;
	font-weight: bold;
}

#calendar #next {
	text-align: right;
}

#vtourconsole {
	float: left;
	width: 800px;
	padding: 25px 60px 30px 60px;
	border: 0px solid #f2f4f8;
	font-size: 0.9em;
}

/* Footer */

#footer {
	clear: both;
	width: 870px;
	height: 50px;
	margin: 0px auto;
	padding: 35px 45px;
	text-align: center;
	background: url(images/img05.gif) no-repeat;
}

#footer p {
	margin: 0;
	line-height: normal;
	color: #959090;
}

#footer a {
	color: #959090;
}

#footer .legal {
	float: center;
}

#footer .credit {
	float: center;
}
