/*

Original Author: Viktor Persson
URL: http://templates.arcsin.se

Many modifications made by studio threefiftyseven

*/

/* default elements */
* {margin: 0; padding: 0;}

body {
	background: #005A87;
	color: #4F4130;
	font: normal 70% Times, serif;
	padding: 0% 0 2%;
}

a {
	color: #6C5D4C;
}
a:hover {
	color: #333300;
}

big {font-size: 1.1em;}

h1,h2,h3 {
	color: #006598;
	padding: 8px 0 2px;
}

h1 {
	font-size: 2.2em;
	line-height: 150%;
	font-weight: normal;
}
h1 a {text-decoration: none;}
h1 a:hover {text-decoration: underline;}

h2 {
	font-size: 1.75em;
	line-height: 150%;
	font-weight: normal;
}
h3 {
	font-size: 1.5em;
	line-height: 150%;
	font-weight: normal;
}

blockquote {
	display: block;
	font: italic 1.1em Georgia, serif;
	padding-left: 26px;
	color: #4F4130;
}

form,table {margin-bottom: 1.2em;}
img {
	border: none;
}
label {display: block;}
li {line-height: 1.5em;}
p {padding: 2px 0 10px;}
small,.small {font: normal 0.9em sans-serif;}
ul {padding: 0 2em 1.2em;}

/* structure */
#wrapper {
	margin: 0 auto;
	width: 800px;
}
#container {
	background: #FBF9F4;
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0 auto;
	width: 800px;
}

/* header */

.header {
	background: #B7AB9F url(img/header_02.jpg);
	height: 195px;
}

.title {
	position: absolute;
	color: #FFFFFF;
	top: 74px;
	font-size: 2em;
	font-weight: normal;
	line-height: 110%;
	margin-left: 225px;
	font-style: italic;
	letter-spacing: 1px;
}

.slideshow {
	height: 195px;
}

/* navigation */
.navigation {
	background: #DED9D0 url(img/nav.gif) repeat-x;
	height: 41px;
	border-top: 1px solid #fff;
}
.navigation a {
	background: #FFF url(img/nav.gif) repeat-x;
	border-right: 1px solid #C9C6B3;
	color: #6C5D4C;
	float: left;
	font: bold .9em Tahoma,sans-serif;
	padding: 0 14px;
	line-height: 41px;
	text-align: center;
	text-decoration: none;
	letter-spacing: 1px;
}
.navigation a:hover,.navigation a#active {
	background-position: left bottom;
	color: #006598;
}

/* main */
.main#two-columns {background: #FFF url(img/two-columns.gif) repeat-y;}


img.float_right {
	float: right;
	clear: right;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}

img.float_left {
	float: left;
	clear: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}

/* bottom */
.bottom {
	background: #EDE9E5 url(img/bottom.gif) no-repeat left bottom;
	border-top: 1px solid #AA8;
	color: #4F4130;
	padding: 14px 20px;
}
.bottom .left,.bottom .right {width: 49%;}

/* footer */
.footer {
	background: #005A87;
	color: #FFFFFF;
	padding: 10px;
}
.footer .left {
	width: 66%;
	font-size: 85%;
}
.footer .right {
	width: 33%;
	text-align: right;
	font-size: 85%;
}
.footer a {
	color: #FFF;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

/* gallery */
.gallery td {
	vertical-align: top;
	text-align: center;
}
.gallery em {display: block;}

/* misc */
.clear,.clearer {clear: both;} 
.clearer {font-size: 0;}
.col2 .left {
	width: 72%;
}
.col2 .right .content {background: #FFF;}
.col2 .right {
	width: 27%;
	padding-top: 5px;
}
.content {padding: 18px 20px;}
.left {float: left;}
.right {float: right;}
.right .content {padding: 18px 12px 12px;}

/* block list */
ul.block {
	border-top: 1px solid #BCBAAC;
	margin: 4px 0;
	padding: 0;
	width: 90%;
}
.block li {
	border-bottom: 1px solid #BCBAAC;
	list-style: none;
}
.block li a,.block li em {
	color: #553;
	display: block;
}
.block li em {
	font-size: 0.9em;
	font-style: normal;
}
.block li a {
	padding: 4px 3%;
	text-decoration: none;
	width: 94%;
}
.block li a span {font-weight: bold;}
.block li a:hover {
	background: #CEC6BC;
	color: #553;
}

.right .block,.right .block li {border-color: #DCDACC;}
.right .block li a:hover {background: #F2F0EA;}

/*

-------------------
TABULAR DATA
-------------------
*/

table.capital {
	width: 520px;
	padding: 0px;
	border-top: 1px solid #EDE9E5;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #EDE9E5;
	margin-top: 15px;
	font-size: 90%;
	line-height: 120%;
}

table.capital td {
	background-color: #FFFFFF;
	padding: 7px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #EDE9E5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EDE9E5;
}

table.capital tr.special td {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AAAA88;
	padding-bottom: 15px;
}
