@charset "utf-8";
body {
	background-color: #000;
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Tahoma, Geneva, Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 1.4em;
	font-weight: 400;
}
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-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
}
h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: normal;
	font-weight: 700;
	font-size: 21px;
}
h3 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
}
a img { 
	border: none;
}
a:link {
	color: #000;
	text-decoration: underline;
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}
.container {
	width: 960px;
	background-color: #FFFFFF;
	margin: 0 auto;
}
header {
	padding-top: 10px;
		
}
header hr.black {
	color: #000;
	background-color: #000;
	height: 8px;	
}
header hr.blackNarrow {
	color: #000;
	background-color: #000;
	height: 3px;	
}
header object {
	padding-left: 30px;
}

.sidebar1 {
	float: left;
	width: 145px;
	background-color: #FFF;
	padding-bottom: 10px;
	padding-left: 30px;
}
.content {
	padding: 10px 0;
	width: 575px;
	float: left;
}
.sidebar2 {
	float: right;
	width: 205px;
	background-color: #FFF;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}
ul.nav {
	list-style: none;
	text-indent: 7px;
}
ul.nav li {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: normal;
	font-weight: 800;
	font-size: 18px;
	letter-spacing: 1px;
	color: #000;
}
ul.nav a, ul.nav a:visited {
	padding: 15px 5px 0px 10px;
	display: block;
	width: 150px;
	height: 40px;
	text-decoration: none;
	background-image: url(../images/divider.png);
	background-repeat: no-repeat;
	background-position: right;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	background-image: url(../images/divider_active.png);
	background-repeat: no-repeat;
	background-position: right;
}
.jigsaw {
	float: left;
	width: 280px;
}
footer {
	padding: 10px 0;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
}
footer .thin {
	color: #000;
	background-color: #000;
	height: 1px;
}
footer .blackNarrow {
	color: #000;
	background-color: #000;
	height: 3px;
}
footer .black {
	color: #000;
	background-color: #000;
	height: 8px;
}
footer address {
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
/* ~~ Miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the .container) if the .footer is removed or taken out of the .container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/*Global styles*/
.section-header {
	position:absolute;
	text-indent: -9999px;
}
