
body{
	margin:0px;
	padding:0px;
	background:#222 url("../images/css/bodybg.png") repeat-x fixed top center;
        color:#fff;
	text-align:center;
	font:11px Verdana,Arial,Helvetica,sans-serif;
}

.container{
  background-color:#fff;
  border-color:#135;
  color:#333;

	width:740px;
	margin:auto;
	padding-bottom:20px;
}

/* basic styles */
h1,h2,h3,h4,h5,h6{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-weight:lighter;
	margin:10px 10px 10px 2px;
	color:#222;
}
h1{
	font-size:26px;
}
h2{
	font-size:22px;
	color:#0a294f;
}
h3{
	font-size:22px;
	color:#0a294f;
}
h4{
	font-size:18px;
	color:#911322;
}
h5{
	font-size:16px;
		color:#0a294f;
	/*color:#af3d0a;*/
}
h6{
	font-size:11px;
	font-weight:bold;
	color:#222;
}


hr{
	width:100%;
	border:0;
	margin:5px 0px !important;
	margin:2px 0px 5px 0px;
	height:1px;
	color:#777;
	background-color:#777;
}

/*a */
a{
	color:#af2639;
	text-decoration:underline;
}
a:hover{
	text-decoration:underline;
}

/*Paragraphs*/
p{
	line-height:14px;
	margin:0px 20px 10px 4px;
	/*text-align:justify*/;
}

.noborder{
	border:0;
}

#content .pre{
	font:11px Verdana,Arial,Helvetica,sans-serif;
	color:#af454a;
}

/*Lists*/
li{
	margin:4px 40px 6px 0px;
}

#listin{
	margin:0px 20px 0px 30px;
}

/*images*/
img{
    border: 1px solid black;
 margin: 2px 0px 2px 0px;
    z-index: 10;
}

img.noborder{
    border: 0px;
    margin: 2px 0px 2px 0px;
    z-index: 10;
}

img.floatright,
img.floatleft,
#left img{
	border:1px solid #222;
}

a:hover img.floatright,
a:hover img.floatleft,
#left a:hover img{
	border:1px solid #af2639;
}

/* floats, positioning, and widths */
.floatleft{
	float:left;
}
.floatright{
	float:right;
}
.w50{
	width:50%;
}
.floatleft p{
	padding:0px 10px 0px 0px;
}
.floatright p{
	padding:0px 0px 0px 10px;
}
img.floatleft{
	margin:15px 15px 5px 0px;
}
img.floatright{
	margin:15px 0px 5px 15px;
}

/* rounded corners */
.tl{background:#222 url("../images/css/tl.gif") no-repeat top left;}
.tr{background:transparent url("../images/css/tr.gif") no-repeat top right;}
.br{background:transparent url("../images/css/br.gif") no-repeat bottom right;}
.bl{background:transparent url("../images/css/bl.gif") no-repeat bottom left;}

.ltl{background:#efefef url("../images/css/l_tl.gif") no-repeat top left;}
.ltr{background:transparent url("../images/css/l_tr.gif") no-repeat top right;}
.lbr{background:transparent url("../images/css/l_br.gif") no-repeat bottom right;}
.lbl{background:transparent url("../images/css/l_bl.gif") no-repeat bottom left;}

/* top section */
#top{
	background:url("../images/css/contentbg.gif") repeat-y top center;
}

/* very bottom curve */
#bottom{
	background:url("../images/css/container_b.gif") no-repeat bottom center;
	height:9px;
}
* html #bottom{
	margin-top:-4px;
}

/*header*/
#header{
  /*background-color:#000;*/
  background-image:url("../images/Panoramas/Pano18.jpg"); no-repeat top center;
  /*background-position:0 0;*/
  height:80px;
  font:30px;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  width:740px;
  margin:auto;
  text-align:left;
}

#title{
        margin-top: 20px;
	margin-left:30px;
	position:absolute;
	color:#222;
        /*color: #357;*/
	background-color:transparent;
	cursor:default;
        /*text-align: center;*/
	font:30px Verdana,Arial,Helvetica,sans-serif
}

/* content */
#content{
	min-height:400px;
	width:700px;
	margin:auto;
	color:#222;
	text-align:left;
}
* html #content{
	min-height:400px;
	height:auto !important;
	height:400px;
}
#left{
	float:left;
	padding:10px 10px 20px 10px;
	width: 700px;
}
* html #left{
	padding-top:20px;
}

/* footer */
.footer{
	height:30px;
	width:720px;
	margin:auto;
	color:#fff;
	text-align:left;
	clear:both;
}
.footer div{
	height:30px;
}
#copyright{
	text-align:center;
	float:center;
	padding:4px;
	font-size: 10px;
	margin-top:0px !important;
	margin-bottom:-16px;
}

#copyright a{
	color: rgb(0, 102, 204);
	font-weight:bold;
}

#nextlog{
	float:right;
	text-align:right;
	/*padding:8px;*/
	margin:0px 20px 4px 16px;
	/*margin-bottom:-16px;*/
        font-size: 16px
}
#nextlog a{
	color: rgb(51, 51, 51);
	font-weight:bold;
}
#nextlog a:hover{
	color:#123;
  background-image:url("../images/css/bg_hdr_pukaki2.jpg");
	text-decoration:none;
}

#prevlog{
	float:left;
	text-align:left;
	/*padding:8px;*/
	margin:0px 30px 4px 16px;
/*	margin-bottom:-16px;*/
        font-size: 16px
}
#prevlog a{
	            color: rgb(51, 51, 51);
            font-weight:bold;
	/*color:#9f9f9f;*/
}
#prevlog a:hover{
	color:#123;
	  background-image:url("../images/css/bg_hdr_pukaki2.jpg");
	/*color:#cf262d;*/
	text-decoration:none;
}

/*index entries*/
.indexlt {float:left;
              font-family: Verdana;
              font-weight: bold;
              color: rgb(51, 51, 51);
              font-style: normal;
              width: 140px;
              z-index: 10;
              margin:0px 12px 0px 140px;
}

.indexrt {float:right;
              font-family: Verdana;
              font-weight: bold;
              color: rgb(51, 51, 51);
              font-style: normal;
              width: 340px;
              z-index: 10;
              margin:0px 12px 0px 2px;
}

/*images*/

/*Use this style to have landscape img on the left*/
.imgcaptionllt { float: left;
              font-family: Verdana;
              font-weight: bold;
              color: rgb(51, 51, 51);
              font-style: normal;
              width: 340px;
              z-index: 10;
              margin:0px 12px 0px 2px;
              font-size: x-small;
}

/*Use this style to have landscape img on the right*/
.imgcaptionlrt { float: right;
              font-family: Verdana;
              font-weight: bold;
              color: rgb(51, 51, 51);
              font-style: normal;
              width: 320px;
              /*z-index: 10;*/
              font-size: x-small;
              margin: 0px 10px 0px 10px;
}


/*Use this style to have portrait img on the left*/
.imgcaptionplt { float: left;
              font-family: Verdana;
              font-weight: bold;
              color: rgb(51, 51, 51);
              font-style: normal;
              width: 250px;
              /*z-index: 10;*/
              font-size: x-small;
              margin: 0px 10px 0px 2px;
}

/*Use this style to have portrait img on the right*/
.imgcaptionprt { float: left;
              font-family: Verdana;
              font-weight: bold;
              color: rgb(51, 51, 51);
              font-style: normal;
              width: 240px;
              /*z-index: 10;*/
              font-size: x-small;
              margin: 0px 10px 0px 20px;
}

/*Use this style for portrait image on right when two portrait imgs*/
.imgcaptionpprt { /*float: left*/;
              font-family: Verdana;
              font-weight: bold;
              color: rgb(51, 51, 51);
              font-style: normal;
              width: 240px;
              /*z-index: 10;*/
              font-size: x-small;
              margin: 0px 0px 0px 370px;
}

/*Use this style to have text on the left of portrait images*/
.imgcaptiontplt { float: left;
              font-family: Verdana;
              color: rgb(51, 51, 51);
              font-style: normal;
              width: 340px;
              /*z-index: 10;*/
              margin: 0px 10px 0px 2px;
}

/*Use this style to have text on the left of portrait images*/
.imgcaptiontprt { float: left;
              font-family: Verdana;
              color: rgb(51, 51, 51);
              font-style: normal;
              width: 340px;
              /*z-index: 10;*/
              margin: 0px 10px 0px 350px;
}

/*Use this style to have panorama img*/
.imgcaptionpano { /*float: right;*/
               width: 650px;
               text-align: justify;
               font-weight: bold;
               color: rgb(51, 51, 51);
               font-family: verdana;
               font-size: x-small;
              margin-top:0px;
}

/*oldcaptions - these are DEPRECATED*/

/*Use this style to have landscape img on the right - DO NOT USE*/
.imgcaption { float: right;
              font-family: Verdana;
              font-weight: bold;
              color: rgb(51, 51, 51);
              font-style: normal;
              width: 320px;
              /*z-index: 10;*/
              font-size: x-small;
              margin: 0px 10px 0px 10px;
}

/*Use this style to have landscape img on the left*/
.imgcaptionl { float: left;
              font-family: Verdana;
              font-weight: bold;
              color: rgb(51, 51, 51);
              font-style: normal;
              width: 340px;
              z-index: 10;
              margin:0px 12px 0px 2px;
              font-size: x-small;
}
/*used for portait captions on left in old code - DO NOT USE*/
.captionpleft {font-family:Verdana;
            font-size:10px;
            color: rgb(51, 51, 51);
            font-weight:bold;
            width:240px;
	 line-height:14px;
         margin-top: 0in;
        /*display: inline;*/
	 margin:2px 4px 10px 2px;
         /*float:left;*/
	 text-align:justify;}

/*used for portait captions on right in old code - DO NOT USE*/
.captionprt {font-family:Verdana;
            font-size:10px;
            color: rgb(51, 51, 51);
            font-weight:bold;
            width:240px;
	 line-height:14px;
         margin-top: 0in;
        /*display: inline;*/
	 margin:2px 4px 10px 2px;
         float:right;
	 text-align:justify;}

/*used for portait captions  - DO NOT USE*/
.captionp {font-family:Verdana;
            font-size:10px;
            color: rgb(51, 51, 51);
            font-weight:bold;
            width:240px;
	 line-height:14px;
        /*display: inline;*/
	 margin:2px 4px 10px 350px;
         /*float:left;*/
	 text-align:justify;}

/*used for landscape captions on left in old code - DO NOT USE*/
.captionl {font-family:Verdana;
	font-size:10px;
	color: rgb(51, 51, 51);
	font-weight:bold;
	width:320px;
        display: inline;
	line-height:14px;
	margin:2px 4px 10px 2px;
        float:left;
	text-align:justify; }

/*used for panorama captions on left in old code - DO NOT USE*/
.captionpano {font-family:Verdana;
	font-size:10px;
	color: rgb(51, 51, 51);
	font-weight:bold;
	width:690px;
	line-height:14px;
	margin:2px 4px 10px 4px;
	text-align:center;
	/*float: left*/}

/*used for landscape captions on left in old code - DO NOT USE*/
.caption {float: left;
	font-family:Verdana;
	font-size:10px;
	color: rgb(51, 51, 51);
	font-weight:bold;
	line-height:14px;
        display: inline;
        width:320px;
	margin:2px 4px 10px 2px;
	text-align:justify; }

.captionlrt {float: left;
	font-family:Verdana;
	font-size:10px;
	color: rgb(51, 51, 51);
	font-weight:bold;
	line-height:14px;
        display: inline;
        width:320px;
	margin:2px 4px 10px 331px;
	text-align:justify; }

/* forms */
form select,
form input,
form textarea{
	font:11px Verdana,Arial,Helvetica,sans-serif;
	border:1px solid #888;
}
form input:hover,
form input:focus,
form textarea:hover,
form textarea:focus,
form select:hover,
form select:focus{
	background-color:#f9f9f9;
	/*border:1px dotted #888;  optional thought */
	border:1px solid #444;
}
form select{
	padding:1px;
}
form input{
	padding:1px;
}
form label{
	display:block;
	color:#777
}
form textarea{
	padding:1px;
	line-height:16px;
}
form p{
	margin:10px 0px;
}


/* sidebar */
#right{
	width:190px;
	float:right;
	padding:20px 10px 20px 20px;
}
* html #right{
	padding-top:30px;
}
#right .sideitem{
	margin-bottom:25px;
}
#right .sideitem h4{
	font:12px Georgia,Arial,Helvetica,sans-serif;
	font-weight:bold;
	color:#222;
	width:100%;
	background:#fff url("../images/css/dottedborder.gif") repeat-x bottom center;
	padding-bottom:3px;
	margin-bottom:13px;
}
#right .sideitem b{
	/*display:block;*/
}
#right .sideitem p{
	padding:0px 5px;
}
#right .sideitem ul{
	margin-left:-4px;
}

#nav{
	background-repeat:no-repeat;
  	float:left;
  	width:740px;
  	height:32px;
  	margin: 0;
  	/*border:solid #ddd;*/
  	/*border-width:1px 0;*/
  	background-position:0 -70px;
  	background-image:url("../images/css/bg_hdr_whisper4.jpg");
  	/*border-color:#135;*/
  	/*text-align: left;*/
  	font-size: 11px;
	list-style: none;}

#nav ul {
     list-style: none;
     width:6em;
     z-index:99;
     position:relative;
     overflow:visible;
     margin:0;
     padding:0;
}

#nav li {
     margin:0;
     position: relative;
     float:left;
     text-align:center;
     display:block;
     height:auto;
     text-transform:lowercase;
}

.search {
	width: 10em;
	/*margin:1em 0 0 0;*/
}

#nav ul li{
        text-align:left;
		  background-color:#123;

  }

#nav ul ul li{ border-width:1px 1px 0 1px;
     	width: 7em;
        text-align:left;
	  background-color:#123;
	/*background-color:rgb(0, 0, 0);*/}

#nav ul ul li:last-child{border-bottom:1px solid rgb(0, 102, 204);}

#nav a {
     text-decoration:none;
     display:block;
     padding: 0.1em;
     margin:0.2em 0 0.2em 0.1em;
     width: 5.5em;
       	border-color:#135;
  	color:#7ac;
	text-decoration:underline;
}

#nav #currentpage a {
	color: #fff;
}

#nav a:hover, #nav li:hover{
  	color:#fff;
  	background-color:#123;
	width:6em;
  	background-image:url("../images/css/bg_navshadow_123.gif");
}


#nav ul li:hover, #nav ul li a:hover{
     	  background-color:#123;
	  width: 6em;
	  background-image:url("../images/css/bg_navshadow_123.gif");
}

#nav ul{
     display:none;
}

/*all see this */
#nav ul ul{
     display:none;
     position:absolute;
     width:6em;
     margin-top:-1.8em;
     margin-left:6em;
}


#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li:hover ul ul ul ul ul{
     display:none;
}

#nav li:hover ul, #nav ul li:hover ul, #nav ul ul li:hover ul, #nav ul ul ul li:hover ul, #nav ul ul ul ul li:hover ul{
     display:block;
}

li>ul {
    top: auto;
    left: auto;
}

#nav a.daddy {
	background: url(rightarrow2.gif) center right no-repeat;
}

