/* CSS Document */
/**** Top Navs ****/
.nav_top, .nav_bottom {
	margin:0;
	padding:0;
	width:938px; /* size of secondary tab */
	font-size: 12px;
	font-weight: bold;
}
.nav_top a, .nav_bottom a { /* color of the links */
	display: block;
	position: relative;
	color: #ffffff;
	z-index:100;
}
.nav_bottom {
	clear: both;
	margin:0 0 13px 0;
	position:relative;
	height:24px;
	background:transparent url(http://www.amaconferencecenters.org/images/sub_nav.png) no-repeat left top;
}
.navigation_top {
	margin:0;
	padding:0;
	width:938px; /* original 938px */
	font-size: 11px;
	font-weight:bold;
	/*overflow:hidden;*//*removed by jordan for testing*/
}
.navigation_top ul{
	margin:0;
	padding:0;
}
#nav_top_main {
	float:left;
	width:792px; /* 638px *//*changed by joran */
	padding:0;
	margin:0;
	color:#FFFFFF;
	height:30px; /*changed by joran */
	z-index:0;
	/*overflow:hidden;*//*removed by jordan for testing*/
	position:relative;
}
#nav_top_secondary {
	clear:right;
	float:left;
	width:145px; /* original 300px */ 
	padding:0;
	margin:0;
	color:#FFFFFF;
	height:30px; /*changed by jordan */
	z-index:0;
	/*overflow:hidden;*//*removed by jordan for testing*/
	position:relative;
}
#nav_top_main ul, #nav_top_secondary ul {
	padding:0;
	margin:0;
}
#nav_top_main li, #nav_top_secondary li{
	/*padding:0;*/
	/*margin:0;*/
	height:30px; /*changed by jordan */
	margin-top:0px;/*changed by jordan */
	margin-left:0;/*changed by jordan */
	margin-right:0;/*changed by jordan */
	margin-bottom:0;/*changed by jordan */
	/*overflow:hidden;*//*removed by jordan for testing*/
	position:relative; 
	float:left;
}
#nav_top_main a, #nav_top_secondary a{
	color:#FFFFFF;
	display:block;
	text-decoration:none;
	text-align:center;
	
}

#nav_top_main li.nav_top_nav_cols, #nav_top_secondary li.nav_top_nav_cols{
   	padding:0;/* changed by adam for effect*/
}

.nav_top_left {
	width:5px;  /* size od start tab */
	background-image:url(http://www.amaconferencecenters.org/images/nav_bg_lc_30.png);
}
.nav_top_second_col, .nav_top_nav_cols {
	background-image:url(http://www.amaconferencecenters.org/images/nav_bg_middle_30.png); 
	background-repeat:repeat-x; 
	background-position:bottom;
}
.nav_top_second_col {
	width:86px; /* move from the left fc was 101*/
	text-align:left;
	padding:0 0 0 8px;
}
.nav_top_nav_cols {
	text-align: center;
}

.atlanta {
	width:135px;
}
.chicago {
	width:135px;
}
.new_york {
	width:135px;
}
.sanfrancisco {
	width:135px;
}
.washington {
	width:135px;
}
.contact_us {
	width:135px;
}
.atlanta.ui-tabs-selected{
	/*background:url(http://www.amaconferencecenters.org/images/large-tab-125.png) no-repeat;*/
	background:url(http://www.amaconferencecenters.org/images/large-tab-js2.png) no-repeat;
}
.chicago.ui-tabs-selected{
	/*background:url(http://www.amaconferencecenters.org/images/large-tab-125.png) no-repeat;*/
	background:url(http://www.amaconferencecenters.org/images/large-tab-js2.png) no-repeat;
}
.new_york.ui-tabs-selected{
	background:url(http://www.amaconferencecenters.org/images/large-tab-js2.png) no-repeat;
}
.sanfrancisco.ui-tabs-selected{
	background:url(http://www.amaconferencecenters.org/images/large-tab-js2.png) no-repeat;
}
.washington.ui-tabs-selected{
	background:url(http://www.amaconferencecenters.org/images/large-tab-js2.png) no-repeat;
}
.contact_us.ui-tabs-selected{
	background:url(http://www.amaconferencecenters.org/images/large-tab-js2.png) no-repeat;
}


/* end tab */
.nav_top_right {
	width:5px;
	background-image:url(http://www.amaconferencecenters.org/images/nav_bg_rc_30.png);
}
#secondary_sub_navigation,.sub_navigation {
	font-weight:normal;
	background-image: none;
	background-color: Transparent;
	height:20px;
	margin:0;
	padding:0;
	/*overflow:hidden;*//*removed by jordan for testing*/
	color:#FFFFFF;
}
#secondary_sub_navigation {
	float:right;
	width:700px;
	margin:6px 10px 0 0;
}
.sub_navigation {
	top:6px;
	width:700px;
	position:absolute;
}
.sub_navigation ul {
	padding:0;
}
#secondary_sub_navigation ul {
	padding:0 10px 0 0;
	margin:0;
}
.sub_navigation li,#secondary_sub_navigation li {
	height:20px; 
	position:relative; 
	padding:0 6px 0 6px;
}
.sub_navigation li {
	float:left;
}
#secondary_sub_navigation li {
	float:right;
}
.sub_navigation.line_break,#secondary_sub_navigation.line_break {
	width:1px; 
	height:60%; 
}
#atlanta_sub_nav .sub_navigation{
	margin:0px;
	left:110px;
}
#chicago_sub_nav {
	position:absolute;
	left:150px;
}
#new_york_sub_nav {
	position:absolute;
	left:190px;
}
#sanfrancisco_sub_nav {
	position:absolute;
	left:230px;
}
#washington_sub_nav {
	position:absolute;
	left:270px;
}
#contact_us_sub_nav{	
	position:absolute;
	left:800px;
}

#contact_us_sub_nav, #news_sub_nav, #my_ama_sub_nav {
	display:none;
	width:auto;
}
/**** End Top Navs ****/

.ui-tabs-hide { display: none; }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#nav_top_main a {float:none;}
/* End IE5-Mac hack */
.ui-tabs-nav li{list-style:none}
.ui-tabs-panel li{list-style:none}
.ui-tabs-selected li{list-style:none}

#nav_top_main li a, #nav_top_secondary li a{
	padding-top:12px;
}
#nav_top_main li div{
	padding-top:12px;
}
