

body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Arial, Verdana, san-serif;
	font-size: 12px;
	color: #e7eaeb;
	background:#000000; /*#6d6a6b url(images/bg.jpg) repeat;*/
}

a:link, a:visited { color: #1B6189; text-decoration: none} 
a:active, a:hover { color: #234E67; text-decoration: underline; }

ul li
{
  padding-bottom: 15px;
}

ul.registrationUL
{
 	margin-left:10; 
	/*padding:20px;   */
       text-indent: 15px;      
	/*list-style-type:none;*/
	/*font-size:0;*/
	/*line-height:0;*/
	color:#282827;
      list-style-image: url("images/tickmark.png")

}
ul.rightSideUL
{
 	margin-left:10; 
	/*padding:20px;   */
       text-indent: 1px;      
	/*list-style-type:none;*/
	/*font-size:0;*/
	/*line-height:0;*/
	  color:#E0E1D1;
      list-style-image: url("images/tickmark.png")
}
ul.faqUL
{
 	margin-left:10; 
	/*padding:20px;   */
       text-indent: 15px;      
	/*list-style-type:none;*/
	/*font-size:0;*/
	/*line-height:0;*/
      list-style-image: url("images/tickmark.png")

}

p {
	margin: 0px;
	padding: 0px;
}

img {
	margin: 0px;
	padding: 0px;
	border: none;
}


.cleaner {
	clear: both;
	width: 100%;
	height: 1px;
	font-size: 1px;	
}

.cleaner_with_height {
	clear: both;
	width: 100%;
	height: 30px;
	font-size: 1px;	
}

.cleaner_with_width {
	float: left;
	width: 20px;
	height: 30px;
	font-size: 1px;	
}

#wrapper {
	margin: 0 auto;
	background:#000000; /*url(images/gradient_bg.jpg) top repeat-x;*/
}

.main_header
{
    margin: 0px;
	padding: 0px;
	/*padding: 80px 0 20px 0;	*/
	padding-bottom: 35px;
	font-size: 25px;	
	font-weight: bold;
	color: #B2C027; /*#798414;*/
	font-family: Arial; /*Palatino Linotype;, "Book Antiqua, Palatino, serif";*/	
}

.right_column_header
{
margin: 0px;		
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 20px;	
	font-weight: bold;
	line-height: 25px;
	color: #D2E32E;
	border-bottom:1px dotted #cccccc;
	font-family: Arial; /*Palatino Linotype, Book Antiqua, Palatino, serif;	*/
}
.right_column_sub_header
{
margin: 0px;
	padding: 0px;
	/*padding: 80px 0 20px 0;	*/
	padding-top: 15px;	
	padding-bottom: 10px;
	padding-left: 2px;
	font-size: 16px;	
	font-weight: bold;
	line-height: 20px;
	color: #D2E32E;
	font-family: Arial;	
}
#container {
	width: 960px;
	margin: 0 auto;
	padding: 0 10px 10px 10px;
}

/* banner */
#banner {
	clear: both;
	width: auto;
	height: 250px;
	padding: 0 40px;
	margin: 0 0 5px 0;
	background: url(images/banner_bg.png) no-repeat;
}
#trainingAndDevelopmentBanner
{
	/*clear: both;
	width: auto;
	height: 250px;
	padding: 0 40px;
	margin: 0 0 5px 0;
	background: url(images/banner_bg.png) no-repeat;*/
}


#homeBanner
{
	/*clear: both;
	width: auto;
	height: 250px;
	padding: 0 40px;
	margin: 0 0 5px 0;
	background: url(images/banner_bg.png) no-repeat;*/
}

#webMarketingBanner
{
	/*clear: both;
	width: auto;
	height: 250px;
	padding: 0 40px;
	margin: 0 0 5px 0;
	background: url(images/banner_bg.png) no-repeat;*/
}
#mutualPropertyAcquisitionBanner {
	/*clear: both;
	width: auto;
	height: 250px;
	padding: 0 40px;
	margin: 0 0 5px 0;
	background: url(images/banner_bg.png) no-repeat;*/
}

#salesAdministrationBanner {
	clear: both;
	width: auto;
	height: 270px;
	/*padding: 0 40px;
	margin: 0 0 5px 0;
      border: 2px solid #000000;*/
	/*background: url(images/salesAdministrationBanner.jpg) no-repeat;*/
}

#teamBanner {
	/*clear: both;
	width: auto;
	height: 270px;
	padding: 0 40px;
	margin: 0 0 5px 0;
      border: 2px solid #000000;*/
	/*background: url(images/salesAdministrationBanner.jpg) no-repeat;*/
}
#contactUsBanner {
	/*clear: both;
	width: auto;
	height: 250px;
	padding: 0 40px;
	margin: 0 0 5px 0;
	background: url(images/banner_bg.png) no-repeat;*/
}
#financeBanner {
	/*clear: both;
	width: auto;
	height: 250px;
	padding: 0 40px;
	margin: 0 0 5px 0;
	background: url(images/banner_bg.png) no-repeat;*/
}

#faqBanner {
	/*clear: both;
	width: auto;
	height: 270px;
	padding: 0 40px;
	margin: 0 0 5px 0;
      border: 2px solid #000000;*/
	/*background: url(images/salesAdministrationBanner.jpg) no-repeat;*/
}

#banner h1 {
	margin: 0px;
	padding: 0px;
	padding: 80px 0 20px 0;	
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;	
}

#banner p {
	font-size: 30px;
	width: 400px;
	line-height: 30px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

/* end of banner */

#content {
	clear: both;
	position: relative;
	width: 956px;
	padding: 0 2px;
	background: url(images/content_middle.jpg) repeat-y;
  color: #636363;  
}

#teamContent {
	clear: both;
	position: relative;
	width: 956px;
	padding: 0 2px;
	background: url(images/content_middle.jpg) repeat-y;
  color: #636363;
}

#teamContent #content_top {
	position: absolute;
	width: 960px;
	height: 10px;
	top: 0;
	left: 0;
	background: url(images/content_top.jpg) no-repeat;
}

#teamContent h1 {
	font-size: 24px;
	color: #009dff;
	padding: 0 0 20px 0;
	margin: 0 0 10px 0;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;	
}


#content #content_top {
	position: absolute;
	width: 960px;
	height: 10px;
	top: 0;
	left: 0;
	background: url(images/content_top.jpg) no-repeat;
}

#content h1 {
	font-size: 24px;
	color:#525252;/* #83845A;*//*#009dff;*/
	padding: 0 0 20px 0;
	margin: 0 0 10px 0;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;	
}


A.menuLink:link {font-weight: bold; text-decoration: none; color: #969696}
A.menuLink:visited {font-weight: bold; text-decoration: none; color: #969696}
A.menuLink:active {font-weight: bold; text-decoration: none; color: #969696}
A.menuLink:hover {font-weight: bold; text-decoration: underline; color: #ffffff;}

A.bottomMenuLink:link {text-decoration: none; color:#c6ca1d}/* #c6ca1d*/
A.bottomMenuLink:visited {text-decoration: none; color: #c6ca1d}/* #c6ca1d*/
A.bottomMenuLink:active {text-decoration: none; color: #c6ca1d}/* #c6ca1d*/
A.bottomMenuLink:hover {text-decoration: underline}


A.faqLink:link {text-decoration: none; color: #4F94CD; font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif; font-size:12px }
A.faqLink:visited {text-decoration: none; color: #4F94CD; font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif; font-size:12px}
A.faqLink:active {text-decoration: none; color: #4F94CD; font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif; font-size:12px}
A.faqLink:hover {text-decoration: underline}

A.mapLink:link {text-decoration: none; color: #9c9c9c}
A.mapLink:visited {text-decoration: none; color: #9c9c9c}
A.mapLink:active {text-decoration: none; color: #9c9c9c}
A.mapLink:hover {text-decoration: underline}

A.mailLink:link {text-decoration: none; color: #00688B}
A.mailLink:visited {text-decoration: none; color: #00688B}
A.mailLink:active {text-decoration: none; color: #00688B}
A.mailLink:hover {text-decoration: underline}

A.teamRightLink:link {text-decoration: none; color: #000000}
A.teamRightLink:visited {text-decoration: none; color: #000000}
A.teamRightLink:active {text-decoration: none; color: #000000}
A.teamRightLink:hover {text-decoration: none}

A.teamRightHeader:link {text-decoration: underline; color: #1C86EE; font-weight: bold;}
A.teamRightHeader:visited {text-decoration: underline; color: #1C86EE; font-weight: bold;}
A.teamRightHeader:active {text-decoration: underline; color: #1C86EE; font-weight: bold;}
A.teamRightHeader:hover {text-decoration: underline; color: #1C86EE; font-weight: bold;}


A.right_column:link {text-decoration: none; color: #EFFA87; font-weight: bold;}
A.right_column:visited {text-decoration: none; color: #EFFA87; font-weight: bold;}
A.right_column:active {text-decoration: none; color: #EFFA87; font-weight: bold;}
A.right_column:hover {text-decoration: underline; color: #D2E32E; font-weight: bold;}  /*060606*/

A.main_right_column:link {text-decoration: none; color: #EFFA87; font-weight: bold;}
A.main_right_column:visited {text-decoration: none; color: #EFFA87; font-weight: bold;}
A.main_right_column:active {text-decoration: none; color: #EFFA87; font-weight: bold;}
A.main_right_column:hover {text-decoration: none; color: #D2E32E; font-weight: bold;}  /*060606*/

A.right_column_head:link {text-decoration: underline; color: #D2E32E; font-weight: bold;}
A.right_column_head:visited {text-decoration: underline; color: #D2E32E; font-weight: bold;}
A.right_column_head:active {text-decoration: underline; color: #D2E32E; font-weight: bold;}
A.right_column_head:hover {text-decoration: underline; color: #D2E32E; font-weight: bold;}  /*060606*/

A.download:link {text-decoration: none; color: #FF6633; font-weight: bold;}
A.download:visited {text-decoration: none; color: #FF6633; font-weight: bold;}
A.download:active {text-decoration: none; color: #FF6633; font-weight: bold;}
A.download:hover {text-decoration: underline; color: #FF0000; font-weight: bold;}  /*060606*/


#teamContent h2 {
	font-size: 20px;
	color: #a1a1a1;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;	
}

#content h2 {
	font-size: 20px;
	color: #525252;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;	
}

#content h3
 {
	font-size: 16px;
	color: #c6ca1d;
	padding: 0 0 5px 30px;
	margin: 0 0 5px 0;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;	
	background: url(images/events.png) top left no-repeat;
}

#content img {
	float: left;
	/*border: 3px solid #221e1f;*/
	margin: 3px 30px 5px 0;
}
#teamContent .content_section_01 {
	clear: both;
	width: 876px;	
	padding: 40px;
	background-color: #ffffff;
	
}


#content .content_section_01 {
	clear: both;
	width: 876px;
	height: 50px;
	padding: 40px;
	background-color: #ffffff;
	/*border: 10px solid #B9B9BA;*/
	/*background: url(images/linBG_top.png) left no-repeat;*/
	background: url(images/content_middle.jpg) center no-repeat;
	
}



.content_section_01 .section_01_left {
	float: left;	
	width: 556px;
	padding-right: 40px;
	/*border: 10px solid #B9B9BA;*/
}
.content_section_01 .section_01_left_main {
	float: left;	
	width: 556px;
	padding-right: 40px;	
	padding-left: 20px;	
	padding-top: 3px;	
	color: #282827;

	
	/*background: url(images/lineBG.png) left no-repeat;
	border: 1px solid #B9B9BA;*/
}

.content_section_01 .financial_left {
	float: left;
	width: 556px;
	padding-right: 40px;
	/*border-right: 1px solid #333;*/
}

.content_section_01 .teamLeft
 {
	float: left;
	width: 580px; /*556px;*/
	padding-right: 40px;
	/*border-right: 1px solid #333;*/
}

.content_section_01 .contactUsLeft {
	float: left;
	width: 556px;
	padding-right: 40px;
	/*border-right: 1px solid #333;*/
}


.content_section_01 .section_01_right {
	float: right;
	width: 225px;
	border-left: 1px dotted #B9B9BA;
	padding-left: 20px; 
	/*background: url(images/right_column_bg.png) center repeat;*/
}


.content_section_01 .financialRight {
	float: left;
	width: 238px;
}

.content_section_01 .teamRight
{
 	float: left;
	width: auto; /*100px;*/
}

.content_section_01 .contactUsRight {
	float: left;
	width: 238px;
}



.section_01_left p{
	padding-bottom: 10px;
	text-align: justify;
}

.section_01_right p{
	padding-bottom: 5px;
	text-align: justify;
}

.middle_boxes
{
 text-align: left;
 width: 900px;
 height: 180px; 
 /*border: 1px solid #000000;*/
 padding-top: 25px;
}

#teamContent .content_section_02 {
	clear: both;
	color: #CCC;
	width: 956px;
	padding: 0px;
	border-top: 1px solid #2c2829;
	background-color: #221e1f;	
}

/*-#content .content_section_02 {*/
.content_section_02 {
	clear: both;
	color: #CCC;
	width: 949px;
	height: 175px;	
	padding-left: 5px;
	text-align: center;
	border: 2px solid #ffffff;
	/*background: #221e1f;*/
    background: #ffffff url(images/lineBG.png) left no-repeat;
	/*background: url(images/longBG.gif) left repeat;*/
}

.section_02_subsectionHead
{
  padding-top: 15px;  
}
.section_02_subsectionHead
{
  color: #4E4E4D;
  font-size: 24px;
}
.section_02_subsectionContent
{
 padding-top: 30px;
 color: #4E4E4D;
 padding-left: 5px;
}
.content_section_02 p {
	text-align: left;
}

.content_section_02 .section_02_subsection {
	float: left;
	width: 238px;
	margin: 0px 0px;
	padding: 0 40px;	
   height: 174px;
	/*border-right: 1px solid #332e30;*/
	/*background-color: #221e1f;	*/	
}
.section_02_subsectionImg
{
	float: left;
	width: 238px;
	margin: 0px 0px;	
   height: 174px;    
}
.section_02_subsectionImg2
{
	float: left;
	width: 238px;
	margin: 0px 0px;	
	padding: 0 80px;	
   height: 174px;    
}
.section_02_subsectionImg3
{
	float: left;
	width: 238px;
	margin: 0px 0px;	
	padding: 0 0px;	
   height: 174px;    
}

.section_02_subsection li a {
	color: #e7eaeb;
	font-weight: normal;
}

.section_02_subsection ul {
	margin: 20px 0 10px 10px;
	padding: 0px;
	list-style: none;
}



.section_02_subsection li {
	margin: 0px;
	padding: 0 0 15px 25px;
	background: url(images/list_icon_02.jpg) top left no-repeat;
}

table.staffTable td.staffTop
 {
   background: url(images/staffTopRepeat.jpg) repeat;  
 }

table.staffTable td.staffLeftSide
{
background: url(images/staffLeftRepeat.jpg) repeat;  
}
table.staffTable td.rightRepeat
{
background: url(images/staffRightRepeat.jpg) repeat;  
}
table.staffTable td.staffBottomRepeat
{
background: url(images/staffBottomRepeat.jpg) repeat;  
}
 
table.staffInnerTable
{
 background: #5E5A5B;
 color: #E0E0E0;
}
table.staffInnerTable td.photoTD
{
 border-right: 1px dotted #C5C1C1;
 /*background: #999697;*/
height: 200
}

table.photoTable
{
}
table.photoTable td.photoTD
{
 border: 5px solid #C5C1C1;
 background: #999697;
 height: 200
}



table.staffTable td.staffTopLeft
{
 }

 td.disclaimerTD
 {
   padding-left: 20px;
 }


/* footer */
#footer {
	clear: both;
	width: 960px;
	height: 65px;
	padding: 15px 0 0 0;
	text-align: center;
	color: #888;
	background: url(images/footer.jpg);
	/*border: 2px solid #ffffff;*/
}

#footer p {
	padding-bottom: 0px;
}

#footer a {
	color: #888;
	font-weight: normal;
}
/* end of footer */


input.ContactButton
{ 
  outline: none;
  border: 1px solid #A9A8A9;
  color:#F3F1F2; 
  /*font: bold small 'trebuchet ms',helvetica,sans-serif; */
   font: small 'trebuchet ms',helvetica,sans-serif;  
  background: #353434;
 /*border: 1px solid #32B0C2;*/
} 
