/* GLOBAL STYLES */
/* ##################################################### */

* {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1em;
  color: #000000;
}

body {
  margin: 0;
  font-size: 12px;
}

a { text-decoration: none; }

hr {
	height: 1px;
	color: #a3b4c0;
	background: #a3b4c0;
	border: none;
}

/* TOP */
/* ##################################################### */

#top {
	border-bottom: solid 2px #809fb7;
	height: 100px;
	margin-bottom: 15px;
}

#top img { display: block; }

#top object { display: none; }
#top h1 { display: none; }
#top h2 { display: none; }
#top ul { display: none; }

#top h3 {
	position: relative;
	margin: 0;
	margin-top: -70px;
	text-align: right;
	font: bold 15px "Times New Roman", Times, serif;
}

#top h4 {
	text-align: right;
	margin: 0;
	margin-top: 5px;
}


/* MENU */
/* ##################################################### */

#menu { display: none; }

/* CONTENT */
/* ##################################################### */

#content {
  padding: 20px 0;
}

#container h2 {
	font-size: 20px;
	font-weight: normal;
	margin: 0;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

/* FOOTER */
/* ##################################################### */

#footer {
	text-align: center;
	font-size: 11px;
	margin-top: 10px;
	padding-top: 10px;
  border-top: solid 1px #809fb7;
}
#footer .site-design { display: none; }

#address-box {
	width: 234px;
	padding: 35px 0;
	border: solid 1px #dddddd;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}

/* KEYWORD DIV */
/* ##################################################### */

#keyword_div { display: none; }
