/*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 {
	padding:0px;
	margin:0px;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	background-color:#adadad;
	background-image: url(/app/templaterepository/AQATP_home/images/body_bg.jpg);
	background-repeat:repeat-y;
	background-position: center;
	color:black;
	text-align:center;
	font-size:10pt;
}

img {
	border:none;
}

a {
	color:#319abf;
	text-decoration: none;
	
}

a:hover {
	color:#319abf;
	text-decoration: underline;
}

a:visited {
	color:#6b919e;
	text-decoration: none;
}



/*---[ LAYOUT STYLES ]----------*/
#wrapper {
	width:962px;
	margin-right:auto;
	margin-left:auto;
	padding:0px 31px;
	text-align:left;
}

#header{ 
	display: block;
	height: 342px;
	width:962px;
	clear: both;
	position:relative;
	background-image:url(/app/templaterepository/AQATP_home/images/header_bg.jpg);
	background-repeat: no-repeat;
}

#header_menu {
	display:block;
	position:absolute;
	top: 244px;
	left:40px;
	width:878px;
}

#center {
	width:100%;
	float:left;
}

#middle {
	background-image: url(/app/templaterepository/AQATP_home/images/middle_bg.jpg);
	background-repeat:repeat-y;
	width:100%;	
	float:left;
}

#middle_top {
	background-image: url(/app/templaterepository/AQATP_home/images/middle_top_bg.jpg);
	background-repeat:no-repeat;
	width:100%;	
	height:19px;
	float:left;
}

#middle_bottom {
	background-image: url(/app/templaterepository/AQATP_home/images/middle_bottom_bg.jpg);
	background-repeat:no-repeat;
	width:100%;	
	height:19px;
	float:left;
}

#left_side {
	width:527px;
	padding: 0p 46px;
	float:left;
	margin-left:26px;
}
#menu {
}
	
#right_side {
	width:280px;
	height:170px;
	float:right;
	padding-right:17px;
}

#content {
	float: left;
	padding:21px 37px;
	width: 886px;	
	background-image: url(/app/templaterepository/AQATP_home/images/content_bg.jpg);
	background-repeat:repeat-x;
	background-color:#aaaaaa;
}
	


#main {
	font-size:0.8em;
}

#footer {
	background-image: url(/app/templaterepository/AQATP_home/images/footer_bg.jpg);
	background-repeat:no-repeat;
	position: relative;
	color: white;
	font-size: 8pt;
	height:32px;
	padding:31px 0px 0px 20px;
}

#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:12px; 
	font-size:10px; 
	text-align:right;
}

.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:visited {
	background-image:url(/app/TemplateRepository/AQATP_home/images/menu_bg.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	border-top:1px dashed #888888;
	color:black;
	float:left;
	font-size:15px;
	padding-bottom:8px;
	padding-left:24px;
	padding-top:0;
	text-decoration:underline;
	width:234px;
	border:0px;
}
a.menu:hover, a.menuactive, a.menu:active {
	text-decoration: none;
}


/*..........................  sub menu 1  .............................*/

a.submenu1, a.submenu2, a.submenu3, a.submenu4 {
	display: none;
}


a.menuactive {
	display:none;
}
