@charset "utf-8";

html, body {
	font-family: arial, helvetica, "Verdana", verdana, sans-serif;
	font-size: 12px;
	border: none;
	background-color: white;
	margin: 0px;
	padding: 0px;
}

table.layout, table.layout td {
    margin:0;
	padding : 0;
	border-collapse: collapse;
	background-color:Transparent;
}

img {
	border: 0px;
}

td {
	border-collapse: collapse;
}


#page 
{
    text-align:center;
    background-color:white;
    background-image: url(../images/page_bg.png);
    background-repeat:no-repeat;
    background-position:right top;
}

#logo 
{
    text-align:left;
    padding-left:20px;
    width:500px;
    height:90px;
}

#header 
{
    height:85px;
    overflow:hidden;
}

#header_buttons 
{
    width:300px;
    text-align:right;
    vertical-align:top;
}

#header_buttons a 
{
    
    padding:5px 0px 0px 0px;
    display:inline-block;
    color:White;
    font-weight:bold;
    font-size:11px;
    background-image: url(../images/orange_button.png);
    background-repeat:no-repeat;
    background-position:right top;
    height:29px;
    width:99px;
    margin:2px;
    text-align:center;
    text-decoration:none;
}

#aboutus a:hover, #contactus a:hover 
{
    background-image: url(../images/orange_button_hover.png);
}

#home a:hover, #clientportal a:hover 
{
    background-image: url(../images/black_button_hover.png);
}

#home a, #clientportal a 
{
    background-image: url(../images/black_button.png);
}

#phone 
{
    font-size:12px;
    font-weight:bold;
    color:black;
    text-align:right;
    height:25px;
}

#phone span
{
   padding: 5px 10px 0 0;
}

#search {
    padding:5px 10px 0 0px;
    margin:0;
	width: 200px; 
	vertical-align:top;
	text-align:right;
}

#search_form {
}

#search_box {
	padding:0;
	display:inline-block;
	height:28px;
	width:170px;
	background-color:Transparent;
	background-image: url(../images/search_bg.png);
	background-repeat:no-repeat; 
	background-position: left top;
	vertical-align:top;
}

#query {
    padding:3px 0 0 0;
    margin:0;
	font-size: 11px;
	color:#959595;
	border:none; 
	height:25px;
	width:138px;
	background-color:Transparent;

}
#search_submit {
	background:none;
	border: none;
	font-size: 0px;
	height: 23px;
	width: 23px;
	z-index:0;
}

#search label, #languages label {
	display: none;
}

.megamenu{
    position: absolute;
    display: none;
    left: 0;
    top: 0;
    background: white;
    border: 1px solid #EF741D; /* Mike: tried with color d2d2d2*/
    padding: 5px;
    z-index: 100;

}

.megamenu .column{
    float: left;
    width: 220px; /*width of each menu column*/
    margin:0px;
    padding:0px;
}

.megamenu .column ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.megamenu .column h3{
    font-size:13px;
    font-weight:bold;
    margin:0px;
    padding:0px;
}

.megamenu .column h3 a, .megamenu .column ul li a{
    display:inline-block;
    text-decoration: none;
    color:black;
	width:210px;
    padding:6px;
}

.megamenu .column li{
    font-size:11px;
    margin:0px;
    padding:0px;
}

.megamenu .column ul li a:hover, .megamenu .column h3 a:hover{
    background:#E9E9E9;
    font-weight:bold;
}

#menu {
    font-size:16px;
    height: 36px;
	text-align: left;
}

#menu li
{
   height:25px;
   width:110px;
   display:inline-block;
   margin:0px;
   padding:0px;
}

#menu li.selected a
{
   color:Black;
   font-weight:bold;
}


#menu a
{
  padding: 9px 0 4px 0px;
  height:20px;
  width:120px;
  display:inline-block;
  text-decoration:none;
  text-align:center
}


#menu a:hover
{
   color:white; /* Mike: it was white */
   text-decoration:none;
   /*font-weight:bold;  Mike */
   background-image: url(../images/menu_bg.png);
   background-repeat:no-repeat;
   background-position:left bottom;
}



#sidepanel 
{
    vertical-align:top;
    padding:29px 0px 0px 0px;
    width:327px;
}

#sidepanel table 
{
    width:307px;
    margin-left:20px;
}

#side_buttons 
{
 text-align:left;
 vertical-align:top;
 overflow:hidden;
 height:112px;
 padding-top:30px;
}

#side_buttons ul.listbullet, #side_buttons li.listbullet {
	list-style:none;
	margin: 0;
	padding: 0;
}

#side_buttons li.listbullet {
    display:inline;
	height:55px;
    width:141px;
    overflow:hidden;
}

#side_buttons span 
{
    display:inline-block;
    margin-bottom:-7px;
    
}

#side_buttons a 
{
    height:51px;
    width:133px;
    padding:12px 0px 0px 8px;
    display:inline-block;
    color:black;
    font-weight:bold;
    background-image: url(../images/side_button.png);
    background-repeat:no-repeat;
    background-position:left top;
    text-align:left;
    vertical-align:top;
    text-decoration:none;
}

#side_buttons a:hover 
{
    background-image: url(../images/side_button_hover.png);
}


#languages {
	width: 181px;
	height: 30px;
	border: 0px;
	display: none;
}
#languages #language_select {
	width: 150px;
	height: 21px;
	border: 1px solid black;
}
#languages #language_submit {
	display: none;
}


#flashpanel 
{
    width:654px;
    height:317px;
    text-align:left;
}
#flashbox 
{
    position:relative;
    width:619px;
    height:317px;

}

#flashboarder 
{
    position:absolute;
    left:16px;
    top:0px;
}

#flashboarder img
{
    width:619px;
    height:317px;
    z-index:1000;
}

#flash_border_top, #flash_border_bottom, #flash_border_left, #flash_border_right
{
    position:absolute;
    border: none;
}

#flash_border_top
{
    left:18px;
    top:0px;
    width:614px;
    height:44px;
}
    
#flash_border_bottom
{
    left:18px;
    top:273px;
    width:614px;
    height:44px;
}

#flash_border_left
{
    left:15px;
    top:44px;
    width:30px;
    height:229px;
}

#flash_border_right
{
    left:602px;
    top:44px;
    width:32px;
    height:229px;
}

#flashcontent 
{
    position:absolute;
    left:44px;
    top:29px;
    width:560px;
    height:260px;
    background:white;
    text-align:left;
}


/* YouTube Player */

#youtubebox
{
    position:relative;
    width:699px;
    height:452px;
    
}

/* #youtubeborder 
{
    position:absolute;
    left:0px;
    top:0px;
    width:699px;
    height:452px;
}
*/

#youtube_border_top, #youtube_border_bottom, #youtube_border_left, #youtube_border_right
{
    position:absolute;
    z-index:1000;
}

#youtube_border_top
{
    left:0px;
    top:0px;
    width:699px;
    height:44px;
}
    
#youtube_border_bottom
{
    left:0px;
    top:406px;
    width:699px;
    height:44px;
}

#youtube_border_left
{
    left:0px;
    top:44px;
    width:30px;
    height:362px;
}

#youtube_border_right
{
    left:666px;
    top:44px;
    width:30px;
    height:362px;
}

#youtubecontent 
{
    position:absolute;
    left:28px;
    top:28px;
    width:640px;
    height:385px;
    text-align:left;
    background:white;
}

#newspane 
{
    padding:0;
	padding-left:0px;
    margin:0;
    text-align: left;
    vertical-align:top;
    padding-top:15px;
}

#newsheader 
{
    display:inline-block;
    background-image: url(../images/news_header_bg.png);
    background-repeat:no-repeat;
    background-position:left top;
	height: 46px;
	width:274px;
	margin:0;
	font-size: 12px;
	color:black;  /* Mike: it was white*/
	font-weight:bold;
	vertical-align: top;
	text-align: left;
}

#newsheader span 
{
    display:inline-block;
    margin: 10px 0 0 12px;
}

#newscontent
{
    display:inline-block;
    position:relative;
    height:172px;
    width:274px;
    overflow:hidden;
    text-align:left;
    background-image: url(../images/news_bg.png);
    background-repeat:no-repeat;
    background-position:left bottom;

    
}

.newsfeed 
{
    width:272px;
}

.newsfeed  li.carousellist
{
    font-size:12px;
    padding:0;
    margin: 0px 10px 0px 10px;
    border-top: solid 1px #FFE8D0;
    height:36px;
    line-height:15px;
    
    
}

.newsfeed  a{
    display:inline-block;
    text-decoration: none;
    padding:5px 0px 5px 0px;

}

.newsfeed a:hover{
    text-decoration:underline;
}

#twitter {
padding-left:15px;
padding-top:15px;
vertical-align:top;
display:block;
}

#client_ads {
    display:inline-block;
    height:153px;
    width:133px;
    position:relative;
    background-image: url(../images/client_profile_box.png);
    background-repeat:no-repeat;
    background-position:left top;
    text-align:left;
    line-height:normal;
    padding-top:5px;
    padding-left:1px;
    margin-top:10px;
}

#client_ads h3
{
  position:absolute;
  top:70px;
  left:4px;
  float:left;
  width:118px;
  height:60px;
  padding:0;
  text-align:center;
  font-size:12px;
  color:black;
  background:white;
  z-index:100;
  line-height:normal;
}

.carousellist {
    z-index: 1;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

ul.carousellist   {
    list-style:none;
    height:0;
}

li.carousellist 
{
    list-style:none;
    display:block; 

}

li.carousellist img
{
    width: 122px;
    height: 65px;
}

#client_carouse 
{
    overflow:visible;
}

#client_carousel li.carousellist 
{
    float: left;
    height: 132px;
    width: 124px;

}

#sidemenupane 
{
    vertical-align:top;
    padding:15px 0 0 15px;
}    

#sidemenu_header, #sidemenu_footer,#sidemenu_body
{
    padding:0;
    margin:0;
    width:206px;
}



#sidemenu_body 
{
    text-align:left;
} 

#sidemenupane  ul{
    margin: 0;
    padding: 0px;
    list-style-type: none;
}

#sidemenupane  a{
    display:inline-block;
    text-decoration: none;
    width:193px;
    color:#383838;
    padding:10px 0px 10px 8px;

}

#sidemenupane li{
    background-image: url(../images/side_menu_l1_bg.png);
    background-position:left bottom;
    font-size:13px;
    margin:0px;
    padding:0px;
    
}

#sidemenupane li li{
    background-image: url(../images/side_menu_l2_bg.png);
    background-position:left bottom;
    font-size:11px;
    font-weight:normal;
    padding-left:5px;
}

#sidemenupane li a{
    display:inline-block;
    
}
   
#sidemenupane li li a{
    display:inline-block;

}

#sidemenupane ul li a:hover{
    color:Black;
    font-weight:bold;
}

#sidemenupane li.selected {
     font-weight:bold;
     color:Black;
}

#sidemenupane li.selected2 {
     font-weight:bold;
     color:red;
}

#sidemenupane li li.selected a{
     font-weight:bold;
     color:#EF741D;
}

#sidemenupane ul li.bottom {
     background-image: url(../images/side_menu_l1_bottom_bg.png);
}

#contentbodypane 
{
    margin:0;
    overflow:hidden;
}

td.bodycontent, td.landingcontent
{
    text-align:left;
    margin:0px;
    padding:15px 15px 0px 15px;
    vertical-align:top;
}

#homebody p 
{
    margin:0;
}


#homebody .subheading 
{
    color:#464646;
    font-size:16px;
}

#homebody, #homeleft, #homeright, #homecenter
{
   padding-top:30px;
   padding-bottom:0px;
}

#homeright
{
padding-left:0px;
   padding-bottom:30px;
}

#landingright {
 text-align:left;
 vertical-align:top;
 padding:0;

}

#clientlogos
{
    padding:10px 10px 0 10px;
    background-image: url(../images/client_logo_bg.png);
    background-position:left top;
    background-repeat:no-repeat;
    text-align:left;
}

.clientlogos 
{
    width:981px;
    text-align:center;
}

.clientlogos h3
{
  text-align:center;
  font-size:23px;
  color:#959595;
  font-weight:normal;
}

.clientlogos li.carousellist
{
    list-style:none;
    list-style-image:none;
    display:block; 
    padding:0;
    margin: 2px 4px 5px 5px;
    
}

.clientlogos img
{
    padding:0;
    margin: 0;
    
}

#footer_spacer 
{
    height:30px;
  
}

#footer {
	background-image:url(../images/footer.png);
	background-position:center top;
	background-repeat:no-repeat;
	height:49px
}


.ait_copyright p {
	text-align: center;
	font-size: 11px;
	padding: 10px 80px 0 80px;
	color: #666666;
	/*padding: 2px 100px;*/
}


.clearFix:after { /* for modern browsers */
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.clearfix { /* for IE7/Win */
    min-height:1px;
}
* html .clearfix { /* for IE5-6/Win */
    height:1px;
}
* html>body .clearfix { /* for IE5/Mac */
    height:auto;
    display:inline-block;
}
