/*CCS file for Don & Judy Dennee
developed Feb 2010 by CarricDesign, Kingston, Ontario*/

html {margin: 0; padding: 0;}
body {
	font: 76% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background: #2c2e38;
}

a {
	text-decoration: none;
	color: #190d21;
}

a:hover {
	text-decoration: underline;
}

address {
	font-style: normal;
}

img {
	border: none;
}

span {
	font-weight: bold;
}

ul {
	list-style: none;
}

/*#wrapper
================================================================*/
#wrapper {
	width: 965px;
	margin: 30px auto;
}


/*#wbanner-first
================================================================*/
#banner-first {
	width: 960px;
}


/*#wbanner
================================================================*/
#banner {
	width: 960px;
	position: absolute;
	z-index: 0;
}

/*#sec-nav-first
================================================================*/
#sec-nav-first {
	color: #867b77;
	width: 960px;
	font-size: 1.1em;
}

#sec-nav-first a{
	color: #e6e0c8;
}

#sec-nav-first li {
	display: inline;
}

#sec-nav-first ul {
	text-align: right;
	padding-right: 10px;
}



/*#sec-nav
================================================================*/
#sec-nav {
	color: #867b77;
	width: 300px;
	font-size: 1.1em;
	float: right;
	position: relative;
	z-index: 1;
}

#sec-nav a{
	color: #e6e0c8;
}

#sec-nav li {
	display: inline;
}

#sec-nav ul {
	text-align: right;
	margin-top: 40px;
	padding-right: 10px;
}


/*#main-first
================================================================*/
#main-first {
	background: #e6e0c8;
	width: 960px;
	margin-top: -5px;
}


/*#main
================================================================*/
#main {
	background: #e6e0c8;
	width: 960px;
	margin-top: -5px;
	padding-top: 222px;
}

#main ul.bot {
	margin: 20px 0;
	width: 850px;
	text-align: center;
}

#main li.bot {
	display: inline;
	line-height: 1.5em;
}


/*#buttons
================================================================*/
#buttons {
	background: transparent;
	width: 960px;
	padding: 0px 0 0 30px;
}

#buttons div.listings, #buttons div.buyers, #buttons div.sellers {
	float: left;
	height: 297px;
	padding: 0 20px 0 0; 
}

#buttons div.listings, #buttons div.buyers, #buttons div.sellers {
	width: 288px;
}

#buttons div.listings a, #buttons div.buyers a, #buttons div.sellers a{
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-indent: -3000px;
}

#buttons div.listings a{
	background: url(../images/buttons/listings.jpg) top left no-repeat;
}

#buttons div.buyers a{
	background: url(../images/buttons/buyers.jpg) top left no-repeat;
}

#buttons div.sellers a{
	background: url(../images/buttons/sellers.jpg) top left no-repeat;
}

#buttons div.listings a:hover {
	background: url(../images/buttons/listings.jpg) top right no-repeat;
}

#buttons div.buyers a:hover {
	background: url(../images/buttons/buyers.jpg) top right no-repeat;
}

#buttons div.sellers a:hover {
	background: url(../images/buttons/sellers.jpg) top right no-repeat;
}


/*#content
================================================================*/
#content {
	clear: both;
	background: #e6e0c8;
	width: 960px;
	padding: 40px 0 40px 0;
}

/*#nav
================================================================*/
#nav {
	float: left;
	width: 320px;
}

#nav a {
	color: #2c2e38;
	padding: 0 0 10px 30px;
	font-weight: bold;
	letter-spacing: 0.05em;
	background: url(../images/nav-square.gif) no-repeat;

}

#nav a:hover {
	background: url(../images/nav-square-checked.gif) no-repeat;
	text-decoration: none;
}

#nav li {
	width: 260px;
	height: 30px;
	font-family: century gothic, verdana, arial, sans-serif;
	font-size: 1.4em;
	color: #2c2e38;
}

#nav li.selected {
	background: url(../images/nav-square-checked.gif) no-repeat;
	width: 230px;
	height: 30px;
	color: #2c2e38;
	padding: 0 0 0 30px;
	font-weight: bold;
	letter-spacing: 0.05em;
	
}


/*#text
================================================================*/
#text {
	float: left;
	width: 600px;
	color: #867b77;
	color: #4b4543;
	font-size: 1.1em;
	line-height: 1.5em;
	background: #e6e0c8;
}

#text a {
	font-weight: bold;
}

#text address {
	font-size: 1.3em;
	line-height: 1.5em;
}

#text div.charity {
	clear: both;
}

#text div.charity-info {
	float: right;
	width: 350px;
	margin: 0 0 30px 0;
}

#text div.info {
	clear: left;
	background: #190d21;
	border: 1px solid red;
}

#text div.headshot {
	float: left;
	width: 165px;
	border-top: 10px solid #190d21;
	border-bottom: 10px solid #190d21;
	border-right: 10px solid #190d21;
	border-left: 10px solid #190d21;
	margin: 14px 14px 14px 0;
	background: #190d21;
}

#text div.headshot-right {
	float: right;
	width: 165px;
	border-top: 10px solid #190d21;
	border-bottom: 10px solid #190d21;
	border-right: 10px solid #190d21;
	border-left: 10px solid #190d21;
	margin: 14px 0 14px 14px;
	background: #190d21;
}

#text div.listing {
	float: left;
	width: 165px;
	border-top: 8px solid #2c2e38;
	border-bottom: 10px solid #2c2e38;
	border-right: 10px solid #2c2e38;
	border-left: 10px solid #2c2e38;
	margin-right: 14px;
	margin-bottom: 14px;
	background: #2c2e38;
	color: #fff;
}

#text div.listing-pic {
	height: 192px;
}

#text div.logo {
	float: left;
	width: 220px;
}

#text div.team {
	clear: both;
	margin-bottom: 40px;
}

#text h1 {
	font-family: century gothic, verdana, arial, sans-serif;
	font-size: 1.2em;
	color: #190d21;
}

#text h2 {
	font-family: century gothic, verdana, arial, sans-serif;
	font-size: 1em;
	color: #190d21;
	padding: 0;
	margin: 0;
}

#text iframe {
	float: right;
	clear: right;
	margin: 3px 0 0 0;
	padding: 2px;
	border: 1px solid #190d21;
}

#text iframe.form {
	margin: 3px 0 0 -5px;
	padding:0px;
	border: none;
}

#text img.charity-logo{
	float: left;
	padding: 2px;
	border: 1px solid #190d21;
	margin: 0 20px 20px 0;
}

#text img.headshot {
	border: 1px solid #e6e0c8;
}

#text img.kingston {
	padding: 2px;
	border: 1px solid #190d21;
}

#text img.listing-pic {
	border: 1px solid #e6e0c8;
}

#text img.second-title {
	margin: 40px 0 0 0;
}

#text img.staging-logo {
	float: left;
	padding-right: 14px;
}

#text li.info {
	padding: 0 0 20px 0;
}

#text p.caption {
	margin-left: 2px;
	height: 45px;
	width: 150px;
	padding-bottom: 4px;
	font-size: 1em;
	font-weight: bold;
}

#text p.contact-info {
	color: #190d21;
	font-weight: bold;
}

#text p.description {
	margin: 0 0 14px 2px;
	width: 150px;
	height: 69px;
	font-size: 1em;
}

#text p.float-right-title {
	float: right;
	color: #190d21;
	font-weight: bold;
}

#text p.map {
	float: right;
	clear: right;
	font-size: 0.9em;
}

#text span.subtitle {
	color: #190d21;
	font-size: 1.3em;
	font-family: century gothic, arial, sans-serif;
}

#text table {
	margin: 40px 0 40px 0;
}

#text td {
	width: 280px;
	vertical-align: top;
}

#text ul.info {
	margin: 0;
	padding: 0;
}


/*#footer
================================================================*/
#footer {
	width: 100%;
	background: #190d21;
	margin: -50px 0 0 0;
	padding: 40px 0 40px 0;
}

/*#footera
================================================================*/
#footera {
	width: 960px;
	margin: 0 auto;
	color: #e6e0c8;
}

#footera a {
	color: #867b77;
}

#footera address {
	float: left;
	width: 250px;
	line-height: 1.5em;
	padding: 0 0 0 70px;
}

#footera div.text {
	float: left;
	width: 600px;
	color: #867b77;
	line-height: 1.5em;
	margin: -10px 0 0 0;
}

#footera p.copyright {
	font-size: 0.9em;
	color: #636263;
}

#footera span {
	font-weight: normal;
	color: #636263;
}


/*#footerb
================================================================*/
#footerb {
	width: 960px;
	margin: 0 auto;
	color: #e6e0c8;
}

#footerb a {
	padding-right: 5px;
}

#footerb div.awards {
	width: 600px;
	float: left;
	padding: 22px 0 0 60px;
}

#footerb img.don-and-judy {
	padding: 0 30px 0 30px;
}

#footerb img.logo {
	padding: 0 0 0 60px;
	float: left;
	width: 200px;
}

.clear {
	clear: both;
}
