/* CSS Document */

html {
	scrollbar-face-color:#62543e;
	scrollbar-arrow-color:#fff;
	scrollbar-track-color:#d7cfc2;
	scrollbar-shadow-color:'';
	scrollbar-highlight-color:'';
	scrollbar-3dlight-color:#d7cfc2;
	scrollbar-darkshadow-Color:'';	
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:70%;
	color:#62543e;
	background-color:#ad9a7d;
	line-height:130%;
	margin:0 0 0 0;
	padding:0;
}
body a:link {color:#000;text-decoration:none;}
body a:visited {color:#ffd767;text-decoration:none;}
body a:hover{color:#febf0f;text-decoration:underline;}
body a:active{color:#000;text-decoration:none;}

body#white{/*handy for popups*/
	background-color:#fff;
}
/*
html,body {
	height: 100%;
	min-height: 100%;
}
*/
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1.4em;
	text-align:justify;
	margin:0 0 0 0;
	padding-top: 0px;
	color:#000;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1.3em;
	margin:0 0 0 0;
	padding:0;
	color:#000;

}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1.1em;
	margin:0 0 0 0;
	padding:0;
	color:#000;
}
a img {
	border-style:none;
}
p {
	text-align:left;
	margin:0 0 15px 0;
}
* html p {
  height: 1%;
  margin:0 0 15px 0;
}
ol, li {
	margin-top:0px;
	padding-top:0px;
}
ol li {
	margin:0 0 5px 0;
	padding:0;
}
ul li {
	margin:0 0 5px 0;
	padding:0;
}
table {
	margin-bottom:0;
}
td { 
	padding:0;
}



/* -------------------------------------------------- GENERAL PAGE STRUCTURE --------- */

.viewport {
	margin: 0 auto 0 auto;
	width: 768px;
	background:#fff url(../images/bg.gif) repeat-y top left;
}
.iframeport {
	width: 768px;
	background:#fff url(../images/bg.gif) repeat-y top left;
}
.homeiframe {
	background-color:#ffffff;
}
.header {
	margin: 0px 4px 0px 4px;
	height: 294px;
}
.nav {
	width: 760px;
	height: 27px;
	background-color: #62543e;
}
.main {
	margin: 0px 24px 0px 24px;
}
.leftContent {
	margin:0px 33px 50px 0px;
	width:483px;
	float:left;
}
.rightContent {
	margin:0px 0px 50px 0px;
	width:204px;
	float:left;
}
.wideContent {
	width:720px;
	margin:0px 0px 50px 0px;
}
.footer {
	color:#000;
	font-weight:bold;
	margin:0px 20px 0px 20px;
	height:35px;
}
.footer a:link {color:#4f412b;text-decoration:none;font-weight:normal;}
.footer a:visited {color:#4f412b;text-decoration:none;font-weight:normal;}
.footer a:hover{color:#febf0f;text-decoration:underline;font-weight:normal;}
.footer a:active{color:#000;text-decoration:none;font-weight:normal;}



/* -------------------------------------------------- ELEMENTS --------- */

.imgL {
	float:left;
	margin:3px 12px 3px 0;
}
.greyBox {
	border:#ccc solid 1px;
	background-color:#f2f2f2;
	margin-bottom:10px;
	padding:0px 10px 10px 10px;
	width:182px;	
}
#search {
	height:215px;
}
#mailing {
	height:105px;
	background:#f2f2f2 url(../images/mailing_mobile.jpg) no-repeat top right;
}
.mailTxt {
 	width:108px;
}
.mailTxt a:link {color:#000;text-decoration:none;}
.mailTxt a:visited {color:#666;text-decoration:none;}
.mailTxt a:hover{color:#febf0f;text-decoration:underline;}
.mailTxt a:active{color:#000;text-decoration:none;}


/* -------------------------------------------------- FORMS --------- */

form {
	padding:0;
	margin:0;
}

.field {
	font-size:0.9em;
 	background-color:#d7cfc2;
	border: 1px solid #62543e;
	color:#000;
	margin-bottom:6px;
}

.field input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
 	background-color:#d7cfc2;
	border:none;
	padding:2px 0 2px 2px;
	color:#62543e;
	width:334px;
}
.field input:focus, textarea:focus, input.sffocus {
 	background-color:#fff;
	color:#62543e;
}
.txtArea {
	height:60px;
	padding:2px 0 2px 2px;
	width:334px;
}
* html .txtArea {width:334px;}

.field select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
 	background-color:#d7cfc2;
	border:none;
	color:#62543e;
	padding:2px 0 2px 0;
	width:100%;
}
* html select {
	width:145px;
}
.radios {
	margin-bottom:6px;
}

.spacer6 {
	margin-bottom:6px;
}

/* --------------- forms Specific --------- */


.search {
	color:#999;
}
.search select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
 	background-color:#d7cfc2;
	border:none;
	color:#62543e;
	padding:2px 0 2px 0;
	width:180px;
}
.searchfield {
	font-size:0.9em;
 	background-color:#d7cfc2;
	border: 1px solid #62543e;
	color:#000;
	margin-bottom:6px;
}
.searchfield input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
 	background-color:#d7cfc2;
	border:none;
	padding:2px 0 2px 2px;
	color:#62543e;
	width:178px;
}
.search input:focus, textarea:focus, input.sffocus {
 	background-color:#fff;
	color:#62543e;
}
.searchBut input {
	font-weight:bold;
	font-size:1.1em;
 	background-color:#febf0f;
	border: none;
	color:#000;
	width:100%;
	height:20px;
	cursor:pointer;
	cursor:hand;
}

.saleslettings  input:focus, textarea:focus, input.sffocus {
 	background-color:#fff;
	color:#62543e;
}


/*----------------------------------------- ROLLOVER CODE ---------*/

.rollover { display: block; } /* Allow setting widths and heights */
.rollover img { border: 0; } /* only set width and height once */
.rollover:hover { visibility: visible; /* for IE */ } /* sets any property for the :hover state */
.rollover:hover img { visibility: hidden; } /* 'rolls over' the image */


/*TOP NAV rollover images*/
#btnhome {
	background:#62543e url(../images/nav_home_over.gif) no-repeat top left;    /* rollover state */
	width: 69px;                    /* image width */
	height: 27px;                   /* image height */
	float:left;
}
#btnsales {
	background:#62543e url(../images/nav_sales_over.gif) no-repeat top left;    /* rollover state */
	width: 122px;                    /* image width */
	height: 27px;                   /* image height */
	float:left;
}
#btnoverseas {
	background:#62543e url(../images/nav_overseas_over.gif) no-repeat top left;    /* rollover state */
	width: 90px;                    /* image width */
	height: 27px;                   /* image height */
	float:left;
}
#btnmanagement {
	background:#62543e url(../images/nav_management_over.gif) no-repeat top left;    /* rollover state */
	width: 111px;                    /* image width */
	height: 27px;                   /* image height */
	float:left;
}
#btnportfolio {
	background:#62543e url(../images/nav_portfolio_over.gif) no-repeat top left;    /* rollover state */
	width: 100px;                    /* image width */
	height: 27px;                   /* image height */
	float:left;
}
#btnregister {
	background:#62543e url(../images/nav_register_over.gif) no-repeat top left;    /* rollover state */
	width: 104px;                    /* image width */
	height: 27px;                   /* image height */
	float:left;
}
#btnvaluations {
	background:#62543e url(../images/nav_valuations_over.gif) no-repeat top left;    /* rollover state */
	width: 93px;                    /* image width */
	height: 27px;                   /* image height */
	float:left;
}
#btnabout {
	background:#62543e url(../images/nav_about_over.gif) no-repeat top left;    /* rollover state */
	width: 82px;                    /* image width */
	height: 27px;                   /* image height */
	float:left;
}
#btncontact {
	background:#62543e url(../images/nav_contact_over.gif) no-repeat top left;    /* rollover state */
	width: 98px;                    /* image width */
	height: 27px;                   /* image height */
	float:left;
}


.clsTitle {
	COLOR: red; FONT: bold 12pt Arial
}
.clsBody {
	COLOR: midnightblue; FONT: bold 8pt Arial
}
.clsCheckBox {
	COLOR: blue; FONT: 8pt Arial
}


/* -------------------------------------------------- MISC ---------------------------------------------------- */


.clearer {
	clear:both;
	font-size:0.1px;
	line-height:0.1px;
}
.floatLeft {
	float:left;
}
.yellowTxt {
	color:#febf0f;
}
.credit {
	color:#999;
	text-align:right;
	font-size:0.9em;
	padding:40px 20px 20px 0;
}

.credit a:link {color:#999;text-decoration:none;}
.credit a:visited {color:#999;text-decoration:none;}
.credit a:hover{color:#666;text-decoration:underline;}
.credit a:active{color:#666;text-decoration:none;}