*{margin:0; padding:0;}

body{
	line-height:normal;
	text-align:center;
	color:#303030;
	background-color:#7B8995;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

a{
	color:#CC0033;
	font-weight:bold;
	text-decoration:none;
	background-color:inherit;
}

a:hover{color:#669966; text-decoration:none; background-color:inherit;}
/*a img{border:none;}*/

p{padding:0.6em 0 1.0em 0;}
p form{margin-top:0; margin-bottom:20px;}

td{padding:5px;}


/*
img.left,img.center,img.right{padding:4px; border:1px solid #a0a0a0;}
img.left{float:left; margin:0 12px 5px 0;}
img.center{display:block; margin:0 auto 5px auto;}
img.right{float:right; margin:0 0 5px 12px;}
*/

/* Responsive image */
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

#container{
	max-width: 1200px; /* Responsive container */
	margin: 20px auto;
	position: relative;
	text-align: left;
	background-color: #000000; /* Style Very Black background = black*/
	color: #99CCFF;            /* Style Very Black text = pale blue*/
	border: 2px solid #a0a0a0;
}

#headeriann{
	width: 100%;
	height: auto;
	margin:0 0px 1px 0px;
	color:#ffffff;
	text-align:right;
/*	background-image: url(irwinallen_header2.jpg);*/
	background-repeat: no-repeat;
	background-position: top;
}

img.img_header_image {
	border: 0px none;
	width: 100%;
	height: auto;
}

#headeriann h1{
	margin:20px 40px 0 0;
	font-size:12px;
	color:#ffffff;
	font-weight:normal;
	letter-spacing:-1px;
}

#headeriann h2{
	margin:10px 50px 0 0;
	font-size:1.7em;
	color:#9933ff;
	letter-spacing:-1px;
	font-weight:normal;
}

/* Responsive top navigation
*/

.topnav {
  overflow: hidden;
  background-color: #380B61;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 14px;
}

.active {
  background-color: #9933FF;
  color: white;
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 17px;    
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #c995fc;
  color: white;
}

.dropdown-content a:hover {
  background-color: #e1c2ff;
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}

@media screen and (max-width: 1100px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 1100px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}

#content-wrapper {
	/* position: relative;
	clear: both;*/
	float: right;
	width: 100%;
	box-sizing: border-box;
}

#content-iann {
	/* Responsive */
	clear: both;
	overflow: auto;
	font-size: 16px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	min-height: 600px;
	box-sizing: border-box;
	font-family: Arial, Helvetica, sans-serif;
}

#content-iann img {margin: 5px 5px 5px 5px}

#content-iann h1{
	width: 100%;
	font-family: Verdana,Arial,Helvetica, sans-serif;
	display:block;
	font-size:26px;
	font-weight:bold;
	/*letter-spacing:-1px;*/
	/*color:#993399;
	background-color:inherit;*/
	color:#CCCCCC;
	text-align:center;
	text-transform:uppercase;
	background-image: url(h1_iann.jpg);
	background-repeat: repeat;
	min-height: 40px;
	
	margin: 0 0 0 0px;
}

#content-iann h2{
	font-family: Arial,Helvetica, sans-serif;
	display:block;
    padding:0.3em 0 0.3em 0;
	/*margin:7px 0 7px 0;*/
	font-size:22px;
	font-weight:bold;
	/*letter-spacing:-1px;*/
	color:#0066CC;
	/*background-color:inherit;*/
}

#content-iann h3{
	font-family: Arial,Helvetica, sans-serif;
	display:block;
    padding:0.3em 0 0.3em 0;
	margin: 6px 0 10px 0;
	font-size:20px;
	font-weight:bold;
	/*letter-spacing:-1px;*/
	color:#996699;
	/*background-color:inherit;*/
}

#content-iann h2 a{font-weight:normal;}
#content-iann a:hover,#sidebar-iann a:hover{text-decoration:underline;}
#content-iann ul,#content-iann ol{margin:0 5px 16px 35px;}
#content-iann dl{margin:0 5px 10px 25px;}
#content-iann dt{font-weight:bold; margin-bottom:5px;}
#content-iann dd{margin:0 0 10px 15px;}




/* 
   Side Menu System
   ================
*/




.subcontent{
	float:left;
	width:170px;  /*width of menu*/
	padding:10px 10px 10px 5px;
	line-height:1.4em;

	color:#988982;
	font-weight:bold; 
	text-decoration:none;
}

.menublock{
	display:block; 
	/*padding:2px; */
	margin-bottom:2px;
	border-top:#948B82 solid 1px;
	border-left:#948B82 solid 1px;
	border-right:#948B82 solid 1px;
	border-bottom:#948B82 solid 1px;
	background-color:#E4CAFF;

	color:#988982;
	font-weight:bold; 
	text-decoration:none;
	
	width:168px;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/

}

.menublock a.menuitem{
	display:block; 
	color:#988982;
	text-decoration: none;
	position: static; /*To help in the anchoring of the ".statusicon" icon image*/
	font-family: "font-family: Verdana", Tahoma, Arial, sans-serif;
	padding: 2px 2px 2px 5px;
}

/* Add the following to be able to click on whole block, not just link text??? */
.menublock a.menuitem:link, .menublock a.menuitem:visited {
	color:#988982;
	display: block;
	background-color:#E4CAFF;
	padding: 2px 2px 2px 5px;
	}


/* Fill when hover over menu */
.menublock a.menuitem:hover{
	display:block; 
	background-color:#D3A8FF;
	color:#FFFFFF;
	padding: 2px 2px 2px 5px;
}


/*
.subcontent a.menuitem:visited, .subcontent .menuitem:active{
color: white;
}
*/

.subcontent  a.menuitem:active{
color: white;
}

/*.subheader{
width:170;
}*/

/*CSS for icon image that gets dynamically added to headers*/
.menublock a.menuitem .statusicon{
position: absolute;
top: 5px;
right: 5px;
border: none;
}

/*CSS for icon image that gets dynamically added to headers*/
/*.subheader .statusicon{
position: absolute;
top: 5px;
right: 5px;
border: none;
}*/


.subcontent a.menuitem:hover{
/*background-image: url(glossyback2.gif);*/
}

.subcontent div.menublock{ /*DIV that contains each menu block*/
/*
background: white;
*/
	background-color:#E4CAFF;
}


/*
.subcontent div.subheader{ 
width:170;
	background-color:#E4CAFF;
}
*/

.subcontent div.submenu{ /*DIV that contains each sub menu*/
/*
background: white;
*/
	background-color:#E4CAFF;
}

.subcontent div.submenu ul{ /*UL of each sub menu*/
/*
list-style-type: none;
margin: 0;
padding: 0;
*/
	margin:3px 0 3px 15px; 
	font-size:1em; 
	font-weight:normal;
	border-width:0;

list-style-type: none;
	background-color:#E4CAFF;

}

.subcontent div.submenu ul li{
/*
border-bottom: 1px solid blue;
*/
	color:#988982;

	margin-bottom:0;
	border-width:0;	
}

.subcontent div.submenu ul li a{
	font-weight:normal;
	color:#988982;
}

.subcontent div.submenu ul li a:hover{
/*background-color: #DFDCCB;
color: white;*/
text-decoration: underline;
}

.subcontent div.submenu a:active{
color: white;
}






#footer{
	clear:both;
	width:100%;
	padding:5px 0;
	margin:0 1px;
	font-size:14px;
	color:#FFF;
	background-color:#380B61;
}

#footer p{padding:0; margin:0; text-align:center;}
#footer h4 {padding: 0; margin: 0; font-size: 14px; text-align: center;}
#footer a{color:#FFF; background-color:inherit; font-weight:bold;}
#footer a:hover{color:#ffffff; background-color:inherit; text-decoration: underline;}

.splitcontentleft{float:left; width:48%;}
.splitcontentright{float:right; width:48%;}
.clear{clear:both;}
.small{font-size:0.8em;}
.hide{display:none;}
.textcenter{text-align:center;}
.textright{text-align:right;}
.important{color:#f02025; background-color:inherit; font-weight:bold;}

.box{
	margin:0 0 20px 0;
	padding:5px;
	border:1px solid #c0c0c0;
	background-color:#CC99FF;
	color:#505050;
	line-height:1.5em;
}
