@import url("contact.css");
@import url("news.css");

/* =INITIAL */
*	{
	margin: 0;
	padding: 0;
}

body {
	font: normal 62.5% Arial, Helvetica, sans-serif;
	color: #25282a;
	background: #000000;
	text-align: center;
}

img {
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a, a:visited {
	color: #2b2e31;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}


a:focus, a:active {
	outline: none;
}



/* =LAYOUT */

#wrapper {
  font-size: 1.1em;
/*	width: 108em;*/
	width: 1080px;
	margin: 38px auto;
	background: #e5e6d7 url(../img/sidecol_y.gif) 0 0 repeat-y;
	text-align: left;
}

#header {
  height: 149px;
	background: url(../img/header_x.gif) 0 0 repeat-x;
}

#logo {
	padding: 11px 285px 11px 48px;
	background: url(../img/hmap.gif) 370px 13px no-repeat;
}

#header-feed {
	float: right;
	padding: 0px 25px;
}

#header-feed a, #header-feed a:visited {
	display: block;
	padding: 20px 25px;
	color: #e5e6d7;
	text-decoration: underline;
	background: url(../img/rss_ico.gif) 0 50% no-repeat;
}

#header-feed a:hover {
	text-decoration: none;
}

#main-nav {
	background: url(../img/mainnav_x.gif) 0 0 repeat-x;
	border-bottom: 1px solid #000;
	padding-left: 26px;
}

#main-nav:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html #main-nav {height: 1%;}
/* End hide from IE-mac */

/* IE7 fix */
*:first-child+html #main-nav {height: 1%;}


#main-nav ul {
	list-style: none;
	background: url(../img/mainnav_l.gif) 0 0 no-repeat;
}

#main-nav ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html #main-nav ul {height: 1%;}
/* End hide from IE-mac */

/* IE7 fix */
*:first-child+html #main-nav ul {height: 1%;}



#main-nav li {
  float: left;
}

#main-nav a, #main-nav a:visited {
	display: block;
	padding: 9px 16px;
	color: #81827a;
	font-size: 1em;
	text-decoration: none;
	background: url(../img/mainnav_sp.gif) 100% 50% no-repeat;
}

#main-nav a:hover, #main-nav a.active {
	color: #e5e6d7;
	text-decoration: none;
}


#content {
	float: right;
/*	width: 84em;*/
/*	width: 77%;*/
	width: 825px;
	margin-right: 25px;
	background: url(../img/content_y.gif) 100% 0 repeat-y;
}

* html #content {
	margin-right: 13px;
}


#side-nav {
	float: left;
/*	width: 22.5em;*/
/*	width: 19%;*/
	width: 228px;
}

#side-nav ul {
  list-style: none;
	padding: 2em 2em 2em 4em;
}

#side-nav ul a, #side-nav ul a:visited {
  display: block;
	padding: .2em 0 .2em 1em;
	font: 1.2em Arial, Helvetica, sans-serif;
	color: #81827a;
	text-decoration: none;
	background: url(../img/sidenav_dot.gif) 0 50% no-repeat;
	text-transform: uppercase;
}

#side-nav ul a:hover {
	color: #e5e6d7;
	text-decoration: none;
	background: url(../img/sidenav_dot_hover.gif) 0 50% no-repeat;
}

#side-nav ul a.active, #side-nav ul a.active:visited {
	color: #e5e6d7;
	text-decoration: none;
	background: url(../img/sidenav_dot_hover.gif) 0 50% no-repeat;
}


* html #side-nav ul a {
/*	line-height: 1%;  */
}


#side-nav h1 {
	font: normal 1.6em Georgia, serif;
	color: #e5e6d7;
	padding: 1em;
	background: #25282a;
	border-bottom: 1px solid #000;
	text-align: center;
	text-transform: uppercase;
}



#content-inner {
	float: left;
	width: 570px;
	background: url(../img/content_y.gif) 100% 0 repeat-y;
	padding: 20px 15px;
	min-height: 30em;
}

* html #content-inner {
	width: 600px;
}


#content-side {
	float: right;
  width: 205px;
  padding: 50px 5px 15px 10px;
}

* html #content-side {
  width: 220px;
}


/* =texts */
#content h1 {
	font: normal 1.6em Georgia, serif;
	color: #0d1367;
	padding-bottom: 0.5em;
	text-transform: uppercase;
}

#content h2 {
	font: normal 1.4em Georgia, serif;
	color: #0d1367;
	padding-bottom: 0.5em;
}

#content h3 {
	font: bold 1.1em Arial, Helvetica, sans-serif;
	padding-bottom: 0.5em;
}

#content p {
  margin-bottom: 1em;
}

#content ul {
  list-style: none;
	margin: 1.5em 1em;
}

#content li {
  padding: 0 1em;
	background: url(../img/li_dot.gif) 0 50% no-repeat;
}




#footer {
	clear: both;
	background: #000 url(../img/footer_bg.gif) 91em 50% no-repeat;
	padding: 2em 3.4em 2em 5em;
	color: #81827a;
	font-size: 0.9em;
	height: 1%;
}

#footer-nav {

}

#footer-nav a, #footer-nav a:visited {
	text-decoration: none;
	text-transform: uppercase;
	color: #81827a;
	font-size: 0.9em;
}

#footer-nav a:hover {
	text-decoration: underline;
}

#footer-nav span {
  padding: 1.5em;
}

#footer-copy {
  padding-top: 1.2em;
}














