* {
margin:0;
padding:0;
}

body {
font:.75em Verdana, Arial, Sans-Serif;
color:#272727;
line-height:1.8em;
background:#fff;
}

body
{
  margin: 0 auto;
  padding: 0;
  color: #262626;
  /*
  background-image: url('../images/bkgd.jpg');
  background-repeat: repeat-x;
  */
  background-color: #F5F5F5;
}

p {
line-height:1.6em;
margin:0 0 1.3em 0;
}

a {
color:#008080;
text-decoration:none;
background:inherit;
}

a:hover {
color:gray;
background:inherit;
}

ul {
 /* list-style:none;    scott */
}

li {
	margin-left:1em;
}

.subcat {
margin-left:1em;
}

h1,h2,h3, h4 {
font-weight:700;
margin:0 0 .8em;
}

h1,h2 {
color:#008080;
font-size:2em;
background:inherit;
}

h3{
color:#008080;
font-size:1.5em;
margin:1.2em 0 .5em;
}

h4{
color:#008080;
font-size:1.3em;
margin: 1.2em 0 0em;
}

h5{
color:#008080;
font-size:1.1em;
margin: 1.2em 0 0em;
}

#art-main
{
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  cursor:default;
}

/* --- background ramp --- */
#art-page-background-gradient
{
  position: absolute;
  background-image: url('../images/page_g.jpg');
  background-repeat: repeat-x;
  top: 0;
  width: 100%;
  height: 900px;
}

#art-page-background-simple-gradient
{
  position: absolute;
  background-image: url('../images/page_sg.jpg');
  background-repeat: repeat-x;
  top: 0;
  width: 100%;
  height: 900px;
}

.cleared
{
  float: none;
  clear: both;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1px;
}
/* end Page */

/* --- begin Box, Sheet --- */
.art-sheet
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  width: 1006px;
  min-width: 31px;
  min-height: 31px;
}

.art-sheet-body
{
  position: relative;
  z-index: 1;
  padding: 13px;
}

.art-sheet-tr, .art-sheet-tl, .art-sheet-br, .art-sheet-bl, .art-sheet-tc, .art-sheet-bc,.art-sheet-cr, .art-sheet-cl
{
  position: absolute;
  z-index: -1;
}

.art-sheet-tr, .art-sheet-tl, .art-sheet-br, .art-sheet-bl
{
  width: 58px;
  height: 58px;
  background-image: url('../images/sheet_s.png');
}

.art-sheet-tl
{
  top: 0;
  left: 0;
  clip: rect(auto, 29px, 29px, auto);
}

.art-sheet-tr
{
  top: 0;
  right: 0;
  clip: rect(auto, auto, 29px, 29px);
}

.art-sheet-bl
{
  bottom: 0;
  left: 0;
  clip: rect(29px, 29px, auto, auto);
}

.art-sheet-br
{
  bottom: 0;
  right: 0;
  clip: rect(29px, auto, auto, 29px);
}

.art-sheet-tc, .art-sheet-bc
{
  left: 29px;
  right: 29px;
  height: 58px;
  background-image: url('../images/sheet_h.png');
}

.art-sheet-tc
{
  top: 0;
  clip: rect(auto, auto, 29px, auto);
}

.art-sheet-bc
{
  bottom: 0;
  clip: rect(29px, auto, auto, auto);
}

.art-sheet-cr, .art-sheet-cl
{
  top: 29px;
  bottom: 29px;
  width: 58px;
  background-image: url('../images/sheet_v.png');
}

.art-sheet-cr
{
  right: 0;
  clip: rect(auto, auto, auto, 29px);
}

.art-sheet-cl
{
  left: 0;
  clip: rect(auto, 29px, auto, auto);
}

.art-sheet-cc
{
  position: absolute;
  z-index: -1;
  top: 29px;
  left: 29px;
  right: 29px;
  bottom: 29px;
  background-color: #F5F5F5;
}

.art-sheet
{
  margin-top: 30px !important;
  cursor:auto;
}

#art-page-background-simple-gradient, #art-page-background-gradient, #art-page-background-glare
{
  min-width: 1006px;
}
/* --- end Box, Sheet --- */

#wrapper {
width:980px;
/*
margin:0 auto 10px;
background:#fff;
padding:20px;
*/
}

#header {
height:244px;
/* background-image: url('../images/header.jpg'); */
}

#logo {
float:left;
color:gray;
line-height:25px;
padding-top:10px;
}

#logo h1 {
font-size:2.4em;
letter-spacing:-1px;
margin:30px 0 0;
}

#top {
float:right;
text-align:right;
width:70%;
}

#search {
float:left;
clear:both;
text-align:left;
border-top:1px solid #ccc;
margin:0;
padding:10px 0 0 0;
}

input {
vertical-align:middle;
padding:2px;
}

input.searchfield {
width:175px;
border:1px solid #ccc;
font-size:.9em;
padding:6px;
}

input.searchbutton {
border:0;
color:#fff;
font-weight:700;
font-size:.9em;
background:gray;
padding:6px;
}

#crumbs {
clear:both;
background:#eee;
margin:0 auto;
padding:3px;
}

#content {
padding:20px 0px;
}

#main {
width:543px;
float:left;
/* margin-top:10px; */
margin-bottom:40px;
padding: 14px;
}

#left_side {
background:#bfbfbf  url('../images/sidebar_g.png') top left no-repeat;
width:200px;
float:left;
}
.single1 {
width:100%;
float:left;
padding:0;	
}

#right_side {
width:200px;
float:left;
}

.single2 {
width:100%;
float:left;
padding:0 7px;
}

#footer {
clear:both;
margin-top:30px;
border-top:2px solid #eee;
text-align: center;
}

#main input[type=button] {
border:1px solid #ccc;
color:#000;
font-size:.8em;
line-height:1.5em;
cursor:pointer;
display:block;
float:left;
background:#f9f6f2;
margin:0 .1em;
padding:.2em .8em;
}

.strong {
font-weight:700;
}

.em {
font-style:italic;
}

.underline {
text-decoration:underline;
}

.del {
text-decoration:line-through;
}

fieldset {
border:1px solid #E4DF94;
color:#000;
background:#FFFBC0;
margin:0 0 8px;
padding:10px 8px;
}

/* Patch #19 - 1.7.1 - new panel division */
.adminpanel, .innerpanel { margin: 0 0 8px 0; color: #000; }
.adminpanel { padding: 10px 8px 10px 15px; border: 1px solid #ccc; background: #FFFBC0; }
.innerpanel { padding: 5px 8px 0px 8px; border: 1px solid #e0e0e0; background: #FFFBC0; }
.admintitle { font: bold 14px Arial; color: #a62300; margin-left: 0px; margin-bottom: 8px; }
.admintitle a { font-weight: normal; }
.message { margin-bottom: 8px; }
.warning, .message { text-align: center; color: #000; border: 1px solid #ccc; background: #FFFBC0; padding: 10px 8px 0px 8px; }
.spacelink { margin: 0px 0px 6px 0px; }

textarea {
width:97%;
height:20em;
padding:3px;
}

.comment {
color:gray;
border-top:1px solid #ccc;
background:#F5F6F6;
margin:0 0 10px;
padding:10px;
}

.commentsbox {
color:gray;
background:#f4f4f4;
margin:0 0 10px;
padding:10px;
}

.date {
border-top:1px solid #eee;
margin:0 0 20px;
}

.clearer {
clear:both;
margin:0 auto;
padding:1px 0 0;
}

/* for expandable title links on archive and sitemap pages */
.drop_title a {
font:bold 12px Arial;
}

.droplist_div {
width:95%;
border-bottom:1px solid #ccc;
padding:4px 0;
}

.subcatlist_div {
width:95%;
padding:0 0 0 15px;
}

/* --- added by scott for sidebar2 blocks --- */
#rnd_container {background: #efefef; margin:1px;}  
.rnd_top, .rnd_bottom {display:block; background:#efefef; font-size:1px;}
.rnd_b1, .rnd_b2, .rnd_b3, .rnd_b4 {display:block; overflow:hidden;}
.rnd_b1, .rnd_b2, .rnd_b3 {height:1px;}
.rnd_b2, .rnd_b3, .rnd_b4 {background:#FFFFFF; border-left:1px solid #CCCCCC; border-right:1px solid #CCCCCC;}
.rnd_b1 {margin:0 5px; background:#CCCCCC;}
.rnd_b2 {margin:0 3px; border-width:0 2px;}
.rnd_b3 {margin:0 2px;}
.rnd_b4 {height:2px; margin:0 1px;}

.rnd_content {
    display:block;
    border:0 solid #CCCCCC;
    border-width:0 1px;
    padding: 4px;
    background:#FFFFFF;
    color:#000000;
}

/* --- added by scott for top menu/tabs --- */
#tabsF {
	float:left;
	width:100%;
	height: 27px;
	background: url(../images/nav.png);  /* #efefef;   scott */
	line-height:normal;
	border-bottom:1px solid #666;
	font: bold 12px Arial, Helvetica, sans-serif;
}
#tabsF ul {
	margin:0;
	padding:2px 10px 0 10px;
	list-style:none;
}
#tabsF li {
	display:inline;
	margin:0;
	padding:0;
}
#tabsF a {
	float:left;
	background:url("../images/tableftF.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
}
#tabsF a span {
	float:left;
	display:block;
	background:url("../images/tabrightF.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#666;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsF a span {float:none;}
/* End IE5-Mac hack */
#tabsF a:hover span {
color:#FFF;
}
#tabsF a:hover {
	background-position:0% -42px;
}
#tabsF a:hover span {
	background-position:100% -42px;
}

#tabsF #current a {
	background-position:0% -42px;
}
#tabsF #current a span {
	background-position:100% -42px;
}

/* --- added for vertical menu --- */
#menu2 {
	width: 200px;  /* 200px;  scott */
	/* border-style: solid solid none solid; */
	/* border-color: #677D92; */
	/* border-size: 1px; */
	/* border-width: 1px; */
	margin: 0px;   /* 10px; scott */
	font: bold 12px Arial, Helvetica, sans-serif;
}

#menu2 ul {
	margin: 0; 
	padding: 0;
	list-style: none;
	margin-left: -10px;
}
#menu2 li {
	margin-left:1em;
}

#menu2 li a {
	height: 24px;
	text-decoration: none;
	border-bottom: 1px solid #999; /*added scott */
}

#menu2 li a:link, #menu2 li a:visited {
	color: #283A50;  /* fff; scott */
	display: block;
	background: url(../images/menu2.gif);
	padding: 8px 0 0 10px;
}

#menu2 li a:hover, #menu2 li #current {
	color: #fff;
	background: url(../images/menu2.gif) 0 -32px;
	padding: 8px 0 0 10px;
}

#menu2 li a:active {
	color: #fff;
	background: url(../images/menu2.gif) 0 -64px;
	padding: 8px 0 0 10px;
}

/* added for News page by SE */
.news-hd {
	background: #efefef; 
	border-top: 1px solid #ccc; 
	border-bottom: 1px solid #ccc; 
	margin-bottom: 5px;"
}
.news-hr {
	border-bottom: 1px solid rgb(204, 204, 204); 
	margin-top: 5px; 
	margin-bottom: 5px;
}
.news-dt {
	background: #666; 
	border-style: double; 
	padding: 3px; 
	font-weight: bold; 
	color: #fff;
}

.news-box-dk{background-color: rgb(238, 238, 238); 
	border: 1px solid rgb(204, 204, 204); 
	margin-top: 5px; 
	padding: 5px; 
	font-size: 10px; 
	line-height: 11px;">
}

.news-box-lt{background-color: #fafafa; 
	border: 1px solid rgb(204, 204, 204); 
	margin-top: 5px; 
	padding: 5px; 
	font-size: 10px; 
	line-height: 11px;">
}