body  {
	font: 75% Verdana, "Lucida Grande", Arial, sans-serif;
	color: #ABABAB;
	background-color: #767676;
	margin: 20px;
	padding: 0;
	text-align: center;
	background-image: url(../images/background4.gif);
	background-repeat: repeat-x;
}

.menubar {
	margin-left: 20px;
	margin-right: 20px;	
	padding: 11px 0 0 0;
}

input.inp {
	background-color:#BBBBBB;
	color:#333333; 
	border:thin; border-style: solid; 
	border-color:#777777; 
	border-right-color:#DDDDDD; 
	border-bottom-color:#DDDDDD;
	font-size:.9em; 
	font-family:"Lucida Grande", Arial, Helvetica, sans-serif;
	margin-left: 8px;
}


input:hover.btn {
	color:#FFFFFF; 
}

a {
    text-decoration: none;
}

a.small_link {
	font-size:.9em; 
	font-family:"Lucida Grande", Arial, Helvetica, sans-serif;
    color: #ABABAB;
    text-decoration: none;
    border-bottom: 1px dotted;
}

a:hover.small_link {
    text-decoration: none;
    color: #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

a.mi { /* menu item */
	padding-right: 10px;
}

#footer {
	width:950px; /* must be the same width as #container */
	margin: 9px auto 0 auto;
	padding: 0px;
	text-align: left;
}

#footer_left {
	color:#262626;
	float:left;
	font-size: 1.0em;
}

#footer_right {
	color:#262626;
	float:right;
	font-size: 1.0em;
}
.small_txt {
	font-size: 0.9em;
}
.med_txt {
	color:#949494;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

.lrg_txt {
	color:#CCCCCC;
	font: 1.7em Georgia, "Times New Roman", serif;
	margin-top: .9em;
	margin-bottom: 0;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clearboth {
	clear: both;
}

img.page_title {margin-top: 25px}

a.hd1_link {
	font: italic 1em Georgia, Times, Serif;
    color: #DDDDDD;
    text-decoration: none;
    border-bottom: 1px solid #656565;
}

a:hover.hd1_link {
    text-decoration: none;
    color: #EEEEEE;
	border-bottom: 1px solid #CCCCCC;
}

p.para {
	color: #BBBBBB;
	font: 1.1em/1.6 Georgia, "Lucida Bright", "Times New Roman", serif;
	margin-top: 1.2em;
	margin-bottom: 0;
}

a.para {
	color: #BBBBBB;
	font: 1em Georgia, "Lucida Bright", "Times New Roman", serif;
    text-decoration: none;
    border-bottom: 1px solid #656565;
}

a:hover.para {
    text-decoration: none;
    color: #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

p.hd1 {
	color: #DDDDDD;
	font: italic 1.5em Georgia, Times, Serif;
	padding: 0 0 0 0;
}

p.hd2 {
	color: #DDDDDD;
	font: 1.2em Georgia, Times, Serif;
	padding: 22px 0 0 0;
}

p.med {
	color: #BBBBBB;
	font: 1.2em Georgia, Times, Serif;
	padding: 0 0 0 0;
}

p.ScreenTitle {
	color: #BBBBBB;
	font: italic 1.5em/1.6em Georgia, Times, Serif;
	padding: 18px 0 .3em 0;
}

p.ScreenTitle2 {
	color: #BBBBBB;
	font: italic 1.5em/1.6em Georgia, Times, Serif;
	padding: 0 0 0 0;
}

p.qte {
	color: #969696;
	font: italic 1.1em/1.5em Georgia, Times, Serif;
	padding: 0 0 .3em 0;
}

p.hdr {
	color: #D6D6D6;
	font: 1.1em "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.57em;
	margin: 1.6em 0 1.1em 0;
	padding: 0 0 0 0;
}

p.CollectionTitle {
	color: #878787;
	font: 1em "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.57em;
	margin: 1em 0 0 0;
	padding: 0 0 0 0;
}

p.PageTitle {
	color: #929292;
	font: 1.75em Georgia, Verdana, Arial, Helvetica, sans-serif;
	line-height: 1em;
	margin: 1em 0 0em 0;
	padding: 0 0 0 0;
}

p.author {
	color: #9F9F9F;
	line-height: 1.57em;
	margin: 0em 0 0 0;
	padding: 0 0 0 0;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

div.info {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

/* drop shadow support */
html>body .outerpair1 {
background: url(../images/upperrightfade.png) right top no-repeat;
} 

html>body .outerpair2 {
background: url(../images/lowerleftfade.png) left bottom no-repeat;
padding-top: 8px;
padding-left: 8px;
}

html>body .shadowbox {
background: url(../images/shadow.png) bottom right;
}

html>body .innerbox {
position: relative;
left: -8px;
top: -8px;
}

.innerbox:hover {
/* border: 5px solid white; */
position: relative;
left: -8px;
top: -8px;
}

.imgtn {
border: 5px solid red;
}

.imgtn:hover {
border: 5px solid blue;
}

.shadowbox img {
border: 0px solid #fff;
vertical-align: bottom;
}

.thumbnailborder:hover img{
border: 4px solid #fff;
}

.thumbnailborder:hover{ /* addresses IE 6 bug */
color: #333333;
border: 0px ;
}

.floatimage {
float: left; /* Floating causes this box to shrinkwrap around sized content elements. */
/*margin: 130px 0 0 450px;*/
margin: 0 0 0 0;
display: inline; /* IE doubled margin bug is defeated via this fixer rule. */
}
/* drop shadow support */

input.btn {
	background-color:#666666; 
	color:#CCCCCC; 
	border:thin; 
	border-style:solid; 
	border-color:#888888; 
	border-right-color:#414141;
	border-bottom-color:#414141; 
	padding: 0px 2px 0px 2px; 
	margin-left: 5px;
	cursor: pointer;
	cursor: hand; 
	font-size:.9em; 
	font-family:"Lucida Grande", Arial, Helvetica, sans-serif;
}


input.btn:hover {
	background-color:#777777;
}

a.btn_prev {
    background: transparent url('../images/prev-slide.gif') no-repeat scroll top right;
    float: left;
    height: 17px;
	width: 20px;
    margin-left: 5px;
}

a.btn_prev:hover {
	background-position: bottom left;
}

a.btn_next {
    background: transparent url('../images/next-slide.gif') no-repeat scroll top right;
    float: left;
    height: 17px;
	width: 20px;
    margin-left: 5px;
}

a.btn_next:hover {
	background-position: bottom left;
}

a.btn_slideshow {
    background: transparent url('../images/slideshow-slide.gif') no-repeat scroll top right;
    float: left;
    height: 17px;
	width: 20px;
    margin-left: 5px;
}

a.btn_slideshow:hover {
	background-position: bottom left;
}


