#main-nav{
	position: absolute;
	top: 0px;
	left: 25px;
	width: 820px;
}
/*fix for ie*/
#main-nav li
{
    display: inline;
}
#main-nav a{
	display: block;
	float: left;
	color: #535251;
	height: 20px;
	
	text-decoration: none;
	padding-right: 10px;
	margin-left: 10px;
	/*border-right: 1px solid #fcfcfc;*/
	font-weight: normal;
}
.classroom-page #main-nav #training-nav a, .custom-page #main-nav #training-nav a, .online-page #main-nav #training-nav a, .self-paced-page #main-nav #training-nav a{
	color: #fcfcfc;
}
.about-page #main-nav #about-nav a{
	color: #fcfcfc;
}
#home-page #main-nav #home-nav a{
	color: #fcfcfc;
}
.locations-page #main-nav #locations-nav a{
	color: #fcfcfc;
}
#main-nav a:hover{
	color: #fcfcfc;
}
#main-nav a:active{
	color: #ef8200;
}
#locations-nav a{
	border: none;
}
#sub-nav{
	height: 39px;
	background-color: #c9c9c7;
	border-bottom: 1px solid #535251;
	/*compensate for padding on main-content*/
	width: 797px;
	margin-left: -31px;
	/*push content inside of main-content to correct starting point*/
	margin-bottom: 25px;
}
/*fix for ie*/
#sub-nav li
{
    display: inline;
}
#sub-nav a{
	display: block;
	float: left;
	height: 22px;
	padding: 9px 15px 8px 12px;
	color: #535251;
	text-decoration: none;
	font-size: 1.2em;
	
}
#sub-nav a:hover{
	background-color: #535251;
	color: #c9c9c7;
}

/*sub nav locations////////////////////*/
.classroom-page #sub-nav #classroom-nav a{
	background: #fcfcfc url("graphics/main-content.png") repeat-y -11px 0;
	border-bottom: 1px solid #fcfcfc;
	border-right: 1px solid #535251;
	font-weight: bold;
	
}

.custom-page #sub-nav #custom-nav a{
	background-color: #fcfcfc;
	border-bottom: 1px solid #fcfcfc;
	border-right: 1px solid #535251;
	border-left: 1px solid #535251;
	font-weight: bold;
}

.online-page #sub-nav #online-nav a{
	background-color: #fcfcfc;
	border-bottom: 1px solid #fcfcfc;
	border-right: 1px solid #535251;
	border-left: 1px solid #535251;
	font-weight: bold;
}

.self-paced-page #sub-nav #self-paced-nav a{
	background-color: #fcfcfc;
	border-bottom: 1px solid #fcfcfc;
	border-right: 1px solid #535251;
	border-left: 1px solid #535251;
	font-weight: bold;
}

/*about sub nav locations//////////////////*/

#about-page #sub-nav #about-sub-nav a{
	background: #fcfcfc url("graphics/main-content.png") repeat-y -11px 0;
	border-bottom: 1px solid #fcfcfc;
	border-right: 1px solid #535251;
	font-weight: bold;
	
}

#history-page #sub-nav #history-sub-nav a{
	background-color: #fcfcfc;
	border-bottom: 1px solid #fcfcfc;
	border-right: 1px solid #535251;
	border-left: 1px solid #535251;
	font-weight: bold;
}

#team-page #sub-nav #team-sub-nav a, #why-page #sub-nav #why-sub-nav a,#books-page #sub-nav #books-sub-nav a, #clients-page #sub-nav #clients-sub-nav a{
	background-color: #fcfcfc;
	border-bottom: 1px solid #fcfcfc;
	border-right: 1px solid #535251;
	border-left: 1px solid #535251;
	font-weight: bold;
}

#project-page #sub-nav #project-sub-nav a, #skill-page #sub-nav #skill-sub-nav a, #technical-page #sub-nav #technical-sub-nav a, #osx-page #sub-nav #osx-sub-nav a{
	background-color: #fcfcfc;
	border-bottom: 1px solid #fcfcfc;
	border-right: 1px solid #535251;
	border-left: 1px solid #535251;
	font-weight: bold;
}

/*locations tabs/////////////*/
.active-tab{
	background-color: #fcfcfc;
	border-bottom: 1px solid #fcfcfc;
	border-right: 1px solid #535251;
	border-left: 1px solid #535251;
	font-weight: bold;
}

#anchor-nav{
	text-align: left;
	margin-top: 0px;
	position: absolute;
	right: 17px;
	top: 110px;
	list-style-type: disc;
	width: 230px;
	font-size: 11px;
	padding-left: 15px;
}
/* #anchor-nav li {
	list-style-type: disc;
	margin-left: 10px;
}*/

#anchor-nav a{
	font-weight: normal;
}
#anchor-nav h2{
	border-bottom: 1px solid #c9c9c7;
	margin-left: -15px;
}
#breadcrumb {
	display: block;
	margin-top: 0px;
	margin-left: 0px;
	font-size: 0.8em;
	margin-bottom: 10px;
}
