@charset "utf-8";
/* CSS Document */

/******************************************************************************* global  */
body{
	background:#bfd1e3 url(../images/layout/bodyBG.jpg) repeat-x top left;
	font-size:small;
	font-family:Arial, Helvetica, sans-serif;
	color:#636363;
}

a, a:link, a:visited{
	color:#d73447;
	text-decoration:underline;
}
a:hover, a:active{
	text-decoration:none;
}
.floatLeft{
  float:left;
}
.floatRight{
  float:right;
}
img.floatLeft{
  float:left;
	margin-right:25px;
	margin-bottom:10px;
}
img.floatRight{
  float:right;
	margin-left:10px;	
	margin-bottom:10px;
}
.clear{
  clear:both;
}
.clearRight {
	clear:left;
}
.marginRight {
	margin-right:10px;
}
.marginLeft {
	margin-left:10px;
}
img.picBorder{
  background-color:#fff;
  padding:1px;
	border:1px solid #ddd;
}
li.noListItem{
  list-style-image:none;
}
.blueText{
  color:#004990;
}
.lightBlueText{
  color:#3871a8;
}
.greenText{
  color:#008457;
}
.darkGreenText{
  color:#3a5b44;
}
.redText{
  color:#d73347;
}
.bold{
  font-weight:bold;
}
a.noUnderline{
  text-decoration:none;
}
h1{
  color:#004990;
	font-size:190%;
	font-weight:normal;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  padding-top:10px;
}
h2{
  color:#004990;
	font-size:150%;	
	font-weight:normal;	
}
h3{
  color:#1fa376;
	font-weight:bold;
	font-size:100%;	
}

h4{
  color:#555;
	font-weight:bold;
	font-size:100%;	
}
.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%;
}
.width75{
  width:75%;
}
.width80{
  width:79%;
}
.width95{
  width:95%;
}
.requiredField{
  color:#d73347;
}
/******************************************************************************* container */
div#aiws_container{
	width:982px;
	margin:0 auto;
}

/*   ******************************************************************************* header  */
div#aiws_header{
	width:982px;
	height:305px;
	background:transparent url(../images/layout/headerBG.png) no-repeat top left;
	position:relative;
}
div#aiws_header .left{
  	float:left;
	width:18%;
	margin:0;
	padding-left:18px;
}
div#aiws_header .right{
  	float:right;
	width:69%;
}
/********************************************** logo */
div#aiws_logo {
	position:absolute;
	top:8px;
	left:17px;
}
/********************************************** account */
div#aiws_account {
	position:absolute;
	top:197px;
	left:20px;
	width:205px;
	height:80px;
}
div#aiws_account img{
  	display:block;
	margin:5px auto;
}
div#aiws_account p{
	text-align:center;
	font-size:85%;
	font-weight:700;
	margin:0 0 0 10px;
}
div#aiws_account a,
div#aiws_account a:link,
div#aiws_account a:visited{
	color:#004990;
  	text-decoration:none;
}
div#aiws_account a:hover,
div#aiws_account a:active{
  	text-decoration:underline;
}
/********************************************** topNav */
div#aiws_topNav {
	position:absolute;
	top:2px;
	right:0;
}
#aiws_topNav span.topNav{
	padding:0px 10px;
}

/********************************************** imgBanner */
img.imgBanner {
	float:right;
	margin:33px 0 0 0;
	width:982px; 
	height:272px;
}

/********************************************** mainNav */
div#aiws_mainNav{
	position:absolute;
	bottom:0;
	right:20px;
	text-align:right;
	color:#fff;
	
}

div#aiws_mainNav span.mainNav{
	padding:0 13px 0 18px;
	background:url(../images/layout/mainNavSeparator.jpg) no-repeat .1em .4em;
}
div#aiws_mainNav span.mainNavFirst{
	padding:0 10px 0 0;
}


/******************************************************************************* containerInner */
div#aiws_containerInner{
	width:975px;
	background:transparent url(../images/layout/containerInnerBG.png) repeat-y top left;
	padding-left:7px;
}

/********************************************** leftNav  */
div#aiws_leftNav{
	float:left;
	width:226px;
	padding:20px 0 0 4px;
	background:url(../images/layout/leftNavBG.jpg) repeat-x top left;
	min-height:394px;
	height:auto!important;
	height:394px;
}
div#aiws_leftNav .forms{
  margin-bottom:20px;
}
#aiws_leftNav .searchFormContainer{
	color:#fff;
	border:1px solid #ccc;
	width:166px;
	background: #fff;
	margin:0 0 5px 20px;
  
}

#aiws_leftNav form{
	margin:0 0 5px 20px;
}
/*  Styles for Google Search Form */
div#aiws_leftNav form#cse-search-box input.searchText{
	border:0 none;
	color:#333;
	font-weight:bold;
	text-align:left;
	vertical-align:middle;
	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#cse-search-box {

	margin:0;
}

div#aiws_leftNav form#cse-search-box input.submitButton{
  vertical-align:middle;
	margin:0px 0px 2px -7px;
}

#aiws_leftNav label,
#aiws_leftNav .label{
	color:#56ab8c;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:110%;
	font-weight:bold;
	border:0 none !important;
	margin:0;
	padding:0;
}

#aiws_leftNav .label{
	margin-left:20px;
}

#aiws_leftNav img{
  display:block;
	margin-top:5px;
	margin-bottom:5px;	
}

/********************************************** content  */


div#aiws_content{
	float:left;
	width:738px;
	padding:0;
	background:url(../images/layout/contentBG.jpg) repeat-x top left;
	min-height:394px;
	height:auto!important;
	height:394px;
}
.bodyText{
	float:left;
  width:500px;
	max-width:500px;
	overflow:hidden;
	padding:30px 10px 0 30px; 
}

body#aiws_widePage .bodyText{
	float:left;
  width:682px;
	max-width:682px;
	overflow:hidden;
	padding:30px 10px 0 30px; 
}

body#aiws_homePage .bodyText table{
  width:100%;
}


.homeFeatured{
  float:left;
	width:48%;
	margin-right:10px;
	color:#3a5b44;
	font-size:85%;
}
.homeFeatured em{
	font-size:120%;
}

/*  text size controls */
div.textSizeControls {
	float:right;
	text-align:right;
	width:210px;
	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:0px;
}
.xsmallview .bodyText{ /*CSS for "extra small font" setting*/
font-size: 10px;
}
.smallview .bodyText{ /*CSS for "small font" setting*/
font-size: 11px;
}
.normalview .bodyText{ /*CSS to return page to default setting (with no additional CSS rules added)*/
}
.largeview .bodyText{ /*CSS for "large font" setting*/
font-size: 16px;
}
.xlargeview .bodyText{ /*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_insidePage #aiws_content .bodyText th {
	background-color:#F9E9C1;
	text-align:left;
}
body#aiws_insidePage #aiws_content .bodyText .aiws_totalRow {
	background-color:#EEE;
}

/********************************************** rightNav   */
div#aiws_rightNav{
	float:right;
	width:174px;
	padding:0 8px;
	margin:3px 0 0 0;
}

div#aiws_quickLinks{
  width:178px;
	background:transparent url(../images/layout/rightNavBG.png) no-repeat top left;
}

div#aiws_quickLinks h2{
	color:#56ab8c;
	font-size:120%;
	font-weight:bold;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	border-bottom:1px solid #ccc;
	text-align:center;
	margin:0 20px;
	padding:10px 0 5px 0;
}

div#aiws_quickLinks img{
  display:block;
	margin:0 auto;
	padding:10px 0;
	
}
div#aiws_quickLinksFooter{
  width:178px;
	height:5px;
	background:transparent url(../images/layout/rightNavBGFooter.png) no-repeat top left;
}
div#aiws_weatherModule{
  margin-top:5px;
}

/*   ******************************************************************************* footer  */
div#aiws_footer{
	width:982px;
	margin: 0 auto;
	color:#004990;
	font-size:80%;
	background:url(../images/layout/footerBG.png) no-repeat top left;
	padding:30px 0;
}
div#aiws_footer .location,
div#aiws_footer .locationLast{
  float:left;
  margin-right:25px;
	text-align:center;
	margin-bottom:5px;
}
div#aiws_footer .locationLast{
	margin-right:0px;
	float:none;
}


div#aiws_footer .border{
	clear:both;
	border-color:#a9a9a9;
}
div#aiws_footer .copyright{
  float:left;
	width:51%;
	margin-top:5px;
	color:#555;
	text-transform:uppercase;
}

div#aiws_footer .copyright a,
div#aiws_footer .copyright a:link,
div#aiws_footer .copyright a:visited{
	color:#555;
	text-decoration:underline;
}

div#aiws_footer .copyright a:hover,
div#aiws_footer .copyright a:active{
	text-decoration:none;
}

div#aiws_footer .links{
  float:right;
	width:49;
	margin:5px 0;
	color:#004990;
	text-transform:uppercase;
	text-align:right;
}

div#aiws_footer .links a,
div#aiws_footer .links a:link,
div#aiws_footer .links a:visited{
	color:#004990;
	text-decoration:underline;
}

div#aiws_footer .links a:hover,
div#aiws_footer .links a:active{
	text-decoration:none;
}


