/*/*/
/*** GLOBAL RESET *************************************************/

* {
	margin: 0;
	padding: 0;
}

/*** REDEFINED TAGS ****************************************************/


body {
	font-family: "Trebuchet MS", Arial, Helvetica, "Myriad Pro", Myriad, sans-serif;
	background-color: #FFFFFF;
}

p, blockquote, ul, ol, dl, tr, td, th, input {
	line-height: 1.4em;
	font-size: 12px;
	color: #555555;
}

p {
	margin: 1em 0 1em 0;
	padding: 0;
}

blockquote {
	margin: 1em 3em 1em 3em;
	padding: 0;
}

ul, ol {
	margin: 0 0 0 3em;
	padding: 0;
}

ol {
	list-style-type: decimal;
}

ol ol {
	list-style-type: lower-alpha;
}

ol ol ol {
	list-style-type: lower-roman;
}

h1 {
	font-size: 24px;
	line-height: 1em;
	color: #024873;
	background-color: transparent;
	margin: 0 0 1em 0;
	padding: 0px;
}

h2, h3, h4, h5, h6 {
	line-height: 1em;
	margin: 1em 0;
	padding: 0;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 14px;
	color: #333333;
}

h4 {
	font-size: 12px;
	color: #333333;
}

h5 {
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}

h6 {
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	color: #333333;
}

a:link {	text-decoration: none; color: blue; }
a:visited {	color: purple; }
a:hover,
a:active {	text-decoration: underline; color: red; }

a img {
	border: none;
}

.heading {
	font-size: 120%;
	font-weight: bold;
	line-height:normal;
}

/* .date {
	background-color: #CCCCCC;
	font-weight: bold;
	padding-left: 3px;
} */

/*** HEADER ****************************************************/

#cse-search-box {
	background-color: #024873;
	margin: 0;
	padding: 5px;
	text-align: right;
	color: white;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

#cse-search-box a:link {
	color: white;
	text-decoration: none;
}

#cse-search-box a:visited {
	color: white;
	text-decoration: none;
}

#cse-search-box a:hover {
	color: #F60;
	text-decoration: none;
}

#cse-search-box a:active {
	color: #F60;
	text-decoration: none;
}

#cse-search-box .input {
	margin: 0;
	padding: 0;
	background-color: #fff;
	height: 20px;
	font-weight: normal;
	border-width: 0px;
	vertical-align: top;
	width: 150px;
}

#cse-search-box .submit {
	margin: 0;
	padding: 0 5px;
	color: #FFFFFF;
	height: 20px;
	background-color: #B6D96E;
	font-size: 10px;
	font-weight: bold;
	border-width: 0px;
	vertical-align: top;
}


/*** SIDEBAR ****************************************************/

#sidebar {
	width: 180px;
	height: 100%;
	margin: 0;
	padding: 0 0 50px 0;
	float: left;
	background-color: #B6D96A;
	color: black;
	vertical-align: top;
}

#navigation {
	width: 100%;
}

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

#navigation a {
	font-size: 12px;
	line-height: 1.1em;
	display: block;
	border-bottom: 1px solid white;
	margin: 0;
	padding: 5px 15px;
	text-decoration: none;
	font-weight: bold;
}

#navigation a.arrow-black {
	background-image: url(../images/arrow-black.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#navigation a.arrow-white {
	background-image: url(../images/arrow-white.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#navigation li {
	position: relative;
}

#navigation li a:hover {
	background-color: #FF6600;   /* sets the navigation bar mouseover colour */
	color: white;                /* sets the navigation bar text mouseover colour */
}

#navigation ul ul {
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	border-left: 2px solid #666666;
	display: none;
}

#navigation ul li:hover ul {
	display: block;
}

#section1 li a {
	background-color: #F9E17E;   /* sets the button colour for section 1 */
	color: black;                /* sets the text colour for section 1 */
}

#section2 li a {
	background-color: #C8B565;   /* sets the button colour for section 2 */
	color: black;                /* sets the text colour for section 2 */
}

#section3 li a {
	background-color: #FFFFC9;   /* sets the button colour for section 3 */
	color: black;                /* sets the text colour for section 3 */
}


/*** BREADCRUMBS ****************************************************/

#breadcrumb {
	font-size: 11px;
	color: #999999;
	background-color: #FFFFFF;
	margin: 10px 10px 30px 195px;
	padding: 0;
}

#breadcrumb a {
	font-size: 11px;
	color: #999999;
	background-color: white;
	text-decoration: none;
}

#breadcrumb a:hover {
	font-size: 11px;
	color: #999999;
	background-color: white;
	text-decoration: underline;
}

#breadcrumb ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
} 

#breadcrumb ul li {
	margin-left: 0;
	padding-left: 2px;
	border: none;
	list-style: none;
	display: inline;
	color: #999999;
}

#breadcrumb ul li:before { /* Generates the custom separator */
	content: "\0020 \0020 \0020 \003e \0020";
}
	
#breadcrumb ul li.bc-first:before { /* Stops the seperator being applied to the first item of the breadcrumb */
	content: " ";
}

#breadcrumb ul li.bc-last { /* Highlights the last item in the breadcrumb*/
	font-weight: bold;
}


/*** MAIN COLUMN ****************************************************/

#main-column {
	color: #333333;/*	border: 1px solid black; */
	margin: 0 10px 0 195px;
	padding: 0;
}

#main-column li {
	margin: .5em 0;
}


/*** SIDEBAR 2 ****************************************************/

#sidebar2 {
	margin: 0 10px 10px 10px;
	padding: 10px;
	float: right;
	width: 170px;
	background-color: #F9F1CC;
	font-size: 11px;
	color: #333333;
}

#sidebar2 p {
	margin: 6px 0;
	padding: 0;
	line-height: 1;
}

/*** FOOTER ****************************************************/

#footer {
	background-color: #024873;
	margin: 15px 0 0 0;
	padding: 5px 5px 5px 195px;
	font-size: 9px;
	color: #FFFFFF;
	clear:both;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.image-float-left {
	float: left;
	margin: 0 10px 10px 0;
	padding: 0;
}

.image-float-right {
	float: right;
	margin: 0 0 10px 10px;
	padding: 0;
}

#faculty table {
	margin: 0;
	padding: 0;
	width: 100%;
}

#faculty td {
	margin: 0;
	padding: 10px 10px 10px 0;
	border-top: 1px dotted #B6D96E;
	border-collapse: collapse;
	vertical-align: top;
	font-size: 1em;
	min-height: 200px;
	min-width: 150px;
}

#faculty p {
	margin: 0;
	padding: 0;
}

#faculty .name {
	font-weight: bold;
	font-size: 1.3em;
}

/*** Schedule Table ******************************/

table.schedule { 
	border-bottom: 2px solid #205822;
	border-collapse: collapse;
	font-size: 0.8em;
}

table.schedule caption {
	margin: 0;
	padding: 5px 0 0 0;
	caption-side: bottom;
	font-size: 0.8em;
	font-style: italic;
}

table.schedule tr:hover {
	background-color: #FFCC99;
}

table.schedule th, 
table.schedule td {
	line-height: 1;
	margin: 0;
	padding: 5px 16px 5px 8px;
}

table.schedule th {
	margin: 0;
	text-weight: bold;
	text-align: left;
	color: #fff;
	background-color: #64906C;
	border-top: 2px solid #205822;
	border-bottom: 1px solid #205822;
	vertical-align: bottom;
	text-transform: uppercase;
}

table.schedule td {
	margin: 0;
	border-bottom: 1px dotted #cccccc;
	color: #333;
	line-height: 1;
	vertical-align: top;
}

table.schedule p {
	margin: 0;
	padding: 0;
}

table.schedule .date {
	font-weight: bold;
	white-space: nowrap;
}
table.schedule .speaker {
	white-space: nowrap;
}

table.schedule .holiday {
	background-color: #EFEED9;
	font-weight: bold;
}

table.schedule .title {
	font-style: italic;
}

table.schedule tfoot {
	font-style: italic;
	border-width: 0px;
}


.asterisk {
	color: #F00;
}

/*** Next-Prev Box ***************************************/

ul#next-prev {
   list-style-type: none;
   margin: 0;
   padding: .5em 0;
   border-top: 1px solid #c00;
}

ul#next-prev li a {
	display: block;
	color: #c00;
	background-color: #fff;
	padding: .2em;
	font-size: 0.9em;
	text-align: center;
	text-decoration: none;
}

ul#next-prev li a:hover {
   color: #fff;
   background-color: #c00;
}

ul#next-prev .nav-prev { float: left; }
ul#next-prev .nav-next { float: right; }

.lock {
	padding:  0px 20px 0px 0px;
	background: transparent url(http://www.trivox.com/LICH_med/images/lock_small.png) no-repeat center right;
}


/*** Image with caption box ***************************************/

.photocap {
	background-color: #eeeeee;
	padding: 5px;
}

.photocap img {
	border: 0px;
}

.caption {
	margin: 0;
	padding: 10px 0 0 0;
	font-size: 10px;
	font-style: italic;
	text-align: center;
}

#pgy-schedule td .date {
	font-size: 10px;
}


.brclear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}
