/*Page Layout */

#wrapper {
	width: 100%;
	}



body {
	padding: 20px;
	}


#header {
	top:0;
	left:0;
	height:305px;
	width:100%;
	background:#fff;
	padding: 0px;
	z-index: 95;
	}

#news {
	float:left;
	position:relative;
	display:block;
	width:400px;
	background-image: url(../images/home/IANEWS%20Masthead_sml.jpg);
	background-repeat: no-repeat;
	padding-top: 35px;
	padding-left: 50px;
}

#hometext {
	width: 400px;
	float: left;
	display:block;
	margin-right:20px;
	
}


#content {
	padding-right: 30px;
	padding-bottom: 1em;
	padding-left: 30px;
	z-index: 99;
	color:#666666;
	width:800;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	float: left;
	position: relative;
	left: 0px;
	padding-top: 15px;
  }

  
  
#content a {
	color: #1D6C81;
	text-decoration: underline;
	}



#imglogo {
	padding-bottom: 10px;
	}



#content a:hover {
	text-decoration: none;
	}



#content a:visited {
	color: #CC0000;
	text-decoration: underline;
	}

#content p {
	text-align: justify;
	width: 400px;
}



#colOne {
	position:relative;
	left:0px;
	width:225px;
	background: #fff;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 0.8em;
	top: 20px;
}


#footertext {
	left: 10px;
	position: relative;
	width: 311px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 0.7em;
	text-align: right;
	height: 50px;
	top: 185px;
}



#footertext a {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
}



#footertext2 a {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
	text-transform: uppercase;
	padding-right: 5px;
	padding-left: 5px;
}



#footertext2 {
	left: 100px;
	position: relative;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 0.7em;
	text-decoration: none;
	top: 185px;
	height: 50px;
}


#imgleft {
	position:relative;
	top: 0px;
	left:0px;
	float: left;
	width: 225px;
}


#banner {
	position:relative;
	top: 0px;
	left:0px;
	width:100%;
	background: #fff;
	float: left;
}


#picturestrip {
	background-image: url(../images/home/bannerstrip.jpg);
	background-repeat: repeat-x;
	height: 118px;
}


#waterstrip {
	background-image: url(../images/home/waterstrip.gif);
	background-repeat: repeat-x;
	height: 105px;
}


#footer {
	background-image: url(../images/template/pattern.gif);
	background-repeat: repeat-x;
	height: 237px;
	left: 0px;
	position: absolute;
	width: 100%;
	float: left;
}


#breadcrumb a{
	color: #999999;
	text-decoration:underline;
}






/* Member Box */
#bg1 {
	position: relative;
	width: 260px;
	left: 0px;
	top: 100px;
}


#memberbox {
	width:120px;
	left:500px;
	top:32px;
	position: absolute;
	z-index: 500;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: justify;
	color: #999999;
}


#memberbox a, #memberbox1 a {
	color: #999999;
}


#memberbox1 {
	width:120px;
	left:650px;
	top:32px;
	position: absolute;
	z-index: 500;
	height: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #999999;
}

/*Search Box */
#searchBox {
	width:170px; height:25px; z-index:11; margin-right: 0px; font-family: Arial, Helvetica, sans-serif; font-size: 0.8em; top: 47px; color: #999999; position: absolute; left: 800px;
}

input#keywords{
	background-color:#fff;
	color: #999;
	font-size: 1em;
	width: 85px;
	height: 20px;
}

input#go{
    background-color:#C1D43A; color: #fff; font-size:10px; font-weight:bold;
}

/*Headings, text etc */  
h1 {

	font-size: 1.2em;
	color: #C1D43A;
	text-transform: uppercase;
	line-height: 130%;
	padding-top:10px;
}


 h2 {
	font-size: 1em;
	color: #C1D43A;
	text-transform: capitalize;
	line-height: 130%;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D4D0C8;
	border-bottom-color: #D4D0C8;
}


h3 {
	font-size: 1em; color: #005363;
	}
	
	
h4 {
	font-size: 1em; color: #333333;
	}	

