@charset "utf-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-color: #436957;
	margin: 0;
	padding: 0;
	color: #000;
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px; 
}
h1 {
	font-size: 1.4em;
}
td {
	padding-left: 10px;
	padding-right: 10px;
}
.container .content .content_history table tr td {
	font-size: 0.8em;
}

a img { 
	border: none;
	float: left;
}


a:link {
	color: #FFFFFF;
	text-decoration: underline; 
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}


.container {
	width: 960px;
	background-color: #FFF;
	margin: 0 auto; 
}
.container .footer img   {
	float: right;
}


.header {
	background-image: url(../_images/tres_dias_south_hudson_header_small.png);
	font-size: 2em;
	font-style: italic;
	font-weight: bold;
	padding-top: 10px;
}

.sidebar1 {
	float: left;
	width: 130px;
	padding-bottom: 10px;
	clear: both;
}

.content {
	padding: 10px 10px;
	width: 780px;
	float: left;
}

/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}
.content1 {
	height: auto;
	width: 370px;
	clear: none;
	margin-right: 8px;
	margin-left: 8px;
	float: left;
	padding-top: 8px;
}
.content_full {
	height: auto;
	width: 770px;
	clear: none;
	margin-right: 8px;
	margin-left: 8px;
	float: left;
}
.content2 {
	height: auto;
	width: 378px;
	float: right;
	margin-right: 8px;
	margin-left: 8px;
	clear: right;
}


ul.nav {
	list-style: none; 
/*	border-top: 1px solid #666; */
}
ul.nav li {
/*	border-bottom: 1px solid #666; */
}
ul.nav a, ul.nav a:visited { 
	padding: 5px 5px 5px 5px;
	display: block; 
	width: 120px;  
	text-decoration: none;
	background-color: #4E687E;
	color: #FFF;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { 
	background-color: #999900;
	color: #FFF;
}
a#here {
    border-left-color: #fff;
    background-color: transparent;
    color: #0074A5;
}
.container .content .content2 .FilesTable {
	margin-left: 15px;
	margin-right: 15px;
}
.container .footer p {
	font-size: 0.8em;
	color: #FFF;
}
.container .content_history table {
	text-align: center;

}

.footer {
	padding: 10px 0;
	background-color: #4E687E;
	position: relative;
	clear: both; 
}


.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.container .content p a  {
	color: #00F;
}
.container .content2 a  {
	color: #00F;
}
.container .sidebar1 .nav li a:visited {
	color: #CCC;
}
