/* CSS Document */
td img {display: block; border: none;}

body {
	background-color:#6F7394;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	cursor:default;
	padding:0;
	margin:0; 
}

#newContainer {
	display:block;
	width:780px;
	margin:0 auto 0 auto;
}

#homeContainer {
	display:block;
	width:780px;
	height:1930px;
	margin:0 auto 0 auto;
}

.caption {
	color: navy;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: 900;
	font-size:0.8em;
}

.subCaption {
	color:navy;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size:0.6em;
	line-height:200%;
}

.bodyText {
	color: navy;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:500;
	font-style:normal;
	font-size:0.8em;
}

a span{display: none}


.homeButtonCurrent {
	display:block;
	width:65px;
	height:23px;
	background-image:url("images/home-current.jpg"); 
	background-position:top left;
	background-repeat:no-repeat;
}

.abstractsButtonCurrent {
	display:block;
	width:176px;
	height:23px;
	background-image:url("images/abstracts-current.jpg"); 
	background-position:top left;
	background-repeat:no-repeat;
}

.profileButtonCurrent {
	display:block;
	width:145px;
	height:23px;
	background-image:url("images/all-c_r2_c9.jpg");  
	background-position:top left;
	background-repeat:no-repeat;
}


.homeButton {
	display:block;
	width:65px;
	height:23px;
	background-image:url("images/home-roll.jpg"); 
	background-position:top left;
	background-repeat:no-repeat;
}

a.homeButton:link {
	display:block;
	width:65px;
	height:23px;
	background-image:url("images/florals-nd4c_r2_c2.jpg"); 
	background-position:top left;
	background-repeat:no-repeat;
}

a.homeButton:visited {
	display:block;
	width:65px;
	height:23px;
	background-image:url("images/florals-nd4c_r2_c2.jpg"); 
	background-position:top left;
	background-repeat:no-repeat;
}
	
a.homeButton:hover, a.homeButton:visited:hover {
	cursor:pointer;
	background-image:none;
}

a.homeButton:active {
	cursor:pointer;
	background-image:none;
}

.floralsCurrent {
	display:block;
	width:87px;
	height:23px;
	background-image:url("images/florals-current.jpg");
	background-position:top left;
	background-repeat:no-repeat;
}

.floralsButton {
	display:block;
	width:70px;
	height:23px;
	background-image:url("images/florals-roll.jpg"); /* florals-def_r2_c2 */
	background-position:top left;
	background-repeat:no-repeat;
}


a.floralsButton:link {
	display:block;
	width:70px;
	height:23px;
	background-image:url("images/florals-def_r2_c2.jpg"); 
	background-position:top left;
	background-repeat:no-repeat;
}

a.floralsButton:visited {
	display:block;
	width:70px;
	height:23px;
	background-image:url("images/florals-def_r2_c2.jpg"); 
	background-position:top left;
	background-repeat:no-repeat;
}

a.floralsButton:hover, a.floralsButton:visited:hover {
	cursor:pointer;
	background-image: none;
}

a.floralsButton:active {
	cursor:pointer;
	background-image: none;
}


.abstractsCurrent {
	display:block;
	width:197px;
	height:23px;
	background-image:url("images/abstracts-current.jpg");
	background-position:top left;
	background-repeat:no-repeat;
}

.abstractsButton {
	display:block;
	width:176px;
	height:23px;
	background-image:url("images/abstracts-roll.jpg");  
	background-position:top left;
	background-repeat:no-repeat;
}

a.abstractsButton:link {
	display:block;
	width:176px;
	height:23px;
	background-image:url("images/florals-nd4c_r2_c6.jpg");
	background-position:top left;
	background-repeat:no-repeat;
}

a.abstractsButton:visited {
	cursor:pointer;
	display:block;
	width:176px;
	height:23px;
	background-image:url("images/florals-nd4c_r2_c6.jpg");
	background-position:top left;
	background-repeat:no-repeat; 
}

a.abstractsButton:hover,  a.abstractsButton:visited:hover{
	cursor:pointer;
	background-image: none;
}

a.abstractsButton:active {
	cursor:pointer;
	background-image: none;
}

.profileButton {
	display:block;
	width:145px;
	height:23px;
	background-image:url("images/profile-roll.jpg");  
	background-position:top left;
	background-repeat:no-repeat;
}



a.profileButton:link {
	cursor:pointer;
	display:block;
	width:145px;
	height:23px;
	background-image:url("images/florals-nd4c_r2_c8.jpg");  
	background-position:top left;
	background-repeat:no-repeat;
}


a.profileButton:visited {
	cursor:pointer;
	display:block;
	width:145px;
	height:23px;
	background-image:url("images/florals-nd4c_r2_c8.jpg"); 
	background-position:top left;
	background-repeat:no-repeat; 
}


a.profileButton:hover,  a.profileButton:visited:hover{
	cursor:pointer;
/*	display:block;
	width:145px;
	height:23px;*/
	background-image: none;
}

a.profileButton:active {
	cursor:pointer;
/*	display:block;
	width:145px;
	height:23px;*/
	background-image: none;
}

h5 {
	text-size:0.72em;
}

h6 {
	text-size:0.67em;
	font-weight:normal;
}

#thumbHeader {
	font-family:Arial, Helvetica, sans-serif;
	color:#000066;
	font-weight:bold;	
	font-size:0.85em;
	text-align:left;
	padding-top: -5px;
}

.thumbBlurb {
	font-family:Arial, Helvetica, sans-serif;
	color:#000066;
	font-size:0.85em;
	font-weight:normal;
}

a.borderless img{border:none}

.goodHover {
	cursor:pointer;
}



#popmenu2 {
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	color:#000066;
	font-weight:bold;
	font-size:12px;
	text-align:left;
	margin: 0 0 0 10px;
	line-height:150%;
	z-index:2;
}

#popmenu2 a:link, #popmenu2 a:visited{
	color:#000066;
	text-decoration:none;
}

#popmenu2 a:link:hover, #popmenu2 a:visited:hover{
	color:#0033CC;
	text-decoration:none;
}




/* for florals page */

.menuBar {
	color:#996633;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: 900;
	font-size:0.8em;
	/*margin-top: 10px;*/
}

.menuBar ul {
	color:#996633;
}

.menuBar ul li{
	color:#996633;
	list-style: none;
	display:inline;
	margin: 0 30px 0 0; 
}

.menuBar ul li a{
	color:#996633;
	text-decoration:none;
	cursor:pointer;
}

.menuBar ul li a:link{
	color:#996633;
	text-decoration:none;
}

.menuBar ul li a:link:hover, .menuBar ul li a:visited:hover{
	color:#CC9900;
	text-decoration:none;
}

.subHeader {
	color:#000066;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: 900;
	font-size:0.75em;
	text-decoration: underline;
}