
/* = general
-------------------------------------------------- */
* {
	font-family: arial, sans-serif;
	font-size: 100%;
	line-height: 1.4;
	padding: 0;
	border: 0;
	margin: 0;
}

body {
	font-size: .8125em;
	color: #8e989c;
	background: #fff;
}

h1 {
	font-size: 3.4615em;
	font-weight: normal;
	line-height: 1.25;
	padding: 28px 0 0 53px;
	margin-bottom: .18em;
}

h1 a {
	display: block;
}

h1 img {
	display: block;
	margin-left: -53px;
}

h2 {
	color: #666;
	padding-top: 1px;
	border: 1px dashed #bec7ca;
	border-width: 1px 0;
}

h3 {
	font-size: 1.8461em;
	font-weight: normal;
	line-height: 1;
	margin-bottom: .97em;
}

p,
ol li {
	margin-bottom: .5em;
}

ul {
	list-style: none;
}

ol {
	margin: 0 0 .5em 1.5em;
}

a {
	outline: 0;
	text-decoration: none;
	color: #8e989c;
}

a:hover,
a:focus,
a:active {
	color: #d91921;
}

#main {
	width: 860px;
	margin: 0 auto;
}

.hidden {
	display: none;
}

/* clearfix */
#nav:after {
	content: " ";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
/* /general */

/* = navigation
-------------------------------------------------- */
#nav {
	padding: 15px 0;
	margin-right: -20px;
}

#nav li {
	display: block;
	float: left;
	background: url(../../images/portal/shadow.png) no-repeat right bottom;
	width: 420px;
	height: 315px;
	padding: 0 7px 7px 0;
	margin: 0 13px 13px 0;
}

#nav li a {
	position: relative;
	display: block;
	background-repeat: no-repeat;
	height: 100%;
}

#nav li a span {
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	text-indent: -1000em;
	background: url(../../images/portal/arrow_large.png) no-repeat 0 0;
	width: 40px;
	height: 40px;
}

#nav li a:hover span,
#nav li a:focus span,
#nav li a:active span {
	background-position: 0 -100px;
}
/* /navigation */

/* = side navigation
-------------------------------------------------- */
#side-nav {
	clear: both;
	float: left;
	width: 200px;
}

#side-nav li a {
	display: block;
	font-weight: bold;
	color: #fff;
	background: #8e989c url(../../images/portal/arrow.png) no-repeat 0 0;
	padding: 0 0 1px 28px;
	margin-bottom: .8em;
}

#side-nav li a:hover,
#side-nav li a:focus,
#side-nav li a:active {
	background-position: 0 -100px;
}
/* /side navigation */

/* = content
-------------------------------------------------- */
#content {
	padding: 0 0 2em 220px;
}
/* /content */

/* = footer
-------------------------------------------------- */
#foot {
	clear: both;
	background: #fff;
	width: 860px;
	padding: .3em 0 1.45em 0;
	border-top: 1px solid #8e989c;
}

#foot li {
	display: inline;
	font-size: .8461em;
	background: url(../../images/portal/separator.png) no-repeat left center;
	padding: 0 .7em 0 1.1em;
}

#foot li.first {
	background: none;
	padding-left: 0;
}

#foot li strong {
	font-weight: normal;
	color: #d91921;
}
/* /footer */

