


#contentMain{
	position:relative;	
}

#innerWrapper li{
	list-style-position: inside;	
}

#mapTab {
overflow:hidden;
}


#innerWrapper h1, #innerWrapper h2, #innerWrapper h4 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family:Georgia;
}

#innerWrapper h1, #innerWrapper h2 {
    font-size: 1.8em;
    font-weight: normal;
    font-family:Georgia;
}

#innerWrapper h3, #innerWrapper h4 {
    font-family: arial, sans-serif;
}

#innerWrapper h4 {
    color:a99789;
    font-size: 0.8em;
    text-transform: uppercase;
    font-weight:bold;
}

#innerWrapper h4 a {
    margin-bottom: -5px;
}


#innerWrapper ul, #innerWrapper ol {
    list-style-position: inside;
    padding-left: 10px;
}

#innerWrapper ol {
    margin-top: 10px;
}

#innerWrapper li {
    line-height: 1.6em;
}


#aapBreadcrumbs {
    left:0px;
    top:0px;
    padding:0px;
    margin:0px;
    width:975px;
    height:20px;
    border-bottom:1px solid #c0d3e9;
    font-family: Arial, sans-serif;
    font-size:12px;
    color:#d63e3e;
    padding-left:15px;
}

#aapBreadcrumbsShadow {
    left:0px;
    top:0px;
    padding:0px;
    margin:0px;
    width:100%;
    height:4px;
    background:url(../img/toolbarshadow.gif);
    background-repeat:repeat-x;
}

#aapBreadcrumbs #aapBrowse {
    color:#d63e3e;
    height:20px;
    float:right;
}


/* --------------------------- Toolbox */

#titlebar{
	position:relative;	
}

#aapToolbox {
    width:340px;
	height:70px;
    background-color:#c0d3e9;
	border:1px solid #2b5889;
    margin:auto;
    padding:auto;
    text-align:left;
    position:relative;
}

#aapToolbox  ul {
    font-family: Arial, sans-serif;
    font-size:12px;
	padding:2px;
	margin:0px;
	padding-left:5px;
}

#aapToolbox  ul li {
	line-height: 16px;
	padding:0px;
	margin:0px;
	list-style-type:square;
}

#aapToolboxSponsor {
    text-align:center;
    position:absolute;
	right:0px;
	top:0px;
    width:105px;
    font-family: Arial, sans-serif;
    font-size:10px;
}
#aapToolboxSponsor img {
border:1px solid #2b5889;
}

#aapToolboxSponsorImg {
    width:88;
    height:31;
}

/* --------------------------- Masthead/search */
#aapNameplate {
    background-color:#FFFFFF;
    display:block;
    width:100%;
    height:80px;
	background:url(../img/logo.jpg);
	background-repeat:no-repeat;
}

#aapNameplate, #aapindexSearchCell, #aapSearchSponsor{
	background-color:#FFFFFF;
    font-family: Arial, sans-serif;
    font-size:12px;
    color:#333333;
    margin:0;
    padding:0;
}

#aapindexSearchCell {
    position:absolute;
    top:0px;
    left:550px;
    font-weight:bold;
}

#aapSearchSponsor {
    position:absolute;
    top:0px;
    right:0px;
	width:110px;
	height:80px;
	text-align:center;
    font-size:9px;
}

#aapSearchSponsor img {
border:1px solid #000;
}

#aapSearchContainer {
    margin:0;
    padding:0;
    vertical-align:text-top;
	height:31px;
	
}
#aapSearch, .aapSearchSubmit { 
    padding:0; 
    margin:0; 
    position:absolute; 
} 

#aapSearch { 
    background:none repeat scroll 0 0 #E5E5E5;
	border:medium none;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	height:25px;
	padding:0 10px;
	vertical-align:bottom;
	width:245px;
	position:absolute;
	top:20px;
	font-weight:normal;
} 

.aapSearchSubmit { 
    background:none repeat scroll 0 0 #000000;
	border:medium none;
	color:#FFFFFF;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	height:25px;
	margin:0 0 0 -4px;
	padding:6px 10px 7px;
	vertical-align:bottom;
	width:74px;
	position:absolute;
	top:20px;
	right:-136px;
	font-weight:normal;
} 

.aapSearchSubmit:hover {
    background: #C1C1C1; 
}
.aapSearchSubmit:active {
    background: #999999; 
}

.defaultTextActive {
    color:#7B7B7B;
}

table.sidebarTbl td.center {
    text-align:center;
}


/* ====================================================================
JQUERY AUTOCOMPLETE
=====================================================================*/

.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 10px;
	font-family: Arial, sans-serif;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 20px;
	overflow: hidden;
	color:#003365;
}

.ac_loading {
	background: white url('../img/indicator.gif') right center no-repeat;
}
.ac_odd {
	background-color: #c0d3e9;
}

.ac_over {
	background-color: yellow;
}

/* ====================================================================
 General styles
=====================================================================*/

.AlignTop { vertical-align:text-top; }
.AlignRight { text-align: right; }
.Center { text-align: center; }
.ClearBoth { clear: both; }
.Width100 { width: 100%; }
.width100px { width: 100px; }
.width70px { width: 70px; }
.width15px{ width: 15px; }
.Left { text-align:left;}
.Bold { font-weight:bold; }
.onlyInIE { display:none; }
