@charset "utf-8";
/* CSS Document for ... */

/* Website Colours */
/* ----------------------------------------- */




/* RESET */
/* ----------------------------------------- */

/* Global reset */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
html, body { height: 100%;}
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, li { 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:''}

/* Global reset-RESET */
strong { font-weight: bold }
em { font-style: italic }
a img { border:none; border-bottom:0px; background:none; } /* Gets rid of IE's blue borders */

/* Extra layout stuff */
br.clear { clear:both; display:block; height:1px; margin:-1px 0 0 0 } /* br class that clears floated columns */
div { position:relative }
div.floatLeft {float:left;}
div.floatRight {float:right;}



/* TAGS */
/* ----------------------------------------- */

* {margin:0;padding:0;}

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

html {}

html>body {
	font-size: 12px;
}

body { 
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 75%;
	color: #707070;
	background:#fff;
}

h1 { 
	font-family:Georgia, Palatino, "Palatino Linotype", "Times New Roman", serif; 
	font-size:1.75em; 
	line-height:1.85em; 
	color: #01acec; 
	font-weight:normal;
	margin-top: 0;
	margin-bottom: .5em; 
	padding:0;
}

h2 { 
	font-family:Georgia, Palatino, "Palatino Linotype", "Times New Roman", serif;
	font-size:1.35em;
	line-height: 1.4em;
	margin-bottom: .5em;
	padding:0; 
	font-weight:bold; 
	color: #81be00;
}

h3 { 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:1.05em;
	line-height: 1.25em;
	margin-top: 1em;
	margin-bottom: 1em;
	padding:0;  
	font-weight:bold;
	color: #81be00; 
}

h4 { 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:1.1667em;
	line-height: 1.286em;
	margin-top: 1.929em;
	margin-bottom: 0.643em;
	padding:0; 
	font-weight:bold;
	color: #808080; 
}

h5 { 
	font-family:Arial, Helvetica, sans-serif; 
	line-height:1.5em;
	font-size:1em;
	margin-top: 1.75em;
	margin-bottom: .5em;
	padding:0; 
	font-weight:bold;
}

li, dt, dd, p { 
	line-height:1.5em;
	font-size:1em; 
	padding-left:.05em;
}
ul, ol, dl {
	padding:0px;
	margin-bottom: 1.25em;
	margin-left: 1.5em;
}
p { margin-bottom: 1.5em; }
li { 
	list-style-type:disc;
	padding:2px 0 2px 5px;
	margin:0;
}

hr { 
	border:0px; 
	height:1px; 
	background:#ccc;
}
a, a:link, a:visited { 
	font-family:Arial, Helvetica, sans-serif; 
	color:#70a500;
	font-weight:bold;
	text-decoration:none; 
	background:#effcd3;
	padding:2px; 
}

a:hover, a:active { color:#70a500; background:#effcd3; text-decoration:underline; }

blockquote {
	background: url(../images/open-quote.gif) no-repeat left -2px;
	font-style: italic;
	font-size:1.1667em;
	line-height: 1.286em;
	color: #757575;
	margin: 10px 0;
	width:85%;
	padding: 10px 0 0 35px;
}
blockquote span {
	background: url(../images/close-quote.gif) no-repeat right bottom;
	display: block;
	padding-right: 30px;
}


/* LAYOUT */
/* ----------------------------------------- */

#header {
	width:720px;
	height:185px;
	margin:10px;
	padding:0;
	background:#fff url(../images/nhp-top-banner-070609.jpg) center top no-repeat;
	border-bottom:solid 1px #e6e6e6;
}
#header .top {height:150px;}

#wrap {
	width:740px; 
	margin:0px auto;
	padding:0;
	background:#fff;
	border:solid 1px #ccc;
}

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#main { 
	margin:0; 
	padding:5px 20px 35px 20px;
} /* bottom padding is the same height as the footer + padding */

#main-col { 
	float:left;
	width:415px;
	margin-right:25px;
}
#sidebar {
	padding: 0px;
	margin: 10px 0 0 0;
	width:260px;
	text-align:left;
	background:url(../images/container_top-left.gif) no-repeat left top;
	float:right;
	position: relative;
}
#sidebar h1 {
	font-family:Georgia, Palatino, "Palatino Linotype", "Times New Roman", serif;
	font-size: 14px;
	line-height: 18px;
	color: #81be00;
	font-weight:bold;
	text-align: left;
	vertical-align: top;
	padding:15px;
	margin:0;
	background: url(../images/container_top-right.gif) no-repeat right top;
}
#sidebar div.content {
	margin:-2em 0em 0em 0em;
	padding:10px 10px 0px 10px;
	background:url(../images/container_side-right.gif) repeat-y right;
	text-align:center;
}
#sidebar div.content p {margin:0; padding-bottom:5px;}

#sidebar div.bottom {
	width:100%;
	height:100%;
	background: url(../images/container_bottom-left.gif) no-repeat left bottom;
}
#sidebar div.bottom p {
	display:block;
	padding:6px 10px 8px 10px;
	margin:-.5em 0 0 0;
	background: url(../images/container_bottom-right.gif) no-repeat right bottom;
}
#footer {
	background: #81be00;
	margin: -35px auto 0px;
	padding: 5px 20px 0px;
	border-bottom:solid 10px #fff;
	clear: both;
	height: 19px;
	width: 680px;
	position: relative;
	text-align:right;
}

/* STYLES */
/* ----------------------------------------- */

#header h1 { font-family:Georgia, Palatino, "Palatino Linotype", "Times New Roman", serif; font-size:32px; color:#FFF; padding:80px 0px 0px 10px; margin:0; line-height:25px; text-decoration:none; font-weight:normal; }
#header h2 { font-family:Georgia, Palatino, "Palatino Linotype", "Times New Roman", serif; font-size:32px; color:#cff21a; padding:10px 0px 0px 15px; margin:0; line-height:20px; font-weight:normal; }
h1 .logo { }

#main-navigation { margin:10px 10px 0 10px; padding:0; position:relative; }
#main-navigation li { list-style-type:none; float:left; padding:0 25px 0 0; }
#main-navigation li a, #main-navigation li a:link, #main-navigation li a:visited { display:block; padding:0; margin:0; font-family: Arial, Helvetica, sans-serif; font-size: 13px; line-height: 17px; font-weight:bold; color:#81be00; text-decoration:none; background:none;}
#main-navigation li a:hover, #main-navigation li a:active { color:#9ee901; background:none; }
#main-navigation li.current-tab a, #main-navigation li.current-tab a:link, #main-navigation li.current-tab a:visited { display:block; font-family: Arial, Helvetica, sans-serif; font-size: 13px; line-height: 17px; font-weight:bold; color:#01acec; text-decoration:none; background:none;}

#photos {
	width:100%;
	height:100%;
	padding:10px 0px 10px 0px;
	vertical-align:baseline;
}
#photos img {
	border:0px;
	vertical-align: middle;
}
.landscape_photo a, .landscape_photo a:link, .landscape_photo a:visited {
	margin-right:20px;
	margin-top:20px;
	border:1px solid #a6a6a6;
	background-color:#ffffff;
	width:180px;
	height:120px;
	padding:8px;
	display:inline-block;
}
.landscape_photo a:hover, .landscape_photo a:active {
	margin-right:20px;
	margin-top:20px;
	border:1px solid #e6e6e6;
	background-color:#FFFFFF;
	width:180px;
	height:120px;
	padding:8px;
	display:inline-block;
}
.portrait_photo a, .portrait_photo a:link, .portrait_photo a:visited {
	margin-left:30px;
	margin-right:50px;
	margin-top:20px;
	border:1px solid #a6a6a6;
	background-color:#ffffff;
	width:120px;
	height:180px;
	padding:8px;
	display:inline-block;
}
.portrait_photo a:hover, .portrait_photo a:active {
	margin-left:30px;
	margin-right:50px;
	margin-top:20px;
	border:1px solid #e6e6e6;
	background-color:#FFFFFF;
	width:120px;
	height:180px;
	padding:8px;
	display:inline-block;
}

#footer ul { margin:0; padding:0; }
#footer li { list-style-type:none; display:inline; padding:0 20px 0 0; }