* {
	margin: 0;
	padding: 0;
}

body {
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	background: #f6f8e5 url(/images/header.jpg) top center no-repeat;
	color: #104067;
	color: #000;
}

a img {
	border: 0;
}

h1, h2, h3, h4, h5, h6, h7 {
	font-weight: normal;
}

/*  Header
------------------------------------------------------ */

#header-wrapper {
	position: relative;
	
	/* total width of background image: 1344px */
	
	Xwidth: 970px;
	Xmargin: 0 -187px;
	Xpadding: 0 187px;
}

#header-wrapper {
	height: 140px;
}

#header, #headline, #content-wrapper {
	width: 970px;
	margin: 0 auto;
}

#header #logo {
	position:absolute;
	top: 43px;
	left: 30px;
}
#header #logo_link a {
	display:block; width:240px; height:80px;
}

#header {
	position: relative;
	height: 80px;
}

#header h1 {
	visibility: hidden;
}

#call {
	position: absolute;
	left: 635px;
	top: 107px;
}

/*  Headline
------------------------------------------------------ */

#headline a:hover {
	color: #4d0f0c;
	background: #fff;
	text-decoration: none;
}

#headline {
	height: 35px;
	width: 910px;
	padding: 30px 30px;
	line-height: 18px;
}

/*  Nav
------------------------------------------------------ */

#nav, #page {
	float: left;
	padding: 30px 0 30px 30px;
}
#nav {
	padding-left: 30px;
	list-style: none;
	width: 207px;
}
#nav li {
	position: relative;
	padding-bottom: 2px;
	padding-top: 2px;
}

#nav li, #nav li a, #nav li a:hover {
	text-decoration: none;
	color: #b22414;
}
#nav li a:hover {
	text-decoration: underline;
	color: #000;
}
#nav a.current, #nav a.current:hover {
	text-decoration: none;
	font-weight: bold;
	color: #104067;
	color: #000;
	background: transparent;
}

#nav ul {
	padding-left: 25px;
	list-style: disc;
}


/*  Sub nav
------------------------------------------------------ */

#subnav-wrapper {
	position: absolute;
	top: 80px;
	right: 50px;
	Xwidth: 800px;
	padding-right: 40px;
	background-repeat: no-repeat;
}

#subnav {
	float: right;
	padding-left: 40px;
	background-repeat: no-repeat;
	margin: 0 auto;
	text-align: center;
	width: auto;
	height: 30px;
	list-style: none;
}

#subnav li {
	float: left;
}

#subnav li a {
	text-decoration: none;
	display: block;
	line-height: 30px;
	padding: 0 12px;
	background: #350a09;
	font-weight: normal;
	text-shadow: #000 0 1px 1px;
}
#subnav li a:hover {
	text-shadow: #3c0601 0 1px 1px;
	Xbackground: #3e0a08;
}
#subnav li.current a, #subnav li.current a:hover {
	background: #440d0c;
	font-weight: bold;
	border-bottom: 1px solid #fff;
}


/*  Content/Page
------------------------------------------------------ */


#content-wrapper {
	position: relative;
}

#page {
	width: 560px;
}
#content-wrapper a {
	color: #005a99;
}
#content-wrapper a:hover {
	color: #819b00;
	color: #000;
}
#page h1, #page h2, #page h3 {
	color: #b8c002;
	color: #b22414;
}
#page h1, #page h2, #page h3, #page p, #page ul, #page ol {
	padding: 4px 0;
	line-height: 1.5em;
}
#page h1, #page h2, #page h3 {
	padding-top: 10px;
}

#page h1 {
	font-size: 24px;
	padding-top: 15px;
}

#breadcrumbs {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 15px;
	font-size: 10px;
	white-space: nowrap;
}

#page h2 {
	font-size: 18px;
}

#page h3 {
	font-size: 14px;
	font-weight: bold;
}

#page ul, #page ol {
	padding-left: 24px;
}

/*  Sidebar
------------------------------------------------------ */

#sidebar {
	width: 302px;
	position: absolute;
	left: 640px;
	top: -46px;
	margin-bottom: 30px;
}

.without_headline #sidebar {
	top: 20px;
}

#introducing {
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.with_headline #introducing {
	border-top: 0;
}

#small_picture {
	float: right;
}


#topics, #introducing h2, #introducing p, #recent_news  {
	padding: 5px 20px;
}

#introducing_links {
	padding-right: 0;
}

#introducing h2 {
	padding-top: 18px;
	margin-bottom: 0;
}

#sidebar ul {
	padding-left: 24px;
	list-style: disc;
}
#sidebar li {
	margin-bottom: 5px;
}

#sidebar h2 {
	margin-bottom: 6px;
	font-size: 16px;
}

#page-nav {
	padding: 10px 0 20px 28px;
}

#page-nav a.current, #page-nav a.current:hover {
	text-decoration: none;
	background: none;
	cursor: text;
}

#page-nav ul ul {
	font-size: 11px;
}

#page-nav ul, #page-nav li {
	padding: 0;
	margin: 0;
}

#page-nav li {
	padding: 2px 0;
	margin-left: 15px;
}

#topics {
	padding-bottom: 20px;
}
#page-nav, #topics, #topics h2, #recent_news, #page-nav a.current, #page-nav a.current:hover {
	color: #104067;
}

#copyright {
	margin: 20px 0;
	font-size: 0.8em;
}

#copyright, #copyright a {
	color: #7091ac;
	text-decoration: none;
}

