/*     main css      */

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color: #ffffff;
}
#containerAdmin,
#containerFull,
#container { 
	width: 899px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background:#ffffff url(../images/main_bg.jpg) no-repeat;
	padding:0px;
} 
#containerAdmin,
#containerFull {
	background-image: none;
} 
#containerAdmin{
	background-color: #f1f1f1;
}


/*         HEADER          */
#topBorder {
	height:19px;
}
#header { 
	background-image: url(../images/hdr_bg.jpg);
	background-repeat:repeat-x;
	background-position:top center;
	margin:0px;
	height:137px;
	overflow:hidden;
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#header-top {
	background-image:url(../images/hdr_top.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

#headerRContainer {
	float:right;
	width: 400px;
	margin:0px;
	padding:10px 15px 10px 10px;
	top:0px;
	text-align: right;
}
#headerRContainer p{
	color:#ffffff;
	font-size:11px;
}

#headerLContainer {
	width:370px;
	margin-top: 0;
	margin-right: 370px;
	margin-bottom: 0;
	margin-left: 20px;
}

#headerLContainer h6{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 54px;
}
#headerAd {
    padding: 4px;
    border-color: #7f7f7f;
    border-width: 2px;
    border-style: solid;
    background-color: white;
    margin:10px 15px;
}
#headerAd img {
    float:right;
    margin: 0px 0px 4px 4px;
}
#localTitle {
	width:200px;
	position:relative;
	
}
.logo {
	margin:12px 0px 0px 0px;
} 

#topNav{
	margin-top: 17px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	display: block;
	height: 40px;
}


.topNavBtn a, .topNavBtn0 a, .topNavBtn1 a{
	color:#FFFFFF !important;
	font-weight:normal !important;
	font-size:14px;
}
.topNavBtn2 a, .topNavBtn2 a:visited, .topNavBtn2 a:active{
	color:#FEFEFE;
	font-weight:normal;
	font-size:11px;
}
#topNav a:hover{
	text-decoration:none;
	color:#fe3a04 !important;
}

.topNavTab {
	padding:10px;
	
}

.topNavBtn, .topNavBtn0, .topNavBtn1 {
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center;
	font-weight:normal;
	padding:6px 0px 0px 0px;
	margin: 5px 3px 0px 0px;
	height:36px;
	display:block;
	color:#ffffff;
	float:left;
	text-align:center;
}
.topNavBtn {
	background-image:url(../images/hdr_tab.png);
	width:81px;
}
.topNavBtn0 {
	background-image:url(../images/hdr_tab_0.png);
	width:121px;
}
.topNavBtn1 {
	background-image:url(../images/hdr_tab_1.png);
	width:162px;
}
.topNavTab2 {
	padding:10px;
	
}

.topNavBtn2 {
	background: url(../images/topnavspacer.gif) right no-repeat;
	background-position: right 10px;
	background-repeat: no-repeat;
	background-attachment: scroll;
	padding:6px 5px 0px 5px;
	margin: 6px 3px 0px 0px;
	height:36px;
	display:block;
	float:right;
	text-align:center;
}

/*     WELCOME BOX     */
#welcomeBox {
	background: #fe3a04 url(../images/welcome_bg.jpg) repeat-x top;
	width: 571px;
	height:279px;
	margin:15px 0px 0px 0px;
}
#welcomeImg {
	background:url(../images/welcome_img.jpg) bottom right no-repeat;
	height:279px;
}

#welcomeBox p {
	color:#FFFFFF;
	font-size:15px;
	margin:10px 0px 10px 0px;
}

#welcomeBoxLocal {
	background: #fe3a04 url(../images/welcome_bg.jpg) repeat-x top;
	width: 571px;
	height:235px;
	margin:15px 0px 0px 0px;
}
#welcomeImgLocal {
	background:url(../images/welcome_img.jpg) bottom right no-repeat;
	height:235px;
}

#welcomeBoxLocal p {
	color:#FFFFFF;
	font-size:15px;
	line-height:21px;
	margin:10px 0px 10px 0px;
}
#welcomeList {
	margin: 0px 0px 0px 15px;
	width:230px;
}
#welcomeList li{
	margin:0px 0px 10px 0px;
	background: url(../images/bullet.gif) left center no-repeat;
	padding-left: 20px;
}
#welcomeList li p{
	padding-left: 13px;
}

#welcomeBtns li{
	float:left;
	display:block;
	margin-right:8px;
}
#welcomeBtns .buyBtn {
	background:url(../images/welcome_buyBtn.gif) top no-repeat;
	width:182px;
	height:45px;
}
#welcomeBtns .buyBtn:hover {
	background:url(../images/welcome_buyBtn.gif) bottom no-repeat;
}
#welcomeBtns .sellBtn {
	background:url(../images/welcome_sellBtn.gif) top no-repeat;
	width:182px;
	height:45px;
}
#welcomeBtns .sellBtn:hover {
	background:url(../images/welcome_sellBtn.gif) bottom no-repeat;
}


.buyBtn a, .sellBtn a{
	border:0px;
	cursor:pointer; 
	width:182px;
	height:45px;
	height: 100%;
	min-height:34px;
	float:left;
}

/*    PAGE TITLE     */
#pageTitleFull,
#pageTitle{
	background: #fe3a04 url(../images/welcome_bg.jpg) repeat-x top;
	width: 571px;
	height:25px;
	margin:15px 0px 0px 0px;
	padding:10px;
}
#pageTitleFull {
	width: 846px;
}


/*      NEWSLETTER       */
#newsletterBox {
	width:262px;
	height:110px;
	background:url(../images/newsletter_bg.jpg) repeat-x #eaeaea;
}


/*      HOT BOX NEW LISTINGS    */
#testimonialBox h3 {
	padding:0px 0px 10px 0px;
	font-weight: bold;
}
#hotBox h3 {
	padding:0px 0px 10px 0px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	
}
#hotBox .hotBoxUL {
	margin:0px 0px 0px 0px;
	width:262px;
}

#hotBox .hotBoxLI {
	margin:0px 0px 4px 0px;
	border-top: #CCCCCC dotted 1px;
	padding:7px 0px 8px 0px;
	font-size:11px;
	line-height:14px;
	width:262px;
}

#hotBox .hotBoxLI p {
	font-size:11px;
	line-height:16px;
	width:262px;
}

/*      TESTIMONIAL      */

#testimonialBox{
	margin:5px 0px 0px 0px;	
	padding:10px 0px 10px 0px;
	width:262px;
}
#testimonialBox p{
	font-size:13px;
	line-height:22px;
	margin: 5px 0px 0px 0px;
	text-align:justify;
	width:262px;
}

#testimonialBox li{
	border-bottom: #CCCCCC 1px dotted; 
	padding: 10px 0px ; 
	width:262px;
}

/*     FOOTER     */
#footer {
	width: 899px;
	padding:10px 0px 10px 0px;
	background-image: url(../images/hdr_bg.jpg);
	background-repeat:repeat-x;
	background-position: center;
	
}
#footer p{
	font-size:10px;
	line-height:14px;
	color:#FFFFFF;
}
#footer p a{
	font-size:10px;
	line-height:14px;
	color:#FFFFFF;
}



.btmNav a, .btmNav a:hover, .btmNav a:active, .btmNav a:visited{
	text-transform:uppercase;
	font-weight: bold !important;
	color:#52493c;
	font: 11px Arial, Helvetica, sans-serif;	
}
.btmNav li{
	margin: 0px 14px 0px 0px;
	text-transform:uppercase;
	color:#52493c;
	font: 11px Arial, Helvetica, sans-serif;
	font-weight:bold;
	display:inline;
}

#mainContainer { 
	background-image: url(../images/bg_content.jpg);
	background-repeat:repeat-y;
	background-position: center top;
	clear:both;
} 

.mainTextBox{
	width: 571px;
	margin:10px 0px 0px 0px;	
}

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 262px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 0px 0px 0px;
	margin: 0px 10px 0px 0px;
	clear:both;
}
#containerAdmin #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 172px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 0px 0px 0px;
	margin: 0px 10px 0px 0px;
	clear:both;
}
#mainContent {
	margin: 0 285px 0 15px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#containerAdmin #mainContent {
	margin: 0 205px 0 15px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#mainContentFull {
	margin: 0 0 0 15px;
}
#mainContent h6 {
	font-size:14px;
	font-weight:bold;
}

.boxContent { 
	background-image: url(../images/box_main.jpg);
	background-repeat:repeat-y;
	margin: 10px 0px 0px 0px;
	background-position: center top;
	width:535px;
}

#pageContainer {
	width:935px;
	margin: 0 auto;
	background-image: url(../images/page_bg.png);
	background-position:top left;
	background-repeat: no-repeat;
}



/*       FORM       */
#formBox {
	width:573px;
}
#forms {
	margin:0px;
	padding:0px;
}
#buyForm{
	margin:0px;
	padding:0px;
}
#sellForm {
	margin:0px;
	padding:0px;
}

/*      HOT SHEET       */
#hotSheetTable{
	margin:20px 0px 0px 0px;
	font-size:10px;
	padding:0px;
}
#hotSheetTable div{
	font-size:11px;
}

.hotSheetTopRow{
	background: #222222;
	color:#ffffff;
}

.hotSheetListingItem{
	padding:5px 0px 5px 0px;
}
.hotSheetListingItem{
	border-bottom: 1px solid #888888;
}.hotSheetTopRowDiv {
background: #222222;
	font-size:11px;
}

/*      RESOURCES TABLE       */
#resourcesTable a{
	color:#000000;
	font-size:11px;
}
#resourcesTable a:hover{
	color:#FF3600;
}
#resourcesTable tr{
	height:20px;
}
#resourcesTable table{
padding:5px;
}


/*#########CONTACT##########*/

.send-message-text{
	margin:20px 0px 0px 0px;
	border-bottom:dotted #999999 1px;
	padding:10px 0px;
	font-size:16px;
	}

.hotSheetTopRow td {
padding-right: 6px;
padding-left: 6px;
text-align: left;

}
#searchform div {
   padding-top: 3px;
   padding-bottom: 3px;
}












/*  form css   */


/*Forms defaults*/
#newsletterBox input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#404040;
}
#newsletterBox label {
	color:#999;
	cursor:pointer;
	padding-left:2px;
	line-height:15px;
	vertical-align:top;
}
#newsletterBox label.chosen {
	color:#333;
}

/*Transparent items*/
#newsletterBox .transparent {
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity: 0;
	border:0px solid #FFF;
	background:#FFF;
	z-index:10;
	cursor:pointer;
}
#newsletterBox .transparentFake {
	background:none;
	border:none;
}
#newsletterBox .transparent2 {
	z-index:10;
}

/*Radio buttons*/
#newsletterBox .radioAreaUnchecked, .radioAreaChecked {
	z-index:5;
	position:absolute;
	width:15px;
	height:15px;
	cursor:pointer;
}
#newsletterBox .radioAreaUnchecked {
	background:url(../images/radio.gif) no-repeat left top;
}
#newsletterBox .radioAreaChecked {
	background:url(../images/radio.gif) no-repeat left bottom;
}

/*Checkboxes*/
#newsletterBox .checkboxAreaUnchecked, .checkboxAreaChecked {
	z-index:5;
	position:absolute;
	width:14px;
	height:14px;
	cursor:pointer;
}
#newsletterBox .checkboxAreaUnchecked {
	background:url(../images/checkbox.gif) no-repeat left top;
}
#newsletterBox .checkboxAreaChecked {
	background:url(../images/checkbox.gif) no-repeat left bottom;
}

/*Text inputs*/
#newsletterBox .textinput, .textinputHovered {
	width:197px;
	height:14px;
	background:url(../images/input.gif) no-repeat left top;
	border:none;
	font-size:13px;
	padding:7px 8px;
}
#newsletterBox .textinputHovered {
	background-position:left bottom;
}

/*Text areas*/
#newsletterBox .textarea, .textareaHovered {
	width:336px;
	height:125px;
	background:url(../images/textarea.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}
#newsletterBox .textareaHovered {
	background-position:left bottom;
}

/*Selects*/
#newsletterBox .selectArea {
	width:200px;
	height:21px;
	background:url(../images/select_bg.gif) repeat-x left top;
}
#newsletterBox .selectArea .left {
	width:8px;
	height:21px;
	float:left;
	background:url(../images/select_left.gif) no-repeat left top;
}
#newsletterBox .selectArea .right {
	width:21px;
	height:21px;
	float:right;
	background:url(../images/select_right.gif) no-repeat left top;
}
#newsletterBox .selectArea .right a {
	display:block;
	width:21px;
	height:21px;
}
#newsletterBox .selectArea .right i {
	display:none;
}
#newsletterBox .selectArea .center {
	width:160px;
	margin-left:5px;
	margin-right:20px;
	color:#FFF;
	padding-top:3px;
}

/*Selects drop-down*/
#newsletterBox .optionsDivInvisible, .optionsDivVisible {
	position:absolute;
	margin-top:-1px;
	margin-left:3px;
	width:172px;
	background:#6f7074;
	padding:2px;
	font-size:11px;
	z-index:20;
}
#newsletterBox .optionsDivInvisible {
	display:none;
}
#newsletterBox .optionsDivVisible {
	display:block;
}
#newsletterBox .optionsDivVisible p {
	margin:0;
	padding:0;
}
#newsletterBox .optionsDivVisible a {
	color:#F2F2F2;
	text-decoration:none;
	display:block;
	padding:1px 4px;
	border:1px solid #6f7074;
}
#newsletterBox .optionsDivVisible a:hover {
	color:#FFF;
	background:#5F6062;
	border-color:#cfd0d6;
}

/*Button*/
#newsletterBox .buttonSubmit, .buttonSubmitHovered {
	width:69px;
	height:26px;
	color:#FFF;
	font-weight:bold;
	padding:2px 5px;
	background:url(../images/button.gif) no-repeat left top;
	cursor:pointer;
	border:none;
}
#newsletterBox .buttonSubmitHovered {
	background-position:left bottom;
}

/*Test div - testing if stylesheets are enabled*/
#stylesheetTest {
	position:absolute;
	left:-999px;
	width:10px;
	height:10px;
}










/*  form generic css  */



 .uniForm{
        margin:0; padding:0;
        position:relative;
        width:100%;
        /* user prefs */
        padding:10px 0px 0px 0px;
      }

        /* Some generals */
        .uniForm fieldset{
          border:none;
          margin:0; padding:0;
          /* user prefs */
          margin:0 0 7px 0; padding:0 0 10px 0;
          border-bottom:1px solid #ffffff;
        }
          .uniForm fieldset legend{
            color:#000; /* Reset IE */
            margin:0; padding:0;
            /* user prefs */
            margin:0 0 .5em 0;
            font:bold small-caps 100%/100% "lucida grande", "lucida sans unicode", "trebuchet ms", arial, verdana, sans-serif;
            letter-spacing:.1em;
            color:#93b5be;
          }

          .ctrlHolder{ /* This is the main unit that contains our form "modules" */
            overflow:hidden;
            margin:0; padding:0;
            clear:both;
            /* user prefs */
            margin:0; padding:7px 4px;
          }

          .buttonHolder{
            overflow:hidden;
            clear:both;
            /* user prefs */
            background:#f9f9f9;
            border:1px solid #ccc; border-width:1px 0;
            margin:10px 0 0 0; padding:10px;
            text-align:right;
          }
            .resetButton{
            }
            .submitButton{
            }

          .uniForm .inlineLabel{
            width:auto;
            float:none;
            display:inline;
            /* user prefs */
            margin:0 2em 0 0;
            font-weight:normal;
          }
            .uniForm .inlineLabel input{
            }
          
          /* Highlighting the rows on input focus */
          .focused{
            background:#E9E9E9 url(../images/uf_focused.png);
            border:1px solid #EFE795; border-width:1px 0;
            padding:6px 4px;
          }


          /* Styles for form controls where labels are in line with the input elements */
          /* Set the class to the parent to .inlineLabels */
          .inlineLabels .ctrlHolder{
          }
              .inlineLabels label,
              .inlineLabels .label{
                float:left;
                margin:.3em 0 0 0; padding:0;
                line-height:100%;
                /* user prefs */
                width:30%; 
                font-weight:bold;
				font-size:11px;
				line-height:14px;
				
              }

              .inlineLabels .textInput,
              .inlineLabels .textInputSmall,
              .inlineLabels .fileUpload{
                float:left;
                /* user prefs */
                width:68%;
                border:2px solid #dfdfdf;
              }
              .inlineLabels .textInputSmall {
                width:34%;
              }
              .inlineLabels .fileUpload > input{
              }
              
              .inlineLabels .selectInput{
                float:left;
                /* user prefs */
                width:69%;
                border:2px solid #dfdfdf;
              }

              .inlineLabels textarea{
                float:left;
                width:68%;
                /* user prefs */
                border:2px solid #dfdfdf;
                height:12em;
              }

            .inlineLabels .formHint{
              clear:both;
              /* user prefs */
              color:#999;
              margin:.5em 0 0 30%; padding:3px 0;
              font-size:80%;
            }
  
              /* inlineLabels esthetics */
              .inlineLabels .formHint strong{
                padding:0 0 0 14px; 
                background:url(img/icon_alert.png) 0 0 no-repeat;
                display:inline-block;
              }

  
          /* ########################################################################## */

          /* Styles for form controls where labels are above the input elements */
          /* Set the class to the parent to .blockLabels */
          .blockLabels .ctrlHolder{
          }

              .blockLabels label,
              .blockLabels .label{
                display:block;
                float:none;
                margin:.3em 0; padding:0;
                line-height:100%;
				text-align:left;
                width:60%;
                /* user prefs */
                font-weight:bold;
                width:auto;
				font-size:13px;
              }
              .blockLabels .label{
                float:left;
                margin-right:3em;
              }

              .blockLabels .textInput{
                float:left;
                width:60%;
                /* user prefs */
                border:2px solid #dfdfdf;
              }
              
              .blockLabels .selectInput{
                float:left;
                width:60%;
                /* user prefs */
                border:2px solid #dfdfdf;
                
              }

              .blockLabels textarea{
                display:block;
                float:left;
                width:60%;
                /* user prefs */
                border:2px solid #dfdfdf;
                height:12em;
              }

            .blockLabels .formHint{
              float:right;
              margin:0;
              width:38%;
              clear:none;
              /* user prefs */
              color:#999;
              font-size:80%;
              font-style:italic;
            }

            /* blockLabels esthetics */
            .blockLabels .ctrlHolder{
              border:1px solid #dfdfdf; border-width:1px 0;
              margin-top:-1px;
            }

            .blockLabels .focused{
              padding:7px 4px;
            }

          /* ########################################################################## */

          /* Focus pseudoclasses */
          .ctrlHolder .textInput:focus{
            border-color:#FF4C00;
          }
          div.focused .textInput:focus{
          }
          div.focused .formHint{
            color:#000;
          }

          /* Required asterisk styling, use if needed */
          label em,
          .label em{
            display:block;
            position:absolute; left:28%;
            font-style:normal;
            font-weight:bold;
          }
          .blockLabels label em,
          .blockLabels .label em{
            position:static;
            display:inline;
          }

          /* Messages */
          .uniForm #errorMsg{
            background:#ffdfdf url(images/uf_error.png);
            border:1px solid #df7d7d; border-width:1px 0;
            margin:0 0 1em 0; padding:1em;
          }
          .uniForm .error,
          .uniForm .blockLabels.ctrlHolder.error{
            background:#ffdfdf url(images/uf_error.png);
            border:1px solid #df7d7d; border-width:1px 0;
            position:relative;
          }
            .uniForm #errorMsg dt,
            .uniForm #errorMsg h3{
              margin:0 0 .5em 0;
              font-size:110%;
              line-height:100%;
              font-weight:bold;
              color:#000;
              padding:2px 0 2px 18px;
              background:url(img/icon-error.png) 0 0 no-repeat;
            }
            .uniForm #errorMsg dd{
              margin:0; padding:0;
            }
              .uniForm #errorMsg ol{
                margin:0; padding:0;
              }
                .uniForm #errorMsg ol li{
                  margin:0; padding:2px;
                  list-style-position:inside;
                  border-bottom:1px dotted #df7d7d;
                  position:relative;
                }
              .uniForm .errorField{
                margin:0 0 3px 0;
              }
              .uniForm .inlineLabels .errorField{
                margin-left:30%;
              }
                .uniForm .errorField strong{
                  background:#FFE2E2;
                  padding:1px 3px 3px 3px;
                  }
             .ctrlHolder.error input,
             .ctrlHolder.error input:focus{
               border-color:#DF7D7D;
             }
             .ctrlHolder.error.focused{
               padding:7px 4px;
             }












/*  admin2 css  */


.admin-box{
	border-top:#999999 dotted 1px;
	border-bottom:#999999 dotted 1px;
	padding:10px 0px
}

#admin-box-icons h3{
	font-size:10px;
	line-height:15px;
}











/*   coreg.css    */



#coreg {
	width: 600px;
}
#coreg .error_blk {
	width: 600px;
}
#coreg .error_blk a {
	color: white;
}









/***** Global Settings *****/

html, body {
	border:0;
	margin:0;
	padding:0;
}

body {
	font: 12px/19px Tahoma, "Lucida Grande", Arial, Helvetica, sans-serif;
	color:#111111;
	border: #D6CDA5 1px solid;
}

/* Common Formatting           */

h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-weight:lighter;
}

h1 {
	padding:0px;
	letter-spacing:-1px;
	font: 24px/ 29px "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;;
	color: #333333;
	font-weight:100;
}

h2 {
	padding:0px;
	letter-spacing:0px;
	font:Tahoma, "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:lighter;
	color: #ffffff;
	
}
.feasibility h2 {
	color: #333333;
}
<!--[if IE]>


h2 {
	letter-spacing:-1px;
}
<![endif]-->
h3 {
	font-weight:normal;
	font: 13px Arial, "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #333333;
	text-transform:uppercase;
	font-weight:bold;
}
h4 {
	font-weight:bold;
	font-size: 11px;
	color:#FF3600;
}
h5 {
	font-weight:normal;
	font-size: 17px;
	color:#FF3600;
}
h6 {
	padding:0px;
	letter-spacing:-0px;
	color:#363636;
	text-transform:uppercase;
	font-size:11px;
	text-align:left;
	font-weight:normal;
}

p, ul, ol {
	padding:0px;
	font-size: 13px;
	margin:0px;
}

ul, ol {
	list-style:none;
}
ul.list {
	list-style: disc;
	padding-left:10px;
	margin-left:15px;
}

small {
font-size:0.85em;
}

img {
border:0;
}

sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}

sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}

acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}

/***** Links *****/

a, a:visited, a:active {
	text-decoration:none;
	font-weight:bold;
	color:#FF3600;
}
a:hover {
	text-decoration:underline;
}

/***** Forms *****/


/***** Tables *****/


/***** Wrapper *****/

#wrap {
width:960px;
margin:0 auto;
}

/***** Global Classes *****/

.clear 			{ clear:both; }

.float-left 	{ float:left; }
.float-right 	{ float:right; }

.text-left 		{ text-align:left; }
.text-right 	{ text-align:right; }
.text-center 	{ text-align:center; }
.text-justify 	{ text-align:justify; }

.bold 			{ font-weight:bold; }
.italic 		{ font-style:italic; }
.underline 		{ border-bottom:1px solid; }
.highlight 		{ background:#ffc; }

.f15{ font-size: 15px; 
	}
.f13 			{ 
font-size: 13px; 
padding-right: 6px;
padding-left: 6px;
}
.f12 			{ font-size: 12px; }
.f11 			{ 
font-size: 11px; 
padding-right: 6px;
padding-left: 6px;
}
.f10 			{ font-size: 10px; }
.f9 			{ font-size: 9px; }

.wrap 			{ width:960px;margin:0 auto; }

.img-left 		{ float:left;margin:4px 10px 4px 0; }
.img-right 		{ float:right;margin:4px 0 4px 10px; }

.nopadding 		{ padding:0; }
.10padding 		{ padding:10px; }
.noindent 		{ margin-left:0;padding-left:0; }
.nobullet 		{ list-style:none;list-style-image:none; }

.color {	color:#FF3600;}
.grey { color:#666666;}
.redlink {
	color: #fe3a04;
}
.topNavBtn3 {
	height:34px;
	display:block;
	float:right;
	text-align:center;
	margin-top: 6px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 6px; /* I only nmodified this value, from 8 to 6 */
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#sidebar1 h2 {
	background-image: url(../images/glass_title.gif);
	background-repeat: no-repeat;
	height: 30px;
	padding-top: 15px;
	padding-left: 30px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.topNavBtn3 a, .topNavBtn3 a:visited, .topNavBtn3 a:active{
color:#FEFEFE;
font-weight:normal;
font-size:11px;
}
#textblink {
	text-align: center;
	padding-top: 10px;
}
/* for spanish */
#flags {
	font-size: 11px;
	line-height: 12px;
	color: #FFFFFF;
	height: 15px;
	padding-top: 30px;
}
#flags table {
	float: right;
}
#flags img {
	margin-left: 15px;
	margin-right: 5px;
}
#flags a {
	color: #FFFFFF;
	font-weight: normal;
}

.spamholder {
	float: left;
}
.spamholder img {
	margin-bottom: 5px;
}
.inlineLabels .spamholder .textInput {
	float: none;
	width: 400px;
}
#phpNews {
	margin-top: 15px;
}
.phpTxt {
	width: 150px;
	margin-right: 5px;
	border: 1px solid #747474;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	color: #3F3F3F;
}
.phpBtn {
	border: 1px solid #747474;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #3F3F3F;
}
#phpNews p {
	padding-bottom: 5px;
}

