@charset "UTF-8";
/*AIS CSS*/
html, body, div, container, header, main, band, base, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { margin: 0px; padding: 0px; }

body {
	font-family: "Lucida Sans Unicode","Lucida Grande","Lucida Sans",Verdana,Arial,sans-serif;
	font-size: 62.5%;
	color: #464646;
	text-align: center;
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(../i/ais_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#container {
	width: 1030px;
	height: auto;
	margin: 0 auto;
	text-align: left;
}

#header {
	width: 990px;
	height: 85px;
	padding: 10px 20px 0px 20px;
	background: transparent url(../i/header.png) no-repeat scroll 0 0;

}
#logo {
	width: 990px;
	height: 85px;
	padding: 0px;
	margin: 0px;
	background: url(../i/header.jpg) no-repeat scroll 0 0;
}
#ais_link {
	width: 265px;
	height: 65px;
	padding-top: 12px;
	padding-left: 40px; 
	float: left;
}
#ais_link a {
	display: block;
	width: 100%;
	height: 100%;
	border: none;
	text-decoration: none;
}
#ais_link a:hover {
	border: none;
	text-decoration: none;
}

#main {
	width: 990px;
	height: auto;
	padding: 0px 20px 0px 20px;
	background: transparent url(../i/gradient.png) repeat-y scroll 0 0;
}

#subheader {
	width: 990px;
	height: 30px;
	padding: 0px;
	margin: 0px;
	background-color: #000000;
	color: #FFFFFF;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #D3CFC4;
}

#breadCrumb {
    WIDTH: 660px;
	font-size: 1.1em;
    TEXT-ALIGN: left;
	padding: 8px 0px 0px 30px;
	float: left;
}
#breadCrumb a {
    COLOR: #FFFFFF;
    TEXT-DECORATION: none
}
#breadCrumb a:hover {
    COLOR: #FFFFFF;
    TEXT-DECORATION: underline
}
#breadCrumb2 {
   WIDTH: 660px;
	font-size: 1.1em;
    TEXT-ALIGN: left;
	padding: 8px 0px 0px 30px;
	float: left;
}
#breadCrumb2 a {
    COLOR: #FFFFFF;
    TEXT-DECORATION: none
}
#breadCrumb2 a:hover {
    COLOR: #FFFFFF;
    TEXT-DECORATION: underline
}

#aismain {
	width: 990px;
	height: auto;
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
}

#topnav {
	color: #464646;
	font-size: 0.9em;
	text-align: right;
	float: right;
	width: 330px;
	height: 17px;
	margin: 40px 0px 0px 0px;
	padding-right: 30px;
}
.nav a {
	color: #464646;
	text-decoration: none;
	margin: 0px 3px 0px 3px;
}
.nav a:hover {
	color: #000000;
	text-decoration: none;
}
#aiscontent {
	width: auto;
	height: auto;
	padding: 15px 15px 0px 15px;
	background: url(../i/contentbg.jpg) #FFFFFF no-repeat scroll top center;
}
.content {
	width: 960px;
	height: auto;
	border: 1px solid #bbbbbb;
	float: left;
}
.content_title {
	width: auto;
	height: 19px;
	padding: 5px 0px 0px 20px;
	font-size: 1.1em;
	background: url(../i/content_title.jpg) repeat-x scroll 0 0;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-bottom-color: #bbbbbb;
}
.content_item {
	width: 920px;
	height: auto;
	color: #000000;
	font-size: 1.1em;
	background-color: #FFFFFF;
	padding: 5px 20px 20px 20px;
	line-height: 1.4em;
	float: left;
}
.content_item p {
	margin-top: 7px;
}
.content_item h3 {
	margin-top: 15px;
	font-size: 1em;
	font-weight: bold;

}
.content_item ul {
	padding-left: 15px;
	margin-top: 7px;
}
#sitemap {
	width: 920px;
	height: auto;
	color: #000000;
	font-size: 1.1em;
	background-color: #FFFFFF;
	padding: 5px 20px 20px 20px;
	line-height: 1.4em;
	float: left;
}

#sitemap ul {
	padding-left: 15px;
	margin: 0px;
}
#sitemap h3 {
	margin-top: 15px;
	font-size: 1em;
	font-weight: bold;
}
#footer {
	width: 1000px;
	height: 95px;
	padding: 30px 15px 0px 15px;
	background: transparent url(../i/footer.png) no-repeat scroll 0 0;
}
#copyright {
	height: 17px;
	width: 360px;
	font-size: 0.9em;
	padding-left: 20px;
	float: left;
	margin: 0px;

}

#bottomnav {
	float: right;
	text-align: right;
	font-size: 0.9em;
	margin: 0px;
	padding-right: 20px;
	width: 575px;
	height: 17px;

}
.clearing {clear: both;}