@charset "UTF-8";
/* CSS Document */

/* Layout Stylesheet */ 

*, html, img { 
 border: 0px none; 
 margin: 0; 
 padding: 0 
 }

body {
 margin:0 0 20px 0;
 padding:0;
 background: #ececec url('../images/bg.jpg') no-repeat 50% 0;
 }

#outer {
 text-align:left;
 border:0px solid #000000;
 width:960px;
 margin:auto;
 position:relative;
 /*padding-top:5px;*/
 }

#top {
 height:1px;
 background-color:transparent;
 }
 
#hdr {
 height:170px;
 background-color:transparent;
 color: #333333;
 }

#bar {
 height:16px;
 background-color:transparent;
 border:0px solid #000000;	
 
 }

#bodyblock {
 position:relative;
 background-image:  url('../images/body-bg.png');
 background-repeat:repeat-y;
 color: #333333;
 width:960px;
 padding:0;
 border:0px solid #000000
 }

#l-col {
 float:left;
 background:transparent;
 color: #333333;
 width:245px;
 padding:0px;
 margin:0px;
 border:none;
 vertical-align:top;
 height:auto;
 }

#cont {
 width:690px;
 min-height:1050px;
 background:transparent;
 color: #333333;	
 padding-right:25px;
 border:0px solid #000000;
 }

#content-outer {
 width:682px;
 min-height:620px;
 border:0px solid #000000;
 }

#content {
 width:660px;
 text-align:left;
 padding-right: 10px;
 background-repeat:no-repeat;
 min-height:300px;
 border:1px solid #ffffff
 }

#content-inner {
 width:630px;
 text-align:left;
 padding-right: 15px;
 padding-left: 15px;
 padding-top: 20px;
 min-height:300px;
 border:0px solid #000000;
 }

#form-bg {
 width:680px;
 text-align:left;
 padding-right: 10px;
 padding-left: 10px;
 min-height:300px;
 border:0px solid #000000;
 /*background-color:#f3f3f3;*/
 }

#ConsultantsForm_notused{
 width:680px;
 /*border:1px solid #000000;
 background-color:#f3f3f3;*/
}
  
#picwrapper {width: 680px; padding-top:10px; padding-bottom:10px;}
#left { float:left; width:220px;}
#right { float:right; width:220px;}
#center { marigh-left: 230px; margin-right: 230px;}

#title {
 width: 680px;
 height: 40px;
 padding-bottom:15px;
 background-image:  url('../images/pg-titlebar.png');
 background-repeat:no-repeat
 }

#ftr {
 height:85px;
 color: #8c8c8c;
 border:0px solid black;
 margin:0;
 background-image:  url('../images/cont-footer.png');
 background-repeat:no-repeat;
 padding-top:30px
 }
 
#footwrapper1 {width: 900px; height: 12px; padding-top:0px; padding-bottom:0px;}
#foot-left {float:left; width:700px; text-align:left;}
#foot-right {float:right; width:200px; text-align:right;}

#footwrapper2 {width:900px; height: 12px; padding-top:5px; padding-bottom:0px;}
#foot2-left {float:left; width:700px; text-align:left;}
#foot2-right {float:right; width:200px; text-align:right;}

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */