html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: url(images/bg01.jpg) repeat left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

h1, h2, h3 {
	margin-top: 0px;
}

p, ol, ul {
	margin-top: 0px;
	margin-bottom: 20px;
	line-height: 21px;
}

ul {
	margin-left: 40px;
	padding-left: 0px;
}

strong {
	color: #5A5649;
}

a {
	color: #94314E;
        text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
        text-decoration: none;
}

img.border {
}

img.alignleft {
	float: left;
	margin: 3px 20px 0px 0px;
}

img.alignright {
	float: right;
	margin: 3px 0px 0px 20px;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

/** WRAPPER */

#wrapper {
}

.container {
	width: 918px;
	margin: 0px auto;
}

.clearfix {
	clear: both;
	height:1px;
	overflow:hidden;
}

/** HEADER */

#header-bg-repeat {
	background: url(images/bg02.jpg) repeat-x left top;
}

#header-bg-center {
	background: url(images/bg03.jpg) no-repeat center top;
}

#header {
	height: 137px;
}

/** MENU 

#menu {
	float: right;
}

#menu ul {
	float: right;
	margin: 0px;
	padding: 22px 0px 0px 0px;
	list-style: none;
}

#menu li {
	float: left;
}

#menu a {
	padding: 0px 10px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
	color: #ffffff;
	font-weight:bold;
}

#menu a:hover {
	text-decoration: underline;
}*/

#menu {
	width:700px;
	margin-top:15px;
	float:right;
}

/** PAGE */

#page-bg-repeat {
	background: url(images/bg04.jpg) repeat left top;
}

#page-bg-center {
	background: url(images/bg05.jpg) repeat-y center top;
}

#page-bg-top {
	background: url(images/bg06.jpg) no-repeat center top;
}

#page-bg-bottom {
	background: url(images/bg07.jpg) no-repeat center bottom;
}

#page {
	width: 920px;
	padding: 20px 0px 10px 0px;
}

/** CONTENT */

#content {
	float: right;
	width: 687px;
	margin-right:10px;
}

/** SIDEBAR */

#sidebar {
	float: left;
	width: 212px;
}

/** FOOTER */

#footer-bg-repeat {
	background: url(images/bg08.jpg) repeat-x left top;
}

#footer-bg-center {
	background: url(images/bg09.jpg) repeat-y center top;
}

#footer-bg-top {
	background: url(images/bg10.jpg) no-repeat center top;
}

#footer-bg-bottom {
	background: url(images/bg11.jpg) no-repeat center bottom;
}

#footer {
	width: 920px;
	padding: 40px 0px;
	color: #A5A19D;
}

#footer .column1 {
	float: left;
	width: 550px;
}

#footer .column2 {
	float: right;
	width: 320px;
}

#footer strong {
	color: #CBC6C1;
}

#footer a {
	color: #CEC7C3;
}

#footer ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: 25px;
}

#footer li {
	float: left;
	width: 50%;
}

#footer .legal {
	color: #8C8782;
}

/** COMMON BOX STYLES */

.title {
	height: 34px;
	margin: 0px;
	padding: 20px 0px 0px 15px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}

.content {
	padding: 15px;
}

/** BOX STYLE 1 */

.box-style1 {
}

.box-style1 .title {
	background: url(images/homepage05.jpg) no-repeat left top;
}

.box-style1 .title span {
	color: #9A928D;
}

.box-style1 .content {
}

/** BOX STYLE 2 */

.box-style2 {
}

.box-style2 .title {
	background: url(images/homepage07.jpg) no-repeat left top;
}

.box-style2 .title span {
	color: #DEAAA7;
}

.box-style2 .content {
}

/** BOX STYLE 3 */

.box-style3 {
}

.box-style3 .title {
	background: url(images/homepage08.jpg) no-repeat left top;
}

.box-style3 .title span {
	color: #95B6A0;
}

.box-style3 .content {
}

/** BOX STYLE 4 */

.box-style4 {
}

.box-style4 .title {
	background: url(images/subpage2_01.jpg) no-repeat left top;
}

.box-style4 .title span {
	color: #9A928D;
}

.box-style4 .content {
}

/** BOX 1 */

#box1 {
}

#box1 .bigimg {
	margin: 0px 0px 20px 40px;
}

/** BOX 2 */

#box2 {
	height: 220px;
	min-height: 220px;
}

html>body #box2 {
	height: auto;
}

/** BOX 3 */

#box3 {
}

#box3 .thumbnails {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#box3 ul.thumbnails li {
	float: left;
	padding: 0px 6px 6px 0px;
}

#box3 ul.thumbnails li.alt {
	padding-right: 0px;
}

/* Newsletter Sign-up Form */
#ccForm {
	height: 70px;
	width:200px;
	padding: 10px 20px 0 0 ;
	float:right;
	}

#ccForm label {
	font-size: 1.1em;
	color: #fff;
	line-height: 1.5em;
	padding: 0 0 6px 30px;
	background: url(http://img.constantcontact.com/ui/images1/visitor/email1_trans.gif) 0 3px no-repeat;
	}

#ccForm form,
 #ccForm div {
	float: right;
	clear: right;
	width: 200px;
	padding-bottom: 6px;
	}
	
#ccForm div {
	text-align: left;
	padding-top: 2px;
	}
	
#ccForm input#ccinput {
	float: left;
	margin-right: 10px;
	width: 130px;
	height: 14px;
	font-size:11px;
	}

#ccForm input#ccgo {
	float: left;
	border:1px solid #e8e8e8;
	background-color:#000;
	color:#fff;
	font-size:11px;
	}

.staffphoto {
	float:right;
	margin-left:35px;
	padding:5px;
	background-color:#cebbab;
	border: 2px solid #c0a894;
}

.underwriter {
	float:left;
	margin-right:5px;
	padding:5px;
	background-color:#cebbab;
	border: 2px solid #c0a894;
}

.showlistings {
	float:left;
	margin-right:10px;
	text-align:center;
	font-size:.9em;
	font-weight:bold;
	margin-bottom:25px;
	width:216px;
}

.showlogos {
	height:197px;
	border: 2px solid #c0a894;
}

a img.showlogos2 {
      text-decoration:none;
}

.showlogos2 {
	height:245px;
	border: 2px solid #c0a894;
        text-decoration: none;
}

a img.galleryimages {
      text-decoration:none;
}

.galleryimages {
	height:163px;
	border: 2px solid #c0a894;
        text-decoration: none;
}

/* Iconize Links */
a[href$='.pdf'] { 
	padding: 5px 22px 5px 0;
	background: transparent url(img/icon_pdf.gif) no-repeat center right;
}

a[href$='.doc'] { 
	padding: 5px 22px 5px 0;
	background: transparent url(img/word_logo.gif) no-repeat center right;
}

a[href$='.ppt'] { 
	padding: 5px 22px 5px 0;
	background: transparent url(img/powerpoint_icon.gif) no-repeat center right;
}

.clear {
	clear:both;
	height:1px;
	overflow:hidden;
}

.warningmessage {
	border:1px solid #c0a894;
	padding:10px;
	font-weight:bold;
	color:#ff0000;
}

.sidebanner {
	border:1px solid #000000;
	width:188px;
	height:290px;
}

.hr {
	height:10px;
	border-top:1px dotted #000;
	margin-top:10px;
	margin-bottom:10px;
}

.center {
text-align:center;
}

.sociallogo {
	width:55px;
	height:55px;
	float:left;
	margin-right:5px;
}

a img.sociallogo {
	border:0px;
}
.textmessaging {
	float:left;
        border:0px;
        margin-right:5px;
}

.auctionitem {
	float:left;
	width:320px;
	margin-right:10px;
	height:220px;
	margin-bottom:15px;
}

.auctionitemtall {
float:left;
width:320px;
margin-right:10px;
height:240px;
margin-bottom:15px;
}