/* Flyout menu styles 

All <ul> tags in the menu including the first level */

.menulist, .menulist ul {
	margin: 0;
	padding: 0px;
	width: 165px;
	list-style: none;
	background-image: url(img/MenuBkg1.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-position: 0px 0px;
}
/* Submenus (<ul> tags) are hidden and absolutely positioned across from their parent */

.menulist ul {
	display: none;
	position: absolute;
	top: 0;
	left: 165px;
	margin: 0px;
	padding: 0px;
}
/* All menu items (<li> tags) are relatively positioned (to correctly offset submenus). */

.menulist li {
	position: relative;
}
/* Links inside the menu */

.menulist li a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0;
	border-top: 0px solid #999999;
	border-right: 0px solid #999999;
	border-bottom: 1px solid #00ACB4;
	border-left: 0px solid #999999;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 30px;
}
/* HACKS: MSIE6 doesn't support transparent borders, mimic with margins 

* html .menulist li a {

 border-width: 0;

 margin: 1px;

}*/



/*set background for sub uls*/

.menulist ul li ul {
	background-position: -165px 0px;
	background-image: url(img/MenuBkg1.jpg);
	background-repeat: no-repeat;
	border-top: 0px solid #999999;
	border-right: 0px solid #999999;
	border-bottom: 0px solid #999999;
	border-left: 0px solid #999999;
}
/*

 Lit items: hover/focus = the current item. 'highlighted' = parent items to visible menus.

 Here, active items are given a border, and a padding tweak to 'elevate' the text within.

 Feel free to use background-image:url(file.gif) instead of background-color:#nnn here...

*/



.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
	color: #000000;
	/*padding: 2px 5px 4px 29px;

	border: 1px solid #ADF;  */

	margin: 0;
	background-image: url(img/MenuBkg1.jpg);
	background-repeat: no-repeat;
	background-position: -165px 0px;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 30px;
}
.menulist a.highlighted {
	color: #000000;
	padding: 3px 4px 3px 30px;
	/*border: 1px solid #ADF;  */

	margin: 0;
	background-image: url(img/MenuBkg1.jpg);
	background-repeat: no-repeat;
	background-position: -165px 0px;
}
#active a, #active a:hover {
	color: #000000;
	padding: 3px 4px 3px 30px;
	margin: 0;
	background-image: url(img/MenuBkg1.jpg);
	background-repeat: no-repeat;
	background-position: -165px 0px;
}
/*                                          big buton styles               */



.menulist a#find2 {
	height: 55px;
	width: 130px;
	padding: 20px 0px 0px 35px;
	border-top: 0px solid #CCCCCC;
	border-right: 0px solid #FFE2B6;
	border-bottom: 0px solid #CCCCCC;
	border-left: 0px solid #CCCCCC;
	font-size: 17px;
	color: #454545;
	background: url(img/BtnFindHome.jpg) no-repeat 0px 0px;
}
.menulist a#find2:link {
	background-position: 0px 0px;
}
.menulist a#find2:hover, .menulist a.highlighted#find2, .menulist a#find2:focus {
	color: #454545;
	height: 55px;
	width: 130px;
	padding: 20px 0px 0px 35px;
	border-top: 0px solid #CCCCCC;
	border-right: 0px solid #FFE2B6;
	border-bottom: 0px solid #CCCCCC;
	border-left: 0px solid #CCCCCC;
	background-position: -165px 0px;
}
.menulist a#worth {
	font-size: 14px;
	background-image: url(img/BtnHomeWorth.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 65px;
	width: 130px;
	padding: 10px 0px 0px 35px;
	border-top: 0px solid #CCCCCC;
	border-right: 0px solid #FFE2B6;
	border-bottom: 0px solid #CCCCCC;
	border-left: 0px solid #CCCCCC;
	color: #454545;
}
.menulist a#worth:link {
	background-position: 0px 0px;
}
.menulist a#worth:hover, .menulist a.highlighted#worth, .menulist a#worth:focus {
	height: 65px;
	width: 130px;
	padding: 10px 0px 0px 35px;
	border-top: 0px solid #CCCCCC;
	border-right: 0px solid #FFE2B6;
	border-bottom: 0px solid #CCCCCC;
	border-left: 0px solid #CCCCCC;
	background-position: -165px 0px;
	color: #454545;
}
.menulist a#buyer {
	height: 55px;
	width: 130px;
	padding: 20px 0px 0px 35px;
	border-top: 0px solid #CCCCCC;
	border-right: 0px solid #005962;
	border-bottom: 0px solid #CCCCCC;
	border-left: 0px solid #CCCCCC;
	font-size: 16px;
	margin: 0px;
	color: #FFFFFF;
	background: url(img/BtnForBuyers.jpg) no-repeat 0px 0px;
}
.menulist a#buyer:link {
	background-position: 0px 0px;
}
.menulist a#buyer:hover, .menulist a.highlighted#buyer, .menulist a#buyer:focus {
	height: 55px;
	width: 130px;
	padding: 20px 0px 0px 35px;
	border-top: 0px solid #CCCCCC;
	border-right: 0px solid #CCCCCC;
	border-bottom: 0px solid #CCCCCC;
	border-left: 0px solid #CCCCCC;
	background-position: -165px 0px;
	color: #FFFFFF;
}
.menulist a#seller {
	background-image: url(img/BtnForSellers.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 55px;
	width: 130px;
	padding: 20px 0px 0px 35px;
	border-top: 0px solid #CCCCCC;
	border-right: 0px solid #005962;
	border-bottom: 0px solid #CCCCCC;
	border-left: 0px solid #CCCCCC;
	color: #FFFFFF;
	font-size: 16px;
	margin: 0px;
}
.menulist a#seller:link {
	background-position: 0px 0px;
}
.menulist a#seller:hover, .menulist a.highlighted#seller, .menulist a#seller:focus {
	height: 55px;
	width: 130px;
	padding: 20px 0px 0px 35px;
	border-top: 0px solid #CCCCCC;
	border-right: 0px solid #CCCCCC;
	border-bottom: 0px solid #CCCCCC;
	border-left: 0px solid #CCCCCC;
	background-position: -165px 0px;
	color: #FFFFFF;
}
/* 'subind' submenu indicators, which are automatically prepended to 'A' tag contents. */

.menulist a .subind {
	float: right;
}
/*

 HACKS: IE/Win:

 A small height on <li> and <a> tags and floating prevents gaps in menu.

 * html affects <=IE6 and *:first-child+html affects IE7.

 You may want to move these to browser-specific style sheets.

*/

*:first-child+html .menulist li {
	float: left;
	width: 165px;
}
* html .menulist li {
	float: left;
	height: 1%;
}
* html .menulist a {
	height: 1%;
}
/* End Hacks */







/* styles for table skeleton layout */

body {
	background-color: #00ACD4;
	background-image: url(img/bkg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
}
#skeleton {
	text-align: left;
	padding: 0px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	border-style: none;
}
#skeleton td {
	margin: 0px;
	padding: 0px;
	border-style: none;
}
#footspace {
	height: 15px;
}
.mast1 {
	background-image: url(img/head1.jpg);
	background-repeat: no-repeat;
}
.mast2 {
	background-image: url(img/head1b.jpg);
	background-repeat: no-repeat;
}
#masthead1 {
	width: 775px;
	height: 38px;
	margin: 0px;
	color: #FFF596;
	padding-top: 18px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
}
#masthead1 a {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
#masthead1 a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.call {
	font-family: "Times New Roman", Times, serif;
	font-size: 150%;
}
#masthead2 {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height: 93px;
	width: 800px;
	border-style: none;
}
#menuCol {
	width: 165px;
	background-color: #EAEAEC;
}
#ContCol {
	background-color: #FFFFFF;
	background-image: url(img/ContBkg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 635px;
}
#contentcontentwrapper {
	position: relative;
}
#content {
	text-align: left;
	font-family: Arial, Verdana, sans-serif;
	font-size: 1.3em;
	margin: 10px 30px 25px;
}
#content a, #content a:visited {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #454545;
	text-decoration: underline;
}
#content a:hover, #content a:active {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #3F3F3F;
	text-decoration: none;
}
#content ul {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #454545;
}
#content ol {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #454545;
}
#content ul li {
	margin-top: 8px;
}
#content ul ul li {
	margin-bottom: 5px;
	margin-top: 0px;
}
#content ul ul ul li {
	margin-bottom: 5px;
	margin-top: 0px;
}
#content ol li {
	margin-top: 8px;
}
#content ol ol li {
	margin-bottom: 5px;
	margin-top: 0px;
}
#content ol ol ol li {
	margin-bottom: 5px;
	margin-top: 0px;
}
/*               footer styles         */



#foot {
	width: 800px;
}
#subfoot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	width: 800px;
}
#subfoot a {
	color: #FFFFFF;
	text-decoration: none;
}
#subfoot a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#leftFoot {
	width: 390px;
	float: left;
}
#leftFoot span {
	border-left: 1px solid #FFFFFF;
	padding-left: 1.5em;
	padding-right: 1.5em;
}
#rightFoot {
	text-align: right;
	float: right;
	width: 405px;
}
#devs {
	float: right;
}
#footwrap {
	font-size: 13px;
	color: #FFFFFF;
	width: 800px;
	text-align: right;
	background-image: url(img/footbkg.jpg);
	background-repeat: no-repeat;
	background-position: left;
	margin: 0px;
	height: 30px;
	padding: 0px;
}
#footlistings {
	margin: 0px;
	height: 30px;
	float: right;
}
.judy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
}
#footlistings a {
	color: #FFFFFF;
	font-size: 110%;
	text-align: left;
	display: block;
	margin: 0px;
	width: 168px;
	height: 23px;
	padding-top: 7px;
	padding-left: 15px;
}
#footlistings a:link, #footlistings a:visited {
	text-decoration: none;
	background-image: url(img/BtnListings.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#footlistings a:hover, #footlistings a:active {
	background-image: url(img/BtnListings.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-decoration: none;
	background-position: 0px -30px;
}
#footemail {
	margin: 0px;
	height: 30px;
	float: right;
	width: 127px;
}
#footemail a, #footemail a:visited {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(img/BtnEmail.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 28px;
	width: 126px;
	padding-top: 2px;
	text-align: left;
	padding-left: 7px;
	background-position: 0px 0px;
}
#footemail a:hover, #footemail a:active {
	color: #454545;
	text-decoration: none;
	background-position: 0px -30px;
}
#topmenu {
	padding: 10px 5px;
	border-bottom: 1px solid #999999;
	margin: 0px 10px;
}
#topmenu ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CCCCCC;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-weight: bold;
}
#topmenu li {
	display: inline;
	padding-right: 3%;
	padding-left: 3%;
}
#topmenu a {
	color: #00AACE;
	text-decoration: none;
}
#topmenu a:hover {
	color: #006C84;
	text-decoration: none;
}
#tmactive a, #tmactive a:hover {
	color: #006C84;
	text-decoration: none;
}
#message {
	position: absolute;
	visibility: visible;
	height: 310px;
	width: 307px;
	z-index: 1;
	left: 451px;
	top: 213px;
}
#menu3 {
	float: right;
	width: 150px;
	background-color: #F2FBFD;
	margin: 0px 0px 10px;
	padding: 10px;
	border-left: 1px solid #666666;
}
#messgContainer {
	background-color: #FFFFFF;
	height: 310px;
	width: 635px;
}
#homeContCol {
	background-color: #FFFFFF;
	margin: 10px;
	width: 635px;
}
/*--------Typo3 Styles-----------*/

.csc-header {
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	color: #454545;
	margin: 10px 10px 10px 0px;
	padding: 0px;
}
.csc-header-n1 {
}
.csc-firstHeader {
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	color: #454545;
	margin: 10px 10px 10px 0px;
	padding: 0px;
}
.bodytext {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #454545;
	margin: 8px 0px 5px;
	padding: 0px;
	text-align: justify;
}
.csc-textpic-caption {
	font-size: 10px;
}
.csc-textpic-caption a, .csc-textpic-caption a:visited {
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	color: #00CCFF;
	text-decoration: none;
}
.csc-textpic-caption a:hover {
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	color: #00CCFF;
	text-decoration: underline;
}
.csc-mailform {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
.csc-mailform-field label {
	text-align: right;
	width: 250px;
	float: left;
	font-size: 85%;
	margin-right: 5px;
	clear: right;
	margin-top: 10px;
}
.csc-mailform-field {
	margin: 5px 0px 6px 5px;
	clear: both;
}
.csc-mailform-field select {
	margin: 5px 0px 0px 5px;
}
.csc-mailform-field input {
	border: 1px solid #666666;
	padding: 3px;
	margin: 2px;
	width: 250px;
	font-size: 80%;
}
.csc-mailform-field textarea {
	border: 1px solid #666666;
	padding: 3px;
	margin: 2px;
	width: 225px;
	font: 80% Arial, Helvetica, sans-serif;
}
.csc-mailform-field #mailformformtype_mail {
	margin-left: 260px;
	margin-top: 5px;
	cursor: pointer;
	padding: 0px;
	background: #DDE9B4;
}
.csc-mailform-radio {
	float: left;
	padding-top: 8px;
	margin: 0px;
}
.csc-mailform-radio fieldset {
	border-width: 0px;
	border-style: none;
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
}
.csc-mailform-radio legend { display: none; }

.csc-mailform-radio label {
	width: 30px;
	font-size: 85%;
	margin-right: 15px;
	margin-bottom: 15px;
}

.csc-mailform-radio input {
	padding: 0px;
	margin: 0px 5px 0px 0px;
	width: 10px;
	font-size: 80%;
	height: 10px;
}




csc-textpic-imagerow {
	margin-bottom: 15px;
}
#tpreqform {
	background: #FFFFFF;
}
#tpreqform td {
	padding: 7px;
}
#frmMain input {
	border: 1px solid #666666;
	padding: 2px;
}
#frmMain select {
	border: 1px solid #666666;
	padding: 2px;
}
#frmMain textarea {
	border: 1px solid #666666;
	padding: 2px;
}
.genform #SUBMIT {
	padding: 1px;
	padding: 0px;
	cursor: pointer;
}
.genform {
	border-style: none;
}

/* RTE text styles*/

.Red {
	color: #FF0000;
}
.RedBold {
	font-weight: bold;
	color: #FF0000;
}
.RedBoldLarger {
	font-size: 110%;
	font-weight: bold;
	color: #FF0000;
}
.blue {
	color: #0000FF;
}
.green {
	color: #009900;
}
.greenBold {
	font-weight: bold;
	color: #009900;
}
.smalltxt {
	font-size: 85%;
}
.boldSmall {
	font-size: 85%;
	font-weight: bold;
}
.boldtxt {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.italicsmall {
	font-size: 85%;
	font-style: italic;
}
.bolditalic {
	font-style: italic;
	font-weight: bold;
}
.bolditalicsmall {
	font-size: 85%;
	font-style: italic;
	font-weight: bold;
}
/* RTE block Styles */
.blockRight {
	text-align: right;
}
.blockCenter {
	text-align: center;
}
.blockJustified {
	text-align: justify;
}
.blockIndented {
	padding-left: 15px;
}

