/* Layout ----------------------------------------------------------- */

html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

#container {
	position: relative;
	min-height: 100%;
	min-width: 860px;
	width: 100%;
	margin: 0px;
	padding: 0px 0px 140px 0px;
	text-align: center;
}

* html #container {
	height: 100%;
}

.style_content {
	position: relative;
	margin: 0px auto;
	text-align: left;
}

/* Header Layout */

#header {
	margin: 0px;
	padding: 0px;
}

#header .style_content {
	width: 860px;
	height: 145px;
	position: relative;
	display: block;
}

#title {
	margin: 0px 40px 0px;
	padding: 25px 0px 0px;
	font-size: 2em;
	text-align: right;
}

#menu {
	display: block;
	margin: 0px 0px 0px 40px;
	padding: 0px;
	height: 45px;
	position: absolute;
	bottom: -1px;
}

html>body #menu {
	bottom: 0px;
}

#menu li {
	display: inline;
	margin: 0px;
	padding: 0px;
}

#menu li a,
#menu li strong {
	display: block;
	float: left;
	font-weight: normal;
	margin: 0px;
	padding: 0px 10px;
	height: 45px;
	line-height: 30px;
}

#menu li strong {
	color: #DDDDDD;
	text-decoration: underline;
}

/* Content Layout -------------------------------------------------- */

#content {
	margin: 0px;
	padding: 0px;
}

#content .style_content {
	width: 860px;
	padding: 20px 40px 0px;
}

html>body #content .style_content {
	width: 780px;
	padding: 20px 0px 0px;
}

#left_column {
	padding: 0 239px 0 49px;
}

html>body #left_column {
	padding: 0 200px 0 10px;
}

#right_column {
  float: right;
  width: 199px;
}

html>body #right_column {
  float: right;
  width: 160px;
}

#logo {
	margin-left: 4em;
}

#information {
	width: 400px;
	margin: 0 0 0 0.5em;
	float: left;
	padding: 0px;
	clear: right;
}

/* Footer Layout */

#footer {
	position: relative;
	margin-top: -140px;
	text-align: center;
	height: 140px;
}

#footer .style_content {
	width: 860px;
	padding: 40px 0px 0px;
}

#footer_title {
	padding: 0px;
	margin: 0px 0px 0px 40px;
	line-height: 40px;
	font-size: 1.5em;
	letter-spacing: -0.06em;
}

#footer_title a {
	text-decoration: none;
}

#copyright_notice small {
	display: block;
	padding: 0px;
	margin: 0px 0px 0px 40px;
	line-height: 60px;
	font-size: 95%;
}

/* Typography ------------------------------------------------------ */

blockquote, pre {
	margin: 0px 0px 20px;
}

blockquote {
	margin: 30px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 0.5em 0;
}

h1 {
	font-size: 250%;
	line-height: 100%;
}

h2 {
	font-size: 170%;
	line-height: 100%;
	margin: 0px 0px 5px;
}

h3 {
	font-size: 150%;
	line-height: 100%;
}

h4 {
	font-size: 130%;
	line-height: 100%;
}

h5 {
	font-size: 110%;
	line-height: 100%;
}

h6 {
	font-size: 100%;
	line-height: 100%;
}

ul, ol, dl {
	margin: 0px 0px 15px 0px;
	padding: 5px 0px;
}

li, dd {
	margin: 0px 0px 5px 20px;
	padding: 0px 0px 0px 5px;;
}

ul li {
	list-style-type: square;
}

dt {
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

#header a {
	text-decoration: none;
}

/* Graphical Bullets ----------------------------------------------- */

ul .icon, dl .icon, ul.icon li {	
	background-repeat: no-repeat;
	background-position: 0px 1px;
	display: block;
	margin: 0px 10px 5px 0px;
	padding: 0px 0px 0px 25px;
	list-style-type: none;
}

ul .information, dl .information, ul.information li {
	background-image: url(/images/icon_lightbulb.gif);
}
