/*
    Light grey:     a7988e      167,152,142
    Medium grey:    463e40      70,62,64
    Dark grey:      231f20      35,31,32
*/
/*----------------------------------------------------------------------------MAIN-----*/
@charset "utf-8";
* {padding:0; margin:0;}
body {
    margin:0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #231f20;
	text-align: center;
	background: url(bkg.gif);
	background-repeat: repeat-x;
	background-color: #463e40;
}
#container {
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	width: 960px;
}
/*------------------------------------------------------------------------MASTHEAD-----*/
#masthead {
	position: relative;
	width: 960px;
	height: 95px;
	margin-top: 0;
}
#logo {
	position: relative;
	float: left;
	width: 200px;
	height: 56px;
	margin: 20px 0 0 0;
}
#logo img{
    border: 0;
}
.icon {
	position: relative;
	float: right;
	width: 17px;
	height: 12px;
	margin: 76px 4px 0 0;
}
/*--------------------------------------------------------------------------BANNER-----*/
#banner {
	position: relative;
	width: 960px;
	height: 304px;
	margin-top: 10px;
}
#primaryNav {
	float: left;
	width: 360px;
	height: 304px;
}
.primaryNavItem {
	width: 356px;
	height: 56px;
	margin-top: 4px;
}
#gallery {
	float: left;
	width: 600px;
	height: 304px;
}
.galleryItem {
	width: 600px;
	height: 296px;
	margin-top: 4px;
}
/*----------------------------------------------------------------------------MAIN-----*/
#main {
	width: 960px;
	margin-top: 4px;
	background: url(content-bkg.gif);
	background-repeat: repeat-y;
}
#secondaryNav {
	float: left;
	width: 356px;
	height: auto;
	margin-right: 4px;
}
#secondaryNavItem {
	width: 276px;
	margin: 10px 40px 40px 40px;
}
#content {
	float: left;
	width: 600px;
	height: auto;
}
#square {
	float: left;
	width: 15px;
	height: 15px;
	background-color: #463e40;
	margin: 20px 0 0 10px;
}
.sectionName {
	width: 356px;
	margin-top: 10px;
}
#contentItem {
	width: 520px;
	margin: 10px 40px 40px 40px;
}
#article {
	width: 520px;
	margin: 23px 40px 40px 40px;
}
.clear {
	clear: both;
}
/*--------------------------------------------------------------------------FOOTER-----*/
#footer {
	position:relative;
	width: 520px;
	margin: 20px 40px 40px 400px;
}
/*-----------------------------------------------------------------TEXT PROPERTIES-----*/
p {
    font-size: 11px;
	font-weight: normal;
	margin: 0 0 6px 0;
}
p.title {
    font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 20px;
}
p.light {
    font-size: 11px;
	font-weight: normal;
	margin: 0 0 6px 0;
    color: #a7988e;
}
p.readOn {
    float: right;
    font-size: 10px;
    text-align: right;
    margin: 20px 0 20px 0;
}
p.readOnLight {
    float: right;
    font-size: 10px;
    text-align: right;
    color: #a7988e;
    margin-top: 20px;
}
p.small {
    font-size: 10px;
}
p.textLink {
    font-size: 10px;
}
a:link, a:visited {
    text-decoration: none;
	font-weight: bold;
    color: #231f20;
}
a:hover, a:active {
    text-decoration: none;
	font-weight: bold;
    color: #463e40;
}
.readOnLight a:link, .readOnLight a:visited {
    text-decoration: none;
	font-weight: bold;
    color: #a7988e;
}
.readOnLight a:hover, .readOnLight a:active {
    text-decoration: none;
	font-weight: bold;
    color: #463e40;
}
.textLink a:link, .textLink a:visited {
    text-decoration: none;
	font-weight: bold;
    color: #231f20;
}
.textLink a:hover, .textLink a:active {
    text-decoration: none;
	font-weight: bold;
    color: #a7988e;
}
.listing a:link, .listing a:visited {
    text-decoration: none;
	font-weight: bold;
    color: #a7988e;
}
.listing a:hover, .listing a:active {
    text-decoration: none;
	font-weight: bold;
    color: #463e40;
}
img {
    border: 0;
}
img.thumb {
    border: 1px solid #463e40;
    margin: 0 20px 20px 0;
}
.listing {
	margin: 20px 0 0 10px;
	background: url(listing.gif);
    background-repeat: no-repeat;
}
.listingCurrent {
	margin: 20px 0 0 10px;
	background: url(listing-current.gif);
    background-repeat: no-repeat;
}
.listing p, .listingCurrent p {
	font-weight: bold;
    color: #a7988e;
    margin: 0 0 0 30px;
}
/*-----------------------------------------------------------------------------END-----*/