/* Basics */

.ev_BG {
	position: absolute;
	left: 20px;
	top: 20px;
	z-index: 0;
	border-width: 0px;
	border-style: none;	
}
.ev_BG_raster {
	position: absolute;
	background: transparent;	
	left: 20px;
	top: 20px;
	width: 910px;
	height: 688px;
	z-index: 1;
	border-width: 0px;
	border-style: none;	
	background-image: url(/img/bg_raster.gif);
		opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
}


.ev_LOGO {
	position: absolute;
	left: 50px;
	top: 80px;
	width: 145px;
	height: 147px;
	padding-left:10px;
	padding-top: 8px;
	font-size: 9px;
	z-index: 100;	
}

.ev_CONTAINER {
	position: absolute;
	left: 230px;
	top: 80px;
	width: 659px;
	min-height: 578px;
	padding-left:9px;
	padding-top: 8px;
	padding-bottom: 10px;
	font-size: 11px;
	z-index: 100;	
}

.ev_FOOTER {
	position: absolute;
	border: none;
	left: 230px;
	width: 670px;
	height: 30px;
	padding-left:0px;
	padding-top: 0px;
	padding-bottom: 8px;
	font-size: 9px;
	visibility: hidden;
	z-index: 100;		
}
.ev_FOOTERcont {
	height: 20px; 
	padding-left: 9px;
	padding-top: 4px;
}



/* Globals */

body
{
	background-color: #FFF;
	font-family: Verdana, Helvetiva, Arial, sans-serif;
	line-height: 95%;
	letter-spacing: 100%;
}
a {
	text-decoration:underline;
	color: #000;
}
a:hover, a:visited:hover {
	text-decoration:underline;
}
div {
	background-color: #FFF;
	border: 1px dotted #000;
}

/* Font Types */

.lead {
	color: #996;
	margin: 0px;
	border-width: 1px;
	border-style:  none none solid none;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.smallLead {
	margin: 0px;
	border-width: 1px;
	border-style: dotted none none none;
	margin-top: 10px;
	padding-top: 10px;	
	font-size: 9px;
	font-weight: bold;
}
.smallText {
	font-size: 9px;
}
.smallTextBold {
	font-size: 9px;
	font-weight: bold;
}
/* Columns */

.column1 {
	border-width: 0px;
	border-style:  none;
	position: relative;
	width: 156px;
	left: 0px;
	background: transparent;
	float: left;
}
.column1wide {
	border-width: 0px;
	border-style:  none;
	position: relative;
	width: 484px;
	left: -1px;
	background: transparent;
	float: left;
}

.right1wide {
	border-style:  none none none dotted;
	position: relative;
	width: 145px;
	margin-right: -166px;
	padding: 0px;	
	padding-left: 9px;
	background: transparent;
	float: right;
	height: 578px;
}

.column2_3 {
	border-style:  none none none dotted;
	position: relative;
	width: 472px;
	left: 0px;
	min-height: 578px;
	padding-left: 11px;
	padding-right: 11px;	
	background: transparent;
	float: right;
	background-image: url(/img/dotline_bg.png);
	background-repeat: repeat-y;
}

.entry2_3 {
	border-style:  none;
	position: relative;
	padding: 0px;	
	padding-top: 8px;
	background: transparent;
	clear: both;	
	padding-bottom: 10px;
}
.hrule {
	border-style:none ;
	clear: both;	
	padding-top: 10px;
	background: white;
	height: 10px;
}
.hrule_line {
	border-style:  dotted none none  none ;
	padding: 0px;
	margin: 0px;
}

.left2_3 {
	border-style: none;
	position: relative;
	width: 308px;
	padding: 0px;	
	padding-right: 10px;
	background: transparent;
	float: left;
	padding-bottom: 17px;	
}

.right2_3 {
	border-style: none;
	position: relative;
	width: 145px;
	margin-right: -166px;
	padding: 0px;	
	padding-left: 9px;
	background: transparent;
	float: right;
}

/* Menu */

.tabs {
	opacity: 0.9;
	-moz-opacity: 0.9;
	filter: alpha(opacity=90);
	background-color: #000;
	width: 144px;
	height: 21px;
	color: #FFF;
	font-size: 10px;
	top: 51px;
	position: absolute;
	z-index: 1000;
	padding-left: 11px;
	padding-top: 8px;
	text-transform: uppercase;
	border-width: 0px;
	border-style: none;
	cursor:hand; cursor:pointer;
}

.tabs.c1 {left: 240px;}
.tabs.c2 {left: 405px;}
.tabs.c3 {left: 570px;}
.tabs.c4 {left: 735px;}
.tabsActive {
	width: 157px;
	height: 21px;
	color: #000;
	top: 43px;
	position: absolute;
	z-index: 100;
	padding: 8px;
	border-style: dotted dotted none dotted;
}

.tabsActiveInside {
	background-color: #996;
	color: #000;
	height: 20px;	
	position: relative;
	padding-left: 10px;
	padding-top: 7px;
	font-size: 10px;
	text-transform: uppercase;
}

.tabsActive.c1 {left: 230px;}
.tabsActive.c2 {left: 395px;}
.tabsActive.c3 {left: 560px;}
.tabsActive.c4 {left: 725px;}
.dropDown {
	visibility: hidden;
	width: 155px;
	color: #FFF;
	font-size: 11px;
	top: 80px;
	left: 240px;	
	position: absolute;
	z-index: 1000;
	padding: 0px;
	padding-top: 8px;	
	border-width: 1px;
	border-style:  dotted dotted none dotted;
	cursor:hand; cursor:pointer;
}

.dropDown.c1 {left: 239px;}
.dropDown.c2 {left: 404px;}
.dropDown.c3 {left: 569px;}
.dropDown.c4 {left: 734px;} 
.menuItem {
	position: relative;
	left: 0px;
#	height: 21px;
	border-width: 1px;
	border-style:  none none dotted none;
	color: #000;
	padding-left: 10px;
	padding-top: 7px;	
	padding-bottom: 7px;		
	cursor:hand; cursor:pointer;
}

div.menuItem:hover {
	background-color: #996;
	border-width: 1px;
	border-style:  dotted;	
#	height: 21px;
	margin-top: -1px;
	padding-left: 9px;
	padding-bottom: 7px;		
	cursor:hand; cursor:pointer;
} 

.menuItemOver {
	position: relative;
	left: 0px;
	color: #000;
	padding-top: 7px;	
	background-color: #996;
	border-width: 1px;
	border-style:  dotted;	
#	height: 21px;
	margin-top: -1px;
	padding-left: 9px;
	padding-bottom: 7px;		
} 

.menuItem a {
	text-decoration: none;
}
.menuItemOver a {
	text-decoration: none;
	cursor:default;
}
.menuItem a:hover {
	text-decoration: none;
}
.menuItemOver a:hover {
	text-decoration: none;
	cursor:default;
}

.HideAll {
	z-index: 200;
	width: 850px;
	height: 400px;
	visibility: hidden;
	position: absolute;
	left: 50%;
	top: 10px;			
	background-color: transparent;
	margin-left: -425px;
	border-width: 0px;
	border-style: none;
}































