.quote1  { color: blue; font-size: 16px; font-family: serif; 
			font-style: italic; font-weight: normal; text-align: left; 
			text-indent: 3%; margin: 0 10px }
.quote {color: #005796}			
.info  { color: black; font-size: 18px; font-family: serif; font-style: italic; font-weight: normal; text-align: left; text-indent: 0; margin: 20px }
.info1  { color: white; font-size: 16px; font-family: serif; font-style: italic; font-weight: normal; text-align: left; text-indent: 0; margin: 20px }

.view_note { color: #800000; font-size: 14px; font-style: italic; text-decoration: underline }
.note1 { font-size: 14px; font-style: italic; text-align: left; margin-left: 30px }
.client  { font-size: 18px; font-style: italic; text-align: center; margin: 100px }
.client1 { font-size: 18px; font-style: italic; text-align: center; margin: 50px }
.quote2  { color: blue; font-size: 16px; font-family: serif; font-style: italic; font-weight: normal; text-align: left; text-indent: 0; margin: 0 60px }
.info2    { color:black; font-size: 16px; font-family: serif; font-style: italic; font-weight: normal; text-align: left; text-indent: 0; margin: 30px;   }


#home_photoReflections    { visibility: visible; position: absolute; top: 16px; left: 200px; width: 325px; height: 40px; visiblity: visible   }
#creative     { visibility: visible; position: absolute; top: 58px; left: 350px; width: 480px; height: 26px; visiblity: visible     }

#flower     { visibility: visible; position: absolute; top: 10px; left: 10px; width: 140; height: 140px; visiblity: visible     }

.title {visibility: visible; position: absolute; top: 140px; left: 25px; width: 300px; height: 20px; color:white; z-index: 3;
		color: white; font-size: 14px; font-family: arial, Helvetica, sans-serif; font-style: italic; font-weight: normal; text-align: left; text-indent: 0; margin: 20px; }


#infoPane   { background-color: #ececec; visibility: visible; position: absolute; top: 185px; left: 38px; width: 890px; height: 456px;
				 border: solid 1px; visiblity: visible; border-color: #57001A; padding:0px; overflow: auto } 


.chromestyle  {position:absolute; top:100px; left:150px; background-color:silver;
 font:bold 10px Verdana; }

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 1px solid gray;
width: 100%;
background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid gray;
}

.chromestyle ul li a:hover{
background: url(global_images/chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " v";
//content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid gray; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 10px Verdana;
line-height:12px;
z-index:100;
background-color: silver;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid gray; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}