body{
	background-color		: #FFF;
	font-family				: Verdana;
	font-size				: 12px;
	color					: #000;
	margin					: 10px 0 0 0;	
	text-decoration			: none;
}

#wrapper {
	width					: 640px;
	padding               	: 0;
	text-align				: left;
	margin					: 0px auto;
    background              : url('../images/top_people.jpg') no-repeat 10px top;
}

#header {
	width					: 100%;
	height					: 325px;
	padding					: 0;
	margin					: 0;
    position                : relative;
    z-index                 : -1;
}

div#header div#popupmenu {
    margin                  : 50px 0 0 50px;    
}

.clear {
	clear					: both;
}

#logos {
    width                   : 100%;
    height                  : 89px;
    margin                  : 0 0 0 10px;
    padding                 : 0;
}

#services_logo,
#consulting_logo {
    width                   : 294px;
    float                   : left;
    margin                  : 0;
    padding                 : 0;
}


#consulting_logo {
    margin                  : 1px 0 0 10px;    
}

#services_block {
    width                   : 310px;
    margin                  : 10px 0 0 5px;
    float                   : left;
}

#services_block_top {
    width                   : 100%;
    height                  : 46px;
    background              : url('../images/services_block_top.jpg') no-repeat top left;
}

#services_block_top h1 {
    font-size               : 14px;
    color                   : #fff;
    margin                  : 0;
    padding                 : 5px 0 0 55px;
    line-height             : 46px;
    /* background              : url('../images/services_block_h3.jpg') no-repeat 21px 12px; */
}

#services_block_content {
    width                   : 100%;
    background              : url('../images/services_block_content.jpg') repeat-y top left;
}

#services_block_content_top {
    width                   : 100%;
    height                  : 14px;
    margin                  : 0;
    padding                 : 0;
    background              : url('../images/services_block_content_top.jpg') no-repeat top left;
}

#services_block_content_inner {
    width                   : 100%;
    margin                  : 0;
    padding                 : 0;
    min-height              : 200px;
    background              : url('../images/services_block_content_repeat.jpg') repeat-y top left;
}

#services_block_content_inner ul {
    margin                  : 0 0 0 35px;
    padding                 : 0;
    list-style-type         : none;
    width                   : 245px;
    color                   : #414141;
}

#services_block_content_inner ul li {
    margin                  : 0;
    padding                 : 0 0 5px 15px;
    background              : url('../images/ul_image.jpg') no-repeat left 5px;
}

#services_block_content_inner ul li a {
    color                   : #414141;
    text-decoration         : none;
    font-size               : 11px;
}

#services_block_content_inner ul li a:hover {
    text-decoration         : underline;
    color                   : #414141;
}

#services_block_content_bottom {
    width                   : 100%;
    height                  : 17px;
    margin                  : 0;
    background              : url('../images/services_block_content_bottom.jpg') no-repeat top left;
}

#services_block_bottom {
    width                   : 100%;
    height                  : 36px;
    background              : url('../images/services_block_bottom.jpg') no-repeat top left;
}

#cons_block {
    width                   : 310px;
    margin                  : 10px 0 0 5px;
    float                   : left;
}

#cons_block_top {
    width                   : 100%;
    height                  : 46px;
    background              : url('../images/cons_block_top.jpg') no-repeat top left;
}

#cons_block_content {
    width                   : 100%;
    background              : url('../images/cons_block_content.jpg') repeat-y top left;
}

#cons_block_top h1 {
    font-size               : 14px;
    color                   : #fff;
    margin                  : 0;
    padding                 : 5px 0 0 45px;
    line-height             : 46px;
    /* background              : url('../images/cons_block_content_h3.jpg') no-repeat 21px 12px; */
}

#cons_block_content_top {
    width                   : 100%;
    height                  : 13px;
    margin                  : 0;
    padding                 : 0;
    background              : url('../images/cons_block_content_top.jpg') no-repeat top left;
}

#cons_block_content_inner {
    width                   : 100%;
    margin                  : 0;
    padding                 : 0;
    background              : url('../images/cons_block_content_repeat.jpg') repeat-y top left;
}

.slick-rss-container {
    min-height              : 185px;
}

#cons_block_content_inner ul {
    margin                  : 0 0 0 35px;
    padding                 : 0;
    list-style-type         : none;
    width                   : 245px;
    color                   : #414141;
}

#cons_block_content_inner ul li {
    margin                  : 0;
    padding                 : 0 0 5px 15px;
    background              : url('../images/ul_image.jpg') no-repeat left 5px;
}

#cons_block_content_inner ul li a {
    color                   : #414141;
    text-decoration         : none;
    font-size               : 11px;
}

#cons_block_content_inner ul li a:hover {
    text-decoration         : underline;
    color                   : #414141;
}

#cons_block_content_bottom {
    width                   : 100%;
    height                  : 19px;
    margin                  : 0;
    background              : url('../images/cons_block_content_bottom.jpg') no-repeat top left;
}

#cons_block_bottom {
    width                   : 100%;
    height                  : 37px;
    background              : url('../images/cons_block_bottom.jpg') no-repeat top left;
}

#more_news {
    margin                  : 0 0 0 35px;
    position                : relative;
    bottom                  : 0px;
}

#footer {
	clear					: both;
	font-size				: 12px;
	text-align				: right;
	padding					: 12px;
	line-height				: 18px;
	width					: 780px;
	color					: #fff;
	position				: relative;
    display                 : none;
}

#footer p {
	margin					: 0;
	padding					: 0;
	letter-spacing			: 0.5px;
	float					: left;
}

#footer a:link, #footer a:visited {
	text-decoration			: none;
}

#footer a:hover {
	text-decoration			: underline;
}

.highlight {
	color					: #164365;
	text-decoration			: none;
	font-size				: 11px;
	font-weight				: bold;
}

.highlight a, .highlight a:visited {
	color					: #164365;
	text-decoration			: none;
	text-indent				: 20px;
}

.highlight a:hover {
	color					: #6F6F6F;
	text-decoration			: underline;
	text-indent				: 20px;
}

a, a:visited {
	color					: #164365;
	text-decoration			: underline;
}

a:hover {
	color					: #6F6F6F;
	text-decoration			: none;
}

h1 {
	font-family				: Verdana;
	font-size				: 16px;
	color					: #164365;
	font-weight				: bold;
}

img {
	border					: none;
}

/*---------Grizzly Menu-----------*/
#seo_links {
	margin					: 0 0 10px 35px;
	width					: 100%;
	padding					: 0;
}

#seo_links a {
    font-size               : 10px;
    color                   : #414141;
    text-decoration         : none;
}
/* END */
