/* Roman Castelford Online Exhbition Stylesheet */

* html .visualIEFloatFix { height: 0.01%; }

a img {
	border: none;
}

body {
	background-image: url(images/main_bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: center;
}

#page_wrapper {
	width: 746px;
	margin: 15px auto;
	text-align: left;
}

/* Header Styles */
#header {
	padding: 0px 20px;
}

#logo {
	margin-top: 0px;
	padding: 0px;
}

#access_text {
	margin-bottom: 20px;
}

#access_text a {
	color: #000000;
}

#main_site_link {
	float: right;
	margin-top: 5px;
	clear: right;
	background-image: url(images/arrow_orange.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 20px;
}

#main_site_link a {
	font-weight: bold;
}

/* Nav Styles */
#nav {
	margin: 10px 0px;
	border: 1px solid #E9E9E9;
	background-image: url(images/nav_bg.gif);
	background-position: top left;
	background-repat: repeat-x;
	height: 32px;
}

#nav ul {
	list-style: none;
	padding: 0px;
	margin: 0px 5px;
}

#nav ul li {
	float: left;
	padding: 0px;
	color: #666666;
}

#nav ul li a {
	line-height: 32px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin: 0px 7px 0px 5px;
}

#nav ul li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* Content Styles */
#content {
	border-top: 1px solid #E9E9E9;
	border-right: 1px solid #E9E9E9;
	border-left: 1px solid #E9E9E9;
	border-bottom: none;
	background-color: #FFFFFF;
	background-image: url(images/content_bg.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 20px;
	min-height: 400px;
	margin-bottom: 0px;
	text-align: left;
}

* html #content {
	height: 0.01%
}

#content_nopad {
	border-top: 1px solid #E9E9E9;
	border-right: 1px solid #E9E9E9;
	border-left: 1px solid #E9E9E9;
	border-bottom: none;
	background-color: #FFFFFF;
	background-image: url(images/content_bg.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	min-height: 400px;
	margin-bottom: 0px;
	text-align: left;
}

* html #content_nopad  {
	height: 0.01%
}

.grey_rule {
	background-color: #ACACAC;
	color: #ACACAC;
	height: 1px;
	border-color: #ACACAC;
	border: 1px;
	margin: 10px 0px;
}

#right_images {
	float: right;
	width: 140px;
	padding-top: 50px;
	padding-right: 20px;
}

#gal_sub_head {
	background-image: url(../images/side_nav_arrow.gif);
	background-repeat: no-repeat;
	background-position: -8px;
	color: #3398CC;
	font-weight: bold;
	font-size: 1.2em;
	padding-left: 10px;
	line-height: 30px;
}

.inline_img {
	color: #066994;
	font-weight: bold;
	font-style: italic;
	height: 128px;
	margin-top: 10px;
}

.inline_img a {
	font-weight: normal;
	font-style: normal;
	color: #066994;
}

.gal_link_txt {
	margin-top: 15px;
	background-image: url(images/arrow_orange.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 20px;
	font-weight: bold;
}

.content_list {
	list-style-image: url(../images/side_nav_arrow.gif);
	margin-bottom: 25px;
}

.content_list li {
	margin-bottom: 5px;
}

.quote {
	font-style: italic;
}

/*-------Side Nav-------*/
#side_nav {
	float: left;
	width: 175px;	
	text-align: left;
}

#side_nav .title {
	background-image: url(images/mag_glass.gif);
	background-position: 142px 3px;
	background-repeat: no-repeat;
	line-height: 25px;
}

#side_nav p {
	padding: 0px 0px 5px 5px;
	border-bottom: 1px dashed #DEDEDE;
	margin-bottom: 0;
}

#side_nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#side_nav ul li {
	line-height: 30px;
	border-bottom: 1px dashed #DEDEDE;
	padding: 0px 0px 0px 15px;
	background-image: url(images/side_nav_arrow.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#side_nav li.active {
	line-height: 30px;
	border-bottom: 1px dashed #DEDEDE;
	padding: 0px 0px 0px 18px;
	background-image: url(images/side_nav_arrow_active.gif);
	background-repeat: no-repeat;
	background-position: left;
	background-color: #EAF4FA;
	font-weight: bold;
}

#side_nav ul li a {
	color: #000000;
	text-decoration: none;
}

#side_nav ul li a:hover {
	text-decoration: underline;
}

/* Images */
.small_image {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='images/image_bg_sml.png');
	background-position: top left;
	background-repeat: no-repeat;
	padding: 6px 0px 0px 6px;
	width: 127px;
	height: 128px;
}

.small_image a { 
	position: relative;
	z-index: 10;
}

.small_image[class] {
	background-image: url(images/image_bg_sml.png);
}

.large_image {
	background-image: url(images/image_bg_lge.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 7px 0px 0px 7px;
	width: 258px;
	height: 182px;
}

.sticky_tape {
	position: relative;
	top: -255pt;
	left: 10pt;
	float: right;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/sticky_tape.png');
	background-position: top right;
	background-repeat: no-repeat;
	z-index: 1;
	width: 82px;
	height: 62px;
}

.sticky_tape[class] {
	background-image: url(images/sticky_tape.png);
}

/*-------Footer--------*/
#bottom_divider {
	clear: both;
	height: 32px;
	width: 746px;
	margin: 0px;
	background-image: url(images/bottom_div.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#footer {
	font-size: 0.9em;
	text-align: center;
	background-image: url(images/bottom_div.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin-top: 0px;
	padding-top: 5px;
}

#footer ul {
	list-style: none;
	margin: 5px auto;
}

#footer li {
	display: inline;
	margin: 0px 5px;
}

#footer .footer_divider {
	margin: 15px 0px 0px;
	height: 1px;
	background-image: url(../images/footer_divider.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding: 0px;
}

#label {
	margin: 10px 2px;
	clear: both;
}


