/*there are Internet Explorer Specfic css in the header section of 
the template page for classes
#top_image
.search_box
if you are changing those, dont forget to change in the template as well*/

/*---[ TAG STYLES ]-------------*/
body{
	margin:0px;
	font-family: Helvetica, Verdana, Geneva, Arial, sans-serif;
	background-color: #4b4a47;
	font-size: 10pt;
}

img{	
border:none;
}

a { 
	color: #002e63;
	font-weight: bold;
	text-decoration: underline;
}
a:hover { 
	text-decoration: none;
}
a:visiter { 
	color: #002e63;
	font-weight: bold;
	text-decoration: underline;
}
a:active { 
	color: #002e63;
	font-weight: bold;
	text-decoration: underline;
}

h6 {
	margin-top:0px;
	margin-bottom: 6px;
	color: black;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12pt;
}


/*---[ LAYOUT STYLES ]----------*/
#Ie6shell {
	width: 1021px;
	margin-left: auto;
	margin-right: auto;
}

#wrapper_top {
	height:	9px;
	background-image: url(/app/templaterepository/mio_home/images/wrapper_top_bg.jpg);
	background-repeat: no-repeat;
	margin-bottom:0px;
}
#wrapper {
	margin-top: 0px;
	width:993px;
	margin-right:auto;
	margin-left:auto;
	padding:0px 14px;
	text-align:left;
	background-image: url(/app/templaterepository/mio_home/images/wrapper_bg.jpg);
	background-repeat: no-repeat;
}

#header{ 
	display: block;
	height: 217px;
	width: 993px;
	clear: both;
	position:relative;
	background-image: url(/app/templaterepository/mio_home/images/header_bg.jpg);
	background-repeat: no-repeat;	
}

#header_menu {
	display:block;
	position:absolute;
	top:5px;
	left:231px;
	width: 279px;
	height: 16px;
	padding:5px 0px 7px 0px;
	
}

#top_links {
	padding: 5px 20px 7px 0px;
	width:auto;
	display:block;
	text-align:right;
	position:absolute;
	top:5px;
	right: 10px;
}

a.top_links {
	color: black;
	text-decoration: none;
	font-weight:100;
	font-size: 11px;
}

a.top_links:visited {
	text-decoration: none;
}

a.top_links:hover {
	text-decoration: underline;
}

#search {
	width: 100%;
	height: 57px;
	background-image: url(/app/templaterepository/mio_home/images/search_bg.jpg);
	background-repeat: no-repeat;
	position: relative;
}

#center {
	padding: 0px 10px;
	background-image: url(/app/templaterepository/mio_home/images/center_bg.jpg);
	background-repeat:repeat-y;
	width: 973px;
	float:left;
}

#left_side {
	width:170px;
	padding:0px 16px;
	float:left;
	margin-right: 18px;
}
	
#menu {
}

#content {
	margin-bottom:10px;
	width:738px;
	float:left;
}

#main {
	font-size:0.8em;
}

#wrapper_bottom {
	width: 923px;
	height:	43px;
	padding: 37px 49px 0px 49px; 
	background-image: url(/app/templaterepository/mio_home/images/wrapper_bottom_bg.jpg);
	background-repeat: no-repeat;
	position: relative;
}
#footer {
}

.evolutra {
	position: absolute;
	top:22px;
	right:22px;
}

#notice {
margin-top:-16px;
margin-left: auto;
margin-right: auto;
width:120px;
text-align: center;

}

#back_top {
	float:left;
	position:relative;
	right: 80px;
	width:20px;
	bottom:-80px;
}

/*---[ STYLE CLASSES ]---------------*/
.change_text_size {
	float:right;
	position:relative;
	vertical-align:top;
	text-align:right;	
}

.search_box {
	height:15px;
	padding-top: 2px;
	width: 149px; 
	font-size:10px; 
	text-align: left;
	position:absolute;
	top: 10px;
	left: 21px;
	color: #969696;
}
.search_button {
	position:absolute;
	top: 10px;
	left: 175px;
}

.news1{
	margin: 2px 0px;
	padding:4px;
}

.news2{
	margin: 2px 0px;
	background:#CCCCCC;
	padding:4px;
}

.date{
	color:#990000;
	font-size:12px;
}

.news_title {
	font-weight:bold;
}

a.evoArticleTitle {
	color:#41abec;
	font-weight:bold;
	text-decoration:none;
}

a.evoArticleTitle:hover {
	text-decoration:underline;
}

.evoArticleDate {
	font-size:xx-small;
} 	

td.evoCategoryTitle {
	color:#41abec;
	font-weight:bold;
	font-size:16px;
	text-decoration:none;
	border-bottom:2px #41abec solid;
}

/*..........................  menu  .............................*/


a.menu:link, a.menu:active, a.menu:visited {	
background-position:left;
	background-repeat:no-repeat;	display:block;
	padding:6px 0px;
	text-decoration:none;	border-top:2px black dotted;
	color:#333333;
}
a.menu:hover {	
	font-weight: bold;
}

a.menuactive:link, a.menuactive:active, a.menuactive:visited {	
background-image:url(/app/TemplateRepository/mio_home/images/menu_arrow.jpg);
	background-position:right top;
	background-repeat:no-repeat;	display:block;
	padding:6px 0px;
	text-decoration:none;	border-top:2px black dotted;
	color:#333333;
	font-weight: bold;
}

a.menuactive:hover {	
	font-weight: bold;
}

.menu_head {
	color:#41abec;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	margin-left:10px;
}


/*..........................  sub menu 1  .............................*/

a.submenu1:link, a.submenu1:visited {	
background-position:left;
	background-repeat:no-repeat;
	text-decoration: none;
	position:relative;
	left: 7px;
	padding-left:15px;
	margin-right:5px;
	color:#333333;
	width:145px;
	display:block;
}

a.submenu1:active {	
background-color:#ddd;
}

a.submenu1:hover {	
background-color:#ddd;
}

a.submenu1active:link, a.submenu1active:active, a.submenu1active:visited {	
background-image:url(/app/TemplateRepository/mio_home/images/menu_arrow.jpg);
	position:relative;
	left: 7px;
	background-position:left;
	background-repeat:no-repeat;
	display:block;
	padding-left:23px;
	margin-right:5px;
	text-decoration:none;
	color:#333333;
	width:140px;

}

a.submenu1active:hover {	
background-color:#ddd;
}

/*..........................  sub menu 2  .............................*/

a.submenu2:link, a.submenu2:visited {
	position:relative;
	left: 14px;
	background-position:left;
	background-repeat:no-repeat;
	display:block;
	padding-left:23px;
	margin-right:5px;
	text-decoration:none;
	color:#333333;
	width:133px;
}

a.submenu2:active {
	width:133px;
}

a.submenu2:hover {	
background-color:#ddd;
	width:133px;
}

a.submenu2active:link, a.submenu2active:visited {	
background-image:url(/app/TemplateRepository/mio_home/images/menu_arrow.jpg);
	position:relative;
	left: 14px;
	background-position:left;
	background-repeat:no-repeat;
	display:block;
	padding-left:23px;
	margin-right:5px;
	text-decoration:none;
	color:#333333;
	width:133px;
}


a.submenu2active:active {
	width:133px;
}

a.submenu2active:hover {	
background-color:#ddd;
}

/*..........................  sub menu 3  .............................*/

a.submenu3:link, a.submenu3:active, a.submenu3:visited {
	text-decoration:none;
	color:#333333;
	width:124px;
	margin-right:5px;
}
	
a.submenu3:hover {	
background-color:#ddd;
}

a.submenu3active:link, a.submenu3active:active, a.submenu3active:visited {	
background-image:url(/app/TemplateRepository/mio_home/images/menu_arrow.jpg);
	position:relative;
	left: 21px;
	background-position:left;
	background-repeat:no-repeat;
	display:block;
	padding-left:23px;
	margin-right:5px;
	text-decoration:none;
	color:#333333;
	width:124px;
}

a.submenu3active:hover {	
background-color:#ddd;
}

/*..........................  sub menu 4  .............................*/

a.submenu4:link, a.submenu4:active, a.submenu4:visited {
	display:block;
	text-decoration:none;
	color:#333333;
}
	
a.submenu4:hover {	
background-color:#ddd;
}

a.submenu4active:link, a.submenu4active:active, a.submenu4active:visited {	
background-image:url(/app/TemplateRepository/mio_home/images/menu_arrow.jpg);
	position:relative;
	left: 28px;
	background-position:left;
	background-repeat:no-repeat;
	display:block;
	padding-left:23px;
	margin-right:5px;
	text-decoration:none;
	color:#333333;;
	width:117px;
}

a.submenu4active:hover {	
background-color:#ddd;
}
