/* GENERAL ELEMENT INFO */

body {
	padding: 0;
	margin: 0;
	background-color: #FFFFFF;
	font: normal normal 10px Verdana, Arial, Helvetica, sans-serif;
	cursor: default;
}

p, td {
	font: normal normal 10px Verdana, Arial, Helvetica, sans-serif;
	cursor: default;
}

input, textarea {
	font: normal normal 10px Verdana, Arial, Helvetica, sans-serif;
}

a,
a:visited {
	color: InfoText;
	background-color: transparent;
	/*text-decoration: none;*/
}

a:hover {
	color: #FF0000;
	background-color: transparent;
}

h1 {
	font: normal bold 16px Verdana, Helvetica, sans-serif;
}

h2 {
	font: normal bold 13px Verdana, Helvetica, sans-serif;
	color: #000080;
}



/* COMMON CLASSES */

.hidden {
	display: none;
}

.block {
	display: block;
}

.inline {
	display: inline;
}

.tenpx {
	font-size: 10px;
}

.wideinput {
	width: 99%;
}

.important {
	color: #CC0000;
	font-weight: bold;
}


/* PAGE LAYOUT */

#holder {
	position: relative;
	margin: auto;
	text-align: left;
	min-height: 100%;/*
	height: 100%;*/
	width: 100%;
	clear: both;
}

* html #holder {
	height: 100%;
}

#header {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #00f;
	clear: both;
	height: 90px;
}

#leftnav {
	border: 1px solid #ccc;
	float: left;
	width: 20%;
	padding: 10px;
	margin: 0;
	min-height: 300px;
	max-height: 600px;
	overflow: auto;
}


#content {
	width: 77%;
	float: right;
	height: 100%;
	/*padding-right: 10px;*/
	margin: 0;
	overflow: hidden;
}

#footer {
	margin: 10px 0 0 0;
	padding: 10px;
	border-top: 1px solid #f00;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #999;
}



/* HEADER STUFF */

#topmenu {
	position: absolute;
	top:0;
	right:0;
	z-index: 100;
	font-weight: bold;
	padding: 4px 4px 8px 8px;
	border: none;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

a.important {
	color: #CC0000;
	font-weight: bold;
}

#sitelogo {
	/*margin-left: 10px;
	float: left;*/
}


/* LEFT MENU NAV BAR */

#leftmenu {
	width: 100%;
	text-align: center;
	font-weight: bold;
	padding: 4px 0;
	border: none;
	border-bottom: 1px solid #ccc;
}

#nav-myloc {
	/*border: 1px solid Black;*/
}

#nav-myloc a {
	text-decoration: none;
}

#nav-myloc-link {
	font-weight: bold;
}

#nav-myloc-change {
	font-style: italic;
	margin: 6px 0 0 10px;
	font-size: 10px;
	color: #ccc;
}

#nav-myloc-change a {
	color: #ccc;
}

#nav-directions {
	border: 2px solid #000080;
	margin-top: 10px;
	padding: 4px 4px 8px 4px;
}

#nav-directions-result {
	border: 1px solid #ccc;
	min-height: 100px;
	max-height: 300px;
	overflow: auto;
}

#nav-category {
	/*border: 1px solid Black;*/
	/*padding: 10px;*/
}

#nav-category div {
	padding: 4px;
	margin: 0;
	/*
	margin: 4px 0;
	padding: 4px 0;
	*/
}

.nav_category_title {
       border: 1px solid Red;
       background-color: #ffcccc;
       padding: 0;
}

.nav_category_title a {
       text-decoration: none;
       background-color: #ffcccc;
       display: block;
       padding-left: 10px;
       font-weight: bold;
}

.nav_category_title a:hover {
       text-decoration: none;
       background-color: #cccccc;
}
       
.nav_category_locations {
	border: 1px solid Blue;
	display: block;
	min-height: 100px;
	max-height: 300px;
	overflow: auto;
}

.nav_location_title {
	border: 1px dashed #eee;
	background-color: #ccccff;
}

.nav_location_title a {
	display: block;
	text-decoration: none;
	padding-left: 10px;
}

/*
.nav_location_other a {
	display: block;
	text-decoration: none;
	font-style: italic;
	text-align: right;
}
*/

#nav-other {
	/*border: 1px solid Black;*/
}

#nav-other div {
	text-align: center;
}



/* CONTENT STUFF */

#map {
	width: 100%;
	height: 600px;
}

.map_myloc {
	font-size: 150%;
	font-weight: bold;
	color: Red;
	height: auto;
	background:url(images/myloc.jpg);
	background-position:left;
	background-repeat:no-repeat;
	background-color:#fff;
	padding: 12px 56px;
}


.map_loc {
	width: 350px;
	height: auto;
}

.map_loc_img {
	float: right;
	margin: 15px;
}

.map_loc_title {
	font-weight: bold;
	font-size: 12px;
	color: #000080;
	margin-bottom: 4px;
}

.map_loc_phone {
	background:url(images/phone.jpg);
	background-position:left;
	background-repeat:no-repeat;
	background-color:#fff;
	padding: 8px 16px;
}

.map_loc_url {
	padding-left: 16px;
}

.map_loc_summary,
.map_loc_more {
	color: #888;
	font-style: italic;
	font-size: 10px;
}

.map_loc_dir {
	margin: 10px 0;
	display: block;
}

.map-directions {
/*position: relative;*/
}

#map-directions-myloc a {
	float: right;
	color: #888;
	font-style: italic;
	font-size: 10px;
	text-decoration: none;
}

.map_directions_back a {
	color: #888;
	font-style: italic;
	text-decoration: none;
}

.map_loc_cats {
	margin: 10px 0 0 0;
}

.map_cat_list {
	margin: 0;
	padding: 0;
}

.map_cat_list li {
	margin-left: 20px;
}


/* tabbed interface - tabs start */


.navlist {
	padding: 3px 0 2px 1em;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-top: 7px;
	border-bottom: 1px solid #9DC0E0;
}

.navlist ul {
	display: inline;
	padding: 3px 1em 3px 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-top: 7px;
	/*font: normal bold 11px Verdana, Helvetica, sans-serif;*/
}

.navlist li,
.navlist li.othertab {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
	margin-right:5px;
	color: #cccccc;
	/*background: #EEEEEE;*/
	background: #FCFCFC;
	text-decoration: none;
	font-weight:normal;
}
.navlist li a,
.navlist li.othertab a {
	color: #cccccc;
	padding: 2px 4px;
	margin-left: -1px;
	margin-right: -2px;
	border: 1px solid #9DC0E0;
	/*background: #EEEEEE;*/
	background: #FCFCFC;
	text-decoration: none;
	display:inline;
	font-weight:normal;

}
.navlist li a:link,
.navlist li a:visited,
.navlist li.othertab a:link,
.navlist li.othertab a:visited {
	color: #999999;
	text-decoration: none;
	font-weight:normal;
	background: #FCFCFC;
}

.navlist li a:hover,
.navlist li.othertab a:hover {
	background: #F0F8FF;
	text-decoration: none;
	font-weight:normal;
}
.navlist li a:active,
.navlist li.othertab a:active {
	border: 1px solid #778;
	border-bottom: 2px solid #FCFCFC;
	background: #FCFCFC;
}
.navlist li.currenttab a {
	/*background:url(../../ac_global/media/tabbed_selected.gif);*/
	border-bottom: 2px solid #FCFCFC;
	padding: 5px 6px 1px 7px;
	margin-left: -4px;
	margin-right: -4px;
	color:	#000000;
	font-weight:bold;
}
.navlist li.currenttab a:hover {
	/*background:url(../../ac_global/media/tabbed_selected.gif);*/
	border-bottom: 2px solid #FCFCFC;
	cursor: default;
}

.navlist li.disabledtab a {
	display:none;
/*
	background: #DDDDDD;
	margin-left: -1px;
	margin-right: -2px;
	border: 1px solid #778;
	border-bottom: none;
	padding: 2px 4px;
	cursor: default;
	font-style: italic;
	color: #999;
*/
}
.navlist li.disabledtab a:hover {
	background: #DDDDDD;
	margin-left: -1px;
	margin-right: -2px;
	border: 1px solid #778;
	border-bottom: none;
	padding: 2px 4px;
	cursor: default;
	font-style: italic;
}
.navlist li ul.invisible {
	display: none;
}

.navlist li.notatab,
.navlist li.notatab a {
	background-color: transparent;
	border: none;
	color: #000;
}

.navitem {
	background: #FCFCFC;
	border-bottom: 1px solid #9DC0E0;
}

/* tabbed interface - tabs end */

#mapmenu {
	position: absolute;
	top: 65px;
	left: 0;
	width: 99%;
	text-align: right;
	z-index: 100;
}
