/*
 *
 * File		: nav.css
 * Purpose	: Navigation and Links CSS file
 * Created	: 01/05/07
 * Author	: Brian Ashe
 * Company	: Dee-Web Software Services, LLC.
 * Copyright 2007 Dee-Web Software Services, LLC.
 *
 */

/* Main Navigation Lists */
/* Main Navigation Lists */
.navlist
{
	margin: 0;
	padding: 0;
	list-style: none;
	padding-left: 10px;
}

/*li.current {
	background-image: url('/images/arrow_cur.gif');
	background-repeat: no-repeat;
	background-position: 0 3.5pt;
	padding-left: 12pt;
}

li.open {
	background-image: url('/images/arrow_open.gif');
	background-repeat: no-repeat;
	background-position: 0 3.5pt;
	padding-left: 12pt;
}

li.closed {
	background-image: url('/images/arrow.gif');
	background-repeat: no-repeat;
	background-position: 0 3.5pt;
	padding-left: 12pt;
/*  	list-style-image: url('/images/arrow.gif'); * /
}

li.norm {
	background-image: url('/images/empty.gif');
	background-repeat: no-repeat;
	background-position: 0 3.5pt;
	padding-left: 12pt;
}*/

a {
	color: #0000FF;
	text-decoration: none;
}

a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #0000FF;
	text-decoration: none;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	color: #AAAAFF;
	text-decoration: underline;
}

a.topLinks:link {
	font-size: 70%;
	color: #000000;
	text-decoration: none;
}
a.topLinks:visited {
	font-size: 70%;
	color: #000000;
	text-decoration: none;
}
a.topLinks:active {
	font-size: 70%;
	color: #FF0000;
	text-decoration: none;
}
a.topLinks:hover {
	font-size: 70%;
	color: #FF0000;
	text-decoration: none;
}

/* Page bottom links */
a.bottomLinks:link {
	font-size: 80%;
	color: #FFFFFF;
	text-decoration: none;
}
a.bottomLinks:visited {
	font-size: 80%;
	color: #FFFFFF;
	text-decoration: none;
}
a.bottomLinks:active {
	font-size: 80%;
	color: #DD0000;
	text-decoration: none;
}
a.bottomLinks:hover {
	font-size: 80%;
	color: #FFFF00;
	text-decoration: none;
}
/* Main navagation links */
a.navLink:link {
	color: #000000;
	font-size: 80%;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	text-decoration: none;
	letter-spacing: 2px;
}
a.navLink:visited {
	color: #000000;
	font-size: 80%;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	text-decoration: none;
	letter-spacing: 2px;
}
a.navLink:active {
	color: #FF0000;
	font-size: 80%;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	text-decoration: none;
	letter-spacing: 2px;
}
a.navLink:hover {
	color: #0000FF;
	font-size: 80%;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	text-decoration: none;
	letter-spacing: 2px;
}
a.sideLinks:link {
	color: #000000;
	font-size: 80%;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	text-decoration: none;
	letter-spacing: 2px;
}
a.sideLinks:visited {
	color: #000000;
	font-size: 80%;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	text-decoration: none;
	letter-spacing: 2px;
}
a.sideLinks:active {
	color: #FF0000;
	font-size: 80%;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	text-decoration: none;
	letter-spacing: 2px;
}
a.sideLinks:hover {
	color: #FFFFFF;
	font-size: 80%;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	text-decoration: none;
	letter-spacing: 2px;
}
/* Bolded navigation links for current pages */
a.navOpen:link {
	color: #000000;
	font-size: 80%;
/* 	font-weight: bold; */
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	text-decoration: none;
	letter-spacing: 2px;
}
a.navOpen:visited {
	color: #000000;
	font-size: 80%;
/* 	font-weight: bold; */
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	text-decoration: none;
	letter-spacing: 2px;
}
a.navOpen:active {
	color: #FF0000;
	font-size: 80%;
/* 	font-weight: bold; */
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	text-decoration: none;
	letter-spacing: 2px;
}
a.navOpen:hover {
	color: #FF0000;
	font-size: 80%;
/* 	font-weight: bold; */
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	text-decoration: none;
	letter-spacing: 2px;
}

/* Resources / Links Navigation */
#resCat {
	width: 95%;
	margin: 10px auto;
	height: 28px;
	background-color: #EFEFEF;
}

#resCat ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#resCat li {
	height: 25px;
	float: left;
	margin: 2px;
	padding: 0px 15px 0 15px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #000000;
}

#resCat a {
	padding: 2px 0;
	display: block;
}

/* Teacher Navigation */
#tripMenu {
	
	margin:5px auto;
	height: 20px;
	padding-top:5px;
	background-color: #EFEFEF;
}

#tripMenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#tripMenu li {
	height: 17px;
	float: left;
	margin: 0;
	padding: 0px 5px 0 5px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #000000;
}

#tripMenu a {
	font-size: 77%;
	padding: 2px 0;
	display: block;
}

ol#tabs {
    height: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
}

ol#tabs li {
    float: left;
    margin: 0 1px 0 0;
    font-size: 110%;
/* 	width: 120px; */
}

ol#tabs a {
    background: #FFFFFF url(../images/tab_01.png);
    color: #FFFFFF;
    display: block;
    float: left;
	min-width: 130px;
    height: 30px;
    padding-left: 10px;
    text-decoration: none;
    font-size: 110%;
}

ol#tabs a.teachers {
    background: #FFFFFF url(../images/tab_02.png);
}

ol#tabs a.request_quote {
    background: #FFFFFF url(../images/tab_pink.png);
}

ol#tabs a.parents {
    background: #FFFFFF url(../images/tab_03.png);
}

ol#tabs a.students {
    background: #FFFFFF url(../images/tab_04.png);
}

ol#tabs a:hover {
    background-color: #FFFFFF;
    background-position: 0 -120px;
    font-size: 110%;
}

ol#tabs a:hover span {
    background-position: 100% -120px;
    font-size: 110%;
}

ol#tabs li.current a {
    background-color: #FFFFFF;
    background-position: 0 -60px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 110%;
}

ol#tabs li.current span {
    background-position: 100% -60px;
    font-size: 110%;
}

ol#tabs span {
    background: url(../images/tab_01.png) 100% 0;
    display: block;
    line-height: 30px;
/*     padding-right: 10px; */
    font-size: 110%;
}

ol#tabs span.teachers {
    background: url(../images/tab_02.png) 100% 0;
}

ol#tabs span.request_quote {
    background: url(../images/tab_pink.png) 100% 0;
}

ol#tabs span.parents {
    background: url(../images/tab_03.png) 100% 0;
}

ol#tabs span.students {
    background: url(../images/tab_04.png) 100% 0;
}

#mainNav {
	width: 235px;
	float: right;
	background-color: #FFFFFF;
	position: relative;
	right: 8px;
	top: 18px;
	margin: 9px;
}