html, body, form {
	margin:0;
	padding:0;
}

body {
	background:#ccc;
	font:12px/1.4 Arial, Helvetica, sans-serif;
}

h1 {
	color:#5091a9;
	font:18px Georgia, "Times New Roman", Times, serif;
	margin:0 0 0.5em;
	text-transform:uppercase;
}

h2 {
	color:#5091a9;
	font-size:12px;
	margin:0;
}

.aside h2 {
	color:#000;
	font:bold 14px Arial, Helvetica, sans-serif;
	margin:0 0 0.5em;
	text-transform:uppercase;
}

p { margin:0 0 1em; }

a, img {
	border:0;
	outline:none;
}

a { color:#5091a9; }

.article a {
	background:url(../../gui/link_bg.png) no-repeat left center;
	padding-left:8px;
}

input, select, textarea { font:12px Arial, Helvetica, sans-serif; }

#canvas {
	background:#fff;
	margin:0 auto;
	padding:0 10px 10px;
	width:916px;
}

#header {
	background:#000 url(../../gui/header_bg.jpg) no-repeat center center;
	float:left;
	width:100%;
}

#header.big { background-position:center bottom; }

#header .container { padding:22px 22px 0; }

#logo {
	display:inline;
	float:left;
	margin:14px 0 24px;
}

.big #logo { margin:106px 0 75px 15px; }

#menu {
	clear:both;
	float:left;
}

#menu ul {
	list-style:none;
	margin:0;
	padding:0;
}

#menu li {
	background:url(../../gui/menu_bg.png) repeat-x left top;
	float:left;
	line-height:29px;
	margin-right:1px;
}

#menu li a {
	border:1px solid #d1d1d0;
	border-width:0 1px;
	color:#666;
	float:left;
	margin:1px -1px 0;
	position:relative;
	text-decoration:none;
	z-index:0;
}

#menu li a span {
	cursor:pointer;
	float:left;
	padding:0 1em;
	position:relative;
}

#menu li a:hover, #menu li.active a {
	background:url(../../gui/menu_bg.png) repeat-x left bottom;
	border-color:#446470;
	color:#fff;
	position:relative;
	z-index:9999;
}

#menu li a:hover span, #menu li.active a span {
	border-top:1px solid #446470;
	height:29px;
	margin-top:-1px;
}

#container {
	background:url(../../gui/container_bg.png) repeat-x bottom;
	float:left;
	padding-bottom:10px;
	width:100%;
}

#main {
	background:url(../../gui/content_bg.png) repeat-x top;
	float:left;
	width:100%
}

#content {
	float:left;
	padding:0 10px 10px;
	width:896px;
        background-color:#fff;
}

#footer {
	background:#4e7281;
	clear:both;
	color:#fff;
	font-size:11px;
	min-height:0;
	padding:5px;
	text-align:center;
}

#footer ul {
	list-style:none;
	margin:0;
	padding:0;
}

#footer li {
	display:inline;
	padding-right:1em;
}

#footer li a {
	border-left:1px solid #fff;
	color:#fff;
	padding-left:1em;
	text-decoration:none;
}

.breadcrumb {
	padding:10px 0;
	display:inline;
	float:left;
	width:100%;
}

.breadcrumb ol {
	background:url(../../gui/dot.png) no-repeat left 4px;
	color:#999;
	display:inline;
	float:left;
	font-size:10px;
	list-style:none;
	margin:0 0 0 20px;
	padding:0 0 0 10px;
}

.breadcrumb li {
	background:url(../../gui/dot.png) no-repeat right -20px;
	float:left;
	padding:0 10px 0 3px;
}

.breadcrumb .active {
	background:0;
	padding:0 2px;
}

.article {
	font-size:11px;
	padding:0 10px;
}

.article .article {
	float:none;
	margin:0 0 2em;
	padding:0;
}

.article .article img {
	float:right;
	margin:0 0 10px 10px;
}

.article ul {
	color:#f60;
	list-style-position:inside;
	margin:0 0 1em;
	padding:0;
}

.article ul strong {
	color:#000;
	font-size:12px;
}

.article ul ul {
	margin-left:3em;
}

ul.links {
	color:#5091a9;
}

ul.links ul li {
	list-style:none;
}

.quart { width:25%; }

.half { width:50%; }

.threefourth { width:75%; }

.section {
	float:left;
	padding:0 0 10px;
}

.section .section {
	padding:0;
	float:none;
}

.module {
	display:inline;
	float:left;
	margin:0 0 10px;
}

.left { float:left; }

.right { float:right; }

.centered { text-align:center; }

div.actions {
	font-size:12px;
	margin:1em 0;
	text-align:right;
}

.actions a {
	background:0;
	padding:0;
}

.actions a.print {
	background:url(../../gui/icon_print.png) no-repeat left bottom;
	color:#f60;
	padding-left:20px;
	text-decoration:underline;
}

.secondary-wrapper{
	width: 50%;
       float:right;
}

.secondary-wrapper .quart{
	width: 50%;
}
