/****************************************************************************************************************************/
/*													MAIN SETTINGS    														*/
/****************************************************************************************************************************/

* {
	margin:0px;
	padding:0px;
}

/* main view */
#main {
	width: 986px;
	background-color:#ffffff;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border-right: 1px solid #b5b5b5;
	border-bottom: 1px solid #b5b5b5;
	border-left: 1px solid #b5b5b5;
}

/* logo */
.eve_logo {
	padding-top: 0px;
	padding-left: 1.5%;
}

/* body */
body {
	font: 14px Arial, Helvetica, sans-serif;
	color: #263351;
	text-align: left;
}

/* top image */
#top {
	margin: 1px;
	height: 100px;
}

/* bottom image */
#bottom {
	height: 2%;
	margin: 1px;
}


/* main banner */
#banner {
	z-index: 0;
	background: #cae5fa;
	margin-bottom: 0px;
}

/* disclaimer at the bottom */
#disclaimer {
	font-size: 90%;
	margin:10px auto;
	text-align: center;
	width: 80%;
	color:#394b77;
}

/* toolbar used for language */
#toolbar {
	float: right;
	margin-right: 4%;
	z-index:1000;
}
#toolbar a {
	font-size: 12px;
	font-weight: 700;
	color: #5a78bb;
	border: 1px solid #b0d0f7;
	text-align: center;
	padding:2px;
	margin-right: 2px;
	width:20px;
	display:block;
	float:left;
}

a {
	text-decoration: none;
	font-weight: 700;
	color: #3E5895;
}

a.read_more {
	font-size: 12px;
	font-weight: 700;
	color: #58921a;
	background: url(../images/bullets/read_more.gif) no-repeat left center;
	padding-left:14px;
	text-transform:uppercase;
}

/* leave space */
.spacer {
	clear: both;
	margin:0px;
	padding-top:1px;
}


/****************************************************************************************************************************/
/*													FONTS		    														*/
/****************************************************************************************************************************/

/* headers */
h1 {
	font: 21px "Trebuchet MS", Arial;
	color: #2c5aa0;
	padding-bottom:10px;
	padding-top:10px;
	text-transform: uppercase;
}

h2 {
	font: 18px/100% "Trebuchet MS", Arial;
	color: #2c5aa0;
	margin:0px 0px 8px 0px;
	text-transform: uppercase;
}

/* standard paragraph */
p, #text li {
	font-size:14px;
	color: #5A78BB;
	margin:0px 0px 8px 0px;
	line-height: 140%;
}



/****************************************************************************************************************************/
/*													PAGE SETTING	   														*/
/****************************************************************************************************************************/

/* page content */
#content {
	clear: both;
	margin-top: 28px;

}

/* Home page 2 columns */
#col_g {
	float: left;
	width: 47%;
	display: inline;
	margin-right: 1%;
	margin-left: 1.5%;
}

#col_d {
	float: left;
	width: 47%;
	display: inline;
	margin-right: 1%;
	margin-left: 1.5%;
}




/****************************************************************************************************************************/
/*													NAVIGATION	    														*/
/****************************************************************************************************************************/

/* Top navigation */ 
#nav_top {
	margin-top: 10px;
	margin-left: 16%;
	text-align: center;
}
#nav_top ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 1em;
}
#nav_top li {
	display: block;
	float: left;
	list-style:none;
}

#nav_top a {
	display: block;
	border-bottom: 5px solid #94bcea;
	padding-right: 8px;
	padding-left: 8px;
	text-decoration: none;
	font-weight: 700;
	font-size: 16px;
	color: #5a78bb;
}

#nav_top li.line {
	border-left: 1px solid #9ecc3b;
	border-bottom: 0px solid #9ecc3b; /* line becomes green when selected */
	height:12px;
	margin-top:2px;
}



/****************************************************************************************************************************/
/*													OTHER PAGES																*/
/****************************************************************************************************************************/

/* toplinks */
#home #nav_top .home a, #about #nav_top .about a, #products #nav_top .products a, #services #nav_top .services a, #customers #nav_top .customers a, #careers #nav_top .careers a, #contact #nav_top .contact a {
	border-bottom: 5px solid #9ecc3b;
	color:#9ecc3b;
}

/* define sublinks */
body.a #nav_left li.a, body.b #nav_left li.b {
	background-color:#cee077;   
}

/* define text zone */
#text {
	float: left;
	font-size:13px;
	color: #5a78bb;
	padding: 0px 0px 5px 5px;
}

#text ul {
	margin-left:3%;
	list-style: url(../images/bullets/blue_bullet.gif);
	color: #5a78bb;
}

#text li a {
	color:#5a78bb;
}

/* content zone */
#left {
	float: left;
	width: 15%;
}

.full_size {
	margin-left: 1%;
	float: left;
	width: 700px;
}

.small_size {
	margin-left: 1%;
	float: left;
	width: 250px;
}

#content_center {
	float: left;
	padding-right: 1%;
	padding-left: 1%;
	margin-right: 2.5%;
}

/* images */
.banner {
	padding-top: 0px;
	padding-left: 10px;
}

/* define navleft */
#nav_left {
	margin-left:10%;
	margin-bottom: 20px;
	height: expression( this.scrollHeight < 181 ? "180px" : "auto" ); /* sets min-height for IE */
   	min-height: 180px; /* sets min-height value for all standards-compliant browsers */
}

/* bullet per sublink item */
#nav_left ul {
	margin-left:2%;
	list-style: url(../images/bullets/green_bullet.gif);
}

/* color text sublink */
#nav_left li a {
	color:#558e1a;
}



/****************************************************************************************************************************/
/*													FORM		    														*/
/****************************************************************************************************************************/

/* button */
.button {
	font-size: 11px;
	font-weight: 650;
	color: #333366;
	background: url(/images/layout/button_bg.gif);
	border: 1px solid #b0d0f7;
	text-align: center;
	margin: 8px 2px;
	padding:2px;
}

.textfield, select, textarea {
	font-size: 11px;
	color: #333366;
	background: #eef4fd url(/images/layout/input_bg.gif);
	border: 1px solid #b0d0f7;
	padding: 1px;
}

/* login form */
#login {
	color: #5a78bb;
	font-size:100%;
	text-align: left;
	margin-top: 10px;
	float: left;
	margin-left: 20px;
}





