/* landingpage */
#landingNew #html{
	margin-left:60px;
	margin-right:50px;
	width:580px;
}
#landingNew #requests{
	width:250px;
}
#landingNew .requestLine {
	list-style:none outside none;
}
#landingNew #requestsTitle{
	font-weight:bold;
	margin-left:50px;
}
#landingNew .header{
	color:#205CA5;
}
#landingNew .input{
	background-color:#F28D01;
	color:#205CA5;
}

/* listing partner */
#listingMap{
	width:500px;
	height:300px;
}
#listingMap *{
	float:none;
}
#listingSubmit{
	margin-bottom:-14px;
	margin-left:300px;
	position:relative;
	cursor:pointer;
}
.listingPreview{
	width:120px;
	height:150px;
	margin-right:30px;	
	cursor:pointer;
}
.listingImageCont{
	width:120px !important;
	height:120px !important;
	width:130px;
	height:130px;
	background-color:white;
	text-align:center;
	margin-bottom:5px;
	border:5px solid #CCC09D;
}
.listingImage{
	max-width:110px;
	max-height:110px;
	width:expression(this.width > 110 ? 110 : true);
	height:expression(this.height > 110 ? 110 : true);
	float:none;
}
.listingPreview span{
	color:white;
}
#listingLeft{
	width:500px;
	text-align:center;
}
#listingRight{
	width:500px;
}
#listingName{
	margin-left:20px;
}
#listingContact{
	width:315px;	
	background-color:white;
	padding:3px 3px 3px 3px;
	text-align:center;
	margin-left:80px;
	margin-bottom:20px;
}
#listingContact textarea{
	width:184px;
	height:150px;
}
#listingContact #submitMessage, #listingNew, #listingBanner2{
	float:none;
}
#listingLine{
	color:#FF7F00;
	width:450px;
}
#listingContactField{
	margin-left:150px;
	margin-top:-20px;
	margin-bottom:20px;
}
.listingBox{
	border:1px solid #FF7F00;
	padding:10px 10px 10px 10px;
	width:420px;
	margin-top:20px;
}
#listingNew{
	color:#005BA2;
	text-decoration:underline;
	cursor:pointer;
	font-size:14px;
	font-weight:bold;
	padding-top:50px;
	display:inline-block;
}
#listingMap_txt, #listingList_txt{
	font-size:18px;
	font-weight:bold;
}
#listingList_txt{
	padding-right:10px;
	margin-right:10px;
	border-right:#8C7021 1px solid;
}
#listingMessage{
	margin-left:80px;
}
#listingBanner2_txt{
	color:white;
	font-size:13px;
	font-weight:bold;
	margin-left:110px;
	margin-top:-80px;
	position:relative;
	width:270px;
}
#listingMember{
	margin-left:130px;
	margin-top:20px;
}
#listingMemberBtn{
	margin-top:15px;
	margin-bottom:15px;
}
#listingMemberName{
	display:inline-block;
	margin-bottom:15px;
	margin-top:15px;
	width:100%;
}
textarea.bigArea{
	width:200px;
	height:100px;
}

/* start */
*{
	float:left;
}
br{
	float:none;
}
a img{ 
	border:none;
}
#loading{
	position:absolute;
	left:0px;
	top:0px;
}
#seo{
	position:absolute;
	top:5px;
	right:5px;
}
#body{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	color:#8C7021;
}
.link{
	cursor:pointer;
	color:#8C7021;
	text-decoration:none;
	border:none;
}
.link_over{
	cursor:pointer;
	text-decoration:underline;
	color:#696969;
}
.linkBig, .linkBig_over{
	font-size:13px;
	color:#1D87B3;
	font-weight:bold;
	display:block;	
}
.linkBig_over{
	cursor:pointer;
	text-decoration:underline;
}
.blue{
	color:blue;
	float:none;
	text-decoration:underline;
	cursor:pointer;
}
.error{
	color:red;
	margin-left:2px;
	display:none;
	font-size:10px;
}
#top{
	margin-bottom:50px;
}
#topLeft{
	height:258px;
	width:360px;
	overflow:hidden;
}
#logo{
	cursor:pointer;
	height:159px;
	width:360px;
	text-align:left;
}
/*3px IE bug*/
* html #logo{
	margin-left:-3px; 
	margin-right:-3px; 
}
#logoGray{
	width:360px;
	height:100px;
}
#picture{
	clear:left;
	margin-left:-3px;
	padding-left:3px;
}
img{
	border:none;
	padding:0px;
	margin:0px;
}
#menuTop{
	margin-top:10px;
	margin-bottom:10px;
}
#menuTop span{
	padding-left:10px;
	padding-right:10px;
	border-right:1px solid gray;
	color:#8C7021;
}
#menu{
	clear:left;
	background-image:url(img/menu.jpg);
	height:24px;
	width:750px;
}
#menu span{
	padding-top:5px;
	padding-bottom:6px;
	padding-left:10px;
	padding-right:10px;
	border-right:1px solid white;
}
.menuBlue{
	background-image:url(img/menuBlue.jpg);
}
#footer{
	width:1071px;
	height:42px;
	margin-top:10px;	
	color:#8D7024;
	font-size:14px;
	text-align:center;
}
#footer span{
	margin-top:15px;
	padding-left:10px;
	padding-right:10px;
	border-right:1px solid #8D7024;
	float:none;
	display:inline-block;
}
span#menuProgram, span#menuForum, span#menuListingSearch{
	border:none;
}
#content{
	width:592px;
	margin-left:50px;
	margin-right:50px;
}
#conversion{
	display:none;
}
#contact #text, #listingAddress{
	height:100px;
	width:300px;
}
#references{
	width:550px;	
}
#references img{
	max-width:200px;
	max-height:200px;
}
#partner{
	width:100%;
	float:none;
}
.partnerDetail{
	padding-left:100px;
}
.partnerImage{
	float:none;
	max-width:500px;
}
.partner2Image{
	float:none;
	max-width:100px;
}
#partner2Detail{
	text-align:left;
}
#html *, noscript *, .tagcloud *{
	float:none;
}
#html{
	padding-left:50px;
	padding-right:50px;
}
.boxTop{
	clear:left;
	background-image:url(img/top.gif);
	background-repeat:no-repeat;
	background-position-y:bottom;
	height:10px;
	width:246px;
	margin-top:10px;
}
.box{
	clear:left;
	background-color:#CCC09D;
	padding-left:20px;
	padding-right:20px;
	width:206px !important; /*moz width*/
	width:246px;
	text-align:center;
}
.boxBottom{
	clear:left;
	background-image:url(img/bottom.gif);
	background-repeat:no-repeat;
	background-position-y:top;
	height:10px;
	width:246px;
}
.boxShortTop{
	clear:left;
	background-image:url(img/topShort.gif);
	background-repeat:no-repeat;
	background-position-y:bottom;
	height:10px;
	width:172px;
	margin-top:10px;
}
.boxShort{
	clear:left;
	background-color:#CCC09D;
	padding-left:20px;
	padding-right:20px;
	width:132px !important; /*moz width*/
	width:172px;
	overflow:hidden;
}
.boxShortBottom{
	clear:left;
	background-image:url(img/bottomShort.gif);
	background-repeat:no-repeat;
	background-position-y:top;
	height:10px;
	width:172px;
}
.boxOrangeTop{
	clear:left;
	background-image:url(img/topOrange.gif);
	background-repeat:no-repeat;
	background-position-y:bottom;
	height:10px;
	width:246px;
	font-size:0px;
}
.boxOrange{
	clear:left;
	background-color:#FBFAF7;
	border-left:1px solid #FF7F00;
	border-right:1px solid #FF7F00;
	padding-left:20px;
	padding-right:20px;
	width:204px !important; /*moz width*/
	width:246px;
}
.boxOrangeBottom{
	clear:left;
	background-image:url(img/bottomOrange.gif);
	background-repeat:no-repeat;
	background-position-y:top;
	height:10px;
	width:246px;
	font-size:0px;
}
.boxMiddleTop{
	clear:left;
	background-image:url(img/topMiddle.gif);
	background-repeat:no-repeat;
	background-position-y:bottom;
	height:12px;
	width:544px;
	margin-top:10px;
	margin-left:24px;
}
.boxMiddle{
	clear:left;
	background-color:#FBFAF7;
	border-left:1px solid #FF7F00;
	border-right:1px solid #FF7F00;
	padding-left:20px;
	padding-right:20px;
	width:502px !important; /*moz width*/
	width:542px;
	margin-left:24px;
}
.boxMiddleBottom{
	clear:left;
	background-image:url(img/bottomMiddle.gif);
	background-repeat:no-repeat;
	background-position-y:top;
	height:12px;
	width:544px;
	margin-left:24px;
}
.boxListingTop{
	clear:left;
	background-image:url(img/topListing.gif);
	background-repeat:no-repeat;
	background-position-y:bottom;
	height:17px;
	width:539px;
	margin-top:10px;
	margin-left:24px;
}
.boxListing{
	clear:left;
	background-color:#FBFAF7;
	border-left:4px solid #f28d00;
	border-right:4px solid #f28d00;
	padding-left:50px;
	width:481px !important; /*moz width*/
	width:539px;
	margin-left:24px;
}
.boxListingBottom{
	clear:left;
	background-image:url(img/bottomListing.gif);
	background-repeat:no-repeat;
	background-position-y:top;
	height:17px;
	width:539px;
	margin-left:24px;
}
.boxListing2Top{
	clear:left;
	background-image:url(img/topListing2.gif);
	background-repeat:no-repeat;
	background-position-y:bottom;
	height:16px;
	width:552px;
	margin-top:10px;
	margin-left:24px;
}
.boxListing2{
	clear:left;
	background-color:#FBFAF7;
	border-left:3px solid #f28d00;
	border-right:3px solid #f28d00;
	padding-left:50px;
	width:496px !important; /*moz width*/
	width:552px;
	margin-left:24px;
}
.boxListing2Bottom{
	clear:left;
	background-image:url(img/bottomListing2.gif);
	background-repeat:no-repeat;
	background-position-y:top;
	height:16px;
	width:552px;
	margin-left:24px;
}
.boxFullTop{
	clear:left;
	background-image:url(img/topFull.gif);
	background-repeat:no-repeat;
	background-position-y:bottom;
	height:22px;
	width:1111px;
	margin-top:10px;
}
.boxFull{
	clear:left;
	background-color:#CCC09D;
	padding-left:10px;
	width:1101px !important; /*moz width*/
	width:1111px;
}
.boxFullBottom{
	clear:left;
	background-image:url(img/bottomFull.gif);
	background-repeat:no-repeat;
	background-position-y:top;
	height:23px;
	width:1111px;
}
.full#main{
	width:958px !important;
	width:1000px;
	border-left:2px solid #F9F9F8;
	clear:left;
	background-image:url(img/fullRight.gif);
	background-position: right;
	background-repeat:repeat-y;
	margin-left:50px;
	padding:20px 20px 0px 20px;
	background-color:white;
}
.fullTopTitled{
	background-image:url(img/fullTop.gif);
	background-repeat:no-repeat;
	height:42px;
	width:1000px;
	clear:left;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	padding-top:10px;
	margin-left:50px;
}
.fullBottom{
	background-image:url(img/fullBottom.gif);
	background-repeat:no-repeat;
	height:37px;
	width:1000px;
	clear:left;
	margin-left:50px;
}
.full #html{
	padding-left:0px;
	padding-right:0px;	
	margin-left:-3px; 
	margin-right:-15px; 
	width:900px;
}
.fullTopTitled span{
	float:none;
	color:#205ca5;
}
#fullTop, #fullContent{
	width:1110px !important; /*moz width*/
	width:1113px;
	background-color:#E2DBC8;
}
#forumImage{
	margin-top:10px;
	clear:left;
	height:auto;
}
#main{
	width:100%;
}
#forum{
	width:100%;
}
.forumDate{
	border-bottom:1px solid #DDDDDD;
	color:#FF7F00;
	text-align:right;
	width:100%;
	font-weight:bold;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
}
.forumHeader{
	font-size:15px;
	color:#005BA2;
	font-weight:bold;
	cursor:pointer;
	margin-bottom:10px;
	width:150px;
}
.forumFrom{
	margin-top:10px;
	float:right;
	background-color:#E2DBC8;
	border:1px solid #CCC09D;
	padding:4px;
	width:170px;
}
.forumBlue{
	color:#005BA2;
	font-weight:bold;
	margin-right:5px;
}
.forumLabel{
	font-size:0.8em;
	color:#000000;
	margin-right:5px;
}
.forumText{
	font-size:9.5pt;
	font-family:arial,helvetica,sans-serif;
	color:#8C7021;
	float:none;
}
#forumShort{
	font-size:10px;
}
#forumShort .forumDate{
	color:#8C7021;
	border:none;
	text-align:left;
	margin-top:4px;
}
#forumShort .forumHeader{
	font-size:12px;
	font-weight:normal;
}
#requestShort .requestLine{
	list-style:none;	
}
#requestShort .requestLine span{
	width:204px;
	overflow:hidden;
}
.requestLine{
	list-style:none;
}
#news li{
	margin-bottom:5px;
	clear:left;
	width:100%;
	list-style:none;
}
#requestTitle{
	font-size:20px;
	text-decoration:underline;
}
#request .break .checkbox{
	margin-left:20px;
}
.referencesDetails{
	margin-left:30px;
	width:300px;
	display:inline-block;
}
.referencesDetails .link{
	color:blue;
}
#links .link, #links .link_over{
	clear:left;
	color:#EFEFEF;
}
.italic{
	font-style:italic;
}
#left{
	clear:left;
}
#leftHelp{
	width:246px;
	height:1px;
}
.center{
	text-align:center;
	width:100%;
}
.header, .header2{
	font-size:18px;
	color:#8C7021;
	padding:0px 5px 5px 1px;
	display:block;
	font-weight:bold;
	text-align:center;
	float:none;
}
.header2{
	font-size:14px;
	margin-bottom:5px;
}
.left{
	text-align:left;
}
.bold{
	font-weight:bold;
}
.white{
	color:white;
}
.orange{
	color:#FF7F00;
}
.checkbox{
	margin-right:4px;
}
.checkbox + span{
	vertical-align:top;
	margin-right:4px;
}
.label{
	width:120px;
	display:block;
	float:left;
	margin-right:5px;
	margin-bottom:8px;
	text-align:left;
}
.labelCheckbox{
	display:inline-block;
	margin-bottom:4px;
	text-align:left;
	max-width:300px;
}
.input, .inputLong, .inputHuge{
	width:120px;
    background-color:#F4F1E9;		
	margin:2px 1px 2px 1px;
	border-width:0px 0px 2px 0px;
	border-color:grey;
	border-style:inset; 
}
.inputLong{
	width:180px;
}
.inputHuge{
	width:500px;
	height:500px;
}
.break{
	clear:left;
	float:none;
}
.info{
	position:absolute;
	background-color:white;
}
#right #info{
	color:red;
}
.hidden{
	display:none;
}
#html ul{
	margin-left:30px;
}
p{
	margin-top:5px;
}
#programPic{
	margin-left:-250px; 
	display:none;
}
.context{
	position:absolute;
	background-color:white;
	border:2px outset black;
	padding:3px;
	color:black;
}
#contextMenu span{
	clear:left;
}
#admin{
	position:absolute;
	left:0px;
	top:0px;
}
#motto{
	color:white;
	font-size:16px;
	font-weight:bold;
	margin-left:120px;
	margin-top:-80px;
	font-family:Arial,Helvetica,sans-serif;
	font-style:italic;
	width:170px;
}
