* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background: #FFFFFF url(images/bg_grid.gif) repeat;
 color: #544C40;
}
#wrapper { 
 margin: 0 auto;
 width: 1024px;
}
#header {
 width: 944px;
 color: #333;
 padding: 10px 40px 10px 40px;
 border-bottom: 1px solid #ccc;
 height: 200px;
 margin: 10px 0px 0px 0px;
 background: #4F5957 url("images/cl_text.gif") 40px 40px no-repeat;
}
#content { 
 width: 944px;
 color: #333;
 border: 0px solid #ccc;
 background: #4F5957;
 margin: 0px 0px 0px 0px;
 padding: 30px 40px 50px 40px;
 min-height: 340px;
}
p a,td a {
	color:#544C40;
	text-decoration:underline;
}
p a:hover,td a:hover {
	text-decoration:none;
}

#footer { 
 width: 1004px;
 color: #FFF;
 border-top: 1px solid #ccc;
 background: #4F5957;
 margin: 0px 0px 0px 0px;
 padding: 5px 10px 5px 10px;
 height:14px;
}
#footer a {
	color:#FFF;
	text-decoration:none;
}
#footer a:hover {
	color:#99B580;
	text-decoration:none;
}
#footer p {
	margin:0;
	padding:0;
    float: right;
	line-height: 12px;
	font-family: Arial, sans-serif;
	font-size:11px;
	font-weight:normal;
}
#footer p.left {
    float:left;
}
#footer p.right {
    float:right;
}

.menu1 {
	margin:0;
	padding:0;
    list-style-type: none;
  	font-family: Arial, sans-serif;
	font-size:14px;
	font-weight:bold;
	margin-top:120px;
	color: #FFF;
    /* zoom triggers hasLayout on IE, ignored by others
    Necessary for the clearfix */
    zoom: 1;
}

.menu1 ul {
    list-style-type:none;
	margin:0;
	padding:0;
}

.menu1:after {
    /* This lets the .menu1 auto-clear its floated contents */
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.menu1 li {
    float: left;
    margin: 0;
    padding: 0 15px 0 18px;
	line-height:15px;
    /* Place background (disc image) here w/ appropriate padding */
	background: url(images/menu-bullet.gif) top left no-repeat;
}

.menu1 li.last {
    background: none;
}

.menu1 a:link, .menu1 a:visited {
    display: block;
    color: #fff;
    text-decoration: none;
}

.menu1 a:hover {
	color:#99B580;
    text-decoration: none;
}

.menu1 a.selected, .menu1 a.selected:hover {
    color: #99B580;
    background: transparent;
    text-decoration: none;
}
.menu1 li a.current {
	color:#99B580;
	text-decoration:none;
}


.sub-top-menu {
  	font-family: Arial, sans-serif;
	font-size:13px;
	font-weight:bold;
	color: #FFF;
}
.sub-top-menu a {
	color:#FFF;
	text-decoration:none;
	padding: 0 10px 0 10px;
}
.sub-top-menu a:hover {
	color:#E2DDAA;
	text-decoration:none;
}
.sub-top-menu a.current {
	color:#E2DDAA;
	text-decoration:none;
}


.home-left, .sub-left, .sub-left-clients, .sub-left-consultants {
    position: relative;
    border: 1px solid #FFF;
	padding:10px;
	width: 280px;
	height:320px;
	background: #333 url(images/welcome_image.jpg) no-repeat;
	color: #FFF;
	float: left;
}
.sub-left {
	background: #333 url(images/about_us_image.jpg) no-repeat;
}
.sub-left-clients {
	background: #333 url(images/clients_image.jpg) no-repeat;
}
.sub-left-consultants {
	background: #333 url(images/consultants_image.jpg) no-repeat;
}
.home-mid {
    position: relative;
    border: 1px solid #FFF;
	padding:10px;
	width: 280px;
	height:320px;
	background: #F3F2DB;
	float: left;
	margin-left:20px;
	overflow: auto;
}
.home-right {
    position: relative;
    border: 1px solid #FFF;
	padding:10px;
	width: 280px;
	height:320px;
	background: #F3F2DB;
	float:right;
	overflow: auto;
}

.sub-right {
    position: relative;
    border: 1px solid #FFF;
	padding:10px;
	width: 600px;
	height:320px;
	background: #F3F2DB;
	float:right;
	overflow: auto;
}

.sub-left-menu {
  	font-family: Arial, sans-serif;
	font-size:21px;
	font-weight:bold;
    position: absolute;
	bottom: 10px;
	right: 10px;
	line-height:20px;
}
.sub-left-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sub-left-menu li {
    margin: 0;
    padding: 0;
	width:280px;
	background: url(images/cream_arrow.png) center right no-repeat;
	border-top: 1px solid #F3F2DB;
    padding: 15px 0px 0px 0px;
	height:40px;
}
.sub-left-menu li a {
	color:#F3F2DB;
	text-decoration:none;
}
.sub-left-menu li a:hover, .sub-left-menu ul li:hover a {
	color:#99B580;
	text-decoration:none;
}


.home-left h1, .home-mid h1, .home-right h1, .sub-left h1 {
    padding-bottom:22px;
}

.learn-more {
    position: absolute;
	bottom: 40px;
	right: 10px;
	/* background: url(images/blue_arrow.gif) bottom right no-repeat; */
	line-height:36px;
	padding-right:0px;
}
.learn-more a {
	color:#544C40;
	text-decoration:underline;
}
.learn-more a:hover {
	text-decoration:none;
}

h1,h2,h3 {
  	font-family: Arial, sans-serif;
	color: #544C40;
	padding: 0px 0 10px 0;
}
h1 {
    font-size: 22px;
	line-height: 20px;
}
h3 {
    font-size: 13px;
	border-bottom: 1px solid;
	line-height: 1.6em;
}
p {
    padding: 6px 0 12px 0;
	line-height: 1.6em;
	text-align: justify;
}
hr {
      border-top: 1px dashed #999;
      border-bottom: 0;
      color: #999;
      height: 1px;
	  margin-top: 6px;
}

ul,ol{
    padding-left:20px;
}
ul {
    list-style-type: square;
}
li {
    padding-bottom: 10px;
}