﻿@charset "utf-8";
/* CSS Document */

/******************************************************************************* global _changes these styles as you see fit */
body{
	background:#c3e0e6 url(../images/layout/bodyBG.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:#1C64AF;
	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;
}
a:link, a:active  {
	color: #1C64AF;
	text-decoration: none;
}

a:visited {
	color: #1C64AF;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

h1 {    
	font-family:Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #1C64AF;
	font-weight: bold;
}

h2 {
	font-size: 16px;	
	color:#BB5154;
	font-weight: bold;
}

h3 {
	color: #000000;
	font-weight: bold;
	font-size: 14px;
}

h4 {
	font-size: 16px;
	color: #2E2E8E;
	margin-bottom: 0px;
}

a.redLink {
	font-size: 16px;	
	color:#BB5154;
	font-weight: bold;
}

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;
}
.width15{ width:14.9%;}
.width20{ width:19.9%;}
.width25{ width:24.9%;}
.width30{ width:29.9%;}
.width35{ width:34.9%;}
.width40{ width:39.9%;}
.width45{ width:44.9%;}
.width50{ width:49.9%;}
.width55{ width:54.9%;}
.width60{ width:59.9%;}
.width65{ width:64.9%;}
.width70{ width:69.9%;}
.width75{ width:74.9%;}
.width80{ width:79.9%;}
.width95{ width:94.9%;}

/*   ******************************************************************************* container */
div#aiws_container{
	width:899px;
	margin:0 auto;
	padding:0 25px;
	background: transparent url(../images/layout/contentBG.png) repeat-y center;
	margin-bottom: 10px;
}


/********************************************** header  */
div#aiws_homeHeader{
	background: url(../images/layout/headerBG.png) no-repeat top center;
	width:939px;
	height:240px;
	padding:5px;
	margin: 0 auto;
	position: relative;
}

div#aiws_insideHeader{
	background: url(../images/layout/headerInsideBG.png) no-repeat top center;
	width:919px;
	height:205px;
	padding:5px;
	margin: 0 auto;
	position: relative;
}


/********************************************** myAcct  */
.aiws_myAcct{
	background: url(../images/layout/myAcctBG.jpg) no-repeat top center;
	width: 900px;
	height: 30px;
	margin: 0 auto;
	padding-right: -1px;
}


/********************************************** logo  */
div#aiws_logo{
	height: 140px;
	position: absolute;
	top: 30px;
	left: 11px;
}

/********************************************** banner  */
div#aiws_banner{
	float: right;
	width: 560px;
	margin-bottom: -28px;
	padding-right: 18px;
	padding-left: -10px;
	padding-top: 5px;
}

div#aiws_bannerInside{
	float: right;
	width: 550px;
	margin-bottom: -23px;
	padding-right: 18px;
	padding-top: 5px;
}



/*   ******************************************************************************* leftCol  */
div#aiws_leftCol{
	background: url(../images/layout/leftColBG.jpg) repeat-x;
	width:182px;
	float:left;
	margin: 0;

}

div#aiws_leftCol ul {
	padding: 0 25px;
	font-size:11px;
	margin-top: 0;
}

div#aiws_leftCol ul li {
	border-bottom: #999999 1px dotted;
	font-size:12px;
	list-style-type: none;
	padding: 2px;
	margin: 0;
}

div#aiws_leftNav {
	padding: 20px;
}

div#aiws_leftNav a {
	color: #FF0000;
	font-weight: bold;
	font-size: 90%;
	padding: 3px;
}


/********************************************** Google Search Form */
.searchBG{
	width:140px;
	height:58px;
	padding:10px 0 0 20px;
}
.formContainer{
	margin:0;
	width:140px;
}
div#aiws_leftCol form#cse-search-box input.searchText{
	border: 1px solid #ccc;
	color:#777;
	font-weight:bold;
	text-align:left;
	vertical-align:middle;
	padding:1px 0 2px 0;
	margin-bottom:2px;
}

form#cse-search-box {
    display:inline;
}
div#aiws_leftCol form#cse-search-box input.submitButton{
    vertical-align:middle;
}

div#aiws_leftCol form#cse-search-box label{
	color: #FF0000;
	font-weight: bold;
	font-size: 90%;
	padding: 3px;
}

/*   ******************************************************************************* centerContent  */

div#aiws_centerContent {
	width:515px;
	padding:10px;
	float: left;
}

/*   ******************************************************************************* rightCol  */

div#aiws_rightCol {
	width: 170px;
	border-left:1px dotted #ccc;
	float: right;
}

div#aiws_rightCol img {
	margin: 0 auto;
	display: block;
	padding: 5px;
}

div#aiws_rightCol ul {
	padding: 0 10px;
	font-size:11px;
	margin: 0 0 20px 0;
	text-align: center;
}

div#aiws_rightCol ul li {
	font-size:11px;
	list-style-type: none;
	margin: 0;
}


div#aiws_rightCol a{
	margin-bottom:20px;
	display:block;
}

div#aiws_rightCol ul li a{
	margin: 0;
	padding:0;
}


/********************************************** mainNav */
div#aiws_mainNav{
	padding-left: 65px;
	float: left;
}

div#aiws_mainNavInside{
	padding-left: 65px;
	float: left;
	margin-top: -3px;
}

/********************************************** content */
div#aiws_content{
	min-height:400px;
	height:auto!important;
	height:400px;
	padding: 10px;
	width: 100%;
}

/********************************************** bottomNav */
div#aiws_bottomNav{
  text-align:center;
}
 

div#aiws_bottomNav ul{
	list-style:none;
	margin:0;
	padding:0;
}
div#aiws_bottomNav ul li{
	list-style-image:none;
	border-right:1px solid #ccc;
	padding:0 8px 0 4px;
	display:inline;
}
div#aiws_bottomNav ul li.last{
	border-right:none;
}


/********************************************** footer  */
div#aiws_footerTop{
	background: #c3e0e6 url(../images/layout/footerBG.png) no-repeat top center;
	width:899px;
	height:53px;
	margin-bottom: -5px;
}

div#aiws_footer{
	width:899px;
	padding: 0 20px;
	height:30px;
	color: #557179;
    font-size: 10px;
    font-weight: normal;
    margin-bottom: 20px;
	margin: 0 auto;
}

div#aiws_footer .copyright{
  	float:left;
	text-transform:uppercase;
	color:#333;
	font-size:80%;
}

div#aiws_footer .siteLinks{
  float:right;
	text-align:right;
}
div#aiws_footer .copyright a,
div#aiws_footer .siteLinks a{
  text-decoration:none;
	color:#2389c7;
	font-size:100%;
	
}
div#aiws_footer .siteLinks a{
	font-weight:bold;
	font-size:130%;
}
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: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 */


/*** aiws_formStyles - these styles are for the tableless form layout ***/
.aiws_formStyles p{
	width: 500px;
	clear: both;
	margin: 0 auto;
	padding:5px;
	height: 1%;
}
.aiws_formStyles span{
	display:block;
	width:200px;
	text-align:right;
}
.aiws_formStyles label{
	float: left;
	width: 200px;
	margin-right:5px;
	text-align:right;
}
.aiws_formStyles input[type="text"],
.aiws_formStyles input[type="radio"],
.aiws_formStyles input[type="checkbox"],
.aiws_formStyles textarea,
.aiws_formStyles select{ 
	float:left;
	width: auto;
}
.aiws_formStyles .formButtonStyles{
  clear:both;
	margin:20px 0 0 310px;
}
/*** END aiws_formStyles ***/


/*************OLD STYLES ****/


p
{
	font-family:Arial, Helvetica, sans-serif;
   color: #636363;
   font-size: 13px;
   padding-right:15px;
   margin-right:10px;
}


input,select,textarea { 
    background-color: #F4F4F4; 
    border: 1px solid #c9c9c9;
    font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
    color: #000000;
}

hr
{
	
	color:#BB5154;
	background-color:#BB5154;
	width:95%;
	height:1px;
	border:none;
}
ul {
	font-size:12px;
}

img.floatRight {
	padding:0 0 15px 15px;
}
img.floatLeft {
	padding:0 15px 15px 0;
}


  /*           */
 /*  CONTENT  */
/*           */


.content
{
	background:#FFFFFF url(../images/layout/content_bottombg.jpg) no-repeat bottom;
	padding:11px 11px 25px 11px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#000;
}
.wideContent
{
	background:#FFFFFF url(../images/layout/widebg.jpg) no-repeat bottom;
	padding:11px 11px 25px 11px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#000;
}

.content ul,
.wideContent ul
{
	padding-left:50px;
	margin-left:15px;
}

.content ul li,
.wideContent ul li
{
	padding:0 0;
}
.content link
{
	color: #OF4A84;
	text-decoration: none;
}

		
/*.submenuleft div a:link{
	color:#fff;
}
.submenuleft div a:visited{
	color:#fff;
}
.submenuleft div a:hover{
	color:#fff;
}
.submenuleft div a:active{
	color:#fff;
}*/
		

  /*              */
 /*  NAVIGATION  */
/*              */
/* LEFT MENU */
.nav a
 {
color: #ff0000;
font-weight: bold;
 }

td.mainmenuBG
{
	background-image:url(../images/layout/mainmenubg.jpg);
}
.mainmenu
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:8px;
	font-weight:normal;
	color:#065EC1;
}

.mainmenu a:link
{
	color:#065EC1;
	text-decoration:none;
}
.mainmenu a:visited
{
	color:#065EC1;
	text-decoration:none;
}.mainmenu a:hover
{
	color:#065EC1;
	text-decoration:none;
}
.mainmenu a:active
{
	color:#065EC1;
	text-decoration:none;
}
		
	.left_bg
		{
			background-image:url(../images/layout/leftnav_bgrepeat.jpg);
			background-repeat:repeat-y;
		}
		.leftnav_table
		{
			border-bottom: #999999 1px dotted;
			padding-bottom:3px;
			padding-top:3px;
			padding-left:5px;
		}
		.leftnav_form
		{
			padding-bottom:3px;
			padding-top:3px;
			padding-left:5px;
		}

.leftnavmenu
{
	background:url(../images/layout/leftnav_bg.jpg);
	background-repeat:repeat-x;
}

.leftnavlist 
{
	padding-right: 25px;
}
		
.rightbg
{

	background-image:url(../images/layout/rightnav_bgrepeat.jpg);
	background-repeat:repeat-y;
}
.rightnav
{
	background: #FFF url(../images/layout/rightnav_bgbottom.jpg) bottom no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	border-left:#CCCCCC 1px dotted;
	color:#000000;
}

.breadcrumb
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#333333;
	margin-top:15px;
}
.footer {
   font-family:Arial, Helvetica, sans-serif;
   color: #557179;
   font-size: 10px;
   font-weight: normal;
   background-image:url(../images/layout/footerbg.jpg);
   background-repeat:repeat-x;
}
.white
{
	background-color:#FFF;
}

		.white ul {
		
			padding-left:7px !important;
			margin-left:15px !important;
			
		}

.grybk
{
	background-color: #F0F0F0;
}

		.grybk ul
		{
			padding-left:7px !important;
			margin-left:15px !important;
		}

.mainmenu
{
/*	background-image:url(../images/layout/mainmenubg.jpg);*/
	font-weight: bold;
	font-size: 10px;
}
	
.mainmenunav
{
	font-weight: bold;
	border-right: 1px solid blue;
	padding-right: 3px;
	padding-left: 3px;
	/*margin-bottom:3px;*/
	
}
.mainmenunavNoBorder
{
	font-weight: bold;
	border-right: 0 none;
	padding-right: 0px;
	padding-left: 3px;
	margin-bottom:3px;
	
}

/* ka bandaid */

table#medinaHomeTable{
  position:relative;	
}

table#medinaHomeTable div#medinaMainNav{
  	width:400px;
	display:table-cell;
	vertical-align:middle;
	text-align:left;
	position: absolute;
	margin-top: -8px;
	margin-left: 20px;

}

table#medinaInsideTable div#medinaMainNav{
  	width:400px;
	display:table-cell;
	vertical-align:middle;
	text-align:left;
	position: absolute;
	margin-top: -8px;
	margin-left: 20px;
}

ul.homenav{
	margin:1px 0px 0px 2px;
	padding:1px 2px 0px 2px !important;	
	font-size:12px;
}
ul.homenav li{
  list-style-image:url(../images/layout/greenbullet.jpg);
}
ul.homenav li a,
ul.homenav li a:link,
ul.homenav li a:visited{
  color:#008C61 !important;
	text-decoration:none;
}

ul.homenav li a:hover,
ul.homenav li a:active{
	text-decoration:underline;
}


.searchBtn {
	background-color:#fff;
	vertical-align:bottom;
}
td.rightnav ul{
  margin:-2px 0px 0px -15px;
  padding:-2px 0px 0px -15px;	
}

td.rightnav ul li {
  list-style-type: none;
  margin: 0;
  font-size: 90%;
}


span.bold{
  font-weight:bold !important;
	font-size:12px;
}
a.footerLinkHome{
	float:right;
	width:100px;
	height:15px;
	display:block;
	cursor:pointer;
}
.floatLeft{
  float:left;
}
.floatRight{
  float:right;
}
.clear{
  clear:both;
}