.box {
	background-color: #898989;
	color: #fff;
	display: inline-block;
	float: left;
	line-height: 19px;
	padding: 7px 11px;
	text-align: justify;
	width: 220px;
}

.menu {
	list-style: none;
	position: absolute;
	right: 30px;
	top: 103px;
}

.menu > li {
	display: inline-block;
	margin: 0 3px;
	position: relative;
}

.menu > li a {
	display: block;
}

.menu > li > a {
	font-size: 20px;
	height: 30px;
	padding: 0 7px;
}

.menu > li ul {
	border: 1px solid #ccc;
	display: none;
	margin-top: -1px;
	position: absolute;
	width: 300px;
	z-index: 1;
}

.menu > li ul li {
	display: block;
	height: 30px;
	white-space: nowrap;
}

.menu > li ul li a {
	background: url(../images/menu.png) repeat-x 0 -30px;
	color: #898989;
	font-size: 18px;
	height: 24px;
	line-height: 20px;
	padding: 3px 7px;
	text-transform: none;
	vertical-align: middle;
}

.menu > li ul li a:hover {
	background-position: 0 0;
	color: #fff;
}

.menu > li:hover ul {
	display: block;
	left: 0;
	top: 29px;
}

.pillar {
	display: inline-block;
	width: 47.95%;
}

.pillar.first-child {
	padding-right: 2%;
}

.pillar.last-child {
	padding-left: 2%;
}

.text {
	line-height: 19px;
}

* {
	margin: 0;
	padding: 0;
	vertical-align: top;
}

a {
	color: #00aeef;
	text-decoration: none;
}

a:hover {
	color: #0076a3;	
}

body {
	font-family: Corbel, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body,
html {
	height: 100%;	
}

h1 {
	color: #b7e5f7;
	font-size: 50px;
	letter-spacing: -3px;
	margin-right: 5px;
}

h1,
h2 {
	margin-bottom: 20px;
	text-align: right;
}

h2 {
	color: #a78876;
	font-family: Cambria, Georgia, serif;
	font-size: 30px;
	letter-spacing: -1px;
	margin-top: -10px;
}

table {
	border: 1px solid #ccc;
	border-collapse: separate;
	border-spacing: 0;
	margin: 30px 0;
	width: 100%;
}

table tr td:first-child,
table tr th:first-child {
	border-left: none;
}

table tr td,
table tr th {
	border-left: 1px dotted #ccc;
	border-top: 1px dotted #ccc;
	padding: 8px;
}

table tr th {
	background-color: #f1f1f1;
	font-weight: normal;
}

table.data tbody tr:first-child td,
table.data tbody tr:first-child th,
table.index thead tr:first-child th {
	border-top: none;
}

table.data tbody tr th {
	text-align: right;
	white-space: nowrap;
	width: 1%;
}

table.index thead tr th {
	text-align: left;
}

#breadcrumbs {
	margin-bottom: 30px;
	text-align: right;
}

#breadcrumbs ul {
	background: url(../images/breadcrumb_right.png) no-repeat right top;
	list-style: none;
	padding-left: 13px;
	padding-right: 1px;
}

#breadcrumbs ul li {
	background: url(../images/breadcrumb_repeat.png) repeat-x;
	display: inline-block;
}

#breadcrumbs ul li a,
#breadcrumbs ul li span {
	background: url(../images/breadcrumb_left.png) no-repeat left top;
	display: block;
	font-size: 12px;
	height: 23px;
	line-height: 21px;
	margin-left: -14px;
	padding: 0 23px 0 17px;
}

#breadcrumbs ul li.last-child a {
	padding-right: 13px;
}

#breadcrumbs ul li span {
	color: #898989;
}

#container {
	min-height: 100%;
}

#content {
	color: #898989;
	padding: 20px 30px 221px;
	position: relative;
}

#content ol,
#content ul {
	list-style-position: inside;
}

#content,
#footer-content,
#header {
	margin: 0 auto;
	max-width: 1200px;
	min-width: 900px;
}

#footer {
	background: url(../images/footer.png) repeat-x;
	color: #898989;
	height: 191px;
	margin-top: -191px;
}

#footer-content {
	height: 191px;
	position: relative;	
}

#footer-content p {
	background-color: #898989;
	bottom: 30px;
	color: #fff;
	padding: 3px 7px;
	position: absolute;
	right: 30px;
	text-align: right;
}

#footer-content p a {
	color: #fff;
	text-decoration: underline;
}

#footer-content span {
	background-color: #fff;
	bottom: 30px;
	left: 30px;
	padding: 3px 7px;
	position: absolute;
}

#footer-content span a {
	margin: 0 7px;
}

#header {
	padding: 30px 30px 0;
	position: relative;
}

#logo {
	border: none;
}

#menu-bottom {
	top: 100px;
}

#menu-top {
	top: 30px;
}

#menu-top li {
	background-repeat: no-repeat;
	height: 35px;
	padding-top: 8px;	
}