

.scroll-track{
 height:10px;
 width:7px;
 background-image: url('/images/slider_bg.gif');
 background-repeat: repeat-y

}

.scroll-handle{
 border: 0px;
 height:10px;
 width:7px;
 background:#d4cac3;
 cursor:pointer;
}

.scroll-innerBox p {
	margin-right: 4px;
}

.image-attachment-description {
	height: 50px;
}

.actions a {
	font-size: 14px;
	color: #fff;
	background: #71635d;
	line-height: 14px;
	padding: 5px;
}

.actions a:hover {

	color: #71635d;
	background: #fff;

}

div#page-content {
	height:300px; 
	overflow:hidden
}

div#page-content h2 {
	font-size: 1.25em;
}

div#page-content-aside {
	height:315px; 
	overflow:hidden
	width: 170px;
	/* display: none; */

}

.delete { color: red }


#left-column {
  padding-right: 20px;  
  border-right: 1px solid #a7a4a3;
  padding-left: 20px;
	margin-top: 19px;  
	margin-bottom: 19px;    
  height: 379px;
	float: left;
	width: 114px;  
}

#mid-column {
  padding-left: 12px;
  padding-top: 0px;	 
	margin-top: 17px;  
	margin-bottom: 19px;  
  padding-right: 10px;
  width: 160px;
  border-right: 1px solid #a7a4a3;	
  height: 379px;
 	float: left;
}

#mid-column h1 {
	height: 39px;
	line-height: 16px;
	/* margin-top: 17px; */
	padding: 0px;
	margin: 0px;
	font-size: 1.4em;
	
	text-transform: uppercase;
}


div#right-column {
  margin-top: 17px; 

	padding-left: 18px;
	float:left;
}

div#right-inner {
	padding-left: 8px;
	width: 398px;
}

div#tides {
	width: 409px;
	height: 49px;
	text-align: right;
	
}

div#box {
	margin: 0 auto;
	text-align: left;
	margin-top: 50px;
	
	height: 417px;	
	width: 789px;	
	background: #fff url(../images/frame.gif) no-repeat;
}

div#templogo {
	margin: 0 auto;
	text-align: left;
	margin-top: 50px;
	
	height: 417px;	
	width: 789px;	
	background: #fff url(../images/frame.gif) no-repeat;
}

div#container {
	align: center;
	text-align: center;
	width: 100%;
	margin: 0;
}

div#footer {
	width: 790px;
	margin: 0 auto;
  padding-top: 3px;
	font-size: 10px;
}

div#footer-left {
	float: left;
}

div#footer-right {
	float: right;
}

img { border: 0; }


h2 {
     font-family: 'Times New Roman';
     font-size: 18px;
     letter-spacing: -.04em;
     line-height: 1em;
     /* border-bottom: 1px solid #EEEEEE; margin: 0; */
}

h1 {
     font-family: 'Times New Roman';
     font-size: 22px;
     letter-spacing: -.04em;
     line-height: 1em;
     /* border-bottom: 1px solid #EEEEEE; margin: 0; */
}

body {
	width: 100%;  
	/* margin: 0 auto 20px; */
	margin: auto;
	font: 0.80em "Times New Roman", Arial, sans-serif;  line-height: 0.95em; 

	letter-spacing: -.020em;
	background: #fff url(../images/tile.gif) repeat;
	color: #71635d;
}

h1, h2, h3 {
	font-weight: normal;
     font-family: 'Times New Roman';
     letter-spacing: -.04em;
     line-height: 1em;	
}

h1 {margin: 20px 0 10px; font-size: 22px; line-height: 30px;}
h1 {height: 30px;}
/* h2 {margin: 15px 0 10px; font-size: 18px; line-height: 18px;} */
h3 {margin: 10px 0 5px;  font-size: 16px; line-height: 16px;}
h4 {margin: 10px 0 5px;  font-size: 14px; line-height: 14px;}
h5 {margin: 10px 0 5px;  font-size: 12px; line-height: 12px;}
h6 {margin: 10px 0 5px;  font-size: 10px; line-height: 10px;}

/*
li {
	margin-left: 20px;
}
*/
ul {
	  list-style: none;
}

.vertical a {
	display: block;
}

.vertical a:hover {
	color: #71635d;
}

.grey {
  color: #71635d;
}

.vertical {
	padding-top:10px;
	padding-bottom: 20px;
}

.content a {
	/* border-bottom: 1px dotted #ccc; */
	border-bottom: 1px solid white;
}

a {
	color: #71635d;
	text-decoration: none; 
}
.content a:hover {
  border-bottom: 1px dotted #71635d; 
	/* background: #f2f2f2; */
}
h1 a, h2 a, h3 a {border: none; background: none;}

input.text, input.string, input.email-address, input.password, input.search, input.integer, input.float, textarea {
	border-top:1px solid #7c7c7c;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-bottom:1px solid #ddd;
	background: #fff url(../images/fieldbg.gif) repeat-x top;
	font-size: 1.1em; line-height: 1.3em;
}

input.file_upload {
	border: 1px dotted #666;
}

.button {
	padding: 6px 10px;
	border: none;
    width: auto;
	font-size: 11px; font-weight: bold;
}
.button:hover {cursor: pointer;}
.actions {zoom: 1; overflow: hidden; font-size: 11px;}

.flash {
	margin: 0 40px 10px; padding: 10px 30px; border-width: 2px 0;
	color: white;
}
.flash.notice {background: #92ab6e;}
.flash.error {background: #BC1C3D;}
.section.with-flash { padding-top: 20px; }

/* rails error message */
.error-messages {
	background: #BC1C3D;
	border: 1px solid #900024;
	padding: 15px 30px;
	color: white;
	margin-bottom: 20px;
}
.error-messages h2 {
	color: white; margin-top: 0; padding-bottom: 0; font-size: 16px;
}
.error-messages li {margin-left: 20px; list-style: square;}

.field-with-errors input, .field-with-errors textarea, .field-with-errors select {border: 2px solid #BC1C3D;}

#ajax-progress {
	padding: 8px 20px 8px 40px;
	border: 1px solid #444;
	color: #cfc; background: black url(../images/spinner.gif) no-repeat 10px 8px;
	font-size: 13px; font-weight: bold;
}

.article {margin: 20px 0; border-top: 1px dotted #ccc;}

.field-list th {width: 120px;}
.field-list td {width: auto;}

.content-header, .content-body, .content-footer {margin: 0 45px 15px; padding: 0;}
.content-header {padding: 5px 0;} 
.content-body {padding: 15px 0;}
.content-footer {padding-bottom: 20px;}
width: 398px;
.page-header {position: relative; margin-top: 25px; padding: 20px 0 0;}
.page-header h1 {
	margin: 0; padding: 0 30px 30px; 
	/* font-family: "Arial Black", Tahoma, Arial, sans-serif; font-size: 36px; letter-spacing: -1.5pt; */
     font-family: 'Times New Roman';
     font-size: 22px;
     letter-spacing: -.04em;
     line-height: 1em;	
	
}
.page-header ul {zoom: 1; overflow: hidden;}
.page-header li {float: left; margin-left: 0; list-style: none;}

.page-header .navigation a, 
.page-header .navigation a:hover,
.page-header h1 a, 
.page-header h1 a:hover
 {border: none; color: white; background: none;}

.page-header div.search {
	position: absolute; top: 10px; right: 5px;
	padding: 6px 30px 8px 15px; 
}
.page-header div.search label {
	padding-right: 10px; 
	font: bold 9px Arial, sans-serif; text-transform: uppercase; letter-spacing: 1.0pt;
}
.page-header div.search input {
	font-size: 10px;
}
#search-results-panel {
	position: absolute; top: 35px; right: 25px; z-index: 50;
	width: 350px; height: 500px; overflow: auto; 
	padding: 0 20px 20px; border: 1px solid #ddd;
	color: black; background: #f2f2f2;
}
#search-results-panel .card.linkable a {color: black;}
#search-spinner {position: absolute; top: 6px; right: 7px;}

.main-nav {padding: 0; }
.main-nav li {
	margin-right: 0px;
	margin-left: 0px;  	
}
.page-header .main-nav a {
	display: block;
	padding: 5px 15px 7px;
	font-size: 13px; font-weight: bold;
}

.solid {
	background-color: #f8f8f8;
	border: 2px solid #888;
	padding: 15px;	
  margin-top: 10px;
	margin-bottom: 20px;
	font-family: Arial, sans-serif; 
}

table.solid {
	position:absolute;
	left: 300px;
	top: 180px;
		
}

ul.account-nav {
	padding-left: 0px;
} 

ul.account-nav li {
	padding-left: 0px;
} 

.main-nav div {
	text-indent: -9000px;
  /*Add behavior for IE - good browsers will ignore it */
  behavior: url('iefixes.htc'); 	
  /******/
  cursor: pointer;
 	border: 0px;
	padding: 0px;
	margin: 0px;
}

.main-nav div a:hover {
	border-bottom: : 0px;
}

.main-nav {
  
}

.main-nav div a div {
	line-height: 8px;
	width: 115px;
}

.main-nav div {
	margin: 0px;
	margin-bottom: 2px;
	-margin-bottom: 1px;	
	border: 0px;
	padding: 0px;
	line-height: 8px;
	width: 115px;
		
}

.solid a {
	line-height: 20px;
	border-bottom: 1px solid white;
}

.solid a:hover {
	border-bottom: 1px dotted  #888;
}

.main-nav a {
	border: 0px;
	padding: 0px;
	margin: 0px;
	
}



.logo {
	position: relative;
	top: 63px;
	text-indent: 0px;
}

#controls {
	position:absolute;
	left: 15px;
	top: 250px;
}

#account-nav {
	position:absolute;
	left: 15px;
	top: 100px;	
}

.page-content { 
	width: 400px; 
	height: 300px;
}

.page-position { 
	width: 30px; 
	
}

#main-image {
/*
	-position: relative;
	-left: 340px;
	-top: -420px;
*/
	
	
}

#page-content-aside {}





