@import 'reset.css';

BODY {
	background:#F2F2EE;
	line-height:1.4;
	font:.8em Tahoma,sans-serif;
	color:#444;
	}
TEXTAREA, SELECT, INPUT {
	font-family:Tahoma,sans-serif;
	}
A {
	border-bottom:solid 1px #ADADAD;
	text-decoration:none;
	color:#657CBE;
	}
A:hover {
	border-color:#657CBE;
	}

/* Page
-------------------------------------- */
#page {
	padding:15px 0 25px;
	margin:0 auto;
	width:880px;
	}

/* Header
-------------------------------------- */
#header {
	overflow:hidden;
	min-height:62px;
	}
	#header .logo {
		float:left;
		padding-left:14px;
		} 
		#header .logo A {
			border:none;
			}

/* Lang */
#header .lang {
	float:right;
	padding-right:24px;
	}
#header .lang LI {
	float:left;
	margin-left:18px;
	}
	#header .lang LI A {
		display:block;
		padding:.2em 0 0;
		}
	#header .lang LI STRONG {
		display:block;
		padding:.2em .6em;
		background:#7590D7;
		color:#FFF;
		}

/* Navigation
-------------------------------------- */
#nav {
	position:relative;
	top:1px;
	padding:0 14px;
	height:37px;
	}
	#nav LI {
		float:left;
		width:142px;
		background:#444 url(/static/i/tab.png) no-repeat;
		text-transform:uppercase;
		letter-spacing:1px;
		font-size:.8em;
		}
	#nav .first {
		background-image:url(/static/i/tab-l.png);
		}
	#nav .last {
		background-image:url(/static/i/tab-r.png);
		}
	#nav A,
	#nav STRONG {
		display:block;
		padding:12px 9px 0;
		margin:-4px 0 0;
		height:29px;
		border:none;
		color:#FFF;
		}
	#nav .cur,
	#nav A:hover,
	#nav STRONG {
		background:#7590D7 url(/static/i/tab-c.png) repeat-x;
		}

/* Body
-------------------------------------- */
#body {
	overflow:hidden;
	padding:34px 15px 0;
	background:#FFF;
	border-top:solid 1px #D9D9D9;
	}

/* Content
-------------------------------------- */
#content {
	float:right;
	padding:0 0 12px;
	width:560px;
	min-height:400px;
	}

/* Elements */
#content H1 {
	margin:0 0 12px;
	line-height:1.2;
	font-size:1.8em;
	}
	#content H1 A {
		border:none;
		color:#444;
		}
	#content H1 A:hover {
		color:#657CBE;
		}
#content H2 {
	margin:0 0 12px;
	font-size:1.5em;
	}
#content H3 {
	margin:0 0 12px;
	font-size:1.2em;
	}

#content P {
	margin:0 0 12px;
	}
#content .lead {
	padding:0 0 24px 45px;
	}
#content .sidenote {
	color:#8E8E8E;
	}

#content UL,
#content OL {
	clear:both;
	}
#content UL {
	padding:0 0 7px;
	}
	#content UL LI {
		padding-left:20px;
		margin-bottom:5px;
		background:url(bull.gif) 0 .6em no-repeat;
		}
#content OL {
	padding:0 0 7px;
	}
	#content OL LI {
		margin:0 0 5px 2.3em;
		list-style:decimal;
		}

#content BLOCKQUOTE {
	padding:0 0 0 20px;
	border-left:dashed 1px #D9D9D9;
	font-style:italic;
	font-family:"Times New Roman",Times,serif;
	}

/* Pictures
-------------------------------------- */
.pic {
	margin:.3em 0 12px;
	}
.pic.left {
	float:left;
	margin-right:12px;
	}
.pic.right {
	float:right;
	margin-left:12px;
	}
	.pic IMG {
		display:block;
		margin:0 0 10px;
		border:solid 1px #D9D9D9;
		}
	.pic SMALL {
		display:block;
		line-height:1.1;
		font-size:.8em;
		}

/* Tags
-------------------------------------- */
.tags {
	font-size:.7em;
	color:#ADADAD;
	}
	.tags LI {
		padding:0 !important;
		background:none !important;
		display:inline;
		}
	.tags A {
		color:#ADADAD;
		}
	.tags A:hover {
		color:#657CBE;
		}

/* News
-------------------------------------- */
.news {
	margin:0 0 45px;
	}
.news.last {
	margin:0;
	}
	.news H3 {
		position:relative;
		padding:0 0 12px 64px;
		margin:0 0 12px;
		border-bottom:dashed 1px #D9D9D9;
		text-transform:uppercase;
		letter-spacing:1px;
		font-size:.8em !important;
		}
		.news H3 .rss {
			position:absolute;
			left:44px;
			top:-1px;
			display:block;
			width:13px;
			height:13px;
			background:#F48839 url(rss.gif) no-repeat;
			border:none;
			text-indent:-9999px;
			}
	.news DL {
		position:relative;
		padding:0 0 1em 64px;
		margin:0 0 12px;
		border-bottom:dashed 1px #D9D9D9;
		}
	.news .last {
		border:none;
		}
	.news DT {
		margin:0 0 .1em;
		font-weight:bold;
		font-size:1.2em;
		}
		.news DT SMALL {
			position:absolute;
			top:.8em;
			left:0;
			display:block;
			width:58px;
			text-align:right;
			font-weight:normal;
			font-size:.6em;
			color:#ADADAD;
			}
		.news DT .year {
			display:block;
			}
		.news DT A {
			border:none;
			color:#657CBE;
			}
		.news DT A:hover {
			border-bottom:solid 1px #657CBE;
			}
	.news .tags {
		padding:.8em 0 0;
		}


/* News Sidebar
-------------------------------------- */
#sidebar .news {
	margin:0 30px 0 0;
	}
	#sidebar .news H3 {
		padding:0 0 12px 18px;
		}
		#sidebar .news H3 .rss {
			left:0;
			top:0;
			}
	#sidebar .news DL {
		padding:0 0 1em 0;
		}
	#sidebar .news DT {
		font-size:0.938em;
		}
		#sidebar .news DT SMALL {
			position: static;
			width: auto;
			text-align: left;
			font-size:0.916em;
			}
		#sidebar .news DT .year {
			display:block;
			}
	#sidebar .news DD {
		font-size:0.938em;
		}

/* Entry
-------------------------------------- */
.entry {
	margin:0 0 45px;
	border-bottom:dashed 1px #D9D9D9;
	}
.entry.last {
	border:none;
	}
	.entry DT STRONG {
		display:block;
		margin:0 0 12px;
		line-height:1.2;
		font-size:1.8em;
		}
		.entry DT STRONG A {
			border:none;
			color:#444;
			}
		.entry DT STRONG A:hover {
			color:#657CBE;
			}

/* Meta */
.entry-meta {
	display:block;
	margin:-6px 0 24px;
	color:#ADADAD;
	}

/* Paging
-------------------------------------- */
.paging {
	padding:12px 0 12px;
	font-size:.8em;
	}
	.paging LI {
		display:inline;
		margin-right:24px;
		padding:0 !important;
		background:none !important;
		}
	.paging .prev {
		padding-left:10px;
		background:url(prev.gif) 0 50% no-repeat;
		}
	.paging .next {
		padding-right:10px;
		background:url(next.gif) 100% 50% no-repeat;
		}

/* Info Set
-------------------------------------- */
.infoset {
	overflow:hidden;
	padding:0 !important;
	margin:0 0 12px;
	border-bottom:solid 1px #D9D9D9;
	}
	.infoset LI {
		padding:6px 0 !important;
		margin:0 !important;
		background:none !important;
		border-top:solid 1px #D9D9D9;
		list-style:none;
		}
	.infoset DL {
		overflow:hidden;
		}
	.infoset DT {
		float:left;
		width:150px;
		}
	.infoset DD {
		float:right;
		width:400px;
		}

/* Module
-------------------------------------- */
.module {
	padding:10px 12px 12px;
	margin:0 0 12px;
	background:#F2F2EE;
	}
	.module DL {
		overflow:hidden;
		}
	.module DT {
		position:relative;
		margin:0 0 6px;
		cursor:pointer;
		color:#657CBE;
		}
	.module DD {
		display:none;
		}	
	.module DL DT {
		float:left;
		margin:0;
		width:100px;
		color:#444;
		}
	.module DL DD {
		float:right;
		width:400px;
		font-size:.85em;
		}

.module-on DT {
	color:#905C4A;
	}
.module-on DD {
	display:block;
	}
/* FAQ
-------------------------------------- */
.faq LI {
	margin-left:0 !important;
	list-style:none !important;
	}
.faq DT STRONG {
	color:#657CBE;
	cursor:pointer;
	}
.faq DD {
	display:none;
	}

/* On */
.faq .on DL {
	padding:10px 12px;
	margin:6px 0 6px -12px;
	background:#F2F2EE;
	}
.faq .on DL:first-child {
	margin-top:0;
	}
.faq .on DT {
	margin:0 0 6px;
	}
.faq .on DT,
.faq .on DT STRONG {
	color:#905C4A;
	}
.faq .on DT STRONG {
	cursor:default;
	}
.faq .on DD {
	display:block;
	}

/* Person
-------------------------------------- */
.person {
	padding:0 0 12px;
	}
	.person H2 {
		margin:0 !important;
		}
	.person .pic {
		margin-top:-4em;
		}
	.person .infoset {
		font-size:.85em;
		}

/* Info Set
-------------------------------------- */
.contacts {
	padding:0 0 12px;
	}
	.contacts .infoset DD {
		font-size:1.1em;
		}
	.contacts .sidenote {
		padding-left:160px;
		font-size:.85em;
		}

/* Form
-------------------------------------- */
.form {
	}
	.form FIELDSET {
		clear:both;
		padding:0 0 12px;
		overflow:hidden;
		}
	.form LABEL {
		float:left;
		width:180px;
		}
	.form UL,
	.form .txt {
		float:right;
		width:350px;
		}
	.form .txt {
		border:solid 1px #CCC;
		}
	.form .btn {
		margin-left:205px;
		}
	.form H2 {
		margin:24px 0 12px !important;
		}
	.form UL,
	.form LI {
		clear:none !important;
		padding:0 !important;
		background:none !important;
		}
		.form UL LABEL,
		.form UL INPUT {
			float:none;
			width:auto;
			}
	.form .flat {
		overflow:hidden;
		}
		.form .flat LI {
			float:left;
			margin-right:12px;
			}

/* Map
-------------------------------------- */
#map {
	width:558px;
	height:500px;
	border:solid 1px #6F88CA;
	}

/* Sidebar
-------------------------------------- */
#sidebar {
	float:left;
	width:272px;
	}

/* Sidebox
-------------------------------------- */
.sidebox {
	margin:0 0 16px;
	background:#F2F2EE;
	}
	.sidebox H3 {
		padding:12px 16px 10px;
		border-bottom:solid 1px #FFF;
		text-transform:uppercase;
		letter-spacing:1px;
		font-size:.8em;
		}
	.sidebox .desc {
		padding:12px 16px 3px !important;
		}
	.sidebox .desc P {
		margin:0 0 12px;
		}

/* Answers */
.answers {
	padding-left:60px !important;
	background:url(question.png) 14px 14px no-repeat;
	}
	.answers DT {
		margin:0 0 .1em;
		font-weight:bold;
		font-size:1.2em;
		}

/* Subscribe */
.subscribe {
	padding:12px 16px 12px 56px !important;
	background:url(mail.png) 14px 12px no-repeat;
	}
	.subscribe INPUT {
		vertical-align:middle;
		}
	.subscribe .txt {
		margin-right:2px;
		width:178px;
		font-size:1em;
		color:#ADADAD;
		}

/* Sub Navigation
-------------------------------------- */
#subnav {
	padding:0 14px 0 0;
	margin:0 60px 40px 0;
	border-right:dashed 1px #D9D9D9;
	}
	#subnav LI {
		margin:0 0 20px;
		text-align:right;
		}
	#subnav A {
		font-weight:normal;
		}
	#subnav H1,
	#subnav STRONG {
		font-weight:bold;
		font-size:1em;
		}

/* Canendar
-------------------------------------- */
.calendar {
	line-height:1;
	font-size:1.3em;
	}
	.calendar LI {
		margin:0 0 15px;
		}
	.calendar UL {
		padding:20px 0 10px 30px;
		font-size:.65em;
		color:#ADADAD;
		}
		.calendar UL LI {
			display:inline;
			margin:0;
			line-height:2.5;
			}
		.calendar UL STRONG {
			color:#444;
			}

/* Footer
-------------------------------------- */
#footer {
	clear:both;
	padding:12px 32px;
	background:#FFF;
	border-top:solid 1px #D9D9D9;
	font-size:.8em;
	color:#ADADAD;
	}
