@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

.parent {
width: 1000px;
margin-left: 5px;
margin-right: 5px;
}
/* start of top navigation blue buttons */

.topnav-tabs{
margin-left: 18px;
margin-top: 5px;
width: 98%;
background: #FFFFFF url("../images/logo.jpg") no-repeat top left;
min-height: 63px;
}


.topnav-tabs ul{
padding: 0;
padding-top: 35px; /*offset of tabs relative to browser top edge*/
padding-left: 155px;
font: bold 11px georgia;
list-style-type: none;
}

.topnav-tabs li{
display: inline;
margin: 10px;
}

.topnav-tabs li a{
float: left;
display: block;
text-decoration: none;
margin: 10;
padding: 7px 18px; /*padding inside each tab. top-right of the words. left-bottom replicate this*/
border-right: 8px solid white; /*right divider between tabs*/
color: white;
background: #4671D5; /*background of tabs (default state)*/
}

.topnav-tabs li a#highlight{
color: white;
background: #003366; /*background of highlighted tab indicating current page*/
}

.topnav-tabs li a:visited{
color: white;
}

.topnav-tabs li a:hover, .nav-tabs li.selected a{
background: #1240AB; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}

.a2z {
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 11px;
width: 160px;
float:right;
margin-right: 1px;
}

.a2z a:link, a:visited, a:active {
color:#000000;
text-decoration: none;
}

.a2z a:hover {
text-decoration: underline; color: #0066FF;
}

/* end of top navigation blue buttons */
/* ------------------------------------------ */

/* ------------------------------------------ */

#inner-wrapper {   
	width: 980px;  /* this is the width of the entire main content holder */
}  

#inner-wrapper2 {   
	width: 780px;  /* this is the width of the entire main content holder */
}  

.linebreak {    /*the blue line directly under the top navigation buttons*/
background:#6C8CD5;  /*its backgroudn colour*/
height: 4px;
width: 961px;  /*its width relative to its parent <div>*/
margin-top: 10px;
margin-bottom: 0px;
margin-left: 18px;
padding-bottom: 0px;
}

.breadcrumbs {
display: block;
background-color: #DBDBDB;
width: 951px; 
height: 10px;
margin-left: 18px;
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
color: #000000;
padding-left: 10px;
padding-top: 3px;
padding-bottom: 7px;
text-decoration:none;
}

.breadcrumbs a {
color: #000000;
text-decoration:none;
}

.breadcrumbs a:hover {
color:#000000;
text-decoration: underline;
}

.update {
margin-left: 400px;
}

.content-wrapper {
border-top:none;
border-right: 1px;
border-right-style: solid;
border-right-color: #CCCCCC;
padding: 8px 4px 0px 4px;
float:left;
width: 765px;
margin-left: 20px;
}

#content-wrapper-small {
margin-left: 18px;
border-top:none;
border-right: #CCCCCC thin solid 1px;
border-width: 1px;
padding: 6px 6px 0px 6px;
}

h1 {
font-family: "Trebuchet MS", Tahoma, Arial;
font-size:15px;
font-weight: bold;
padding-bottom: 7px;
}

.body-text {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
}

.body-text a {
text-decoration:none;
color:#0066FF;
}

.body-text li a {
text-decoration:none;
color:#0066FF;
}

.body-text a:hover {
text-decoration:underline;
color:#0066FF;
}

.body-text ul li {
display:inline;
list-style:inside square;
}

.arrow-symbols {
color:#FFFFFF;
vertical-align:top;
}
<!--  start of nav buttons styling -->

#image-position {
vertical-align: middle;
}

.nav-tabs {
margin-left: 32px;
width: 234px;
float:left;
}

.nav-tabs li {
font-size:13px;
font-family: Georgia, "Times New Roman", Times, serif;   /*the font face of the elements*/
height: 18px;  /*the height of each element*/
list-style: url(../images/little-arrow3.gif);
border-bottom: 2px;  /*the width of the above border, when applied to the bottom of each element - giving the gap between */
border-top: 2px;
padding-top: 6px; /*space between top of text and top of tab*/
padding-bottom: 2px;  /*space between bottom of text and bottom of tab*/
} 

.nav-tabs li a:link, a:visited, a:active {
color:#0033FF;
text-decoration:none;
} 

.nav-tabs li a:hover {
text-decoration: underline; 
color: #0033FF;
}

.nav-tabs li#title { 
font-size: 13px;
list-style-image: none;
text-decoration: none;
list-style: none;
height: 6px;
margin-bottom: 10px;
}

.nav-tabs li#gap {   /*blank li to separate most poplar (above) from ordinary links (below) */
padding-top: 1px;
padding-bottom: 1px;
list-style: none;
list-style-image: none;
}


/* --------------------------------------------------------------------------*/
/* start of side boxes */

.side-boxes {
width:178px;
float: right;
margin-top: 10px;
}

#table {
border: 1px;
border-style: solid;
border-color:#0066CC;
font-family:Georgia, "Times New Roman", Times, serif;
margin-bottom: 10px;
margin-left: 7px;
}

#table a:link, a:visited, a:active {
color:#0066FF;
text-decoration:none;
}

#table a:hover {
color:#0066FF;
text-decoration: underline; 
}

#table th {
background-color:#0066CC;
color:#FFFFFF;
font-size:11px;
}

#table td {
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
padding: 3px 3px 4px 3px;
}

#table td li {
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
list-style: inside disc;
}

.table-margins td {
border-left: 1px thin solid #CCCCCC;
padding-left: 8px;
}

/* --------------------------------------------------------------------------*/
/* end of side boxes */


.body-links a:link, a:visited, a:active {
color:#0066FF;
text-decoration:none;
}

.body-links a:hover {
color:#0066FF;
text-decoration: underline; 
}

.footer {
min-height: 13px;
height: 13px !important;
height: 13px;
background-color:#6C8CD5;
color:#FFFFFF;
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 10px;
padding-top: 4px; /*space between top of text and top of tab*/
padding-bottom: 4px;  /*space between bottom of text and bottom of tab*/
margin-right: 21px; 
margin-left: 25px;
float: right;
width: 961px;  /*its width relative to its parent <div>*/
}

.footer a {
text-decoration: none;
}

.footer a:hover {
text-decoration: underline;
color:#FFFFFF;
}

.first-column {
float:left;
width: 46%;
margin-left:32px;
margin-top: 5px;
margin-bottom: 5px;
}


.second-column {
float:right;
width: 46%;
margin-right: 27px;
margin-top: 5px;
margin-bottom: 5px;
}

.second-column li#blank-one {
visibility: hidden;
}

#linebreak2 {  /*the blue line separating sections*/
display: block;
background:#6C8CD5;  /*its background colour*/
height: 3px;  /*thickness of line*/
width: 94%;  /*its width relative to its parent <div>*/
margin-left: 18px;
}

.department-heading {
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 16px;
list-style:none;
text-decoration:none;
color:#000000;
margin-bottom: 6px;
}

.department-heading a {
color: #000;
text-decoration:none;
margin-bottom: 12px;
}

.department-heading a:hover {
text-decoration:underline;
color: #0066FF;
}

.department-item li {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
list-style: disc;
padding-bottom: 3px;
text-decoration: none;
}

.department-item a {
text-decoration: none; 
color: #0066FF;
}

.department-item a:hover {
text-decoration: underline; 
color: #0066FF;
}
