/* CSS Reset Code */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;}

/* Main Framework Code */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: top center repeat-x #B99B75;
	font-size: 1em;
	margin: 0px;
	padding: 0px;
	color: rgb(0,0,0);
}

#wrapper,#filling { width: 996px; }

#wrapper {
	margin: 0px auto;
	background: rgb(255,255,255) url(NSLH-background_horizontal.gif);
}
#filling {
	background: top no-repeat;
}
#header {
	width: 950px;
	margin: 0px auto;
}

#body {
	width: 935px;
	margin: 0px auto 0px auto;
	padding: 10px 0px 5px 0px;
	min-height: 280px;
}


#navigation {
	float: right;
	width: 230px;
	margin: 0px auto 0px auto;
	padding: 10px 0px 10px 15px;
	clear: both;
	min-height: 280px;
}

#navigation ul {
	margin:0px; 
	padding:0px; 
	background-color:#FFFFFF;
}

#navigation ul li {
	height:25px;
	line-height:25px;
	list-style:none;
	padding-left:5px;
	
	color:#FFF;
	border-top:#fff solid;
	border-bottom:#fff solid;
	border-width:1px;
	cursor:pointer;
}  
#navigation h1 {
	margin-top: 10px;
	padding: 5px 0 5px 10px; 
	font: bold 0.9em Verdana, 'Trebuchet MS', Sans-serif;
	color: #555;
	background: #EEF0F1 url(headerbg.gif) repeat-x left bottom;	
	border: 1px solid #EFF0F1;
	font-variant: small-caps;
}
#navigation .left-box {
	border: 1px solid #EFF0F1; 
	margin: 0 0 5px 0;	
}
#navigation ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 3px 0 8px 0; padding: 0;
	text-decoration: none;		
}
#navigation ul.sidemenu li {
	border-bottom: 1px solid #EFF0F1;
	padding: 2px 0 2px 10px;
	margin: 0 2px;	
}

#navigation ul.sidemenu a {
	font-weight: bolder;
	text-decoration: none;	
	background-image: none;	
}
#navigation ul.sidemenu a:hover {
	font-weight: bolder;
	text-decoration: underline;	
	background-image: none;	
}

#navigation ul li:hover {
	position:relative;
}


#bodywrapper {
	width: 935px;
	margin: 0px auto 0px auto;
	padding: 10px 0px 5px 0px;
	clear: both;
	min-height: 280px;
}


#footer{
	clear:both;
	width:996px;
	height:30px;
	text-align:left;
	padding:12px 0px 5px 0px;
	color:#000000;
	background:top no-repeat #B99B75 url(NSLH-background_footer.gif);
}
	
	
#footer a{
	color:#000000;
}

#footer .copyright{
	text-align:center;
}
	
#footer .extras{
	float:right;
	text-align:right;
}

#footer img{
	vertical-align:top;
	padding:3px 0px 0px 0px;
}

/* Menu/Top Bar Code */
#logo { display: inline; float: left; padding: 2px 0px;}
#menu{color:#000000;float:right;padding:11px 10px 12px 0px;}
#menu ul{display:inline; margin: 0px;}
#menu ul li{padding:0px 4px 0px 7px;border-left:1px solid #e0e0e0;list-style:none;display:inline;}
#menu ul li.first{border:none;}
#menu a{text-decoration:none;}
#menu a:hover{text-decoration:underline;}

/* Text Formatting Code*/
a{
	color:#A0522D;
	text-decoration:none;
}

a:hover{
	color:#000000;
	text-decoration:underline;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #A0522D;
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
	text-decoration: none;
	color: #A0522D;
}

h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover {
	text-decoration: underline; 
	color: #A0522D;
}

h1 {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	font-size: 2em;
	font-variant: small-caps;
}

h2 {
	font-size:1.5em;
}
h3 {
	font-size: 1.2em;
	font-weight: bold;
}
p, textarea, input {
	font-family: Arial, Helvetica, sans-serif;
	
	font-size: 1em;
	line-height: 1.45em;
}
p, pre, tt, ul {
	margin: 5px 0px 16px 0px;
}

pre {
	padding: 2px;
	background: #333333;
}

ul{ list-style-type: circle; margin-left: 17px; }
ul ul { margin-top: 0px; margin-bottom: 0px;}

strong { font-weight: bold;}
em { font-style: italic; }
p.footnote { float: left; clear: both; margin-top: 16px; }
div.footnote { margin: 5px 0px 16px 0px;}
.alert { color:#FFFF00; }

#charsLeftContainer { float: left; clear: none; margin: 10px 0px 10px 100px;}

/* Formatting of images */
.inlineBorderRight,.inlineBorderLeft{border:1px solid #FFFFFF;padding:6px;margin:5px;}
.inlineBorderRight{float:right;}
.inlineBorderLeft{float:left;}

/* Blog code */
.date, .poster {
	font-size: 0.93em;
	letter-spacing: 1px;
	vertical-align: middle;

}
.extradetails img {
	vertical-align: middle;
}
.extradetails {
	margin: 5px 0px 15px 0px;
	color:#999999;
}

.newsitem {
	border-bottom: 1px solid #999999;
	margin-bottom: 10px;
	padding-bottom: 20px;
}

/* Portfolio Code */
.portfolio { float: left; clear: both; margin: 10px 0px;}
.portfolio img.closeup { float: left; margin: 0px 10px 8px 0px; }
.portfolio .contents { float: left; width: 580px; margin: 0px 0px 0px 10px; }
.portfolio .screenshots img { margin: 7px 14px 7px 0px; }
.submenu {display:inline; margin: 0px;}
.submenu li{padding:0px 7px 0px 10px;border-left:1px solid #e0e0e0;list-style:none;display:inline;}
.submenu li.first{border:none; padding-left: 0px;}

/* Contact Form Code */
.contactForm { float: left; clear: both; margin: 0px 5px 6px 5px; width: 680px; }
.contactForm label { float: left; display: block; width: 100px; }
.contactForm p { float: left; clear: both; margin: 5px 0px; }
.contactForm p.alert { margin-left: 100px; float: none; }
.contactForm #emailCC { vertical-align: baseline; }
.contactForm #contactSubmit { clear: right; float: right; margin: 10px 0px; }
.contactForm #emailName, .contactForm #emailAddress { width: 250px;}
.contactForm #emailMessage { width: 576px; height: 200px;}



input {
	font-size: 1em;
	line-height: 1em;
}

.RegularButton {
	font-family:verdana;
	/* font-size:84%; */
	background-color:#333333;
	color:#FFFFFF;
	font-weight:bold;
	padding:4px 10px 3px 7px;
}


/* btn class */
.btn { 
	display: block; 
	position: relative; 
	background: #aaa; 
	padding: 5px; 
	float: left; 
	color: #fff; 
	text-decoration: none; 
	cursor: pointer; 
	font-variant: small-caps;
}
	
.btn * { 
	font-style: normal; 
	background-image: url(btn2.png); 
	background-repeat: no-repeat; 
	display: block; position: relative; 
}
	
.btn i { 
	background-position: top left; 
	position: absolute; 
	margin-bottom: -5px; 
	top: 0; 
	left: 0; 
	width: 5px; 
	height: 5px; 
}

.btn span { 
	background-position: 
	bottom left; 
	left: -5px; 
	padding: 0 0 5px 10px; 
	margin-bottom: -5px; 
}

.btn span i { 
	background-position: bottom right; 
	margin-bottom: 0; 
	position: absolute; 
	left: 100%; 
	width: 10px; 
	height: 100%; 
	top: 0; 
}

.btn span span { 
	background-position: top right; 
	position: absolute; 
	right: -10px; 
	margin-left: 10px; 
	top: -5px; 
	height: 0; 
}

* html .btn span, * html .btn i { 
	float: left; 
	width: auto; 
	background-image: none; 
	cursor: pointer; 
}

.btn.blue { 
	background: #2ae; 
}

.btn.nslh { 
	background: #B99B75; 
}

.btn.green { 
	background: #9d4; 
}

.btn.pink { 
	background: #e1a; 
}

.btn:hover { 
	background-color: #a00; 
	color: #fff; 
	text-decoration: none; 
	font-variant: small-caps;
}

.btn:active { 
	background-color: #444;
}

.btn[class] { 
	background-image: url(shade.png); 
	background-position: bottom; 
}





/* Theme Code */
#theme {
	clear: both;
	width: 943px;
	height: 300px;
	background: url(NSLH-MainPicture.jpg);
}

/* To alter the theme, change the following backgrounds
body -  vertical gradient outside of page that runs down the screen
#wrapper - horizontal sidebar slice including page background and outside page drop shadows (note sidebar colours must be bottom gradient colour)
#filling - As above but contains the whole gradient from the body and then transitions into the above colour
#theme - graphic at the top of the page
#footer - bottom bar with drop-shadow
*/


