/* CSS Document */
body {
    margin: 0;
    padding: 0;
    background-color:#b0c4de;            /*silver;*?    /*#fff url(../images/PH00607.jpg) top left no-repeat;      /*background: pink-silver or grey;*/
    color: #333;
    text-align: center;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif
}

h1, h2  {
    margin: 0 0 10px 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 140%;
    color: #000000;
}

h2, h4 {
    font-size: 100%;
    padding-right:225px;
}

#header {
    position: absolute;
    top: -100px;
}

#wrapper {

    text-align: center;
}

#nav {
    position: absolute;
    top: 140px;
    left: 60px;
    width: 90px;
}

#maincontent {
    margin: 25px 10% 0 190px;
    min-width: 525px;
    max-width: 640px;
}

#maincontent a {
    font-weight: bold;
    text-decoration: none;
    padding: 2px 4px;
}

#maincontent a:link, #maincontent a:visited {
    color: #00425E;
    border-bottom: #00425E dashed 1px;
}

#maincontent a:hover, #maincontent a:active {
    color: #fff;
    background-color: #00425E;
    border-bottom: none;
}

p {
    margin: 0 auto 1em 0;
    padding: 0 20px;
    font-size: 85%;
    line-height: 1.4;
}

#pictureWrapper {
    float: right;
    margin: 0 20px 0 10px;
}

.picBorder {
    background-color: #336699;
    padding: 10px;
    border: #00425E solid 2px;
}

p#caption {
    margin: 0;
    padding: 3px 10px;
    font-weight: bold;
    text-align: right;
}

.warning {
    font-weight: bold;
    color: #f00;
}

#sidebar1 {
position:absolute;
	width: 250px;  
		
	top: 105px;
	 padding-left:600px;              
}

#sidebar1 .box {
	background: #blue;                    /*pinkff6699--[note a red sidebar may look beytter than a green!!!]006666correct green use red for test--THIS WORKS-CHANGE THE ENTIRE SIDEBAR COLOR HERE*/
        border:4px solid #336699;          /*xxxxxxxxxwas 7 This makes the long up and down bluebar on the left of the sidebar that goes from top to bottom.*/
	                                   /*padding-top:10px; padding-right:0px; padding-bottom:0px; padding-left:0px;-----this does help somewhat by making a small green line in the top of the sidebar separating the navlinks*/
	                                        /*line-height: 1.5;----------------this area has a little to be desired!!!!!!!!!!!!!!!!  */	
      
}	
#sidebar1 .box h1 {
	text-align: center;
	margin: 1em;                            /*IT WORKS*/
	height: 5px;                            /*IT WORKS--small lines in sidebar,spacing*
	                                        /* took this out--background: #336699 url('images/bluebar.gif');---IT WORKS*/
	font-size: .3em;
	font-weight: bold;
                                                /*ERROR 404-----None of this seems to do anything!!!padding-top:0px; padding-bottom:0px; padding-bottom:0px; padding-left:0px;*/  
}
#sidebar1 ul {
	list-style: none;
	margin: 0px;
	padding: 0px;	
}
#sidebar1 ul li {
	padding: 2px;                           /*space between text*/
	margin: 0px;
	list-style: none;	
}

#sidebar1 ul li a {
	padding: 0px 0px 0px 8px;
	display: block;
	color: #FFFFFF;                         /*WHITE*/
	text-decoration: none;
	margin: 0px;	
}
#sidebar1 ul li a:hover {
	text-decoration: none;
	background: #CC0000;                    /*RED*/
}

#footer {
    margin-left: 40px;
    font-size: 85%;
    clear: both;
}

ul#nav {
    list-style: none;
    margin: 0;
    padding: 0;
}

#nav a {
    display: block;
    width: 100px;
    padding-left: 10px;
    margin: 3px 0;
    text-decoration: none;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-variant: small-caps;
    font-weight: bold;
}

#nav a:link, #nav a:visited {
    border-left: #00425E solid 10px;
    color: #00425E;
}

#nav a:hover, #nav a:active {
    border-left-color: #fff;
    background-color: #00425E;
    color: #fff;
}

a#here {
    border-left-color: #fff !important;
    background-color: transparent !important;
    color: #0074A5 !important;
}

form {
    margin: 0 0 0 20px;
}

form h2 {
    color: #036;
    font-size: 80%;
    font-weight: bold;
    margin: 0 0 5px 10px;
}

form p {
    margin: 0 0 5px 0;
}

.formbox {
    width: 250px;
}

fieldset {
    border: none;
}

label {
    font-weight: bold;
    color: #036;
    display: block;
}

#subscribe label, #interests label {
    display: inline;
    padding: 0 20px 0 3px;
}

#interests div {
    float: left;
}

#gallery {
    width: 525px;
}

#picCount {
  color:#00425E;
  font-weight:bold;
  }

#thumbs {
    float: left;
    margin-top: 10px;
  
}

#thumbs td {
    text-align: center;
}

#thumbs img {
    border: none;
}

#thumbs a:link, #thumbs a:visited, #thumbs a:hover, #thumbs a:active {
    border: none;
    padding: 0;
}

#main_image {
    float: right;
  
    text-align: center;
    width: 100px;
}

#main_image p {
   color:#00425E;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
