@charset "UTF-8";
@import url("forms.css");
/* CSS Document */

body{
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 0.75em;*/
	font-size:12px;
	font-weight: normal;
	line-height: 16px;
	margin: 0;
	padding: 0;
	color: #000;
	text-align: left;
}

p, ul, li, ol, div, span, h1, h2, h3, h4, h5, h6, form {
	padding: 0;
	margin: 0;
}

.clr{
	height: 0;
	font-size:1px;
	clear: both;	
}


h1 {
	font-size: 1.6em;
	color: #0092d4;
	padding-bottom: 5px;
}

hr {
	color: #b2def2;
	background-color: #b2def2;
	border: 0;
	height: 1px;
}

img{
	border: 0 solid #FFF;
}

#wrapper {
	width:940px;
	margin: 0 auto;
}

#thin {
	min-height: 1px;
   height: auto !important;
   height: 1px;
	clear: both;
}

/* HEADER */

#header {
	padding-top: 47px;
	height:142px; 
	width:940px;
	line-height: 0;
}

#iapi-logo {
	position: relative;
	float: left;
	padding-left: 45px;
	display: inline;
   overflow: hidden;
}

#top_menu {
	width: 660px;
	text-align: right;
	position: relative;
	float: left;
	padding-left: 70px;
	display: inline;
	overflow: hidden;
}

#top_menu ul {
	position: relative;
	float: right;
	padding-top: 20px;
	/*width: 700px;*/
	width: auto;
	list-style: none;
	margin: 0 auto;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 20px;
}

#top_menu li {
	float: left;
	width: 220px;
	margin: 0;
    padding: 0;
}

#top_menu li a {
	color: #afb1b3;
	text-decoration: none;
	padding: 3px;
}

#top_menu li a:hover, #top_menu li a#active {
	background-color: #0092d4;
	color: #fff;
}


/* LEFT MENU */

#content2 {
	background-image: url(../images/rast_blue.jpg);
	background-repeat: repeat;
	padding: 30px 0 30px 30px;
	/*font-weight: 100;
	height: auto;*/
	min-height: 300px;
	height: auto !important;
	height: 300px;
	float: left;
	width: 910px;
}

#content2 .float_box{
	padding: 0;
	margin: 0;
	float: left;
	width: 100%;
	border-bottom: 1px solid #b2def2;
	padding-bottom: 0.6em;
	margin-bottom: 0.6em;
}

#content2 h1.grayfloat,
#content2 h2.float{
	float: left;
	padding: 0;
	margin: 0;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 1.5em;
}

#content2 h1.grayfloat{
	color: #a2a7ac;
	border-right: 1px solid #b2def2;
	margin-right: 10px;
}

#content2 h2.float{
	color: #0092d4;
}

#content2 h3 {
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100%;
	color: #0092d4;
	font-size: 1.33em;
	font-weight: bold;
}

h3.catlabel, h3.download{
	margin-bottom:5px;
	margin-top: 15px;
}

h3.catlabel.firstlabel{
	margin-top: 0px;
}

#content2 h4 {
	float: left;
	width: 100%;
	padding-bottom: 10px;
	color: #a2a7ac;
	font-size: 1.2em;
	font-weight: normal;
}

#content2 h5 {
	width: 100%;
	font-size: 1em;
	font-weight: bold;
}

#blue_content ul, #blue_content ol{
	margin: 10px;
	padding: 10px;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
}


#content2 #blue_content ul.subcats {
	position: relative;
	float: left;
	padding: 0;
	width: 267px;
	list-style: none;
	margin: 0;
	line-height: 22px;
	border: 0px;
}

#content2 #blue_content ul.subcats.right {
	margin-left: 18px;
}

#content2 #blue_content ul.subcats li {
	float: left;
	width: 260px;
	margin: 0;
    padding: 0;
}

#content2 #blue_content ul.subcats li.blue {
	background-color: #ebf6fc;
}

#content2 #blue_content ul.subcats li a{
	color: #000;
	border-bottom: 1px solid #b2def2;
	text-decoration: none;
}

#content2 #blue_content ul.subcats li{
	padding: 3px;
	padding-left: 5px;
}

#content2 #blue_content ul.subcats li a:hover, #blue_content a:hover {
	border-bottom: 1px solid #0092d4;
}

#blue_content a {
	color: #0092d4;
	border-bottom: 1px solid #b2def2;
	text-decoration: none;

}

#blue_content li{
	padding-bottom: 10px;
}

#blue_content a:hover {
	border-bottom: 1px solid #0092d4;
}

#top_menu li a#active {
	background-color: #0092d4;
	color: #fff;
}

#content2 #left_menu {
	position: relative;
	float: left;
	width: 200px;
	background-color: #fff;
	padding: 10px 20px;
}

#content2 #left_menu_hidden{
	position: relative;
	float: left;
	width: 200px;
	padding: 10px 20px;
}

#content2 #left_menu ul {	
	width: auto;
	list-style: none;
	margin: 0 auto;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 20px;
}

#content2 #left_menu li {
	float: left;
	margin: 0;
   padding: 5px 0 5px 0;
	border-bottom: #dadcdd 1px solid;
	width: 100%;
}

#content2 #left_menu li a {
	color: #afb1b3;
	text-decoration: none;
	padding: 3px;
	padding-left: 0;
}

#content2 #left_menu li a:hover, #content2 #left_menu li a#active2 {
	color: #0092d4;
}

#content2 #left_menu ul.submenu li {
	border: 0;
	margin: 0;
	padding: 0;
	margin-left: 10px;
	font-size: 11px;
	width: 180px;
}

hr.hrgrey {
	color: #dadcdd;
	background-color: #dadcdd;
	border: 0;
	height: 1px;
	padding: 0;
	margin: 0;
}

#headersearchbox {
	float: left;
}

#applesearch .sbox input {
	width: 180px;
	float:right;
	margin-right: 15px;
}

/* CONTENT */

#blue_content p{
	padding-bottom: 10px;	
}

#content {
	background-image: url(../images/rast_blue.jpg);
	background-repeat: repeat;
	padding: 30px 0 30px 30px;
	min-height: 285px;
    height: auto !important;
    height: 285px;
}

#content div {
	position: relative;
	float: left;
	width: 238px;
    min-height: 245px;
    height: auto !important;
    height: 245px;
	background-color: #fff;
	margin-right: 20px;
	margin-bottom: 20px;
	padding: 20px 20px 20px 20px;
	_padding-bottom: 10px;
}

#content div.small{
	min-height: 100px;
    height: auto !important;
    height: 100px;
}

#content div#twosmallboxes {
	background: none;
	padding: 0;
	height: 0;
	margin: 0;
}

#content div p {
	padding-top: 10px;
	font-weight: 100;
}

#content div a {
	font-weight: bold;
	text-decoration: none;
	color: #0092d4;
}

#content div a:hover {
	color: #0092d4;
	text-decoration: underline;
}
/*
#content div#login {
	clear: both;
	background-color: #e8f5fb;
	min-height: 24px;
	color: #0092d4;
    height: auto !important;
    height: 24px;
	width: 835px;
	padding: 10px 20px 10px 20px;
	margin: 30px 35px 0 0;
	display: block;
	position:inherit;
	float: none;
	width: inherit;
}*/

.btns{
	border: 0;
    background: #0092d4;
	padding: 3px 10px;
	margin: 0;
	font-size:10px;
	margin-right: 20px;
	color: #fff !important;
	font-weight: bold;
	text-decoration: none !important;
}


.btns_nom{
	border: 0;
    background: #0092d4;
	padding: 3px 10px;
	font-size:10px;	
	color: #fff !important;
	font-weight: bold;
}

#content div#small {
	min-height: 120px;
   height: auto !important;
   height: 120px;
	padding-top: 5px;
	margin: 0;
	font-size: 11px;
	line-height: 12px;
}

#content img.noimagespacing {
	margin: 0;
	padding: 0;
}

#content input.long {
	width: 230px;
	margin-bottom: 4px;
}

#content input.half {
	width: 110px;
	margin-bottom: 4px;
}

#content input#loginbt {
	border: 0;
    background: #0092d4;
	width: 54px;
	margin-right: 10px;
	font-size:10px;
	color: #fff;
	font-weight: bold;
}

#content input.resetbt {
	border: 0;
	background: #0092d4;
	color: #fff;
	font-weight: bold;
	width: inherit;
}

#contentgrey {
	background-image: url(../images/rast_grey.jpg);
	background-repeat: repeat;
	margin-top: 20px;
	padding: 30px 0 0 30px;
	min-height: 170px;
	height: 170px;
	width: 910px;
}

#contentgrey div.regbox,  #contentgrey div.blogbox{
	position: relative;
	float: left;
	width: 164px;
	height: 110px;
	background-color: #f3f3f3;
	margin-right: 20px;
	padding: 10px 20px 20px 20px;
}

#contentgrey div h1, #content div.tophomebox h1 {
	font-size: 1.4em;
	margin: 0;
	padding: 0;
	border-bottom: 1px #b2def2 solid;
	margin-bottom: 10px;
}

#content div.tophomebox h1.noborder{
	border: 0;
	margin-top: 10px;
	margin-bottom: 5px;
}

#contentgrey div.blogbox, #content div.tophomebox.promo{
	margin-right: 0;
}

.promo{
	line-height: 1.2em;
}


#contentgrey div a {
	font-weight: bold;
	text-decoration: none;
	color: #0092d4;
}

#contentgrey div a:hover {
	color: #0092d4;
	text-decoration: underline;
}


#contentContainer{
	float: left;
	width: 595px;
	margin-left: 40px;
}

#contentFullContainer{
	float: left;
	width: 835px;
}


#blue_content {
	float: left;
	position: relative;
	margin: 0;
	background-color: #fff;
	padding: 10px 20px;
	width: 555px;
	min-height: 300px;
	height: auto !important;
	height: 300px;
} 

#wide_content {
	float: left;
	position: relative;
	margin: 0;
	background-color: #fff;
	padding: 10px 20px;
	width: 835px;
	min-height: 300px;
	height: auto !important;
	height: 300px;
}

/* PAGES */

#pages {
	width: 595px;
	position: relative;
	float: left;
	margin-top: 10px;
	margin-bottom: 0;
	padding: 0;
	text-align: right;
}

#pages ul, #pages li{
		margin: 0;
		padding: 0;
	}
	
#pages li{
		float: left;
		list-style-type:none;
		text-align:center;
		margin-left: 10px;
	}

#pages li a span{
	display: none;
	font-size: 1px;
}

#pages li a{
	background-position:center top;
	background-repeat:no-repeat;
	float:left;
	font-size:1px;
	min-height:27px;
	height:auto !important;
	height: 27px;
}

#pages li#next{
	background-image:url(../images/next.gif);
}

#pages li#prev{
	background-image:url(../images/pre.gif);
}

#pages li a:hover{
	background-position: center bottom;
}

.prev_arrow a{
	width: 27px;
	background-image:url(../images/pre.gif);
}

.next_arrow a{
	width: 27px;
	background-image:url(../images/next.gif);
}

.whiteSpace{
	width: 521px;
	float: left;
	min-height:27px;
	height:auto !important;
	height: 27px;
	background: #fff;
}

.wider{
	width: 558px;
}

/* FOOTER */

#footer {
	width:940px;
	float: left;	
	margin: 18px 0 0 45px;
	color: #8c8b8b;
	font-size: 11px;
}

#footer img {
	padding-right: 0.9em;
}

.info {
	width: 535px;
	float: right;
	padding: 10px;
	padding-top: 0;
}

h3.infohead{
	margin-top: 5px;
}

.blue {
 background: #ebf6fc;	
}

.details {
	float: left;
	width: 315px;
	margin-top: 10px;
	margin-left: 20px;
}

.profilePic{
	float: right;
	border: 1px solid #cae8f5;
	margin: 5px;
}

.logoPic{
	float: left;
	margin-top: 10px;
}

.rightPic{
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
}


#blue_content ul.attachments, #blue_content ul.faqs{
	list-style: none;
	margin:0;
	padding: 0;	
}

#blue_content ul.attachments{
	display: block;
	min-height: 30px;
	height: auto !important;
	height: 30px;
	clear: both;
}


#blue_content ul.attachments li, #blue_content ul.faqs li{
	margin:0;
	padding: 0;	
}


#blue_content ul.attachments li{
	display: block;
	min-height: 20px;
	height: auto !important;
	height: 20px;
	clear: both;
	margin-bottom: 5px;
}

#blue_content ul.faqs li a{
	margin:0;
	padding: 0;
}

#blue_content ul.faqs li{
	margin:5px;
}

#blue_content table{
	text-align: center;
}

#blue_content tr{
	text-align: left;
}

#blue_content td{
	text-align: left;
}

#blue_content caption{
	width: 100%;
	padding: 5px 0 8px 0;
	margin: 0;
	color: #0092d4;
	font-size: 1.33em;
	font-weight: bold;
	text-align: left;
}

.details dt{
	font-weight: bold;
	width: 80px;
	float: left;
	margin: 0;
	padding:0;
}

.details dd{
	width: 225px;
	float: left;
	margin: 0;
	padding:0;
}

.faq{
	padding-top: 30px;
}

.faq h4{
	margin: 0;
	padding: 0;
}

/* ALESSIO CSS */
.dates{
	display: block;
	margin-bottom: 15px;
}

.dates dt,
.dates dd{
	margin: 0;
	padding: 0;
}

.dates dt{
	font-weight: bold;
}

.overlay{
	display: block;
	background-color:#FFF;
	filter:alpha(opacity=90);
    -moz-opacity:0.9;
    opacity:0.9;
    -khtml-opacity: 0.9;
	z-index: 100;
	position: absolute;
	top: 0;
	left: 0;
}

.overlay_content{	
	z-index: 110;
	position: absolute;
	width: 640px;
	height: 640px;
	/*background-color: #FFF;	*/
	top: 50%;
    left: 50%;
	padding: 10px;
	text-align: left;
    margin: -320px -320px; 
}

.overlay_content .overflow_header{
	height: 20px;	
	display: block;
	text-align:right;
	margin-bottom:5px;
}


.overlay_content a {
	text-decoration: none;
	font-weight: bold;
	color: #0092d4;
}

.overlay_content a:hover {
	color: #0092d4;
	text-decoration: underline;
}
.overlay_content .overflow_body{
	overflow-y:auto;
	display: block;
	height: 640px;
	/*background-color: #FFF;*/
}

.pdficon{
	background-image:url(../images/pdficon.png);
	background-repeat: no-repeat;
	background-position: center left;
	float: left;
	border-bottom: 0 solid #FFF !important;
	border-bottom: 0 solid #FFF;
	font-weight: bold;
	text-decoration: none;
	padding: 4px 0;
	padding-left: 20px;
}

.wordicon{
	background-image:url(../images/wordicon.png);
	background-repeat: no-repeat;
	background-position: center left;
	float: left;
	border-bottom: 0 solid #FFF !important;
	border-bottom: 0 solid #FFF;
	font-weight: bold;
	text-decoration: none;
	padding: 4px 0;
	padding-left: 20px;
}

.ppticon{
	background-image:url(../images/ppticon.png);
	background-repeat: no-repeat;
	background-position: center left;
	float: left;
	border-bottom: 0 solid #FFF !important;
	border-bottom: 0 solid #FFF;
	font-weight: bold;
	text-decoration: none;
	padding: 4px 0;
	padding-left: 20px;
}

.excelicon{
	background-image:url(../images/excelicon.png);
	background-repeat: no-repeat;
	background-position: center left;
	float: left;
	border-bottom: 0 solid #FFF !important;
	border-bottom: 0 solid #FFF;
	font-weight: bold;
	text-decoration: none;
	padding: 4px 0;
	padding-left: 20px;
}

.docicon{
	background-image:url(../images/docicon.png);
	background-repeat: no-repeat;
	background-position: center left;
	float: left;
	border-bottom: 0 solid #FFF !important;
	border-bottom: 0 solid #FFF;
	font-weight: bold;
	text-decoration: none;
	padding: 4px 0;
	padding-left: 20px;
}

/* rotator css */

div#date_rotate, div#news_rotate, div#jobs_rotate, div#notice_rotate{
 height:90px;
 overflow:hidden;
 margin: 0;
 padding: 0;

}

div#date_rotate div.rotated, div#news_rotate div.rotated, div#jobs_rotate div.rotated, div#notice_rotate  div.rotated{
	height:90px;
	margin: 0;
	 overflow:hidden;
	padding: 0;
	background-color: #f3f3f3;
}

/* end rotator css */

/* spacer for homepage */

#content div.spacedOut{
	line-height: 18px;
}

#content div.tophomebox p{
	margin:0;
	padding:0;
}

img.bottomSpace{
	margin-bottom: 10px;
}

/* end spacer for homepage */

.log_error{
	display: block;
	padding: 5px;
	background-color: #FFF;
	font-size:12px;
	margin-bottom: 3px;
}

#map{
	display: block;
	height: 280px;
}

/* PAGING */
.paging{
	display: block;
}

.paging li{
	display: inline;
	list-style-type: none;
}

.paging li a{
	float: left;	
	margin-right: 1px;
	text-decoration: none;
	border-bottom: 0 solid #FFF !important;
}

.paging li a strong,
.paging li a span{
	float:left;
	padding:  4px 8px;
}

.paging li a strong{
	background-color: #0092D4;
	color: #FFF;
}

.paging li a{
	border-bottom: 1px solid #0092D4;
}

.credentials{
	margin: 10px 0 0 0 !important;
	padding: 0 !important;
	display: block;
}

.credentials li{	
	line-height: 1.1em;
	margin-bottom: 2px;
	display: block;
	list-style-type: none;
	clear: both;
	background-color: #DFF4FF;
	padding: 5px;
}

.credentials li a{
	background-image:url(../images/docicon.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 3px 0 3px 20px;
	line-height: 1.1em;
	clear: both;
	
}

#searchresults{
	display: block;
}

#searchresults dl{
	display: block;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#searchresults dt{
	display: block;
	margin: 4px 0;
}

#searchresults a{
	color: #0092D4 !important;
}

#searchresults dt strong{
	font-size:14px;
	font-weight: bold;
	color: #0092D4;
}

#searchresults dd{
	margin: 0;
	padding: 0;
}

/* LOGBOX */

#logbox{
	display: block;
	position: absolute;
	z-index: 10;
	width: 940px;
	margin: 0 auto;
}

#logbox_toolbar{	
	float: right;
	clear: both;
}

#logbox_toolbar a span{
	display: none;
}

#logbox_toolbar .btn_search,
#logbox_toolbar .btn_login,
#logbox_toolbar .btn_logged{
	height: 32px;
	float: left;
	padding: 0 10px;
	margin-left: 1px;
	background-color: #f3f3f3;
	background-position: center;
	background-repeat: no-repeat;
}

#logbox_toolbar .btn_logged{
	line-height: 2em;
	color: #0092D4;
	padding-top: 6px;
	font-weight: bold;
	height: 26px;
}

#logbox_toolbar .btn_search{
	background-image:url(../images/btn_search.gif);
	width: 64px;
}

#logbox_toolbar .btn_login{
	background-image:url(../images/btn_memlogin.gif);
	width: 100px;
}

#logbox_content{
	background-image:url(../images/logbox_top.gif);
	background-position: top;
	background-repeat: no-repeat;
	display: none;
	/*margin-left:328px;*/
	float: right;
	background-color: #f3f3f3;
	width: 578px;
	padding: 40px 3px 20px 33px;
	height: 124px;
}

.closeLogBox{
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 10px;
	float: right;
	color: #0092D4;
	text-decoration: none;
	z-index: 200;
}

div#searchform{
	width: 240px;
	float: right;
	text-align:right;
	border-left: 1px solid #a5d8ef;
}

div#login{
	width: 678px;
	float: left;
	padding-right: 20px;
	text-align: right;
}

div#login p{
	padding-top: 5px;
}

div#login a{
	color: #0092D4;
	font-size: 11px;
	text-decoration: none;
}

div#login a:hover{
	text-decoration: underline;
}


div#login,
div#login label span{
	font-size:11px;
	color: #6d6e6f;
}

div#login strong.title{
	color: #0092D4;
	font-size:12px;
}

div#searchform label input{
	width: 145px;
}

div#searchform label{

}

.logininput{
	width: 150px;
	margin-right: 10px;
}


#login_btn{
	display: none;
	line-height: 2.5em;
}

#loginbox form{
	line-height: 2.5em;
}

div#login a{
	font-weight: normal;
}

div#login h1{
	display: inline;
	float: left;
	width: 170px;
	margin-right: 30px;
	border-right: 1px solid #B2DEF2;
}

#loginbox{
	display: block;
	text-align:center;
	background-color: #ecf6fb;
	height: 29px;
	padding: 5px 0;
}

#loginbox .lwrap{
	text-align:left;
	display: block;
	width: 940px;
	margin: 0 auto;
}