
/***** Standard Elements *****/

body {
margin:0 0 10px 0;
padding:0;
background-color:#FFFFFF;
color:#757575;
font-family:helvetica, verdana, arial, sans-serif;
font-size:80%;
text-align:center;
line-height:1.1em;
}

div {
margin:0;
padding:0;
}

p {
margin:0 0 1.5em 0;
padding:0;
line-height:1.3em;
}

p.banner {
margin-top:1.5em;
font-size:120%;
}

blockquote {
margin:0 0 2.5em 0;
padding: 0 0 0 30px;
font-style:italic;
background-image:url('../img/leftquote.png');
background-repeat:no-repeat;
background-position:top left;
}

blockquote p {
margin:0;
padding: 0 27px 0 0;
background-image:url('../img/rightquote.png');
background-repeat:no-repeat;
background-position:bottom right;
}

#content p {
text-align: justify;
}

em {
font-style:normal;
color:#74c4c2;
}

h3 {
color:#74c4c2;
margin-bottom:0;
}

/*** structure ***/
div#container {
margin:50px auto 0 auto;
text-align:center;
width:750px;
}

div#body{
background-image:url('../img/pagebg.png');
background-position:top center;
background-repeat:repeat-y;
width:100%;
}

div#content {
margin-left:210px;
text-align:left;
}

div#head {
height: 110px;
width: 750px;
position: relative;
}
#head h1, #head h2 {
margin: 0;
padding: 0;
position: absolute;
}
#head h1{
top: 0;
left: 0;
}
#head h2{
bottom: 27px;
right: 20px;
}
#head #nkbalogo {
bottom:27px;
right:0px;
position:absolute;
}

div#footer {
margin:25px 0 0 0;
height:45px;
background-color:#7dd4d1;
background-image:url('../img/footerbg.png');
text-align: center;
}
div#footer img {
margin-top:8px;
height:29px;
}


div#homeimg {
float:right;
margin:30px 0 15px 0;
width: 535px;
height: 269px;
text-align: center;
background-image:url('../img/photos/home_01.jpg');
}

div#content.contact {
text-align:center;
}

div.contact dl {
text-align:justify;
width:400px;
margin: 1.0em auto 0 auto;
font-size:110%;
line-height:140%;
}
div.contact dt {
margin:0;
padding:0;
display:inline;
text-align:left;
font-style:normal;
font-weight:bold;
color: #7dd4d1;
}
div.contact dt.rightitem {
margin-left:1.5em;
}
div.contact dd {
display:inline;
margin:0;
margin-left:0.5em;
padding:0;
}

div.contact dl.img {margin-top:1.5em;}
div.contact dl.img dd {margin-left:0}
div.contact dl.img img {float:left; margin-right:30px;}
div.contact dl.img dt {}

.contact dt a:link, .contact dt a:visited {color: #7dd4d1; text-decoration:none;}
.contact dt a:hover {color: #7dd4d1; text-decoration:underline;}

ul#menu {
float: left;
width:200px;
margin:0;
padding:7px 0 0 0;
background-image:url('../img/nav/rightshadow.png');
background-position: top right;
background-repeat: no-repeat;
}
#menu li {
margin: 0;
padding: 15px 0 5px 15px;
list-style-type: none;
text-align:left;
}
#menu li.current {
background-image:url('../img/nav/currentbg.png');
}
#menu li a {
}
#menu li a img {
border: none;
}

/*** images ***/
div #gallery div.galimg{
float:left;
margin:0 3px 5px 0;
}
div #gallery div.galimg a img{
border-style: solid;
border-width: 5px;
border-color: #FFFFFF;
}
div #gallery .galimg a:hover img {
border-color: #7dd4d1;
}

img.leftimg {
float:left;
margin:0 10px 10px 0;
padding:0.3em 0 0 0;
}
img.rightimg {
float:right;
margin:0 0 10px 10px;
padding:0.3em 0 0 0;
}

/*** lists ***/
ol {
margin:0.8em 0 1em 3em;
padding:0;
list-style-type:decimal;
}

ul {
margin:0.8em 0 1em 3em;
padding:0;
list-style-type:square;
}

li {
margin:0 0 0.3em 0;
padding:0;
}

dl {
margin:0.8em 0 1em 0;
padding:0;
}
dt {
margin:0.1em 0;
padding:0;
font-style:italic;
}
dd {
margin:0.1em 0 0.1em 3em;
padding:0;
}

/*** tables ***/
table {
border:none;
margin:0 0 1em 0;
width:100%;
}
table caption {
background-color:#EEEEEE;
text-align: center;
margin:0.5em 1px 1px 1px; padding:0.2em;
}
th, td {
border:1px solid #AAAAAA;
padding:0.1em 0.2em;
margin:1px;
text-align:center;
}
th {
background-color:#E9E9E9;
}

/*** links ***/
a:link, a:visited {
color:#444444;
text-decoration:none;
}

a:hover {
text-decoration:underline;
}

a img {
border:none;
}

a:active, a:hover {
outline: none;
}


.clearer {
clear:both;
}


