html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Times, Verdana, "Lucida Grande", Tahoma, Helvetica;
	font-size: 13px;
	line-height: 1.5em;
	background:  #d0d0d0 url("img/background.jpg") top center repeat-y;   
	color: #525252; #777777;   
}
img {
	border: none;	
}
body {
}
h2
{
	font-weight: bold;
	font-size: 1.5em;
}
html>body .container {}

#container { 
	display:  block;
	position: relative;
	min-height: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: auto;  
	background: #fff;
	width:  659px;  
	margin:  0 auto 0 auto;    
	left: 50%;
	margin-left: -328px;
}
div#header {
	position: relative;
	padding: 10px 0 0 0;
	height: 94px;
	width: 659px;
	background: transparent;
}

#header h1, #header h2, #header h3 {
	text-align: right;
	padding: 0;
	margin: 0;
}
#header h1 {
	font-size: 140%;
	padding-top: 8px;
	margin-top: 4px;
}

div#masthead_container {
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
}
#masthead {
	display: block;
	margin: 0 auto 0 auto;
	text-align: center;
	z-index: 0;   
}
.content { 
	background: #fff;
	position: absolute;
	z-index: 66px;
	top: 125px;
	left: 0;
	height: 100%;
}

div.push, div.push_narrow {
	position: relative;
	width: 485px; 653px;
    margin: 0;
	vertical-align: top;    
	background: #fff;
	border: 3px solid #fff;
	border-bottom: none;
	xoverflow: hidden;
} 

div.push div.block, div.push_narrow div.block {
	position: relative;
	width: 400px;
	padding: 10px 46px 0 46px;
	xoverflow: hidden;
}

div.push div.cap, div.push_narrow div.cap { display: none; }
div.push div.foot, div.push_narrow div.foot { display: none; }
div.push div.body, div.push_narrow div.body { 
	margin: 0;
	padding: 0;
}


/***** NAVIGATION *****/
#nav {
	font-family: Verdana, "Lucida Grande", Tahoma, Helvetica;
	line-height: 1em;
	position: absolute;        
	top: 92px;
	left: 0px;
	background: #5b7291;
	border: 0;
	z-index: 9;        
	width: 656px;   
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
} 

#nav, #nav ul {
	list-style: none;  
	margin: 0;
	padding: 1px 0 0px 1px;	  
	line-height: 1;
}

#nav ul li {
	float: left; 
	border-right: none;
} 
#nav ul li.last {
}
#nav ul li ul {
	position: absolute;
	background: #fff;
	width: 10em;
	left: -999em;   
} 
#nav ul li ul li {
	background: #d0d0d0;
	display:  block;  
	float:  none;
	border: none;
	border-bottom: 1px solid #fff;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}   
#nav a {
	font-size: 11px;	
	display:  block;
	text-decoration:  none;    
	color:  #fff;
	background-color: transparent; 	
	text-transform: uppercase; 
	letter-spacing: 0.10em;	
	padding: 3px 6px 3px 6px;
} 
#nav ul li ul li a {
	padding: 3px 6px 3px 10px;
}
#nav a:hover {
	color:  #000;
	display: block; 
}
#nav  ul li a#here {
	color: #000;
	font-weight:  normal;
} 
#nav  ul li a#here:hover {
	color: #000;
	font-weight: normal;
}
#nav div.cap {
	margin:0;
	padding: 0;  
	display: none;
}  
#nav div.foot {
	margin:0;
	padding: 0;  
	display: none;
}
/* END NAVIGATION */
/* SIDEBAR ONE */
.sidebar {
	margin: 0 0 0 0;
	position: relative;
	width: 160px;
	height: auto;
	z-index: 3;
	float: right;
	clear: both; 
	padding: 0 0 0 6px;
	background: transparent;
	order-left: 1px solid #d0d0d0;    
}
div.sidebar div.cap {
	margin: 0;
	padding: 0;
	display: none;
}
div.sidebar div.foot {
	margin: 0;
	padding: 0;
    display: none;
}
div.sidebar div.body {
	top: auto;
	bottom: auto;
	width: 160px;
	height: auto;
	z-index: 12;
	border: 0;
	margin: 0;
	padding: 3px 0 3px 0;
    background: transparent;
	
}
.titlebar {
	margin: 0 2px 0 -2px;
	padding: 2px auto 2px 36px;
	padding-left: 7px;
	olor: #000;
	text-decoration: none;
	font-size: 110%;
	ext-align: center;
	text-transform: lowercase;
	font-variant: small-caps;
	line-height:  1.5;
	font-weight:  normal;
	text-align: left;
	background: #3b4f62; #fff ; url("img/title_bar.gif") top left no-repeat; 
	color: #fff;
}
.titlebar a {
	text-decoration: none;
	color: #5b7291;
} 

ul.link_box {
	margin: 0;
	padding: 0;
	list-style-type: none;   
	border: none; 
}
ul.link_box li {
	border-bottom: 1px solid #fff;
	margin: 0;
}
ul.link_box li a {  
	display: block;
	font-size:  12px;
	color: #5b7291;
	text-decoration: none; 
	margin: 0 2px 0 -2px;
	padding: 3px 5px 3px 5px;
	background-color: transparent; 
	font-style: italic;
}
ul.link_box li a:hover {
	background-color: #5b7291;
	color: #fff; 
	cursor: pointer;
}
ul.link_box li a strong {
	font-weight: normal;
	font-style: normal;
}
div.content ul.link_box {
	list-style-type: none;   
	border: none; 
}

div.content ul.link_box li {
}

div.content ul.link_box li a {
	color: #414141;
	text-decoration: none; 
	background-color: transparent; 
}

div.content ul.link_box li a:hover {
	background-color: transparent;
	color: #141f2f; 
	cursor: pointer;
	text-decoration: underline;
}

ul.gallery_box {
	margin: 0;
	padding: 0;
	padding-left: 25px;
	padding-bottom: 0px;
	list-style-type: none; 
	display: block;
}
ul.gallery_box li {
	padding: 6px 0 0 0;
}
/* END SIDEBAR ONE */
/* SIDEBAR TWO */
.sidebar2 {
	margin: 50px 0 0 0;
	position: relative;
	width: 160px;
	height: auto;
	z-index: 3;
	float: right;
	clear: both;
	padding: 0 0px 0px 6px;  
	background:  transparent;
}
.sidebar2 div.cap {
	margin:  0;
	padding: 0;
	display: none;   
}
.sidebar2 div.foot {
	margin:  0;
	padding: 0;
	display: none;
}
.sidesub2 {
	top: auto;
	bottom: auto;
	width: 160px;
	height: auto;
	z-index: 12;
	background: transparent;
	border: 0;
	margin: 0;
	padding: 3px 0 3px 0;    
}
#sidesublogin {
	background-color: transparent;
	text-align: right;   
}

#sidesublogin a {
	text-align: right;
	padding: 0 8px 4px 0;
	color: #000;
	text-decoration: none;
	display: block;
	background-color: transparent;
	font-weight: normal;
	font-size: 11px;
}
#sidesublogin a:hover {
	text-decoration: underline;
}
#sidesubhome { 
}
div.sidebar2 div#sidesubhome a {
	display: block; 
	color: transparent;
}
.sidesub2 .titlebar {
	ext-align: center;
}

ul.button_box {
	margin: 0;
	padding: 0;
	list-style: none; 
	border: none; 
}
ul.button_box li {
	border-bottom: 1px solid #fff;
	margin: 0;
}
ul.button_box li:hover {
	color: #555;
}
ul.button_box li a {
	color: #5b7291;
	text-decoration: none;
	display: block;
	margin: 0 2px 0 -2px;
	padding: 3px 5px 3px 5px; 
	background-color: transparent;
	font-weight:  normal; 
	font-size:  13px; 
}
ul.button_box li a:hover {
	background-color: #5b7291;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	font-weight: normal;
}
/* END SIDEBAR TWO */
/* LOGIN FORM */
div.formrow {
	clear: both;
	padding-top: 2px;
	text-align: center;  
	color:  #5b7291;
}  
div.formrow a {  
	color:  #5b7291;
}     
div.formrow a:hover {  
	color:  #5b7291;
}
div.formrow span.formlabel {
	float: left;
	width: 90px;
	text-align: right;
	background-color: transparent;
}
div.formrow span.formn {
	text-align: left;
	display: block;
	padding-left: 120px;
}
div.formrow span.formlabeli {
	/* "i" at the end is for italic */
	float: left;
	width: 64px;
	text-align: right;
	padding-top: 8px;
	background-color: transparent;
	font-size:  10px;
}
div.formrow span.formi {
	float: right;
	width: 90px;
	text-align: left;
}     
#login_links {    
	position: relative;
	text-align: left;
	background: transparent; 
	margin: 0 0 0 0px;
	padding: 0;
}
.input {
	background-color: #fff;
	border: 1px inset ThreeDFace;
	border-right-color: grey;
	border-bottom-color: grey;
	float: left;
	width: 94px;   
}
#loginclam {
	display: none;
	background-color: transparent;
}
#loginclam div.formrow span.formlabeli {
	font-style: italic;
	font-size: smaller;
}
a.loginlink {
	font-size: smaller;
	text-decoration: none;
	color: #32353d;
}
a.loginlink:hover {
	font-size: smaller;
	text-decoration: underline;
	color:	#32353d;
}
form {
	margin: 0;
	padding: 0;
}
.smallsavebutton {
	float: left;
	background-color: #e0e1e2;
	color: #32353d;
	border: 1px solid #84868b;
	margin-right: 6px;
	margin-left: 6px;
	font-size:80%;
}
.smallsavebutton:hover {
	background-color: #adaeb1;
	color: #32353d;
}
/* END LOGIN FORM */

/* GALLERY */
div.push div.gallery, div.push_narrow div.gallery {
	text-align: center;
	background: #fff;
	width: 436px;
	margin: 0px 0 10px 0;
	padding: 0;
}
div.push div.gallery ul, div.push_narrow div.gallery ul {
	margin: 0;
	padding: .3em;	
	border: 1px solid #d0d0d0; 
	height: inherit;
	float: left;
	width: 436px;
}
div.push div.gallery ul li, div.push_narrow div.gallery ul li {
	list-style-type: none;
	float: left;
	background: #eee;
	border: 1px solid #d0d0d0; 
	margin: .3em;
}
div.push div.gallery ul li a, div.push_narrow div.gallery ul li a {
	display: block;
	margin: 3px 3px 8px 3px;
}
div.push div.gallery img, div.push_narrow div.gallery img {
	border: 1px solid #fff; 
}

div.floater {
	margin: 0 auto 0 auto; 
    border: 20px solid #d0d0d0;
	border-bottom: 4px solid #d0d0d0;
	border-top: 4px solid #d0d0d0;
	background-color: #d0d0d0;
}
/* changed from div.floater span.caption to this: */
div.gallery span.caption
{
	padding-top: 2px;
	font-size: 14px;
	display: block;
	text-align: center;
	background-color: #d0d0d0;
}    
div.floater span.caption {
	padding-top: 2px;
	font-size: 14px;
	display: block;
	text-align: center;
	background-color: #d0d0d0;
}
div.floater span.close_me {
	background: #d0d0d0;
	padding-top: 1px;
	padding-bottom: 1px; 
	margin-left: -16px;
	font-size: 14px;  
	display: block;   
	text-align: left;
}
.rubricDiv { 
	position:  absolute; 
	z-index:  9000;
}   
#popup {    
	z-index:  5000;
}
table.floater {  
    
    width: 600px;
    background: #fff;
    border-top: 6px solid #ddd; 
	border-right: 6px solid #ddd; 
	border-bottom: 6px solid #ccc; 
	border-left: 6px solid #ccc; 

    border-collapse: collapse;
    border-spacing: 0;
    text-align: left; 
	font-size: 11px;
}
table.floater tr {

}
table.floater tr td, table.floater tr th {
    padding: 2px;
    border-top: 1px solid #ccc; 
}  
table.floater tr th { 
	text-align: right;
	border-right: 1px solid #ccc; 
}
/* END GALLERY */


div#portal_link {
	display: block;
	position: absolute;
	top: 111px;
	right: 12px; 
	z-index: 500;   
}
div#portal_link a {
	color: #5b7291;
	text-decoration: none;
    text-transform: lowercase;
    font-variant: small-caps;
} 
div#portal_link a:hover {
	text-decoration: underline;
} 
div#header h2 {
	display: none;
}
div#header a {
	display: none;
}
div#powered {   
	display:  block;
	text-align: center; 
	width:  655px;
	background: #fff;
	margin: 0;
	padding: 0;
	border: 2px solid #fff;
	border-top: none;
}
div#powered img { 
	margin: 30px auto 20px 0px;
}
#image_div {
	display:  block;
}   
.clear {
	clear: both;
}

#user_login {
	width: 84px;
}
#user_password {
	width: 84px;
}
.draft {
	background: #efefef;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}
.hidden {
	display: none;
}
#draft_warning {
	position: absolute;
	color: #fff;
	background: #990000;
	padding: 8px;
	font-weight: bold;
	z-index: 10000;
	text-align: center;
	top: 0px;
	left: 0px;
	width: 100%;
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);	
}
#draft_warning a {
	color: #fff;
}

table.directory {
	border: 1px solid #cecece;
	margin: 2px;
}
table.directory tr th {
	font-size: 16px;
	background: #eee;
}
.even_row {
	background: #fff;
}
.odd_row {
	background: #eee;
}
table.side_calendar {
	background: #fff;
	width: 158px;
	margin: 1px 2px 0 -2px;
}


div.content embed {
	width: 396px !important;
	height: auto;
}

div.content iframe {
	width: 396px !important;
	xheight: auto;
}
div.content object {
	width: 396px !important;
	height: auto;
}



/* NEW STUFF TO HANLDE EDIT IN PLACE */
div.sidebar div.comment, div.sidebar2 div.comment {
	padding: 0 35px 6px 35px !important;
	font-size: 10px;
	line-height: normal;
}
div.push div.comment, div.push_narrow div.comment {
	font-size: 12px;
	padding: 0 10px 6px 10px;
}
div.push div.image div.body, div.push_narrow div.image div.body {
	overflow: hidden;
}
div.sidebar ul.rss_feed h3, div.sidebar2 ul.rss_feed h3 {
	font-size: 12px;
	line-height: normal;
}
div.sidebar ul.rss_feed li div.story_summary, div.sidebar2 ul.rss_feed  li div.story_summary {
	display: none;
}
div.push ul.rss_feed li div.story_summary, div.push_narrow ul.rss_feed  li div.story_summary {
	display: block;
}
div.sidebar ul.rss_feed li {
	line-height: 1em;
	padding: 0px 4px;
}
div.sidebar2 ul.rss_feed li {
	line-height: 1em;
	xpadding: 0px 36px;
}
div.embed_obj {
	overflow: hidden;
	padding: 4px !important;
}

div.sidebar embed {
	width: 152px !important;
	height: auto;
}
div.sidebar2 embed {
	width: 152px !important;
	height: auto;
}
div.sidebar iframe {
	width: 152px !important;
	height: auto;
}
div.sidebar2 iframe {
	width: 152px !important;
	height: auto;
}
div.sidebar object {
	width: 152px !important;
	height: auto;
}
div.sidebar2 object {
	width: 152px !important;
	height: auto;
}
div.sidebar div.image div.body img {
	max-width: 152px !important;
	height: auto;
}
div.sidebar2 div.image div.body img {
	max-width: 152px !important;
	height: auto;
}
div.push div.image div.body img {
	max-width: 100% !important;
	height: auto;
}
 div.push_narrow div.image div.body img {
	max-width: 100% !important;
	height: auto;
}
div.sidebar div.embed_desc {
	font-size: 10px;
	line-height: normal;
}
div.sidebar2 div.embed_desc {
	font-size: 10px;
	line-height: normal;
}
div.sidebar div.weblink div.body {
	line-height: normal;
}
div.sidebar2 div.weblink div.body {
	line-height: normal;
}
div.sidebar div.weblink div.cap, div.sidebar2 div.weblink div.cap {
	height: 0;
}
div.sidebar div.weblink div.foot, div.sidebar2 div.weblink div.foot {
	height: 0;
}

div.sidebar div.binaryfile div.body {
	line-height: normal;
}
div.sidebar2 div.binaryfile div.body {
	line-height: normal !important;
}
div.sidebar div.binaryfile div.cap, div.sidebar2 div.binaryfile div.cap {
	height: 0;
}
div.sidebar div.binaryfile div.foot, div.sidebar2 div.binaryfile div.foot {
	height: 0;
}

div.sidebar div.calendaritem div.body, div.sidebar2 div.calendaritem div.body {
	line-height: normal !important;
}

div.sidebar div.calendar div.body, div.sidebar2 div.calendar div.body {
	margin-bottom: 4px;
	line-height: normal !important;
}

div.sidebar div.imagelist div.body {
	line-height: normal !important;
}
div.sidebar2 div.imagelist div.body {
	line-height: normal;
}

div.sidebar div.webobject div.body {
	line-height: normal !important;
}
div.sidebar2 div.webobject div.body {
	line-height: normal;
}

div.sidebar div.binaryfilelist div.body {
	line-height: normal !important;
}
div.sidebar2 div.binaryfilelist div.body {
	line-height: normal;
}

div.sidebar div.weblinklist div.body {
	line-height: normal !important;
}
div.sidebar2 div.weblinklist div.body {
	line-height: normal;
}

div.sidebar div.rssfeed div.body {
	line-height: normal !important;
}
div.sidebar2 div.rssfeed div.body {
	line-height: normal;
}
div.sidebar div.embeddedmap div.body, div.sidebar2 div.embeddedmap div.body {
	line-height: normal;
}
div.sidebar div.embeddedvideo div.body, div.sidebar2 div.embeddedvideo div.body {
	line-height: normal;
}
div.sidebar div.contentblock div.body, div.sidebar2 div.contentblock div.body {
	line-height: normal;
}
div.sidebar div.image div.body {
	line-height: normal;
}
div.sidebar2 div.image div.body {
	line-height: normal;
}
div.sidebar2 div.block, div.sidebar div.block {
	/* each individual contentblock gets this style */
	margin: 4px 0 8px 0;
}
div.drop_zone {
	xborder: 2px dotted #B4B4B4 !important;
}
div.push h2.headline, div.push_narrow h2.headline {
	font-size: 18px;
	font-weight: normal;   
	margin: 0;
	padding: 0;  
	display: block;
	color: #555555;

}	
div.sidebar h2.headline, div.sidebar2 h2.headline {
	margin: 0 2px 0 -2px;
	padding: 2px auto 2px 36px;
	padding-left: 7px;
	text-decoration: none;
	font-size: 110%;
	text-transform: lowercase;
	font-variant: small-caps;
	line-height:  1.5;
	font-weight:  normal;
	text-align: left;
	background: #3B4F62; #002857;
	color: #fff;
}

div.sidebar div.gallery ul, div.sidebar2 div.gallery ul {
	margin: .3em;
	padding: .3em;	
	height:inherit;
	float: left;  
}
div.sidebar div.gallery ul li, div.sidebar2 div.gallery ul li {
	list-style-type: none;
	float: left;
	padding: .3em;
	margin: .3em;   
}   
div.sidebar div.gallery ul li a, div.sidebar2 div.gallery ul li a {
	display: block;
}
div.sidebar div.gallery img, div.sidebar2 div.gallery img {
	-moz-box-shadow: 4px 4px 4px #B4B4B4;
	-webkit-box-shadow: 4px 4px 4px #B4B4B4;
}

div.sidebar div.active_edit_side, div.sidebar2 div.active_edit_side {
	float: right;
}

div.active_edit {
	min-width: 680px !important;
	position: relative !important;
	z-index: 1001 !important;
}