@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 1em;
	text-align: center;
	background-color: #e3ebee;
}

td {vertical-align: top; }
img {border: 0; }

h1 {
	color: #005677;
	font-size: 1.2em;
}

h2 {
	color: #00aeef;
	font-size: 1.1em;
}

h3 {
	color: #005677;
	font-size: 1em;
}


ul {
	margin-left: 32px;
	padding: 0;
	list-style-image: url(template/rongas.png);
}

li {
	padding-top: 8px;
}

ol {
	list-style: decimal;
}

.contentcol {
	text-align: left;
	width: 720px;
	margin: 0 auto;
	background-color: #fff;
}

.candidates img {
	border: 1px solid #005677;
}

.candidates td p {
	font-size: .8em;
}

.error {
	background-color: #f99;
	font-weight: bold;
	text-align: center;
	padding: 12px;
}

.success {
	background-color: #6c9;
	font-weight: bold;
	text-align: center;
	padding: 12px;
}

#main {
	padding-top: 4px;
}

#main_c {
	margin: 0 8px;
}

#header {
	height: 150px;
  background: url(template/header.jpg)
}

/* TOP MENU */

#menu {
	padding: 128px 0 0 350px;
	font-weight: bold;
}

#menu a:link, #menu a:visited {
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
}

#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	background: none;
}

#menu ul li {
	display: inline;
	padding: 8px 0 8px 8px;
	color: #fff;
}

#menu ul li a {
	color: #fff;
}

#menu ul li.active {
	background: url(template/activemenu-left.png) no-repeat top left;
}

#menu ul li.active a, #menu ul li.active span {
	background: url(template/activemenu-right.png) no-repeat top right;
	color: #245;
	padding: 8px 8px 8px 0;
}

/* BOTTOM MENU */
#bottommenu {
	text-align: center;
	font-size: .8em;
}

#bottommenu a:link, #bottommenu a:visited {
	text-decoration: none;
}

#bottommenu a:hover {
	text-decoration: underline;
}

#bottommenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	background: none;
}

#bottommenu ul li {
	display: inline;
	padding: 8px 0 8px 8px;
}

#bottommenu ul li a {
	color: #245;
}

#bottommenu ul li.active {
	font-weight: bold;
}

#contentheader {
	padding: 0;
	font-size: .8em;
}

#contentheader div.contentcol {
	background: #fff url(template/contentheader-shadow.png) repeat-x bottom left;
	padding: 16px 0;
}

#contentheader h1 {
	color: #245;
	margin: 0;
	background: none;
	font-size: 1.4em;
	padding: 2px 0;
}

#contentheader p {
	color: #111;
	margin: 0;
	padding: 0;
}

#rightcol {
	float: right;
	width: 300px;
}

#content {
	width: 630px;
}

#widecontent {
	width: 100%;
}

#footer {
	margin-top: 12px;
	padding: 18px 0;
	border-top: 1px solid #245;
	background-color: #fff;
}

#location {
	padding: 0 8px;
}

#credits {
	font-size: 9px;
	text-transform: uppercase;
	margin-bottom: 32px;
	text-align: right;
	color: #999;
	padding-right: 24px;
}

#credits a {
	padding: 3px;
	text-decoration: none;
}

#credits a:link, #credits a:visited {
	border: 1px solid #e3ebee;
	color: #999;
}

#credits a:hover {
	border: 1px solid #ccc;
	color: #666;
	background-color: #ddd;
}

