@import url("editor.css");
@import url("services.css");
@import url("news_syndicate.css");
@import url("blog.css");

body {
	background-color: white;
}

/* WRAPPER */
#wrapper {
	width: 787px;
	margin: 0px auto;
	position: relative;
}
/* HEADER */
#header {
	height: 207px;
	background: transparent url("../gfx/header.jpg") no-repeat 0 24px;
	overflow: hidden;
	position: relative;
}
#header #top_links{
	position: absolute;
	right: 0;
	top: 4px;
}
#header #top_links a{
	color: #333333;
	text-transform: uppercase;
	padding: 0px 10px 0 20px;
	font-size: 11px;
	text-decoration: none;
}
#header #top_links a.links{background: transparent url("../gfx/top_links.gif") no-repeat left;}
#header #top_links a.map{background: transparent url("../gfx/top_map.gif") no-repeat left;}
#header #top_links a.feedback{background: transparent url("../gfx/top_feedback.gif") no-repeat left;}
#header #top_links a.search{background: transparent url("../gfx/top_search.gif") no-repeat left;}

#header #top_navigation {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 33px;
	width: 787px;
	background: url(../gfx/navi_top.gif);
}
#header #top_navigation ul{

}
#header #top_navigation ul li{
	list-style: none;
	float: left;
	margin: 0;
	background-image: none;
	padding: 0;
}
#header #top_navigation ul li a{
	display: block;
	color: white;
	text-transform: uppercase;
	padding: 10px 15px;
	text-decoration: none;
	background: url(../gfx/navi_top_line.gif) no-repeat right;
}
#header #top_navigation ul li a.active{
	text-decoration: underline;
}
#header #top_navigation ul li a:hover{
	color: green;
}



/* MAIN */
#main {
	overflow: hidden;
	zoom: 1;
	margin: 15px 0;
}

/* SIDEBAR */
#sidebar {
	width: 215px;
	padding: 0 15px 0 0;
	float: left;
	padding-bottom: 1001em;
	margin-bottom: -1000em;
	background: url(../gfx/navigation_left_line.gif) repeat-y right;
	overflow: hidden;	
}
#sidebar #new_box{
	margin-left: 10px;
}
#sidebar #text_box{
	margin-top: 20px;
	margin-left: 10px;
}
#sidebar .left_title{
	border-bottom: solid 1px #0089cf;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	padding-bottom: 2px;
}
	#sidebar .left_title .htmldata_controls{
		position: absolute;
		top: 0;
		right: 0;
	}
/* NAVIGATION */
#sidebar #navigation {
    margin: 0 0 1em 1em;
}
#sidebar #navigation ul {
    padding: 0;
    margin: 0;
	 border-top: solid 1px #cccccc;
}
#sidebar #navigation ul li {
    padding: 0;
    margin: 0;
	 background: none;
}
#sidebar #navigation ul li a {
	text-decoration: none;
	display: block;
	padding: 3px 0 3px 10px;
	color: #555555;
	border-bottom: solid 1px #cccccc;
}
#sidebar #navigation ul li a.active {
	font-weight: bold;
}
#sidebar #navigation ul li a:hover {
	text-decoration: none;
	background-color: #f4f4f4;
}
/* level 2 */
#sidebar #navigation ul ul {
   padding: 0;
   margin: 2px 0 2px 5px;
	border-left: solid 5px #cccccc;
}
/* lelev 3 */
#sidebar #navigation ul ul ul{
   padding: 0;
   margin: 2px 0 2px 5px;
	border-left: solid 5px #cccccc;
}
/* CONTENT */
#content {
	float: left;
	width: 527px;
	padding: 0 15px;
	overflow: hidden;
}

/* FOOTER */
#footer {
	clear: both;
	background: transparent url("../gfx/footer_background.gif") repeat-x;
	height: 51px;
	padding: 14px 5px 5px 5px;
	font-size: 11px;
	color: #8d8b8b;
	overflow: hidden;
	position: relative;
}
	#footer .htmldata_controls{
		position: absolute;
		top: 15px;
		left: 5px;
	}
/* EMEDIA SIGNATURE */
#signature {
	width: 787px;
	margin: 2px auto;
}
#signature, #signature a {
	color: #d0d0d0;
	font-family: Verdana, Arial;
	font-size: 9px;
	line-height: 16px;
	text-align: right;
}
#signature a {
	text-decoration: none;
	font-weight: bold;
}
