﻿@charset "utf-8";
/* CSS Document */

/******************************************************************************* global _changes these styles as you see fit */
body{
	background:#fff url(../images/layout/bg.jpg) repeat-x top left;
	font-size:small;
	font-family:Arial, Helvetica, sans-serif;
	color:#636363;
	margin:0 auto;
}

a, a:link, a:visited{
	color:#45a43d;
	text-decoration:underline;
}
a:hover, a:active{
	text-decoration:none;
}
.floatLeft{
  float:left;
}
.floatRight{
  float:right;
}
img.floatLeft{
    float:left;
	margin-right:5px;
}
img.floatRight{
    float:right;
	margin-left:5px;	
}
.clear{
    clear:both;
}
.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;
}
.orangeText{
  color:#f8991d;
}
.blueText{
  color:#0062ab;
}
.greenText{
  color:#45a43d;
}
.redText{
  color:#d45858;
}
.bold{
  font-weight:bold;
}
a.noUnderline{
  text-decoration:none;
}
h1{
  	color:#74aeed;
	font-size:180%;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
}
h2{
  	color:#008457;
	font-size:130%;	
	font-weight:bold;	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h3{
  	color:#0d2d76;
	font-weight:bold;
	font-size:90%;	
}

h4,h5,h6{
  color:#555;
	font-weight:bold;
	font-size:100%;	
}
.border{
  border-top:1px solid #0062ab;
	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%;
}
.width45{
  width:44%;
}
.width50{
  width:49%;
}
.width55{
  width:54%;
}
.width60{
  width:59%;
}
.width70{
  width:69%;
}
.width80{
  width:79%;
}
.width95{
  width:95%;
}

/*   ******************************************************************************* container */
div#aiws_container{
	width:1005px;
	margin:0 auto;
	padding:0 12px;
}


/********************************************** header  */
div#aiws_header{
}

div#aiws_headerLeft{
	float: left;
	position: relative;
}


/********************************************** logo  */
div#aiws_logo {
	clear: left;	
}

div#aiws_companyname {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000;
	position: absolute;
	top: 50px;
	left: 210px;
	line-height: 22px;
	width: 200px;
}

/********************************************** top Nav  */

div#aiws_topNav{
	background: url(../images/layout/topnavBG.png) top no-repeat;
	height: 29px;
	width: 218px;
	float: right;
	text-align: right;
	padding-right: 20px;
	padding-top: 10px;
	padding-left: 500px;
}

div#aiws_topNav a:link,
div#aiws_topNav a:active,
div#aiws_topNav a:visited {
	text-transform: uppercase;
	text-decoration: none;
	color: #0d2d76;
	font-size: 11px;
	font-weight: bold;
}

/********************************************** banner  */
div#aiws_bannerHome{
  	display:block; 
	float: right;
	height: 286px;
	width: 738px;
}

div#aiws_bannerInside{
  	display:block; 
	float: right;
	height: 195px;
	width: 738px;
}

/********************************************** left Nav */
div#aiws_leftNav{
	width:234px;
	background: url(../images/layout/leftNavBG.png) no-repeat top left;
	margin-left: 23px;
	padding: 0 0 0 10px;
	height: 165px;
}

span.leftNav{
	margin-left: 10px;
	margin-top: -5px;
	padding: 0 0 2px 20px;
}

div#aiws_leftNavFooter {
	width:244px;
	height:21px;
	background: url(../images/layout/leftNavFooter.png) no-repeat top left;
}
div#aiws_leftNav ul{
	margin:0;
	padding: 0 10px 0 10px;
  	color:#376d22;
	font-size: 12px;
	font-weight:700;
	line-height: 25px;
}

div#aiws_leftNav ul li{
	margin:0;
	padding: 0 20px 0 20px;	
	border-bottom: 1px solid #5277a7;
	list-style: none;		
	text-align: left;
	position: relative;
}

div#aiws_leftNav ul li.noborder{
	border-bottom: none;
}

div#aiws_leftNav ul li a, div#aiws_leftNav ul li a:link, div#aiws_leftNav ul li a:visited{
  	color:#fff;
	text-decoration:none;	
}
div#aiws_leftNav ul li a:hover, div#aiws_leftNav ul li a:active{
	text-decoration:underline;
}

/*   ******************************************************************************* leftCol  */
div#aiws_leftCol{
	clear:both;
	width:242px;
	float:left;
	margin:0;
	padding: 25px 0 25px 25px;
	background: url(../images/layout/leftcolBG.png) no-repeat top left;
}


div#aiws_leftCol img{
	display: block;
	margin: 0 auto;
}


/********************************************** Account */

div#aiws_access{
	width: 250px;
	height: 120px;
	margin: -20px 0 0 -5px;
	padding: 45px 0 0 0;
	background: url(../images/layout/accessaccountBG.png) no-repeat;
}

div#aiws_access img{
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

div#aiws_access hr{
	margin: 0 20px 0 15px;
	background-color:#96bdec;
	border:0 none;
	color:#96bdec;
	height:1px;
}

div#aiws_access ul.access_left{
	float: left;
	list-style-type: square;
	font-size: 10px;
	padding: 0 0 0 30px;
	margin: 10px 0 0 0;
}

div#aiws_access ul.access_right{
	float: right;
	font-size: 10px;
	padding: 0;
	margin: 10px 0 0 0;
}

div#aiws_access ul.access_left li a, 
div#aiws_access ul.access_left li a:link, 
div#aiws_access ul.access_left li a:visited{
  	color:#136734;
	text-decoration:none;
	font-size: 11px;
}

div#aiws_access ul.access_right li a, 
div#aiws_access ul.access_right li a:link, 
div#aiws_access ul.access_right li a:visited{
	text-decoration:none;
	font-size: 11px;	
	list-style-type: circle;
}

div#aiws_access ul.access_right li.blue a, 
div#aiws_access ul.access_right li.blue a:link, 
div#aiws_access ul.access_right li.blue a:visited{
  	color:#1f78bf;
	font-weight: bold;
}

div#aiws_access ul.access_right li.red a, 
div#aiws_access ul.access_right li.red a:link, 
div#aiws_access ul.access_right li.red a:visited{
  	color:#bf0a30;
	font-weight: bold;
	font-size: 11px;
}

.blue,
.blue a,
.blue a:active,
.blue a:link,
.blue a:visited {
  	color:#1f78bf;
	font-weight: bold;
	text-align: center;
	font-size: 110%;
	text-decoration:none;
	margin-top: 10px;
	line-height: 18px;
}

.blue a:hover {
	text-decoration: underline;
}

.locations p{
	padding: 0 10px 0 20px;
	color: #06529E;
	font-weight: bold;
	font-size: 16px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.locations ul li,
.locations a{
	padding: 0 10px 0 0;
	color: #06529E;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	line-height: 18px;
}

.weather {
	background: url(../images/layout/weatherBG.jpg) center no-repeat;
	text-align: center;
	display: block;
	height: 60px;
	padding-top: 5px;
}

.weather img {
	border: 1px solid #fff;
}

/********************************************** Google Search Form */
.searchBG{
  	background:transparent url(../images/layout/searchBG.png) no-repeat top left;
	width:224px;
	height:58px;
	padding:10px 0 0 20px;
}
.formContainer{
  
  	border:1px solid #ccc;background:#fff;
	margin:0;
	width:200px;
}
div#aiws_leftCol form#cse-search-box input.searchText{
  	border:none !important;
	color:#777;
	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#cse-search-box {
    
}
div#aiws_leftCol form#cse-search-box input.submitButton{
    vertical-align:middle;
	margin:0 0 2px 5px;
}

div#aiws_leftCol form#cse-search-box label{
	color:#06529e;
	font-weight:bold;
	font-size:16px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  
}

/********************************************** contact  */
div#contacts{
	text-align:center;
	margin-top:20px;
}

div#contacts p{
  	color:#333;
	text-align:center;
	font-size:85%;
}

/********************************************** rightCol  */
div#aiws_rightColHome{
	width: 735px;
	min-height: 490px !important;
	float: right;
	padding: 0;
	margin-top: -58px;
	margin-right: 3px;
	background: url(../images/layout/rightcolBG.png) no-repeat;
}

div#aiws_rightColInside{
	width: 735px;
	min-height: 490px !important;
	float: right;
	padding: 0;
	margin-top: -111px;
	margin-right: 3px;
	background: url(../images/layout/rightcolBG.png) no-repeat;
}

/********************************************** mainNav */
div#aiws_mainNav{
	width:719px;
	height:43px;
	background: url(../images/layout/mainNavBG.png) no-repeat;
	padding: 5px 0 0 25px;
}

span.mainNav{
  padding:0 40px 0 0;
}
span.mainNavLast{
  padding:0;
}
/********************************************** content */
div#aiws_content{
	margin-top:25px;
	padding-left: 30px;
	padding-right: 50px;
	width: 660px;
	text-align: justify;
}


.contentUpper {
	
	}
	
.contentUpper {
	
	}

.ad1 {
	background: url(../images/layout/ad_1_bg.jpg) no-repeat top right;
	width: 260px;
	height: 130px;
	padding: 43px 15px 0 40px;
	color: #333;
	font-size: 82%;
	font-weight: 900;
	text-align: right;
	float: left;
	margin: 0;
}

.ad2 {
	background: url(../images/layout/ad_2_bg.jpg) no-repeat top right;
	width: 265px;
	height: 160px;
	padding: 12px 35px 0 15px;
	color: #333;
	font-size: 82%;
	font-weight: 900;
	text-align: left;
	float: right;
	margin: 0;
}

p.header {
	color: #008357;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 5px;
}

/********************************************** footer  */

div#aiws_footer{
	float: right;
	width:660px;
	min-height:67px;
	height:auto !important;
	height:67px;
	margin: 0 45px 0 45px;
	border-top: 2px solid #76adee;
	font-weight: bold;
}

div#aiws_footer .tagline{
  	float:left;
	margin: 5px 0 0 0;
	color:#008457;
	font-size:14px;
}

div#aiws_footer .copyright{
  	float:left;
  	text-transform:uppercase;
	color:#002868;
	font-size:11px;	
}
div#aiws_footer .siteLinks{
  	float:right;
	text-align:right;
	margin: -25px 0 0 0;
	font-family: "Arial Black", Gadget, sans-serif;
	text-transform: uppercase;
}

div#aiws_footer .apogee{
  	float:right;
	text-align: right;
	text-decoration: none;
	color:#002868;
	font-size:11px;
	margin-top: -8px;
}

div#aiws_footer .copyright a{
  	text-decoration:none;
	color:#2389c7;
	font-size:100%;	
}
div#aiws_footer .siteLinks a{
	font-weight:bold;
	font-size:130%;
	color: #008457;
	text-decoration: none;
}
div#aiws_footer .copyright a:hover,
div#aiws_footer .siteLinks a:hover{
  text-decoration:underline;
}
div#aiws_footer .siteLinks  a.apogee{
  	font-size:85%;
	font-weight:normal;
}
.requiredField{
	color:#c00;
}
/*  text size controls */
div.textSizeControls {
	float:right;
	text-align:right;
	width:200px;
	margin-top: -5px;
	margin-right: 20px;
	font-weight:bold;
	text-transform: uppercase;
	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: #333;
	text-decoration:none;
	padding: 1px;
}
div.textSizeControls span{
  font-size:10px;
  padding-right: 5px;
}
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 #aiws_content{ /*CSS for "extra small font" setting*/
font-size: 10px;
}
.smallview .bodyText,
.smallview #aiws_content{ /*CSS for "small font" setting*/
font-size: 11px;
}
.normalview .bodyText,
.normalview #aiws_content{ /*CSS to return page to default setting (with no additional CSS rules added)*/
}
.largeview .bodyText,
.largeview #aiws_content{ /*CSS for "large font" setting*/
font-size: 16px;
}
.xlargeview .bodyText,
.xlargeview #aiws_content{ /*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 */

