@charset "UTF-8";
/* CSS Document */

html, body {
	margin: 0 auto;
	padding: 0px;
	text-align:center;
	background-image:url(skin_assets/evi_bkgrd.png);
	background-repeat:repeat-x;
	background-color:#41883f;
	}

/*SITE STYLES*/

/*SITE STRUCTURE*/

#wrapper {
	margin:0px auto;
	padding: 0px;
	text-align:center;
	width:1018px;
	position: relative;
	}

#container_home {
	position:relative;
	margin:0px auto;
	padding: 0px;
	text-align:center;
	width:1018px;
	background-image:url(skin_assets/content_home_bkgrd.png);
	background-repeat:no-repeat;
	}
	
/*Header*/
	
#header {
	position:relative;
	margin:0 auto;
	padding: 0px;
	text-align:center;
	width:1000px;
	height:108px;
	}
	
/*Logo*/

#logo {
	position:absolute;
	top:8px;
	left:0px;
	width:351px;
	height:88px;
	}
	
/*Seach*/

#search{
	position:absolute;
	top:10px;
	right:0px;
	width:369px;
	height:27px;
	text-align: right;
	}
	
.search {
	font-family: Verdana, Geneva, sans-serif;
	font-size:9px;
	color:#41883f;
	text-decoration:none;
	line-height:28px;
	}
	
.search a:link {
	font-family: Verdana, Geneva, sans-serif;
	font-size:9px;
	color:#41883f;
	text-decoration:none;
	line-height:28px;
	}
	
.search a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size:9px;
	color:#41883f;
	text-decoration:none;
	line-height:28px;
	}
	
.search a:active {
	font-family: Verdana, Geneva, sans-serif;
	font-size:9px;
	color:#41883f;
	text-decoration:none;
	line-height:28px;
	}
	
	
	
.search a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size:9px;
	color:#41883f;
	text-decoration:underline;
	line-height:28px;
	}
	
/*Solpartmenu*/

#solpart{
	position:absolute;
	top:67px;
	width:330px;
	height:20px;
	text-align: right;
	left: 670px;
	}
	
/*SUB PANE*/

#sub_pane {
	position:relative;
	margin:0 auto;
	text-align:center;
	width:1018px;
	height:187px;
	background-image:url(skin_assets/features_bkgrd_2.png);
	background-repeat:no-repeat;
	clear: both;
	background-position: bottom;
	}

#sub_pane_content {
	position:absolute;
	padding: 0px;
	text-align:left;
	width:949px;
	height:144px;
	clear: both;
	left: 33px;
	top: 18px;
}
	
/*FOOTER*/

#footer {
	position:relative;
	text-align:center;
	margin:0 auto;
	width:1018px;
	height:52px;
	clear: both;
	background-image: url(skin_assets/footer_border_bkgrd_2.png);
	background-repeat: no-repeat;
	}
	
#footer_login {
	position:relative;
	padding: 0px;
	text-align:center;
	width:988px;
	height:33px;
	background-image:url(skin_assets/footer_a_bkgrd.png);
	background-repeat:repeat-x;
	margin: 0 auto;
	}
	
#footer_nav {
	position:absolute;
	padding: 0px;
	text-align:left;
	left:12px;
	width:280px;
	height:30px;
	}
	
#footer_legal {
	position:absolute;
	padding: 0px;
	text-align:right;
	right:10px;
	width:220px;
	height:30px;
	}
	
.footer_legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:30px;
	text-decoration:none;
	text-transform:none;
	background-image:none;
	color: white;
	}
	
.footer_legal a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:white;
	line-height:33px;
	text-decoration:none;
	text-transform:none;
	background-image:none;
	}
	
.footer_legal a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:white;
	line-height:33px;
	text-decoration:none;
	text-transform:none;
	background-image:none;
	}
	
.footer_legal a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:white;
	line-height:33px;
	text-decoration:none;
	text-transform:none;
	background-image:none;
	}
	
.footer_legal a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:white;
	line-height:33px;
	text-decoration:underline;
	text-transform:none;
	background-image:none;
	}

#social {
	position:relative;
	padding: 0px;
	text-align:center;
	margin:0 auto;
	width:1000px;
	height:67px;
	min-height:67px;
	height: auto !important;
	clear: both;
	}
	
#twitter {
	position:absolute;
	text-align:left;
	top:0px;
	left:0px;
	width:204px;
	height:40px;
	}
	
#facebook {
	position:absolute;
	text-align:left;
	top:0px;
	left:204px;
	width:204px;
	height:40px;
	}

#copyright {
	position:absolute;
	text-align:right;
	top:5px;
	right:10px;
	width:300px;
	height:25px;
	}
	
.copyright {
	font-family: Verdana, Geneva, sans-serif;
	font-size:9px;
	color:#82bc3f;
	text-decoration:none;
	line-height:16px;
	}
	
.copyright a:link {
	font-family: Verdana, Geneva, sans-serif;
	font-size:9px;
	color:#82bc3f;
	text-decoration:none;
	line-height:16px;
	}
	
.copyright a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size:9px;
	color:#82bc3f;
	text-decoration:none;
	line-height:16px;
	}
	
.copyright a:active {
	font-family: Verdana, Geneva, sans-serif;
	font-size:9px;
	color:#82bc3f;
	text-decoration:none;
	line-height:16px;
	}
	
.copyright a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size:9px;
	color:#82bc3f;
	text-decoration:underline;
	line-height:16px;
	}
	
.visit_link {	
    font-family: Verdana, Geneva, sans-serif;
	font-size:9px;
	color:#dddfdd;
	text-decoration:none;
	line-height:16px;}
	
.visit_link a:link {
	font-family: Verdana, Geneva, sans-serif;
	font-size:9px;
	color:#dddfdd;
	text-decoration:none;
	line-height:16px;}
	
.visit_link a:active {
	font-family: Verdana, Geneva, sans-serif;
	font-size:9px;
	color:#dddfdd;
	text-decoration:none;
	line-height:16px;}
	
.visit_link a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size:9px;
	color:#dddfdd;
	text-decoration:none;
	line-height:16px;}
	
.visit_link a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size:9px;
	color:#dddfdd;
	text-decoration:underline;
	line-height:16px;}

/*HOME STYLES*/

/*HOME STRUCTURE*/

#content_home {
	position:relative;
	width:1000px;
	height:443px;
	min-height:443px;
	height: auto !important;
	text-align: center;
	margin: 0 auto;
	padding: 0px;
	}
	
#sub_pane_home {
	position:relative;
	padding: 0px;
	text-align:center;
	margin:0 auto;
	width:1018px;
	height:187px;
	background-image:url(skin_assets/features_bkgrd_2.png);
	background-repeat:no-repeat;
	clear: both;
	margin-top: 18px;
	}

#sub_pane_content_home {
	position:absolute;
	padding: 0px;
	text-align:left;
	width:949px;
	height:144px;
	clear: both;
	left: 33px;
	top: 18px;
}

/*SECONDARY STRUCTURE*/
	
#container {
	position: relative;
	margin:0 auto;
	padding:0px;
	text-align:left;
	width:1018px;
	left: 0px;
	}
	
#container_secondary {
	position:relative;
	margin:0px auto;
	padding: 0px;
	text-align:center;
	width:1018px;
	background-image: url(skin_assets/body_shadow_bkgrd.png);
	background-repeat: repeat-y;
}

#content_left {
	position:relative;
	float:left;
	width:161px;
	height:460px;
	min-height:460px;
	height: auto !important;
	text-align: left;
	background-color: white;
	top: 25px;
	padding-top:74px;
	overflow: hidden;
	left: 20px;
}

#content_middle {
	position:relative;
	float:left;
	width:588px;
	min-height:550px;
	height: auto !important;
	text-align: left;
	background-color: white;
	left: 32px;
	padding-top: 25px;
	}

#content_right {
	position:relative;
	float:right;
	width:219px;
	height:460px;
	min-height:460px;
	height: auto !important;
	text-align: left;
	top: 25px;
	left: -12px;
	background-color: white;
	padding-top: 74px;
	border-left: 1px solid #c9c9c9;
	}
	
/*#content_left {
	position:relative;
	width:161px;
	float:left;
	text-align: left;
	background-color: white;
	top: 74px;
	overflow: hidden;
	left: 20px;
}

#content_middle {
	width:588px;
	text-align: left;
	float:left;
	background-color: white;
	left: 32px;
	padding-top: 25px;
	position: relative;
	padding-bottom: 25px;
	}

#content_right {
	position:relative;
	width:219px;
	float:left;
	text-align: left;
	top: 74px;
	left: 35px;
	height:450px;
	min-height:450px;
	height: auto !important;
	background-color: white;
	border-left: 1px solid #c9c9c9;
	}
*/

#buffer {
	position:relative;
	width:1018px;
	text-align: center;
	margin: 0 auto;
	padding: 0px;
	height: 2px;
	clear: both;
	display: inherit;
	background-image: url(skin_assets/body_shadow_bkgrd.png);
	background-repeat: repeat-y;
	border: 0px;
	}

#border_bottom {
	position:relative;
	background-image:url(skin_assets/bottom_border.png);
	background-repeat:no-repeat;
	width:1018px;
	text-align: center;
	margin: 0 auto;
	padding: 0px;
	height: 17px;
	clear: both;
	background-position: bottom center;
	margin-top: -2px;
	}
	
/*SECONDARY STYLES*/


/*MENU STYLES*/

.MainMenu_SubMenu {
	font-family: Arial, Helvetica, sans-serif;
	color: #545553;
	font-weight: bold;
	font-size: 11px;
	height:27px;
	width:130px;
	background-color: #dadbdc;
	border-right: transparent 0px solid;
	border-bottom: transparent 0px solid;
	border-top: transparent 0px solid;
	border-left: transparent 0px solid;
	z-index: 1000;
	text-align:left;
}

.MainMenu_MenuItemSel {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	height:27px;
	width:130px;
	background-image:url(skin_assets/sub_menu_over.png);
	background-repeat:repeat-x;
	border-right: transparent 0px solid;
	border-bottom: transparent 0px solid;
	border-top: transparent 0px solid;
	border-left: transparent 0px solid;
	cursor: pointer;  
	text-align:left;
}

.MainMenu_MenuItem {
	font-family: Arial, Helvetica, sans-serif;
	color: #545553;
	font-weight: bold;
	font-size: 11px;
	height:27px;
	width:130px;
	background-color: #dadbdc;
	border-right: transparent 0px solid;
	border-bottom: transparent 0px solid;
	border-top: transparent 0px solid;
	border-left: transparent 0px solid;
	cursor: pointer;
	text-align:left;
}

.MainMenu_MenuContainer {
	width: 171px;
}
.rootmenu {
	font-family: Arial, Helvetica, sans-serif;
	color: #545553;
	font-weight: bold;
	font-size: 11px;
	text-decoration:none;
	background-color: transparent;
	text-align:right;
}
.rootmenubread {
	font-family: Arial, Helvetica, sans-serif;
	color: #545553;
	font-weight: bold;
	font-size: 11px;
	text-decoration:none;
	background-color: transparent;
	text-align:right;
}
.rootmenusel {
	font-family: Arial, Helvetica, sans-serif;
	color: #41883f;
	font-weight: bold;
	font-size: 11px;
	text-decoration:none;
	background-image:none;
	background-color: transparent;
	text-align:right;
}

.sep {
	background-image: url(skin_assets/sep.jpg);
	background-repeat: no-repeat;
}

.MainMenu_MenuIcon {
	height:0px;
	width:0px;
	background-color: #dadbdc;
	border-right: #ffffff 0px solid;
	border-bottom: #ffffff 0px solid;
	border-top: #ffffff 0px solid;
	border-left: #ffffff 0px solid;
}
.MainMenu_MenuArrow { display:none;}
.ModuleTitle_MenuArrow {display:none;}
.ModuleTitle_RootMenuArrow {display:none;}

.MainMenu_MenuBreak {
border-bottom: #9a101c 0px solid;
border-left: #9a101c 0px solid;
border-top: #9a101c 0px solid;
border-right: #9a101c 0px solid;
background-color: transparent;
height: 0px;
}


