/* CSS Document */

/* Structure Layout  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
html, body {
    height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	font: 0.8em/1.8em "Lucida Grande", Tahoma, "Lucida Sans", Lucida, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: left;
	background-repeat: repeat;
	background-image: url(../images/bricks.jpg);
}
a:link {
	color: #99CC33;
	text-decoration: none;
}
a:hover {
	color: #78AD65;
	text-decoration: underline;
}
a:visited {
	color: #78AD65;
	font-weight: bold;
	text-decoration: none;
}
h1,h2,h3,h4 {
	padding:0px;
	margin:0px;
	font: 14px "Lucida Grande", Tahoma, "Lucida Sans", Lucida, Arial, Helvetica, sans-serif;
	color: #666699;
}
.whitetext {color:#FFFFFF;}
.whiteback {background-color:#F0F3F6;}


/* Layout &  Wrappers - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#adverts div.left {
	width:490px;
	height:90px;
	float: left;
	background-image: url(../images/myspace.gif);
	background-repeat: no-repeat;
}
#adverts div.right {
	width:490px;
	height:90px;
	float: left;
	background-image: url(../images/purchase.gif);
	background-repeat: no-repeat;
}
#adverts div a { width:490px; height:90px; display:block;}
#adverts div a span { display:none;}

#content {
	background-image: url(../images/abstractblock.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	color: #333333;
	padding-top: 20px;
}
#contentfooter{
	background-image: url(../images/bottom-tran.png);
	background-repeat: no-repeat;
	height: 35px;
	margin-right: 20px;
}

#titleheaders {
	height:35px;
	padding: 20px 10px 10px;
	text-align: right;
	font-family: "Lucida Grande", Arial, Helvetica;
	color: #CCCCCC;
	font-size: 18px;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #78AD65;
	margin-top: 40px;
}

#address{
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: right;
	padding-right: 10px;
	background-image: url(../images/addressbar.gif);
	background-repeat: no-repeat;
	background-position: right center;
	color: #333333;
	height: 30px;
}
#banner {
	height: 190px;
	display: block;
	background-image: url(../images/topheader.png);
	background-repeat: no-repeat;
}
#topnav {
	height:40px;
}

#footer {
	font-size: 80%;
	color: #666666;
	background-image: url(../images/footerback.png);
	height: 40px;
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 10px;
	text-align: right;
	padding-right: 10px;
}
#footer a {
	color: #277584;
}

/* Various Layout  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.clear {clear:both;}
.clearleft {clear:left;}
.clearright {clear:right;}
.hr { border-top:1px solid #B9CEE1; margin-top: 10px; margin-bottom: 10px; }
.left {float:left;}
.right {float:right;}
.bordertop {border-top:1px solid #FF6600}
.indent {
	text-indent: -2000px;
}

/* Custom Text Styles  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - - - */

.mainheader {
	font: 170%/150% Arial, Helvetica, sans-serif;
	color: #23201D;
	text-align: right;
	text-transform: none;
}
.orange{color:#FF6600;}
.serif-orange {
	color:#FF6600;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px
	}
.medium-orange {
	color:#FF6600;
	font-size:14px
	}
.large-orange {
	color:#FF6600;
	font-size:16px
	}
.serif-blue {
	color:#0099CC;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px
	}
.medium-blue {
	color:#0099CC;
	font-size:14px
	}
.large-blue {
	color:#0099CC;
	font-size:16px;
	}


/* TOP NAV  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#topnav {
	display: block;
	margin: 0px;
	padding:0px 0px 0px 10px;
	list-style: none;
	background-repeat: no-repeat;
	height: 58px;
	width: 970px;
	background-image: url(../images/navback.png);
}
#topnav  ul {
	display: inline;
	margin:0px;
	list-style-type: none;		
}
#topnav li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#topnav  li a {
	font: normal 12px/55px "Lucida Grande", Arial, Helvetica;
	text-decoration: none;
	text-align: center;
	display: block;
	margin: 0px;
	float: left;
	text-transform: uppercase;
	color: #FFFFFF;
	padding-right: 20px;
	padding-left: 20px;
}
#topnav li a:hover {
	color: #FF6600;
}
#topnav li a.selected, #nav li a:hover.selected   {
	color: #9CCFE0;
}
#last { border-right:1px solid #FFFFFF; }

/* SUB NAV  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#subnav {
	margin: 0px;
	padding:10px 0px 0px 10px;
}	
#subnav  ul {
	display: inline;
	margin:0px;
	list-style-type: none;
	padding: 0px;
}
#subnav ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#subnav li a {
	list-style-type: none;
	display: block;
	margin: 0px 10px 0px 0px;
	padding: 5px 5px 5px 10px;
	font: bold normal 11px/25px Arial, Helvetica, sans-serif;
	color:#333333;
	text-decoration: none;
	text-align: right;
	text-transform: uppercase;
	letter-spacing: 1px;
	background-repeat: no-repeat;
	background-position: right center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#subnav li a:hover {
	color:#FF6600;
}
/* Gallery Thumbs   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.gallerythumb{
	float:left;
	border: none;
	margin-right: 8px;
	margin-bottom: 8px;
	background-color: #CCCCCC;
}
.gallerythumb img{
	padding: 1px;
	display: inline;
}
