
/* =========== start nav styles =========== */
ul#nav
{
	font-size: xx-small;
	float: right;
	text-transform: uppercase;
	background-color: white;
	white-space: nowrap;
}

ul#nav, ul#nav ul
{
	padding: 0;
	margin: 0;
	list-style: none;
}

ul#nav li
{
	float: left;
	position: relative;
	width: 87px;
	margin-right: 15px;
	border-bottom: 5px solid #00AEB2;
}

ul#nav a
{
	text-decoration: none;
	color: #00AEB2;
	display: block;
	width: 100%;
}

ul#nav li ul
{
	display: none;
	position: absolute;
	top: 1em;
	left: 0;
	width: 90px;
	margin-top: 6px;
}

ul#nav li ul li
{
	border: none;
	background-color: white;
	margin: 2px;
	margin-left: 0;
	padding-left: 2px;
	top: 10px;
}

ul#nav li ul a
{
	display: block;
	color: black;
	width: 100%;
}

li>ul {
	top: auto;
	left: auto;
}

ul#nav li:hover ul, ul#nav li.over ul {
	display: block;
}

/* ================= end menu styles ================ */

body#elj {
	font-family: Arial;
	font-size: small;
	color: #00AEB2;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
}
body {
	font-family: Arial;
	font-size: small;
	color: #00AEB2;

	/*margin:50px 0px;
	text-align:center;*/
}

div#body
{
	width:950px;

	/*margin:0px auto;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-300px;
	margin-left:-475px;*/
}

div#header img
{
	float: left;
}

div#header
{
	width: 950px;
	text-align: left;
}

div#content
{
	width: 950px;
	height: 527px;
	margin-top: 4px;
	padding-top: 6px;
	clear: both;

	/*background-image: url('../images/index.jpg');*/
	background-position: center center;
	background-repeat: no-repeat;

}

div#link
{
	float: right;
	margin-top: 500px;
	font-size: 75%;
	margin-right: 90px;
	*margin-right: 45px;
}

div#link a
{
	text-decoration: none;
	color: #00AEB2;
}

p
{
	display: inline;
}

#content
{
	background-image: url('../images/home_image_4.jpg');
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */