/* Overridden HTML tags */
a, a:visited {
	text-decoration: none;	
}

a:visited, a:visited:hover {
	color: #0000FF; 
}

a:hover, a:visited:hover {
	text-decoration: underline;
}

body, textarea, select {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 1.5em;
}

form {
	margin: 0;
	padding: 0;
}

h1, h2, h4, h5 {
	color: #1E62A4;
	font-size:16px; 
	padding:0px; 
	margin: 0px;
	font-weight:bold;
	text-decoration: none;	
}

h1 {
	padding-top:10px;
	padding-bottom:10px;
	color: #9C105A; /* #9F1D35; */
}

h2 {
	padding-top:14px;
	padding-bottom:2px;
}

h2 a {
	text-decoration: none;
	color: #1E62A4;
}
h3 {
	padding-top:3px;
	padding-bottom:2px;
}
#lefthandmenu h3, #righthandmenu h3, #history h3 {
	background: #F7F7F5;
	margin: 0;
	color: #9C105A; /* #9F1D35; */
	border: solid 1px #c4c4c4;
	border-bottom: solid 1px #c4c4c4;
	white-space:nowrap;
	font-size:12px;
	height: 14px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}


html, body {
	height:100%; /*makes the html the full window height*/
	margin: 0;
	padding: 0;
}

html {
	overflow: auto; /* fix a scrolling problem in IE */
	overflow-y: scroll; /*show vertical scroll bar in all browsers, to prevent page shifting for short pages */
}

img {border:none;}

input {
	border: 1px solid #c4c4c4;
	background-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}
input[type-="button" "reset" "submit"] {
	background-color: #002D56;
	border-bottom: #c4c4c4 1px solid;
	border-left: #c4c4c4 1px solid;
	border-right: #c4c4c4 1px solid;
	border-top: #c4c4c4 1px solid;
	color: #000000;
	font-weight: bold;
}

.checkbox {
	border-right: medium none; 
	border-top: medium none; 
	border-left: medium none; 
	border-bottom: medium none;
	padding-left: 200px;
}

li { 
	margin: 0;
	padding: 0;
	margin-left: 5px; 	
	/*margin-left: 5px; 
	margin-bottom: 0; 
	padding-bottom: 7px;*/
}

table td {
	vertical-align: top;
}

textarea {
	overflow: auto;
	border: 1px solid #c4c4c4;
	font-weight: normal;
}

textarea.expanding {
	/* required by IE*/
	height: 32px;
	/*The height of each line, this is also placed at the bottom of each text area*/
	line-height: 16px;
	/*The minimum height of the area, 
	use two rows since this does not cause
	a resizing in both IE and FF*/
	min-height: 32px;
	/*The maximum height of the text area, 
	make it sufficiently large so that a lot of text can be resized*/
	max-height: 640px;
	width: 320px;
}

ol {
  margin: 0;
  padding: 0;
  padding-left: 15px;
}

ul {
	list-style: square outside;
	margin: 0;
	padding: 0;
	padding-left: 10px;
	padding-bottom: 8px; 
	padding-top: 8px;
  
  /*list-style: square outside;
  margin: 0;
  padding: 0;
  padding-left: 15px;*/
}

select {
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* Containers */
#maincontainer {
	margin:0 auto; /* center, not in IE5 */
	width: 994px; /* 1000px 860px; 850px; */
}

#contentwrapper{
	float: left;
	width: 100%;
	height:100%;
	margin-bottom:15px;
}

/* Header Styles */
#header {
	width:100%;
	padding:0;
	background-image:url(../images/lightbluebckg.jpg);	
	height:120px;
}

#header a {
	font-size: 12px;
}

#header #logo {
	float: left;	
}

#header #mainnav {
}

#header #topnav {
  float: right;
  padding: 2px;
}

/* Footer Styles */
#footer {
	margin:0 auto;
	padding:0px;
	padding-top:6px;
	background-color: #9C105A; /*#9F1D35;*/
	height: 26px;
	clear:both;
	float: left;
	width: 100%;
}

#footer a {
	font-size:12px;
}

#footer #copyright {
	float:left;
	white-space:nowrap;
	font-size:12px;
	color:#FFFFFF;
	margin-left: 5px;
}

#footer #bottomnav {
	float:left;
	text-align:center;
	width:60%; 
	color:#FFFFFF;
}

#footer #bottomnav a {
	font-size:12px;
	color:#FFFFFF;
}

#footer #design {
	float:right;
	white-space:nowrap;
	margin-left: 5px; 
	margin-right: 5px;
	text-align:right;
	color:#FFFFFF;
}
#footer #design a {
	font-size:12px;
	color:#FFFFFF;
}

/* Black Arrow style */

#blackarrow {
	text-align: right;
	padding-right:2px;
}

/* Content Styles 
	the total width of the #leftcolumn #contentcolumn and #rightcolumn divs must
	not be greater than the total width of the 
*/
#contentcolumn {
	margin-top: 10px;
	margin-right: 0px; /* Width of the right hand column, do not forget to add any padding */
	margin-bottom: 0px;
	margin-left: 190px; /* 210px; Width of the left hand column, do not forget to add any padding that you may apply */
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	text-align:justify;
}

#leftcolumn {
	float:left;
	width: 180px; /* 200px; Width of the left column */
	margin-left: -994px; /* -1000px -860px; -850px; set left margin - (Main Container Width} */
	margin-top: 20px;
	background-color:#FFFFFF;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 0px;
}

#rightcolumn {
	float: left;
	width: 180px; /* 200px; Width of right column */
	margin-left: -190px; /* -210px; Set left margin to -(RightColumnWidth)*/
	background-color: #FFFFFF;
	padding:0 5px 0 5px;
}

#navmenu {
	color:#FF0000;
}

/* Navigation Menus */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
#thicktabs{
	margin: 0;
	padding: 0;
	float: left;
	font-size: 12px;
	font-weight: bolder;
	height: 14px;
}
#thicktabs li{
	display: inline;
	/* remove the margin and padding for the menu items, otherwise you end up with
	a space above the menu in IE */
	margin: 0; 
	padding: 0;
	vertical-align: middle;
}
#thicktabs li a{
	float: left;
	color: #000000; /*padding of tabs*/
	text-decoration: none;
	background: transparent url(../images/greybg3.jpg) top right no-repeat;
	border-top: 0px solid #15A2FF; /*top border style*/
	border-bottom: 1px solid #c4c4c4;
	padding-top: 4px;
	padding-right: 24px; /*19px;*/
	padding-bottom: 4px;
	padding-left: 24px; /*19px;*/
}
#thicktabs #active{
	float: left;
	color: #9C105A; /*#9F1D35;*/ /*padding of tabs*/
	text-decoration: none;
	background: transparent url(../images/greybg3.jpg) top right no-repeat;
	border-top: 0px solid #15A2FF; /*top border style*/
	border-bottom: 1px solid #c4c4c4;
	padding-top: 4px;
	padding-right: 24px; /*19px;*/
	padding-bottom: 4px;
	padding-left: 24px; /*19px;*/
}
#thicktabs li a#leftmostitem{ /*Extra CSS for left most menu item*/
border-left: 1px solid #d3bdbe; /*left border style*/
}
#thicktabs li a#rightmostitem{ /*Extra CSS for right most menu item*/
border-right: 1px solid #d3bdbe; /*right border style*/
background-position: top left; /*Position background image to the left instead of default right, to hide indented underline for this link*/
}
#thicktabs li a:hover{
background-image: url(../images/greybghover3.jpg); /*background image swap on hover*/
}

/** Left and Right Hand Band */
#lefthandmenu, #righthandmenu {
	border-bottom: solid 0px #c4c4c4;
}

#lefthandmenu ul, #righthandmenu ul {
	margin: 0px;
	padding: 0px;
	/* border-left: solid 1px #c4c4c4;
	border-right: solid 1px #c4c4c4;
	border-bottom: solid 1px #c4c4c4; */
	font-size:12px;
	font-weight:normal; 
	list-style: none;
}


#lefthandmenu ul li, #righthandmenu ul li {
	border-right: 0px;
	border-top: 0px;
	border-left: 0px;
	color: #000000;
	border-bottom: 1px solid #ffffff;
	text-decoration: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 10px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 0;
}

#lefthandmenu div, #righthandmenu div {
	padding-bottom: 5px;
}


#ila_at_work ul, #ila_at_work_right_hand_band ul, #contactus, #events #supportila ul{
	padding-top: 7px;
}

/* Image block styles */
#imageblock {
	border-bottom: solid 0px #c4c4c4;
	width: 206px;/*33%;*/
	float: left;
	margin-right: 8px;
}

#imageblock ul {
	margin: 0px;
	padding: 0px;
	border-left: solid 1px #c4c4c4;
	border-right: solid 1px #c4c4c4;
	border-top: solid 1px #c4c4c4;
	list-style: none;
}

#imageblock ul li {
	color: #000000;
	border-bottom: 1px solid #ffffff;
	text-decoration: none;
	margin: 0px;
	padding: 2px;	
}

#imageblock h2 {
	background: #F7F7F5;
	margin: 0;
	color: #9C105A; /* #9F1D35; */
	border: solid 1px #c4c4c4;
	border-bottom: solid 1px #c4c4c4;
	white-space:nowrap;
	font-size:12px;
	height: 38px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#imageblock h3#largetext {
	height: 40px;

}

/* Video styles */

#videotabs {
	width: 66%;
	float:left;
	padding-left: 3px;
	padding-right: 3px;
	border-bottom: solid 0px #c4c4c4;
	z-index: 0;
}

#videotabs ul {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: normal; 
	list-style: none;
}
#videotabs ul li {
	background: #F7F7F5;
	border: solid 1px #c4c4c4;
	border-bottom: solid 1px #c4c4c4;
	height: 290px;
	width: 400px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

/*Site map styles*/

#sitemap ul {
	list-style-type: none;
	padding-left: 37px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#sitemap li {
	list-style-type: none;
}

ul#sitemap > li {
	margin-bottom: 10px;
	
}

#sitemap ul li {
	list-style-image:   url("../images/l2_normal.gif");
	padding-left: 0px;
	
}

#sitemap ul ul li {
	list-style-image:   url("../images/l3_normal.gif");
	
}

#sitemap ul li.firstfollow {
	list-style-image:   url("../images/l2_first_follow.gif");
}

#sitemap ul li.last {
	list-style-image:   url("../images/l2_last_item.gif");
}

#sitemap ul ul li.firstfollow {
	list-style-image:   url("../images/l3_first_follow.gif");
}

#sitemap ul ul li.last {
	list-style-image:   url("../images/l3_last_item.gif");
}
/* End of sitemap styles*/

.aligncenter {
	text-align:center;
}
.disabledfield {
	background-color: #cccc99;
}
.inactiveleftbandlink {
	color: #003366;
}
.noborder{
	border:none;
}
.smalltext {
	font-size:10px;	
}

.previewformtext {
	color: #999999;
	background: white;
	margin: 0;
	font-size: 14px;
}

.button {
	background: #F7F7F5;
	color:#000000;
	padding: 1px 5px;
	margin: 0;
	border: solid 1px #c4c4c4;
	border-bottom: solid 1px #c4c4c4;
	white-space:nowrap;
	font-size:12px;
}

.externalTable {
	border: 1px solid #278925;
	width:750px;
}

.tablenowrap {
	white-space: nowrap;
	padding-left: -5px;
}

#ilabullet ul li {
	list-style-image: url("../images/bullet.gif");

}

/* Gallery styles*/
#photogallerylargeimagedisplay {
	float: right;
	width: 400px; 
	height: 400px;
	padding: 0;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 5px;	
}


ul#five-column {
	float:left;
	width: 360px;
	padding: 0;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 5px;
	list-style-type: none;
}

ul#five-column li {
	float:left;
	height:1%;
	width: 60px;
	background-image: url(../images/black_bullet.gif);
	background-position: 0 0px;
	background-repeat: no-repeat;
	padding-top: 5px; /* 10px; */
	padding-right: 0;
	padding-bottom: 5px; /* 15px; */
	padding-left: 5px;  /* 10px; left padding moves the text away from the bullet */
	list-style-type: none;
}

ul#five-column li img {
	margin-bottom: 3px;	
}

#floatingimages {
	width: 373px;
	height: 367px; 
	padding-left: 5px;
	padding-right: 5px;	
	/*margin-top: 15px;
	margin-right: 100px;
	margin-bottom: 15px;
	margin-left: 0px; 10px;
	list-style-type: none; 
	background-color: #F4F4F4;*/	
	background-image: url(../images/greycirclebckg.jpg);
	background-position: center;
	vertical-align: top;
	background-repeat: no-repeat;	
}

ul#twocolumnhomeimages {
	float: none;
	width: 400px;
	padding: 0;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 5px;
	list-style-type: none;
}

ul#twocolumnhomeimages li {
	float: left;
	height:1%;
	width: 180px;
	background-image: url(../images/black_bullet.gif);
	background-position: 0 0px;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0px;  /* left padding moves the text away from the bullet */
	list-style-type: none;
}

ul#twocolumnhomeimages li img {
	margin-bottom: 3px;	
	padding-right: 0px;
	padding-left: -10px;  /* left padding moves the text away from the bullet */
}

ul#three-column {
	float:left;
	width: 500px;
	padding: 0;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 5px;
	list-style-type: none;
}

ul#three-column li {
	float:left;
	height:1%;
	width: 150px;
	background-image: url(../images/black_bullet.gif);
	background-position: 0 0px;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 10px;  /* left padding moves the text away from the bullet */
	list-style-type: none;
}

ul#three-column li img {
	margin-bottom: 3px;	
}

.programcell {
	BORDER-RIGHT: 1px solid #CFDFA0;
	PADDING-RIGHT: 4px;
	BORDER-TOP: 1px solid #CFDFA0;
	PADDING-LEFT: 5px;
	FONT-WEIGHT: normal;
	PADDING-BOTTOM: 4px;
	MARGIN: 0px;
	VERTICAL-ALIGN: top;
	BORDER-LEFT: 0px solid #CFDFA0;
	COLOR: #000000;
	PADDING-TOP: 4px;
	BORDER-BOTTOM: 1px solid #CFDFA0;	
}

.programtable {
	border-right: 1px solid #CFDFA0; 
	border-top: 0px solid #CFDFA0; 
	border-left: 1px solid #CFDFA0; 
	border-bottom: 1px solid #CFDFA0; 
	border-collapse: collapse;
}

/** PhotoSlider Image Gallery */
.photoslider {
	text-align:center;
	margin-right:0;
}

.photoslider_nav {
	position: relative;
	border: solid #c4c4c4 1px;
	overflow: hidden;
	height: 120px;
	width: 608px;
	margin: auto;
}
.photoslider_thumbBar {
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	margin: 0px;
	padding-top:3px;
	padding-bottom:3px;
}

.photoslider_thumb {
	position: relative;
	border: solid #c4c4c4 1px;
	float: left;
	padding: 2px;
	padding-bottom:-1px;
	margin: 2px;
	cursor: pointer;
}

.photoslider_clear {
	clear: both;
}

.photoslider_main  {
	position: relative;
	height: 400px;
	padding-bottom: 2px;
}

.photoslider_main img {
	position: relative;
	border: solid #c4c4c4 4px;
	display: block;
	margin: 0;
}

.photoslider_caption {
	font-weight: bold;
	text-align: center;
}

.dashboard_font {
	font-weight: bold;
	color: #9F1D35;

	
}
.photoslider_control {
	display: none;
	text-align: center;
	font-weight: bold;
	padding-top: 10px;
	margin: auto;
	height: 30px;
	width: 52px;
}

.photoslider_play, .photoslider_stop {
	width: 18px;
	height: 19px;
	margin: auto;
	padding: 3px;
	cursor: pointer;
	text-align: center;
	border: solid #000000 1px;
	float: left;
}

.photoslider_play {
	background: url('../images/play_pause.jpg') no-repeat 0px 0px;
	border: 0px;
}

.photoslider_stop {
	background: url('../images/play_pause.jpg') no-repeat -25px 0px;
	border: 0px;
}

/* ul for gallery*/
ul#gallery {
	float:left;
	list-style-image:none;
	list-style-type:none;
	padding: 0pt;
	width: 650px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

ul#gallery li {
	background-position: 0pt 0px;
	background-repeat: no-repeat;
	float: left;
	list-style-type: none;
	width: 200px;
	padding-top: 6px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 0px;
}

ul#gallery li img {
	margin-bottom: 3px;
}

#thumbnails {
	float:left;
	width: 400px; 
	height:400px; /*height: 100%; margin: 0px;*/
	padding: 0;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 5px;
	/* list-style-type: none; */
	background-color: #F4F4F4;
	overflow: auto; 
	/* visibility: visible;*/		
}
#marqueimages {
	/*float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	display: inline; */
}

.thumbnaillargeimage {
	position: absolute;
	z-index: 1000;
}

/*Styles for the horizontal scrolling Images */
.marquethumbnail {
	position: static !important;
	position: relative;

}
.marquethumbnail img{
	padding-right: 5px;
}

.marquethumbnail:hover{
	background-color: transparent;
}

.marquethumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	width: 405px;
	height: 275px;
	background-color: lightyellow;
	padding: 5px;
	left: 600px;
	top: 479px;
	border: 1px solid gray;
	visibility: hidden;
	color: black;
	text-decoration: none;	
}

.marquethumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
	z-index: 1000;
}

.marquethumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	position: absolute;
	top: 498px;/*-230px; FF values*/
	*top: 478px;/*-230px; FF values*/
	left: 400px;/*-20px; FF values*/ /*position where enlarged image should offset horizontally */
	z-index: 1000;
}
/*End of the horizontal scrolling Images styles */

.thumbnail {
	position: static;
}

.thumbnail:hover{
	background-color: transparent;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	width: 405px;
	height: 275px;
	background-color: lightyellow;
	padding: 5px;
	left: 600px;
	top: 479px;
	border: 1px solid gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	position: absolute;
	top: 425px;
	*top: 405px;
	left: 390px;
	z-index: 1000;
}
* html .thumbnail:hover span{ /*IE6 hack*/
	top: 435px;
}
.services {
	position: static; 
}

.services:hover{
	background-color: transparent;
}

.services span{ /*CSS for enlarged image*/
	position: absolute;
	width: 405px;
	height: 275px;
	background-color: lightyellow;
	padding: 5px;
	left: 600px;
	top: 479px;
	border: 1px solid gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.services span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}

.services:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	position: absolute;
	top: 680px;
	*top: 660px;
	left: 390px;
	z-index: 1000;
}
* html .services:hover span{ /*IE6 Hack*/
	top: 688px;
}
.residentialservices {
	position: static; 
}

.residentialservices:hover{
	background-color: transparent;
}

.residentialservices span{ /*CSS for enlarged image*/
	position: absolute;
	width: 405px;
	height: 275px;
	background-color: lightyellow;
	padding: 5px;
	left: 600px;
	top: 479px;
	border: 1px solid gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.residentialservices span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}

.residentialservices:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	position: absolute;
	top: 780px;
	*top: 760px;
	left: 390px;
	z-index: 1000;
}
* html .residentialservices:hover span{ /*IE6 Hack*/
	top: 800px;
}

.labeltext {
	color: #999999;
}
.listresults_div {
	overflow: scroll;
	visibility: visible;
	width: 100%;
	z-index: 0;
	margin: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #D6BE84;
	border-left-color: #D6BE84;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D6BE84;
	border-bottom-color: #D6BE84;
}


.error {
	color:#FF0000;
}

.centeralign {
	text-align: center; 
	margin-left:auto; 
	margin-right:auto;
	display:block;
}

#feedsummarydisplay {
	margin-left:0px;
	padding:0px;
}

#feedsummarydisplay ul li {
	background-image:url("../images/listbullet.gif");
	padding-top: 0px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px;
	margin-left: 10px;
	margin-top: 0px;
}

/*Table of ILA Executive Team*/
#bios {
  background-color: #800000;
  text-align:center;
  color:#FFFFFF; 
  width:590px;
  height:575px !important;
  height:520px;  
  padding-top: 5px !important;
  padding-top: 5px;
}

#bios dl {
  clear:both;

}
   
#bios dt {
  font-weight: bold;
  padding-top: 15px;
  list-style: none;
}

#bios dd {
  width:100%; 
  float:left; 
  margin:0;

}

#bios ul {
	padding-bottom: 15px;
	padding-top: 0px;
}

#bios ul li {
  list-style:none;
}

#bios a {
	padding-left: 0px;
	color: #FFFFFF;
}
#backgroundaudio {
	visibility:hidden;
}
.floatleft {
	float: left; 
}
.animation {
	margin-bottom: -5px;

}