@charset "utf-8";

/* 

Primary colors:

dark-blue: #1a2e48
light-blue: #d9e3eb
red: #a72c31

*/

body {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	text-align: center;
	background-image: url(../images/back.gif);
	background-repeat: repeat-x;
	margin: 0;
}

a {
	text-decoration: none;
	color: #a72c31
}

a:hover {
	text-decoration: underline;
	color: #a72c31;
}

a img {
	border: none;
}

h3 {
	background-color: #d9e3eb;
	color: #1a2e48;
	margin-top: 0;
	margin-bottom: 0;
	padding: .5em 5px;
	text-align: left;
	font-size: 24px;
	font-weight: normal;
	float: none;
}

h2 {
	font-size: 14px;
	font-weight: bold;
}

#container {
	text-align: left;
	margin: 0 auto;
	width: 900px;
}

#header {
	padding: 0 0px 0 0px; 
}

#logo {
	float: left;
	margin: 20px 0 0 0;
}

#header h1 {
	margin: 0;
}

#path {
	margin-bottom: 10px;
	padding-left: 10px;
	font-size: 12px;
	color: #1a2e48;
	background-color: #d9e3eb;
	height: 20px;
	line-height: 1.6;
}

#path a {
		color: #1a2e48;
}

#path a:hover {
		color: #a72c31;
}

small {
	font-size: 12px;
	text-align: right;
	padding-right: 25px;
	line-height: 30px;
}

/* menu */
.zmenu
{
  cursor: default;
  display: none;
}

.zmenu li
{
	margin: 0;
}

.zmenu .rootmenu,
.zmenu .submenu
{
  margin: 0;
  padding: 0;
  list-style: none;
}

.zmenu .submenu
{
  position: absolute;
  top: 0;
  left: 100%;
  display: none;
}

.horizontal .zmenu .rootsubmenu
{
  top: 100%;
  left: 0;
}

.zmenu li:hover
{
  position: relative;
  z-index: 999;
}

.zmenu li:hover > ul
{
  display: block;
}

.zmenu a
{
  cursor: pointer;
}

.zmenu a,
.zmenu span
{
  display: block;
  white-space: nowrap;
}

/* menu customizations  */
.zmenu > ul ul
{
  min-width: 12em;
}

.zmenu .rootmenu > li:hover,
.zmenu .submenu
{
  background-color: #d9e3eb;
}

.zmenu .submenu > li:hover
{
  background-color: #d9e3eb;
}

.horizontal .zmenu > ul > li + li
{
  border-left: 1px solid #1a2e48;
}

.zmenu a,
.zmenu span
{
	padding: 0.2em 1.5em;
	text-decoration: none;
	color: #1a2e48;
	font-weight: 100;
	font-family: Arial, Helvetica, sans-serif;
}

.zmenu a:hover
{
	color: #a72c31;
	text-decoration: none;
}

/* menu links  */
.zlinks a,
.zlinks span
{
  padding: 0 1em;
  text-transform: none;
}

.zlinks a:hover
{
  text-decoration: none;
}

.zlinks .rootmenu > li:hover
{
  background-color: #fff;
}

/* MAIN CONTENT */

#mainContent
{
	padding: 0;
}

#mainContent div
{
	overflow: hidden;
}

#tier1 #db, #tier1 #report
{
	border: 5px solid #d9e3eb;
	padding: 0;
	float: left;
	width: 430px;
	height: 250px;
}
#db {	
	margin-right: 20px;
}

#tier1 li {
	font-size: 14px;
	font-weight: bold;
	color: #1a2e48;
	line-height: 26px;
	list-style-type: square;
	padding-right: 10px;
}

#tier1 img {
	float: left;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 150px;
	margin-right: 25px;
}

#morel, #morer {
	float: left;
	width: 440px;
	height: 30px;
	background-image: url(../images/bottom.gif); repeat: none;
	background-position: right; 
	text-align: right;
	line-height: 30px;
	margin-bottom: 20px;
}

#morel {
	margin-right: 20px;
}

#tier2 #test, #tier2 #study {
	float: left;
	width: 440px;
}
#test {	
	margin-right: 20px;
}

#tier2 h2 {
	margin-left: 10px;
	margin-bottom: 5px;
	font-size: 14px;
}

#tier2 p {
	background-color: #d9e3eb;
	padding: .5em 10px;
	padding-right: 130px;
	text-align: left;
	font-size: 12px;
	height: auto;
	margin: 0;
}

/* FOOTER*/

#footer, #footer ul {
	padding: 0;
	margin: 0;
}

#footer li#navi {
	width: 170px;
	float: left;
	display: block;
	margin-left: 0px;
	list-style-type: none;
	text-align: left;
	overflow: hidden;
	border-left: solid;
	border-left-width: 1px;
	border-left-color: #aeb6bc;
	padding-left: 9px;
	padding-top: 5px;
	border-top: solid;
	border-top-width: 1px;
	border-top-color: #aeb6bc;
}

#footer li#nav {
	width: 170px;
	float: left;
	display: block;
	padding: 0px;
	margin-left: 0px;
	list-style-type: none;
	text-align: left;
	overflow: hidden;
	border-left: solid;
	border-left-width: 1px;
	border-left-color: #ffffff;
	padding-left: 9px;
	border-top: solid;
	border-top-width: 1px;
	border-top-color: #ffffff;
}

#footer li#nav a {
		color: #1a2e48;
}

#footer li#nav, a:hover {
		color: #a72c31;
}

#foter {
	float: left;
	margin-top: 5px;
	width: 900px;
	height: 30px;
	background-image: url(../images/botom.gif); repeat: none;
	background-position: right; 
}

#copyright, #terms {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 30px;
	float: left;
	width: 430px;
}

#terms {
	text-align: right;
}

#copyright a {
		color: #1a2e48;
}

#copyright a:hover {
		color: #1a2e48;
}

