/*morrisantiques.com global style sheet */

body {background-color: #CCCCCC;}

/*START: formatting for global mouseover text */
    a:link  {color:#000066; font-weight: bold; text-decoration:underline}
    a:visited {color:#000066; font-weight: bold; text-decoration:underline}
    a:active {color:#FF9900; font-weight: bold; text-decoration:none}
    a:hover {color:#FF9900; font-weight: bold; text-decoration:none}

/*START: formatting for text styles */
	.nav { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; color: #003366}
	.photodesc { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #003366}
	.lede_in { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color: #FF9900}
	.head_md { font-family: "Times New Roman", Times, serif; font-size: 18px; color: #003366}
	.head_lg { font-family: "Times New Roman", Times, serif; font-size: 22px; color: #003366}
	.body { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #003366}
	.footer { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #333333}
	.copyright {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #003366}

#slider {
	position:absolute;
	width:550px; /* Change this to your images width */
	height:369px; /* Change this to your images height */
	background:url(images/loading.gif) no-repeat 50% 50%;
}
#slider img {
    position:center;
    top:0px;
    left:0px;
    display:none;
}
#slider a {
    border:1;
    display:block;
}
.nivo-controlNav {
	position:absolute;
	left:260px;
	bottom:-42px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}
