@charset "utf-8";
/* CSS Document */

/******************************************************************************* global _changes these styles as you see fit */
body{
	background:#fff url(../images/layout/BG.jpg) repeat-y center;
	font-size:small;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	margin-top: 10px;
}

a, a:link, a:visited{
	color:#018458;
	text-decoration:underline;
}
a:hover, a:active{
	color:#018458;
	text-decoration:none;
}
.floatLeft{
  float:left;
}
.floatRight{
  float:right;
}

img.floatLeft{
  float:left;
	margin-right:5px;
}
img.floatRight{
  float:right;
	margin-left:5px;	
}
div.center {
	text-align:center;
}
.clear{
  clear:both;
}
.marginRight {
	margin-right:10px;
}
.marginLeft {
	margin-left:10px;
}
.padTop {
	padding-top:3px;
}
.noPadMargin {
	margin:0px;
	padding:0px;
}
img.picBorder{
  background-color:#fff;
  padding:1px;
	border:1px solid #ddd;
}
li.noListItem{
  list-style-image:none;
}
.yellowText{
  color:#f6981c;
}
.blueText{
  color:#056ec1;
}
.greenText{
  color:#4aa873;
}
.redText{
  color:#d45858;
}
.bold{
  font-weight:bold;
}
a.noUnderline{
  text-decoration:none;
}
h1{
  color:#279269;
	font-size:180%;
	font-weight:bold;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
h2{
  color:#0078C2;
	font-size:130%;	
	font-weight:bold;	
}
h3{
  color:#f8991d;
	font-weight:bold;
	font-size:100%;	
}

h4{
  color:#555;
	font-weight:bold;
	font-size:100%;	
}

span.staffHeading {
 	color:#0078C2;
	font-size:130%;	
	font-weight:bold;	
}

.border{
  border-top:1px solid #cdcdcd;
	margin:5px 0;
}
span.pad10{
  padding:0 10px;
}
img.margin5TB{
  margin:5px 0;
}
.margin5LR{
  margin:0 5px;
}
.width20{
  width:19%;
}
.width30{
  width:29%;
}
.width40{
  width:39%;
}
.width50{
  width:49%;
}
.width60{
  width:59%;
}
.width70{
  width:69%;
}
.width80{
  width:79%;
}
.width95{
  width:95%;
}
/******************************************************************************* container */
div#aiws_container{
	width:1000px;
	margin:0px auto;
}

/*   ******************************************************************************* header  */
div#aiws_header{
	margin-bottom:0px;
	padding-bottom:0px !important;
	height:131px !important;
	float: left;
}

div#aiws_header img {
	margin:0px !important;
	padding:0px !important;
}

div.aiws_banner{
	float: right;
	padding: 0;
	margin: 0;
}

/********************************************** topNav */
div#aiws_topNav {
	float:right;
	width:53%;
	padding:6px 5px 0 0;
	text-align:right;
	color:#fff;
}
#aiws_topNav .formContainer{
  border:1px solid #ccc;
	color:#fff;
  padding:2px 0 3px 0;
	display:inline;
}

/*  Styles for Google Search Form */
div#aiws_topNav form#cse-search-box input.searchText{
	border:0 none;
	color:#333;
	font-weight:bold;
	text-align:left;
	vertical-align:middle;
	padding:1px 0 2px 0;
	margin-bottom:2px;
  background: #fff url(http://www.google.com/coop/intl/en/images/google_custom_search_watermark.gif) no-repeat scroll left bottom; 
}
form#Form1 {
 margin-left:50px;
 padding:30px;

} 
form#Form1 img#LetsTalk
{
float:right;
margin-right:100px;
padding-top:20px;
}

form#cse-search-box {
  display:inline;
}

div#aiws_topNav form#cse-search-box input.submitButton{
  vertical-align:middle;
	margin:0 0 2px -5px;
}

#aiws_topNav a,
aiws_topNav a:link,
aiws_topNav a:visited{
	color:#fff;
	padding:0 10px;
	text-decoration:none;
	font-size:85%;
	font-weight:700;
}
#aiws_topNav a:hover,
#aiws_topNav a:active{
	text-decoration:underline;
}



/********************************************** imgBanner */
img.imgBanner {
	float:left;
	width:695px;
	margin-left:5px;
}

.slideshow { margin: auto }



/********************************************** mainNav */
div#aiws_mainNav{
	font-family:Arial, Helvetica, Tahoma, Verdana, sans-serif;
	width:1000px;
	height:60px;
	background:url(../images/layout/bg_mainNav.jpg) repeat-x;
	margin-top:0px;

}

div#aiws_mainNav ul li {
	display:inline;
	padding-left:20px;
	list-style-type:none;
}

div#aiws_mainNav ul {
	margin:15px 0px;
	padding:0px;
}

div#aiws_mainNav span.mainNav{
	padding:0 40px 0 0;
}


/******************************************************************************* containerInner */
div#aiws_containerInner{
	width:1000px;;
	background:#fff;

}

/********************************************** leftNav  */
div#aiws_leftNav{
	float:left;
	width:20%;
	text-align:center;
	border:1px solid #444;
	min-height:300px;
	height:auto !important;
	height:300px;
}
/********************************************** content  */

body#aiws_homePage div#aiws_content {
	float:left;
	width:980px;
	padding:10px 0px 10px 20px;
	
	background-image:url(../images/layout/bg_rightNav_default.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}

body#aiws_insidePage div#aiws_content {
	float:left;
	width:768px;
	padding:20px;
	 padding-top:10px;
	
}
div#aiws_content{
	float:left;
	width:808px;
/*	padding:10px;*/
}

.contactInfo {
	text-align:right;
	font-size:smaller;
}
.highlightedRow {
	background-color:#E9E9E9;
	height:25px;
	margin:10px 0px;
}
.rowSpace {
	height:50px;
}

/*  text size controls */
div.textSizeControls {
	float:right;
	text-align:right;
	width:200px;
	margin-top:0;
	font-weight:bold;
	clear:right;
}
div.textSizeControls span,
div.textSizeControls a.fontXS,
div.textSizeControls a.fontS,
div.textSizeControls a.fontM,
div.textSizeControls a.fontL,
div.textSizeControls a.fontXL{
  font-size:10px;
	color:#898989;
	text-decoration:none;
	padding:1px;
}
div.textSizeControls span{
  font-size:10px;
}
div.textSizeControls a.fontS{
  font-size:11px;
}
div.textSizeControls a.fontM{
  font-size:12px;
}
div.textSizeControls a.fontL{ 
  font-size:16px;
}
div.textSizeControls a.fontXL{ 
  font-size:21px;
}
div.textSizeControls a.fontXS:hover,
div.textSizeControls a.fontS:hover,
div.textSizeControls a.fontM:hover,
div.textSizeControls a.fontL:hover,
div.textSizeControls a.fontXL:hover{
	border:1px solid #97bee9;
	text-decoration:none;
	padding:0;
}
.bodyText,
.left{
  margin-top:5px;
	
}

.xsmallview .bodyText,
.xsmallview .left{ /*CSS for "extra small font" setting*/
font-size: 10px;
}
.smallview .bodyText,
.smallview .left{ /*CSS for "small font" setting*/
font-size: 11px;
}
.normalview .bodyText,
.normalview .left{ /*CSS to return page to default setting (with no additional CSS rules added)*/
}
.largeview .bodyText,
.largeview .left{ /*CSS for "large font" setting*/
font-size: 16px;
}
.xlargeview .bodyText,
.xlargeview .left{ /*CSS for "extra large font" setting*/
font-size: 21px;
}
a.texttoggler{ /*CSS for Text Size Toggler control*/
margin-right: 6px;
}
a.texttoggler img{ /*CSS for Text Size Toggler control*/
border: 1px solid gray;
}
a.texttoggler img:hover{ /*CSS for Text Size Toggler control*/
border: 1px solid red;
}
a.selectedtoggler img{ /*CSS for Selected Text Size Toggler control*/
border: 1px solid red;
}
/*  end text size controls */



body#aiws_homePage .bodyText table{
  width:100%;
}

div.contentInner{
	float:left;
	width:75%;
	max-width:75%;
	overflow:hidden;
}

div.aiws_newsContainer {
	width:290px;
	float:left;
}
div.aiws_newsHeader {
	width:290px;
	height:30px;
	background-color:#10B7FD;
	float:left;
}
div.aiws_newsHeader h2 {
	padding:3px 0px 0px 10px;
}
div.aiws_newsContent {
	width:290px;
	background-color:#D9F3FF;
	float:left;
}


/*-------------------------------------------------------------------------------------------imgBoxDefault */

.defaultAd {
	width:980px;
	margin-top:30px;
}

.imgBoxDefault {
	width:485px;
}

/********************************************** rightNav   */

body#aiws_homePage div#aiws_rightNav {
	float:right;
	width:172px;
	padding:10px;
	padding-top:0px;
	min-height:auto;
}

body#aiws_insidePage div#aiws_rightNav{
	float:left;
	width:172px;
	min-height:500px;
	padding:10px;
	background:url(../images/layout/bg_rightNav.jpg) repeat-x #fff;
}

div#aiws_rightNavHome {
	float:right;
	width:172px;
	padding:10px;
	padding-top:0px;
	min-height:auto;
}

div#aiws_rightNav ul {
	margin-left:0px;
	padding-left:0px;
}
div#aiws_rightNav ul.members li {
	list-style-type:none;
	font-size:85%;
	padding-bottom:7px;
}

div#aiws_rightNav ul{
  	margin:0 0 0 10px;
	padding:0 10px 0 0;
}

div#aiws_rightNav ul li{
  	margin:0 0 0 5px;
	padding:0 0 0 5px;
	list-style-image:url(../images/layout/greenSquareBullet.gif);
}

div#aiws_rightNav ul li a,
div#aiws_rightNav ul li a:link,
div#aiws_rightNav ul li a:visited{
  	color:#146836;
	font-size:85%;
	text-decoration:none;
}
div#aiws_rightNav ul li a:hover,
div#aiws_rightNav ul li a:active{
  	text-decoration:underline;
}

.redButton {
	width:79px;
	padding:0px;
	margin:9px 0px 0px 15px;
}
.redButtonText {
	background:url(../images/layout/button_bg.png) repeat-y;
	width:79px;
	text-align:center;
}



/*----------------------------------------------------------------------------------------------------Member Association List */
div#aiws_rightNav ul.memAssocList li {
	list-style-type:none;
	margin-left:-2px;
	padding-left:2px;
	padding-bottom:1px;
	padding-right: 0px;
}
div#aiws_rightNav ul.memAssocList {
	margin-left:0px;
	padding-left:0px;
}

/*   ******************************************************************************* footer  */
div#aiws_footer{
	width:98%;
	padding-top:7px;
	margin:10px auto;
	color:#636564;
	text-transform:uppercase;
	font-size:80%;
	background:url(../images/layout/footerBG.gif) no-repeat top left;
	padding:15px 5px 0 6px;
	border-top:1px solid #DAD7AA;
}
div#aiws_footer .copyright{
  float:left;
	width:51%;
	margin-bottom:5px;
}

div#aiws_footer .copyright img{
  padding-right:5px;
}
div#aiws_footer .location{
  float:right;
	text-align:right;
	width:48%;
	margin-bottom:5px;	
}


div#aiws_footer .copyright a,
div#aiws_footer .location a{
  text-decoration:none;
	color:#056ec2;
	font-size:90%;
	text-transform:none;
}

div#aiws_footer .location a{
	font-size:125%;
	font-weight:bold;
}

div#aiws_footer .copyright a:hover,
div#aiws_footer .location a:hover{
  text-decoration:underline;
}

.requiredField{
  color:#c00;
}