@charset "utf-8";
/* CSS Document */


body{
	margin:0;
	padding:0;
	background:url(../images/bg2.gif)  repeat;
	font-family: Gotham-Book,Arial, Helvetica;
	font-size:12px;
	color:#5B5B5D;
	height: 100%;

	
}
a{
	color:#005594;
}
a:hover{
	color:#25215A;
}

a.side_active{
	
	color:#25215A;
}
h1{
	font-size:17px;
	text-transform:uppercase;
	font-weight:normal;
}

h2{
	font-size:15px;
	text-transform:uppercase;
}
h3{
	margin:0;
	padding:0;
	font-size:14px;
	font-weight:bold;
	margin-bottom:5px;
}
p{
	margin:0;
	padding:0;
	margin-bottom:10px;
	line-height:1.3;
}

hr{ 
color:#ccc; 
background: #ccc; 
border:0; 
height:1px;}

#container{
	/*width:1024px;*/
	margin:0 20px;
	height: 100%;
}
#left{
	/*width:810px;*/
	float:left;	
	width:75%;
	height: 100%;

}
#right{
	width:200px;
	float:right;
	
	margin-top:-38px;
}
#right_top{
	padding:20px 0 20px 0;
	text-align:center;
	background-color:#25215A;
	margin-bottom:10px;
}
#top{

	background:url(../images/bg_top2.gif)  repeat;
	height:38px;
}
#menu{
	/*width:1024px;*/
	margin:0 20px;
}
#menu img{
	border:0;	
}
#content{
	padding:35px;
	background-color:#FFF;	
	margin-top:25px;	
	margin-bottom:15px;
	width:700px;
	float:inherit;
}
#content_bottom{
	clear:left;
}


#content_bottom table{
	margin-bottom:10px;
	
}
#content_bottom td{
	margin-right:20px;
	
}

#content p a {
	margin-right:20px;
}
.links a{
	margin-right:20px;
}
table{
	margin:0;
	padding:0;
}

.nav{
	height:38px;
	margin-bottom:10px;
	width:200px;
	background-color:#58595B;
}
.nav img {
	border:0;
}
#content_bottom img {
	border:0;
}
#innovation_table{
	font-size:12px;
}
#innovation_table a{
	margin-right:20px;
}
#innovation_table p{
	margin:0;
	padding:0;
	margin-bottom:5px;
	line-height:1.1;
}
#instructions{
	clear:right;
}

.blockquote{
font-style:italic;
padding:0 0 0 30px;}

.footer{
background-color:#FFFFFF;
clear:both;
padding:5px;
width:760px;
text-align:center;
}

/* ACCORDION STYLES */

.arrowlistmenu{
width: 100%; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 15px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
background-image: url(/images/plus_sign.gif);
background-repeat:no-repeat;
background-position: center left;
font-size:110%;

}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(/images/plus_sign.gif);
background-repeat:no-repeat;
background-position: center left;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px;/*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding: 0 0 2px 12px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
background: url(/images/download_arrow.gif) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #25215A;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #25215A;
background-color: #F3F3F3;
}
.tab_1{
	float:left;
	width:100px;
}
.tab_2{
	float:left;
	width:100px;	
}
.tab_1 a{
	
	border:solid 1px #999;
	text-decoration:none;
	padding:5px 10px;
	
}
.tab_2 a{
	padding:5px;
	border:solid 1px #999;
	text-decoration:none;
}
/* TAB CENTRE BOX */


#tab_box
	 {
	float: right;
	width: 530px;
	position: relative;
	z-index: 20;
		
}
#tab_box img{
border:0;
margin:8px 8px 20px 0px;
}

	#tabmenu {
	z-index: 15;
	text-align:left;
/*	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1DDD4;*/
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	background-color: #fff;
	width:770px;
	margin-top:25px;
	margin-bottom:-25px;
		}

	#tabmenu li {
	display: inline;
	overflow: hidden;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	color:#ffffff;
	text-transform:uppercase;
	
}

	#tabmenu a {
	color:#5B5B5D;
	font-size:15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0;
	text-decoration: none;
	background-color: #E1DDD4;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}

	#tabmenu a.active {
	color: #5B5B5D;
	border-bottom: 3px solid #ffffff;
	font-weight:normal;
	margin: 0px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	background:#ffffff;	
	border:none;
	border-right-color: #E1DDD4;
		}

	#tabmenu a:hover {
	color: #ffffff;
	font-weight:normal;
	margin: 0px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	/*background-color: #E1DDD4;*/
}

	#tabmenu a:visited {
	color: #fffffg;
	font-weight:normal;
	margin: 0px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	
}

	#tabmenu a.active:hover {
	color: #5B5B5D;
	font-weight:normal;
	margin: 0px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	/*background-color: #E1DDD4;*/
}

	#tabcontent {
	text-align: justify;
	/*z-index: 2;	*/
		background: #FFFFFF;
	padding: 10px;
	margin: 0px;
	font-size: 11px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E1DDD4;
	border-right-color: #E1DDD4;
	border-bottom-color: #E1DDD4;
	border-left-color: #E1DDD4;
	
	  min-height:287px;
  height:auto !important;
  height:287px;

		}
		
		.more_news{
	text-align:right;
	margin-top: 10px;
	font-weight:bold;
		}
