/*::::::::::::::::::::::::*/
/* Table Styles */
TABLE
{
    FONT-SIZE: 13px;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
}
table#maintable {
	border-top-width: 1px;
	border-top-style: solid;
	border-right-width: 1px;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
}
td#bottom {
	background-image: url(/images/bottom.gif);
	color: 8C2828;
}
td#top2 {
	background-image: url(/images/top3.gif);
	height: 35px;
}
td#menubar {
	background-image: url(/images/b_background.gif);
	height: 21px;
}
TABLE#bg
{
    BACKGROUND: #666
}
TR#table-title
{
    BACKGROUND: #b1b48b;
	font-size: 13px;
	font-weight: bold;
	color: #000000;	
}
TABLE TR#alt1
{
    BACKGROUND: #dcdcb3
}
TABLE TR#alt2
{
    BACKGROUND: #e8e8ca
}

/*::::::::::::::::::::::::*/
/* Form Styles */
form			
{
margin: 0 
}
.formfields
{
    FONT-SIZE: 12px;
    FONT-FAMILY: Arial, Helvetica, sans-serif
}
TABLE#form
{
    FONT-SIZE: 12px;
    FONT-FAMILY: Arial, Helvetica, sans-serif
}
.error
{
    FONT-SIZE: 10px;
    COLOR: red;
    FONT-FAMILY: Verdana
}

/*::::::::::::::::::::::::*/
/* Links */
A:link
{
    COLOR: #333366;
    FONT-FAMILY: Arial, Helvetica, sans-serif
}
A:visited
{
    COLOR: #333366;
    FONT-FAMILY: Arial, Helvetica, sans-serif
}
A:hover
{
    COLOR: #8C2828;
    FONT-FAMILY: Arial, Helvetica, sans-serif
}
.pagelinks
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: #333366;
    FONT-FAMILY: Arial, Helvetica, sans-serif
}
.pagelinks A:link
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: #333366;
    FONT-FAMILY: Arial, Helvetica, sans-serif
}
.pagelinks A:visited
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: #333366;
    FONT-FAMILY: Arial, Helvetica, sans-serif
}
.pagelinks A:hover
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: #660000;
    FONT-FAMILY: Arial, Helvetica, sans-serif
}
/*sectionmenu*/
.sectionmenu 
{
	font-size: 11px;
	color: #8C2C23;
	font-weight: normal;
	PADDING-LEFT: 10px;
	MARGIN-LEFT: 10px;
	TEXT-INDENT: 0px;
	LIST-STYLE-IMAGE: url(/images/bullet-dot.gif);
	line-height: 16px;
}
.sectionmenu A:link
{
	color: #8C2C23;
	text-decoration: none;
}
.sectionmenu A:visited
{
	color: #8C2C23;
	text-decoration: none;
}
.sectionmenu A:hover
{
	color: #8C2C23;
	text-decoration: underline;
}

/* --- subsection menu ------------------------------------------------- */


#subsectionmenu {
	margin: 0 0 20px 0;
	padding: 0;
	border-top: solid 1px #A09E8C;
	width: 250px;
}

#subsectionmenu ul {
	margin: 0;
	padding: 0;
	border: 0;
}

#subsectionmenu ul li {
	list-style: none;
	float: none;
	clear: both;
	padding: 0;
}

#subsectionmenu ul li div {
	font-size: 9pt;
	background-color: transparent; 		
}

#subsectionmenu ul li div a {
	display: block;
	padding: 1px 2px 2px 2px;
	color: #8C2C23;
	text-decoration: none;
	background-color: transparent; 		
	border-bottom: solid 1px #9E9C8A;
}

#subsectionmenu ul li div a:hover {
	color: white;
	background-color: #333;
	background-image: none;
	border-right: none;
	border-bottom: solid 1px #333;
}
/* --- End subsectionmenu ------------------------------------------------- */

/*articlemenu*/
.articlemenu 
{
	font-size: 11px;
	color: #8C2C23;
	font-weight: normal;
	line-height: 16px;
}
.articlemenu A:link
{
	color: #8C2C23;
	text-decoration: none;
}
.articlemenu A:visited
{
	color: #8C2C23;
	text-decoration: none;
}
.articlemenu A:hover
{
	color: #8C2C23;
	text-decoration: underline;
}
/*sitemap-menu*/
.sitemap-menu 
{
	font-size: 13px;
	color: #8C2C23;
	font-weight: normal;
	PADDING-LEFT: 10px;
	MARGIN-LEFT: 10px;
	TEXT-INDENT: 0px;
}
.sitemap-menu A:link
{
	color: #8C2C23;
	text-decoration: none;
}
.sitemap-menu A:visited
{
	color: #8C2C23;
	text-decoration: none;
}
.sitemap-menu A:hover
{
	color: #8C2C23;
	text-decoration: underline;
}
/*sitemap-title*/
.sitemap-title 
{
	font-size: 13px;
	color: #333;
	font-weight: bold;
	background-image: url(/images/bg-lt-tan.gif);
	padding: 2px 12px 2px 6px;
	text-decoration: none;

}
.sitemap-title A:link
{
	text-decoration: none;
	color: #333;
}
.sitemap-title A:visited
{
	text-decoration: none;
	color: #333;
}
.sitemap-title A:hover
{
	text-decoration: underline;
	color: #333;
}


/*::::::::::::::::::::::::*/
/* Heading Styles */
H1
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 16px;
    MARGIN-TOP: 1.25em;
	PADDING-BOTTOM: 2px;
	BORDER-BOTTOM: 1PX SOLID BLACK;
    COLOR: #333333;
    FONT-FAMILY: Arial, Helvetica, sans-serif
}
H2
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 14px;
    COLOR: #333333;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
	MARGIN-TOP: 0;
	MARGIN-BOTTOM: 0;
}
H3
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 16px;
    MARGIN-TOP: 1.25em;
	PADDING-BOTTOM: 2px;
    COLOR: #333333;
    FONT-FAMILY: Arial, Helvetica, sans-serif
}
.redtitle
{
	FONT-WEIGHT: bold;
	FONT-SIZE: 16px;
	COLOR: #8C2828;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.redtitle A:link
{
	FONT-WEIGHT: bold;
	FONT-SIZE: 16px;
	COLOR: #8C2828;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.redtitle A:visited
{
	FONT-WEIGHT: bold;
	FONT-SIZE: 16px;
	COLOR: #8C2828;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.redtitle A:hover
{
	FONT-WEIGHT: bold;
	FONT-SIZE: 16px;
	COLOR: #8C2828;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.subtitle1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #8C2828;
}

/*::::::::::::::::::::::::*/
/* Font Styles - Throughout Site */
.bodytext-bold
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 13px;
    FONT-FAMILY: Arial, Helvetica, sans-serif
}
/* For bg on guide pages subtitles */
.bodytext-bold-bg 
{
	FONT-WEIGHT: bold;
	FONT-SIZE: 13px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	background-image: url(/images/bg-lt-tan.gif);
	padding: 2px 12px 2px 6px;
}
.med-bold-gray
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
	COLOR: #666666
}
.med
{
    FONT-SIZE: 12px;
    FONT-FAMILY: Arial, Helvetica, sans-serif
}
.med-gray
{
	font-size: 11px;
	color: #666;
}
.med-bold
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    FONT-FAMILY: Arial, Helvetica, sans-serif
}
/* Used for highlight text on class schedule etc. */
.med-bold-red
{
    FONT-WEIGHT: bold;
	COLOR: red;
    FONT-SIZE: 12px;
    FONT-FAMILY: Arial, Helvetica, sans-serif
}
.white-bold 
{
	font-size: 11px;
	font-weight: bold;
	color: #FAFAFA;
}
.smalltext
{
    FONT-SIZE: 10px;
    FONT-FAMILY: Arial, Helvetica, sans-serif
}
.smalltext-bold
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10px;
    FONT-FAMILY: Arial, Helvetica, sans-serif
}
.smallbutton		
{
	font-family: Arial,Verdana,Helvetica,Sans-Serif; 
	font-size: 10px; 
	font-weight: bold; 
	color: Black; 
}
.mini
{
    FONT-SIZE: 9px;
    FONT-FAMILY: Arial, Helvetica, sans-serif
}
.bullets
{
    PADDING-LEFT: 2em;
    LIST-STYLE-IMAGE: url(/images/bullet1.gif);
    MARGIN-LEFT: 2px;
    TEXT-INDENT: 0em
}

/*::::::::::::::::::::::::*/
/* Font Styles etc. - Special */
.submenu-title
{
	font-size: 11.5px;
	font-weight: bold;
	color: #FFF;
	padding-left: 16px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #ADAB9C;
}
.submenu-online-store-title
{
	text-decoration: none;
	font-size: 15px;
	color: #FFF;
	font-weight: bold;
	margin-top: 25px;
	margin-left: 22px;
}
.submenu-online-store-title A:link
{
	text-decoration: none;
	color: #FFF;
}
.submenu-online-store-title A:visited
{
	text-decoration: none;
	color: #FFF;
}
.submenu-online-store-title A:hover
{
	text-decoration: none;
	color: #FFF;
}
.submenu-online-store-bg
{
	background-image: url(/images/h_home.gif);
	background-repeat: no-repeat;
	height: 33px;
	width: 144px;
}P.bg-subtitle1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #8C2828;
	padding: 2px 12px 2px 6px;
    BACKGROUND: #EBECD5;
}
.report1
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 13px;
    COLOR: #660000;
    FONT-FAMILY: Arial, Helvetica, sans-serif
}
.scientific
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 12px;
    COLOR: #333333;
    FONT-STYLE: italic;
    FONT-FAMILY: Arial, Helvetica, sans-serif
}
.speciestitle
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 13px;
    FONT-FAMILY: Arial, Helvetica, sans-serif
}
.call {
	font-family: Garamond, Georgia, "Times New Roman", Times, Serif;
	font-size: 18px;
	font-weight: bold;
	color: #8C2828;
}
/* E-Commerce, photo popup top graphic */
td#popup-top2 {
	height: 35px;
	background-image: url(/images/top2-pop.gif);
	background-position: left;
	background-repeat: no-repeat;
}
