/* CSS Document */

/* ===================== */
/* == PAGE CONTAINERS == */
/* ===================== */

#header {
	width: 100%;
	background-color: #CECECE;
	}

#header_logo {
	width: 763px;
	background-color: #E5E5E5;
	}

#header_cert {
	position: absolute;
	top: 15px;
	left: 550px;
	width: 200px;
	background-color: #E5E5E5;
	font-size: 1.2em;
	font-weight: bold;
	font-style: italic;
	text-align: right;
	color: #000000;
	}
	
#menu {
	width: 100%;
	background-color: #57669F;
	}

#menu_tab_bar {
	width: 100%;
	background-color: #5C689C;
	border: 0px;
	padding: 0px;
	margin: 0px;
	text-align: left;
	border-bottom: 4px solid #5C689C;
	}

#body {
	width: 763px;
	margin: 0px;
	padding: 0px;
	background-color: #4243A0;
	}

#content {
	width: 543px;
	padding: 0px;
	background-color: #ffffff;
	margin-left: 200px;
	padding: 30px 10px 10px 10px;
	}
	
#right-col {
	float: right; 
	width: 150px; 
	}
	
#footer {
	clear: right;
	width: 557px;
	padding: 0px;
	background-color: #ffffff;
	margin: 0px;
	margin-left: 200px;
	text-align: center;
	padding: 3px;
	border-top: 1px solid #4242A0;
	}
	
/* ======================= */
/* == PAGE TAG ELEMENTS == */
/* ======================= */

body {
	  width: 100%;
	  font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	  font-size: .8em;
	 }

html, body {
	margin: 0;
	padding: 0;
	background-color: #E5E5E5; 
 	color: #333333;
	}
a img {
	border: 0px;
	padding: 0px;
	margin: 0px;
	}
ul {
	margin: 0px;
	margin-bottom: 10px;
	list-style: none;
	padding: 0px;
}

ul li {
	display: list-item;
	font-weight: normal;
	float: none;
	padding-left: 35px;
	margin-left: 0px;
	margin-bottom: 5px;
	background: url(http://localhost/Elastek/images/UL_main.gif) no-repeat 8px 5px;
}

/* ======================= */
/* ==    NAV ELEMENTS   == */
/* ======================= */
a.menuButton {
	color: #fff;
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
	padding: 0px 5px 0px 0px;
	margin: 0px;
	background-color: #6372B3;
	cursor: default;
	border: 0px;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 100;
	border-bottom: 4px solid #6372B3;
	}

a.menuButton:hover {
  background-color: #4242A0;
  border-bottom: 4px solid #4242A0;
  color: #fff;
}

a.menuButtonActive,
a.menuButtonActive:hover {
  background-color: #4242A0;
  border-bottom: 4px solid #4242A0;
  color: #fff;
}
	
div.menu {
  background-color: #fff;
  border: 1px solid;
  border-color: #4242A0;
  padding: 0px;
  margin: 0px;
  position: absolute;
  top: 0px;
  left: 0px;
  visibility: hidden;
  z-index: 101;
}

div.menu a.menuItem {
  color: #000;
  cursor: default;
  display: block;
  padding: 3px 1em;
  text-decoration: none;
  white-space: nowrap;
  border-bottom: 1px solid #4242A0;
}

div.menu a.menuItem:hover, div.menu a.menuItemHighlight {
  background-color: #E8E8E8;
  color: #4242A0;
  border-bottom: 1px solid #4242A0;
}
	
.tab-corner {
	padding: 0px 27px 0px 0px;
	position: relative;
	top: 0px;
	left: -4px;
	}
/* ======================= */
/* ==   PAGE ELEMENTS   == */
/* ======================= */

.highlight {
font-size: 1.2em;
font-weight: bold;
font-style: italic;
text-align: center;
color: #BA0000;
}

.box-head {
	text-align: right; 
	width: 145px; 
	padding-right: 5px;
	padding-bottom: 2px; 
	background-color: #B2B2B2; 
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	}
.box-body {
width: 130px; 
font-size: .9em;
background-color: #E5E5E5; 
border-top: 6px solid #4242A0; 
border-bottom: 6px solid #4242A0;
padding: 10px;
margin: 0px;
}
	
ul.box {
	margin: 0px;
	margin-bottom: 10px;
	list-style: none;
	padding: 0px;
}

ul.box li {
	display: list-item;
	font-weight: normal;
	float: none;
	padding-left: 20px;
	margin-left: 0px;
	margin-bottom: 5px;
	background: url(http://localhost/Elastek/images/UL_box.gif) no-repeat 0px 4px;
}

#footer .date {
	float: left;
	text-align: left;
	font-size: .9em;
	line-height: 1em;
	}

#footer .contact {
	float: right;
	text-align: right;
	font-size: .9em;
	line-height: 1em;
	}
