body { 
  margin:0px 10px 10px 10px; 
  background: #000000 url("/Images/SoprisLogo_fish3.jpg") top right no-repeat; 
  font-family: arial; 
  font-size: 12px; 
}

H1 {font-size:2em}  
H2 {font-size:1.5em}  
H3 {font-size:1.25em}  
H4 {font-size:1em}  

INPUT, SELECT, TH, TD {font-size: 1em}

#banner {
  height: 65px;
}

#logo {
  position: absolute;
  top: 5px;
  left: 0px;
  z-index: -1;
}

#previewBanner {
  background: #ffffff;
  color: red;
  font-size: 1.5em;
  font-weight: bold;
}

#xNavBar {
  height: 32px;
}

#xNoTabSpacer {
  width: 20px;
  border-style: none;
  float: right;
} 

#xActiveTab {
	float: right;
	background:#fff url(/Images/left-side.png) repeat-y left top;
}

#xInactiveTab {
	float: right;
}

.top, .top-xActiveTab {
    height:30px;
    background:url(/Images/top-left.png) no-repeat left top;
}

.top span, .top-xActiveTab span {
	display:block;
	position:relative;
	height:30px;
	background:url(/Images/top-right.png) no-repeat right top;
}

.top-xInactiveTab {
    background:url(/Images/top-left-inactive-tab.png) no-repeat left top;
}

.top-xInactiveTab span {
	display:block;
	position:relative;
	height:30px;
	background:url(/Images/top-right-inactive-tab.png) no-repeat right top;
}

.top-content2 {
	width:100%;
    height:30px;
    background:url(/Images/top-left-content2.png) no-repeat left top;
}

.top-content2 span {
	display:block;
	position:relative;
	height:30px;
	background:url(/Images/top-right-content2.png) no-repeat right top;
}

.bottom {
	height:35px;
	background:url(/Images/bottom-left.png) no-repeat left bottom;
}

.bottom span {
	display:block;
	position:relative;
	height:35px;
	background:url(/Images/bottom-right.png) no-repeat right bottom;
}

.bottom-xActiveTab {
	height:31px;
	background:url(/Images/bottom-left-tab.png) no-repeat left bottom;
	margin-top: -12px;
	
}

.bottom-xActiveTab span {
	display:block;
	height:31px;
	background:url(/Images/bottom-right-tab.png) no-repeat right bottom;
}

.bottom-xActiveTab b {
	display:none;
}

.bottom-xInactiveTab {
	height:29px;
	background:url(/Images/bottom-left-inactive-tab.png) no-repeat left bottom;
	margin-top: -10px;
}

.bottom-xInactiveTab span {
	display:block;
	height:29px;
	background:url(/Images/bottom-right-inactive-tab.png) no-repeat right bottom;
}

.bottom-xInactiveTab b {
	display:none;
}


.bottom-content2 {
	height:27px;
	background:url(/Images/bottom-left-content2.png) no-repeat left bottom;
}

.bottom-content2 span {
	display:block;
	position:relative;
	height:27px;
	background:url(/Images/bottom-right-content2.png) no-repeat right bottom;
}

.content-xInactiveTab {
	padding:13px 23px 5px 23px;
	margin-top: 0px;
	display:block;
	position:relative;
	background:url(/Images/top-right-inactive-tab.png) no-repeat right top;
	line-height: 1;
}

.content-xActiveTab {
	padding:13px 23px 5px 23px;
	margin-top: 0px;
	display:block;
	position:relative;
	background:url(/Images/top-right.png) no-repeat right top;
	line-height: 1;
}

#container {
  width:100%;
}

#navBar {
	width:180px;
	float: left;
	background:#fff url(/Images/left-side.png) repeat-y left top;
}

#TopNav-round {
	width:100%;
	height: 33px;
}

#activeTab {
	background:#fff url(/Images/active-arrow.gif) no-repeat center right;
	padding-right: 5px;
}

#inactiveTab {
	padding-right: 5px;
}

.mainContent {
	background:#fff url(/Images/left-side.png) repeat-y left top;
	margin-left: 190px;
}

.content {
	background:url(/Images/right-side.png) repeat-y right top;
	padding:5px 15px 7px 30px;
	margin-top: -10px;
}

.content2 {
	float: right;
	background:#fff url(/Images/left-side-content2.png) repeat-y left top;
	border-bottom: 0px solid #ffffff;
	width:375px;
}

.content2-content {
	background:#729a66 url(/Images/right-side-content2.png) repeat-y right top;
	padding:0px 20px 25px 12px;
	margin-top: -13px;
	margin-left: 15px;
	margin-bottom: -3px;
}

#footer {
  width: 100%;
  width:expression(document.body.clientWidth > 1200? "1200px": "auto" );
}

#editLink {
  float: right;
}

#editLink form {
  display: inline;
}

#blogBox {
  width:400px;
  padding: 0px;
  float: right;
}

#content2Container {
  width:375px;
  padding: 0px 0px 0px 10px;
  float: right;
  margin-right: 10px;
}

#content2Header {
  text-align: right;
  font-weight: bold;
}

img {padding:5px}
img.logo {padding:0px}

a {text-decoration: none;}

a:link {color: #006633; font-weight: bold}
a:visited {color: #006633; font-weight: bold}
a:hover {color: #000000; font-weight: bold}
a:active {color: #000000; font-weight: bold}




