@import url("editor.css");
@import url("services.css");

body {
	background-color: #DCE8C4;
}

/* WRAPPER */
#wrapper {
	width: 850px;
	margin: 10px auto;
}
/* CONTAINER */
#container {
	padding: 20px;
	background-color: #fff;
}
/* HEADER */
#header {
	clear: both;
	padding-top: 125px;
	background: #fff url("../gfx/header.jpg") no-repeat;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
/* TITLE BAR */
#titlebar {
	color: #fff;
	line-height: 27px;
	background-color: #CC006B;
	letter-spacing: 3px;
	font-size: 12px;
	font-weight: bold;
	padding: 0 12px;
}
/* NAVIGATION BAR */
#navbar {
	background-color: #CC006B;
}
#navbar ul {
	list-style-type: none;
	margin: 0 0 0 2px;
	padding: 0;
}
#navbar li {
	display: inline;
	margin: 0;
	padding: 0;
}
#navbar li a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 28px;
	padding: 0 10px;
	border-right: 1px solid #fff;
}
#navbar li a:hover {
	text-decoration: underline;
}
#navbar li a.active {
	font-weight: bold;
}
/* SEARCH BOX */
#navbar #search {
	float: right;
	line-height: 28px;
	margin-right: 25px;
}
#navbar #search input.text {
	padding: 2px;
	border: 1px solid #999;
	margin-right: 5px;
	background-color: #fff;
}
#navbar #search input.submit {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	color: #fff;
	border: none;
	background-color: #CC006B;
}
/* ROUTE */
#route {
	padding: 0 0 0 20px;
	line-height: 26px;
	background-color: #060;
}
#route, #route a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	line-height: 26px;
	text-decoration: none;
	font-weight: bold;
}
#route a:hover {
	text-decoration: underline;
}

/* MAIN */
#main {
	background-color: #eee;
	overflow: hidden;
	zoom: 1;
}
/* SIDEBAR */
#sidebar {
	float: left;
	width: 220px;
	background-color: #ccc;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-bottom: 1000em;
	margin-bottom: -1000em;
	border: 1px solid #ccc;
}
/* SUBMENU */
#submenu {
	margin-bottom: 25px;
}
#submenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-position: outside;
	background-color: #ccc;
}
#submenu ul ul {
	margin: 0;
	padding: 0 0 0 20px;
}
#submenu ul li {
	margin: 0;
	padding: 0;
}

#submenu li a {
	text-decoration: none;
	font-size: 11px;
	color: #060;
	display: block;
	line-height: 16px;
	padding: 12px 12px 12px 22px;
	background: #DCE8C4 url("../gfx/submenu_link.gif") no-repeat 10px center;
	border: 1px solid #eee;
	border-top: none;
	zoom: 1;
}
#submenu li a:hover {
	background-color: #BDDDAA;
	border-right: 1px solid #BDDDAA;
}
#submenu li a.active {
	text-decoration: underline;
}
#submenu li a.back_link {
	background: transparent url("../gfx/back_link.gif") no-repeat 10px center;
}

/* CONTENT */
#content {
	margin-left: 220px;
	padding: 20px;
}

/* FOOTER */
#footer {
	clear: both;
	font-size: 9px;
	color: #fff;
}
#footer a {
	color: #fff;
	text-decoration: none;
}

/* EMEDIA SIGNATURE */
#signature {
	float: right;
}
#signature, #signature a {
	color: #fff;
	font-family: Verdana, Arial;
	font-size: 9px;
	line-height: 16px;
	text-align: right;
}
#signature a {
	text-decoration: none;
	font-weight: bold;
}


