@charset "UTF-8";
/* CSS Document */

:link,:visited{text-decoration:none}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6,pre,code{font-size:1em}ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{margin:0;padding:0;border:none}a img,:link img,:visited img{border:none}address{font-style:normal}


body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.75em;
	line-height:1.3em;
	color:#222;
}

/*main layout */

.content {
	width:950px;
	margin:0 auto;
	padding:0 20px;
}

#header,#menu,#container,#footer {
}
#container {
	padding-top:10px;
}

#header {
	background:url(../images/aa_header_background.jpg) repeat-x center top;
}
#header .content {
	height:128px;
	background:url(../images/aa_header_content.jpg) no-repeat center top;
}
#footer {
	background:url(../images/aa_footer_background.jpg) repeat-x;
}
#footer .content {
	height:45px;
	padding:10px;
	font-size:0.8em;
	color:#255880;
}
#menu {
	background:url(../images/aa_menu_background.jpg) repeat-x;
	border-top:1px solid #fff;
	font-weight:bold;
}
#menu .content {
	
}



#logo {
	background:url(../images/aa_logo.jpg);
	width:175px;
	height:128px;
	float:left;
}
#topnav {
	float:right;
	width:700px;
	height:63px;
}
#search {
	float:right;
	width:240px;
	text-align:left;
}
#search-box {
	height:25px;
	width:240px;
	background:url(../images/search_background.gif) no-repeat;
}
#search-text {
	background:transparent none no-repeat scroll 0 0;
	border:medium none;
	color:#666666;
	margin:1px 4px 4px 25px;
	width:195px;
}
#search input {
	background:none;
	border:0;
	background:none;
	padding:4px;
	outline-style:none;
	color:#fff;
	height:17px;
	font-family:Arial, Helvetica, sans-serif;
}
.clear {
	clear:both;
}
.spacer {
	height:10px;
}


/* columns */

.quarter {
	margin-right:10px;
	float:left;
	margin-bottom:10px;
}
.one {
	width:230px;
}
.two {
	width:470px;
}
.three {
	width:710px;
}
.right {
	margin:0!important;
}

.quarter .highlight {
	padding:10px;
	background:#E3E9EE;
	min-height:205px
}
.padded-top {
	padding-top:10px;
}
.padded {
	padding:10px 40px 10px 10px;
}


/* text styles */
.quarter h1 {
	font-size:1.4em;
}
h2 {
	color:#3783C0;
	margin-bottom:1em;
}
p,h3,h1 {	
	margin-bottom:1em;
}
a {
	color:#3783C0;
}
#topnav li a:hover {
	text-decoration:underline;
}
.padded li, .highlight li {
	list-style:outside;
	margin-left:20px;
	list-style-type:disc;
}
.padded ul, .highlight ul {
	list-style:outside;
}


/* menu navigation */

#nav li {
	float: left;
}
#nav li a {
	padding:10px;
	display:block;
	color:#9AC1DF;
}
#nav li a:hover {
	background:url(../images/aa_menu_background_hover.jpg) repeat-x top;
	color:#132D42;
	text-decoration:none;
}

/* top navigations */
#topnav {
	padding:10px 0px;
}
#topnav li {
	float:right;
}
#topnav li a {
	border-right:1px solid #fff;
	display:block;
	padding:1px 10px;
	color:#fff;
	font-size:0.8em;
}
.last {
	border:none!important;
	padding-right:0px!important;
}

/* footer navigation */
#footer li {
	float:left;
	border-right:1px solid #255880;
	padding:0px 10px;
	color:#255880;
}
#footer li.last {
	border:none!important;
}
#footer a {
	color:#255880;
}
#footer a:hover {
	text-decoration:underline;
}

/*sidebar navigation */

#sidemenu li a {
	display:block;
	padding:5px 10px;
	border-bottom:1px dotted #255880;
}
#sidemenu a:hover {
	color: #255880;
	text-decoration:underline;
}
#sidemenu h3 {
	padding:10px;
	margin:0;
}

#sidemenu li ul li a {
	padding-left:20px;
	
}

/* Presentation */

.presentation {
  position:relative;
  width:950px;
  height:250px;
  overflow:hidden;
  float:left;
  padding:0!important;
  margin-bottom:10px;
}

.presentation-slide {
  position:absolute;
  /*width:945px;*/
  height:250px;
}
.three .presentation, .three .presentation-slide {
	/*width:710px!important;*/
}
.one .presentation, .one .presentation-slide {
	width:230px;
}
.presentation-slide-text {
  /* TODO: override in ie6 stylesheet */
  background:transparent url(../images/presentation-background.png) repeat scroll 0 0;
  width:220px;
  height:200px;
  position:absolute;
  right:0;
  bottom:0;
  padding:10px;
  padding-top:40px;
}

.presentation-slide-text h1 {
  font-size:1.8em;
  color:#fff;
  line-height:1.1em;
  margin-bottom:.4em;
  font-weight:normal;
}
.presentation-slide-text h3 {
	color:#fff;
}
.presentation-slide-text h2 small {
  font-weight:lighter;
}
.presentation-slide-text p, .presentation-slide-text a {
  color:#fff;
}
.presentation-tabs {
  position:absolute;
  left:0;
  bottom:0;
  padding:5px 10px 10px 10px;
  z-index:138;
}
.presentation-tab {
  background:url(../images/presentation-background.png);
  padding:5px 10px 10px 10px;
  line-height:.95em;
  margin-right:1px;
  font-weight:bold;
  color:#9AC1DF;
}
.presentation-tab:hover, .presentation-tab-on {
  background:#fff none;
  color:#3783C0;
}
.presentation-tab:active {
  background:#fff none;
}

.findoutmore {
	background:url(../images/arrow.gif) no-repeat right center;
	padding:10px 25px 10px 0px;
	color:#9AC1DF!important;
	position:relative;
    
    bottom:-20px;
	z-index:200;
} 
.findoutmore:hover {
	background-image:url(../images/arrow-white.gif);
	color:#fff!important;
}

/* accordion */

.toggler {
	padding:10px;
	cursor:pointer;
	margin:0;
	border:none;
	background:url(../images/aa_menu_background.jpg) repeat-x;
	color:#fff;
}
.toggler:hover {
	text-decoration:underline;
}
.element {
	background:#E3E9EE;
}

.orange {
color:#FF9209;
background-color:#162A3B!important;
}


