/* CSS Document */
@import "reset.css";
@import "type.css";
body {
	text-align:center;
}
#wrapper {
	width:984px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	font-size::62.5%;
	background-color:#FFF;
	background-image:url(images/back.jpg);
	background-repeat:repeat-y;
}
#banner{
	background-image:url(images/top-menu.jpg);
	width:984px;
	height:148px;
	position:relative;
}
#top_menu{
	position:absolute;
	left:55px;
	top:67px;
	width:414px;
	height:26px;
}
#top_menu li{
	float:left;
	width:55px;
	height:26px;
	background-image:url(images/top-menu_li.jpg);
	background-repeat:no-repeat;
	margin-left:3px;
}
#top_menu .active{
	background-image:url(images/top-menu_li.jpg);
	background-position:0px -26px;
	background-repeat:no-repeat;
}
#top_menu li a{
	display:block;
	width:55px;
	height:17px;
}

#top_info{
	position:absolute;
	right:52px;
	top:78px;
	width:407px;
	height:26px;
	text-align:right;
}

#services_menu{
	position:absolute;
	left:52px;
	top:104px;
	width:419px;
	height:26px;
}

#content{
	width:984px;
	background-image:url(images/swoop.jpg);
	background-repeat:no-repeat;
	background-position:98% 100%;

}
#left_side{
	float:left;
	margin-left:29px;
	display:inline;
	width:618px;
}
#profiles_text{
	float:left;
	display:inline;
	width:455px;
}

#profiles_text img{
	float:left;
	margin-right:3px;
	margin-bottom:2px;
}

#profiles_list{
	float:left;
	margin-left:12px;
	display:inline;
	width:144px;
}
#image_block{
	height:191px;
	width:618px;
	position:relative;
}
#right_menu{
	width:292px;
	height:166px;
	margin-top:13px;
}
#right_menu li{
	width:292px;
	height:38px;
	margin-bottom:3px;
}
#right_menu li a{
	display:block;
	width:249px;
	height:26px;
}

#right_menu li a:hover{
	background-position:0px -38px;	
}

#right_menu .pager a{background-image:url(images/left_menu_pager.jpg);}
#right_menu .emergency a{background-image:url(images/left_menu_emergency.jpg);}
#right_menu .private_clients a{background-image:url(images/left_menu_private_clients.jpg);}
#right_menu .legal_aid a{background-image:url(images/left_menu_legal_aid.jpg);}

#right_menu li .active{
	background-position:0px -76px;
}
#right_menu .active a:hover {
background-position:0 -76px;
}

#right_side{
	float:right;
	width:292px;
	margin-right:33px;
	display:inline;
}

#footer{
	width:984px;
	clear:both;
	height:17px;
	background-image:url(images/footer2.jpg);
}
.mceEditor, .mceLayout, #textinput_tbl, .mceText, .left_margin {
	margin-left:12px;
}

