*{margin:0; padding:0;}

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

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

a:hover{color:#2a5a8a; text-decoration:none; background-color:inherit;}
a img{border:none;}

p{padding:0.3em 0 0.3em 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;
	color:#FFCC00;
	border:2px solid #a0a0a0;
}

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

img.img_header_image {
	border: 0px none;
	width: 100%;
	height: auto;
}
/* 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 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_lis.jpg);
	background-repeat: repeat;
	min-height: 40px;
	margin: 0 0 0 0px;
}

#content-iann h2{
	display:block;
	font-size:22px;
	font-weight:bold;
	letter-spacing:normal;
	color:#009999;
	background-color:inherit;
	/*margin: 16px 0 3px 0;*/
    padding:0.6em 0 0.3em 0;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}


#content-iann h2 a{font-weight:normal;}
#content-iann h3{
	font-size:20px;
	letter-spacing:normal;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	color: #6699FF;
	/*margin: 0 0 5px 0;*/
    padding:0.6em 0 0.3em 0;
	text-align: center;
}
#content-iann h4{
	font-size:14px;
	letter-spacing:normal;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	color: #6699FF;
	/*margin: 0 0 5px 0;*/
    padding:0.6em 0 0.3em 0;
	text-align: center;
}

/*
#content-iann a:hover,#subcontent 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;}

#content-iann img{padding:5px 5px 5px 5px;}


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


#subcontent{
	float:left;
	width:170px;
	padding:10px 10px 10px 5px;
	line-height:1.4em;
}

#subcontent h2{
	display:block;
	margin:0 0 15px 0;
	font-size:1.6em;
	font-weight:normal;
	text-align:left;
	letter-spacing:-1px;
	color:#685851;
	background-color:inherit;
}

#subcontent p{margin:0 0 16px 0; font-size:0.9em;}

.menublock{ 
	margin:0 0 20px 0; 
	/*font-size:0.9em;*/
	list-style:none;
	border:0px;
}
.menublock li{	
	display:block; 
	/*padding:2px; */
	margin-bottom:3px;
	border-top:#948B82 solid 1px;
	border-left:#948B82 solid 1px;
	border-right:#948B82 solid 1px;
	border-bottom:#948B82 solid 1px;
}

.menublock li a{
	color:#CCCCCC;
	font-weight:bold; 
	text-decoration:none;
	padding: 5px 5px 5px 5px;
}

/* Add the following to be able to click on whole block, not just link text */
.menublock li a:link, .menublock li a:visited {
	color:#CCCCCC;
	display: block;
	background-color:#380B61;
	padding: 5px 5px 5px 5px;
	}


.menublock li a:hover{
	color:#CCCCCC;
	text-decoration:none;
	background-color:#330033;
	padding: 5px 5px 5px 5px;
}

/* This allows different background colour for different states */
.menublock li a:active {
	color:#CCCCCC;
	text-decoration:none;
	background-color:#330033;
	padding: 5px 5px 5px 5px;
	}


#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;}

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