﻿#Main{
	text-align:center
}

.CurrentMenu {
	color:red
}
#HeaderImage {
	background-image: url('Images/TAUD%20Header.png');
	background-repeat:no-repeat;
	width:950px;
}

#SearchBox {
	padding-top:10px;
	padding-right:10px
}

/* About us and Contact Us Menu*/

#headermenu {
	width:500px; 
	font-size:0.85em;
}

/* remove all the bullets, borders and padding from the default list styling */
.headermenu ul {
padding:0;
margin:0;
list-style-type:none;
white-space: normal;
}
.headermenu ul ul {
width:100px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.headermenu li {
float:left;
width:100px;
position:relative;
}

/* style the links for the top level */
.headermenu a:visited {
display:block;
font-size:small;
font-family:Arial, Helvetica, sans-serif;
text-decoration:none; 
font-weight:bold;
color:red;
width:99px;
height:20px;
text-align:center;
}

.headermenu a {
display:block;
font-size:small;
font-family:Arial, Helvetica, sans-serif;
text-decoration:none; 
font-weight:bold;
color:red;
width:99px;
height:20px;
text-align:center;
}

/* style the second level links */
.headermenu ul ul a:visited {
font-size:xx-small;
font-weight:bold;
background:#BEBEBE; 
color:blue; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:78px
/* yet another hack for IE5.5 */
}
.headermenu ul ul a {
font-size:xx-small;
font-weight:bold;
background:#BEBEBE; 
color:blue; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:78px
/* yet another hack for IE5.5 */
}
* html .headermenu ul ul a{
width:100px;
w\idth:78px;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .headermenu a:visited {
width:100px;
w\idth:98px;
}

* html .menu a {
width:100px;
w\idth:98px;
}

/* style the top level hover */
.headermenu ul ul a:hover{
border-width:1px 1px 0 1px;
}
.headermenu a:hover{
border-width:1px 1px 0 1px;
}
.headermenu ul ul :hover > a {
border-width:1px 1px 0 1px;
}

.headermenu :hover > a {
border-width:1px 1px 0 1px;
}

/* style the second level background */
.headermenu ul ul a.drop:visited {
background:#BEBEBE; 
}
.headermenu ul ul a.drop {
background:#BEBEBE; 
}
/* style the second level hover */
.headermenu ul ul a.drop:hover{
background:white;
color:red;
}
.headermenu ul ul :hover > a.drop {
background:white;
}
/* style the third level background */
.headermenu ul ul ul a:visited {
background:#e2dfa8;
}
.headermenu ul ul ul a {
background:#e2dfa8;
}
/* style the third level hover */
.headermenu ul ul ul a:hover {
background:#b2ab9b;
}
.headermenu ul ul ul :hover > a {
background:#b2ab9b;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.headermenu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:18px;
left:0;
width:150px;
}
/* another hack for IE5.5 */
* html .headermenu ul ul {
top:18px;
t\op:31px;
}

/* position the third level flyout menu */
.headermenu ul ul ul{
left:100px; 
top:0;
width:100px;
}
/* position the third level flyout menu for a left flyout */
.headermenu ul ul ul.left {
left:-100px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.headermenu table {position:absolute; top:0; left:0;}

/* make the second level visible when hover on first level list OR link */
.headermenu ul a:hover ul{
visibility:visible; 
}
.headermenu ul li:hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.headermenu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.headermenu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.headermenu ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.headermenu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}

.arrow {
font-size:12px;
}






/* Main Menu Stlyes */
#menu {
	width:500px; 
	font-size:0.85em;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
white-space: normal;
}
.menu ul ul {
width:100px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
width:auto;
position:relative;
}

/* style the links for the top level */
.menu a:visited {
display:block;
font-size:small;
font-family:Arial, Helvetica, sans-serif;
text-decoration:none; 
font-weight:bold;
color:blue;
width:99px;
height:32px;
line-height:29px;
border-left:thin black solid;
border-right:thin black solid;
border-width:1px 1px 0 1px;
text-align:center;
}

.menu a {
display:block;
font-size:small;
font-family:Arial, Helvetica, sans-serif;
text-decoration:none; 
font-weight:bold;
color:blue;
width:99px;
height:32px;
line-height:29px;
border-left:thin black solid;
border-right:thin black solid;
border-width:1px 1px 0 1px;
text-align:center;
}

/* style the second level links */
.menu ul ul a:visited {
font-size:x-small;
font-weight:bold;
background:#BEBEBE; 
color:blue; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:78px
/* yet another hack for IE5.5 */
}
.menu ul ul a {
font-size:x-small;
font-weight:bold;
background:#BEBEBE; 
color:blue; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:78px
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:100px;
w\idth:78px;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a:visited {
width:100px;
w\idth:98px;
}

* html .menu a {
width:100px;
w\idth:98px;
}

/* style the top level hover */
.menu ul ul a:hover{
border:1px solid #000;
border-width:1px 1px 1px 1px;
}
.menu a:hover{
border:1px solid #000;
border-width:1px 1px 1px 1px;
}
.menu ul ul :hover > a {
border:1px solid #000;
border-width:1px 1px 0 1px;
}

.menu :hover > a {
border:1px solid #000;
border-width:1px 1px 0 1px;
}

/* style the second level background */
.menu ul ul a.drop:visited {
background:#BEBEBE; 
}
.menu ul ul a.drop {
background:#BEBEBE; 
}
/* style the second level hover */
.menu ul ul a.drop:hover{
background:white;
color:red;
}
.menu ul ul :hover > a.drop {
background:white;
}
/* style the third level background */
.menu ul ul ul a:visited {
background:#e2dfa8;
}
.menu ul ul ul a {
background:#e2dfa8;
}
/* style the third level hover */
.menu ul ul ul a:hover {
background:#b2ab9b;
}
.menu ul ul ul :hover > a {
background:#b2ab9b;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:31px;
left:0;
width:150px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:30px;
t\op:31px;
}

/* position the third level flyout menu */
.menu ul ul ul{
left:100px; 
top:0;
width:100px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-100px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* make the second level visible when hover on first level list OR link */
.menu ul a:hover ul{
visibility:visible; 
}
.menu ul li:hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}

/* smaller down arrow */
.nabla {
font-size:12px;
}

#Container {
	font-family:Arial, Helvetica, sans-serif;
	padding-top:3px;
	color:#014fff;
	font-size:large;
	font-weight:bold;
	text-align:center;
	vertical-align:top;
}

#StaffPicture{
	vertical-align:top;
	padding-top:3px;
	padding-bottom:3px;
}

#LeftColumn {
	vertical-align:top;
	font-family:Arial, Helvetica, sans-serif;
	color:#014fff;
	width:300px;
}

#News {
	vertical-align:top;
	font-size:small;
	color:#014FFF;
	text-align:left;
	font-weight:normal;
}

.News {
    border-width: 1px 1px 1px 1px;
    border-spacing: 0;
    border-collapse: collapse;
}

.News td {
    margin: 0;
    padding: 4px;
    border-width: 1px 1px 1px 1px;
    border-color: #014fff;
    border-style: solid;
}

.NewsHighlight {
	vertical-align:top;
	font-size:small;
	color:red;
	text-align:left;
	font-weight:normal;
}

#OldNews {
	padding-top:5px;
	font-size:small;
	color:#014FFF;
	text-align:left;
	border-top:thin #014FFF dashed;
	font-weight:normal;
}


#ClassList {
	padding:1px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	color:#014fff;
	font-size:small;
}

#CenterColumn {
	margin-left:10px;
	margin-right:10px;
	font-size:medium;
	text-align:justify;
	vertical-align:top;
	font-family:Arial, Helvetica, sans-serif;
	color:#014fff;
	width:300px;
}

#MissionStatement {
	text-align:justify;
	padding-bottom:3px;
	font-family:Arial, Helvetica, sans-serif;
	color:#014fff;
	font-size:medium;
	vertical-align:top;
}

#RightColumn {
	padding-left:0px;
	padding-right:0px;
	padding-top:3px;
	padding-bottom:5px;
	font-size:medium;
	font-weight:bold;
	text-align:center;
	vertical-align:top;
	color:#014fff;

}

#SuperBooster {
	text-align:center;
	padding-top:3px;
	vertical-align:bottom;
}

.Table tr
{
    margin: 0;
    padding: 4px;
    border-width: 1px 1px 1px 1px;
    border-color: #014fff;
    border-style: solid;
    font-size:small;
}

#footer {
	border-top:thick #014FFF outset;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	color:#014FFF;
	margin:1px;
	padding-top:5px;
	line-height:normal;
	width:950px;

}

#footer ul {
	text-align:center;
	list-style-image:url('images/WaterDropBullet.png');
}
#footer li{
	display:inline;
	padding:2px 2px 1px 2px
}

#footer a{
	color:#014FFF;
}

#footer a:hover{
	color:red;
}

.PrivateButtonHide {
	visibility:hidden
}

.PrivateButtonVisible {
	visibility:visible
}