/* This is a daisy age. */

/* Has a background image to create the black panel down the left side of the page, because height property can't be relied on. */

html,body { 
width:100%; 
height:100%; 
padding:0px; 
margin:0px; 
font-family: arial, helvetica, sans-serif;
height: 100%;

/*background-image: url(../files/left_panels/left_blue_panel.jpg);
background-repeat: repeat-y;
background-position: top left;*/

}

/* The daisy image is attached to this. */
#container {
padding: 0;
margin: 0;
background-image: url(files/bgnd_photos/strahan2.jpg);
background-repeat: no-repeat;
background-position: left 300px;
height: 100%;
}


/* TOP NAVIGATION MENU/TABS */
#navbar {
font-family: arial, helvetica, sans-serif;
margin-bottom: 0px;
margin-right: 0px;
margin-left: 0px
margin-top: 0;
font-size: 10pt;
font-weight: bold;
text-align: left;
color: #000000;
/*border-bottom: 3px #FFFFFF solid;*/;
background-color: #8DC63F;
padding-top: 8px;
padding-bottom: 8px;
padding-right: 65px;
padding-left: 158px;
border-bottom: 5px #fdac00 solid;
width:80%;
 }

#navbar a:link, #navbar a:visited {
color: #364C18;
padding: 8px;
}

#navbar a.current {
color: #000000;
background-color: #fdac00;
padding: 8px;
/*border-left: 3px #FFFFFF solid;
border-right: 3px #FFFFFF solid;
border-top: 1px #FFFFFF solid;*/
border-bottom: 5px #fdac00 solid;
}

#navbar a:hover {
padding: 8px;
}

/* BANNER ACROSS THE TOP THAT SAYS THE NAME OF THE SITE */
#main-title {
width:80;
font-family: Georgia, serif, Times, "Times New Roman";
color: #000000;
font-size: 1.3em;
text-align: left;
margin-bottom: 0;
margin-left: 0px;
margin-right: 0px;
padding-left: 25px;
padding-right: 100px;
padding-top: 3px;
padding-bottom: 7px;
border-bottom: 7px #8DC63F dotted;
background-color: #9FE047;
/*font-style: italic;*/
/*letter-spacing: 2pt;*/ 
}

/**** MAIN TEXT FOR THE PAGE ****/
#main-text {

color: #515151;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 165px;
margin-right: 0px;
/*border-right: 3px #fdac00 dotted;*/
 }

/****USE THIS IF THE PAGE HAS AN IFRAME*****/
#main-textPages {
height: 300%;
color: #515151;
margin-top: 0px;
margin-bottom: 0;
margin-left: 160px;
margin-right: 5px;
padding-right: 0px;
padding-left: 0px;
padding-bottom: 1%;
border-right: 3px #fdac00 dotted;
 }
 
/*****BORDER AROUND PHOTOS******/
#photo {
padding-top: 0px;
padding-right: -20px;
padding-left: 0px;
padding-bottom: 0px;
margin-left: 0px;
margin-top: 5px;
margin-right: 0px;
color: #BEEE00;
border: 2px #C6C6C6 inset;
}

/******PHOTO OF THE DAY********/
#dailyPhoto {
border: 1px #364400 solid;
padding-bottom: 50px;
height: 300px;
background: url(files/mainpage_photos/daily_photo_bgnd.jpg);
background-repeat: no-repeat;
color: #364400;
}


/*BORDERS*/
#borderGreen {
border-bottom: 2px #8DC63F dotted;
border-top: 2px #8DC63F dotted;
padding-top: 5px;
padding-bottom: 5px;
}

#borderColors1 {
/*border-top: 2px #fdac00 solid;*/
border-bottom: 2px #fdac00 solid;
margin-left: 5px;
}

#borderColors2 {
/*border-top: 2px #46A0C6 solid;*/
border-bottom: 2px #46A0C6 solid;
margin-left: 5px;
line-height: 1.2em;
}

#borderColors3 {
/*border-top: 2px #46A0C6 solid;*/
border-bottom: 1px #D14013 solid;
margin-left: 5px;
line-height: 1.2em;
}


#greenBlock {
background-color: #46A0C6;
}

#alignTextRight {
text-align: right;
margin-right: 15px;
}

#alignTextCenter {
text-align: center;
}


p, ul, ol, table {
text-align: justify;
font-size: 12pt;
line-height: 1.9em;
margin: 0;
padding-top: 5px;
padding-bottom: 5px;
}

#caption1 {
text-align: center;
line-height: 1.3em;
font-size: .7em;
margin-top: 0px;
margin-bottom: 10px;
margin-left: 5px;
color: #364400;
padding-top: 0;
padding-bottom: 5px;
}

#basicText {
text-align: left;
line-height: 12pt;
font-size: 10pt;
margin: 10px;
}

#basicText1 {
text-align: left;
line-height: 1.5em;
font-size: 1em;
margin: 10px;
}


#basicText2 {
text-align: left;
line-height: 12pt;
font-size: 10pt;
margin: 5px;
color: #8DC63F;
font-weight: bold;
}

#basicText3 {
text-align: left;
line-height: 12pt;
font-size: 10pt;
margin: 10px;
color: #003366;
font-weight: bold;
}


ol, ul {
margin-left: 25px;
}

h1 {
margin-top: 0;
margin-bottom: 10px;
margin-left: 0;
margin-right: 0;
font-size: 1.2em;
padding-bottom: 9px;
padding-top: 10px;
padding-left: 0;
padding-right: 0;
color: #515151;
font-weight: normal;
}

h2 {
font-size: .9em;
font-weight: bold;
padding-left: 0;
color: #515151;
margin: 0;
padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

h3 {
font-size: .9em;
font-weight: bold;
padding-left: 0px;
color: #d14013;
margin: 0;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}


a:link, a:visited {
text-decoration: none;
font-weight: bold;
color: #d14013;
}

a:hover {
text-decoration: none;
font-weight: bold;
color: #fdac00;
}

/********* LEFT MENU *********/
#left-menu {
position: absolute;
margin: 0px;
top: 77px;
left: 0;
width: 160px;
height: 300%;
padding-top: 0px;
font-weight: bold;
background-image: url(../files/left_panels/left_blue_panel.jpg);
background-repeat: repeat-y;
/*background-position: 0px 180px;*/
}

#left-menuHead {
text-align: right;
font-size: .75em;
color: #9FE047;
padding-right: 19px;
border-bottom: 2px #FFFFFF dotted;
margin-top: 20px;
margin-bottom: 10px;
}

#left-menu p {
color: #9FE047;
padding-bottom: 5px;
padding-top: 0px;
text-align: right;
padding-right: 19px;
font-size: .6em;
line-height: 1.30em;
}

#left-menutext {
color: #FFFFFF;
padding-bottom: 0px;
padding-top: 0px;
text-align: right;
padding-right: 19px;
font-size: .6em;
line-height: 1.30em;
}


#left-menu a:link, #left-menu a:visited {
color: #ffffff;
padding-right: 5px;
border-right: 2px #FFFFFF dotted;
}

#left-menu a:hover, #left-menu a.current {
color: #fdac00;
border-right: 2px #fdac00 dotted;
}

/* Styles for the pullquote on the right side. */

#right-column {
position: absolute;
top: 100px;
right: 0px;
width: 220px;
height: 250px;
font-size: .9em;
line-height: 1.6em;
background-color: #f6f6f6;
border-top: 3px #fdac00 dotted;
border-bottom: 3px #fdac00 dotted;
}

#right-column strong {
color: #d14013;
font-style: normal;
}

#right-column p {
padding-left: 10px;
padding-right: 5px;
padding-top: 180px;
}

/* Styles for the footer at the bottom of the page */

#footer {
text-align: left;
margin-bottom: 0;
padding-top: 0px;
padding-bottom: 8px;
font-size: .8em;
margin-top: 20px;
margin-left: 10px;
padding-right: 50px;
/*border-top: 2px #fdac00 dotted;*/
}

#footer a:link, #footer a:visited {
color: #d14013;
text-decoration: none
}

#footer a:hover {
text-decoration: none;
color: #fdac00;
}