/* HEADER/LAYOUT STYLES */
body {
	background-color:#A4C5DB
}
.center {
	padding:15px;
}
.layout {
	font-family: Tahoma, Arial, Helvetica, San-serif;
	text-align: left;
	font-size:10px;
	line-height:16px;
	border: 1px solid #5E9FC5;
}
.nav_cell {
	border-top:1px solid white;
	border-bottom:1px solid white;
	text-align:center;
}

/* HOME CONTENT STYLES */
.home_table{
	font-family: Tahoma, Arial, Helvetica, San-serif;
	font-size:10px;
	line-height:16px;
	text-align:left;
}
.home_table a, .interior_table a{
	color: #5E9FC5;
	text-decoration:underline;
}
.home_table a:hover, .interior_table a:hover{
	color: #2B6387;
	text-decoration:none;
}
.home_table br{
line-height:10px;
}
.home_calendar, .rightcol {
	background-color: #F2F7FA;
}
.home_link{
padding-left:14px;
border-top:1px solid #C6DAE8;
border-bottom:1px solid #C6DAE8;
}
.home_link a{
color:#5E9FC5;
text-transform:uppercase;
text-decoration:none;
font-size:10px;
}
.home_link a:hover{
color: #2B6387;
text-decoration:none;
}
div.descrip a {
	color: #000;
	text-decoration:none;;
}
div.descrip a:hover {
	color: #000;
	text-decoration:underline;
}
.home_table div.title, .home_table div.title a{
	font-family: Georgia, Arial;
	font-size:11px;
	color: #5E9FC5;
	font-weight:bold;
	text-decoration:none;
}
.home_table div.title a:hover {
	text-decoration:underline;
}

/* GENERAL CONTENT STYLES */
hr {
border:1px solid #EAF2F7;
height:1px;
}
div.content {
	padding: 5px 14px 10px 14px;
}
.interior_table div.title, .interior_table div.title a{
	font-family: Georgia, Arial;
	font-size:11px;
	color: #2B6387;
	font-weight:bold;
	text-decoration:none;
}
.interior_table div.title a:hover {
	color: #5E9FC5;
	text-decoration:underline;
}
div.interior_title {
	font-family: Georgia, Arial;
	font-size:16px;
	color: #fff;
	font-weight:bold;
	background-color:#2B6387;
	padding:14px 12px;
	margin-bottom:5px;
}
.interior_table{
	border-top:1px solid white;
}
div.content ul{
padding:0;
margin-left:0;
margin-bottom:0;
margin-left:18px;
}
div.content li{
padding:0;
list-style-image:url(images/bullet_arrow.gif);
}
div.content li ul li {
list-style-image:none;
list-style-image:url(images/bullet_circle.gif);
}
div.infobox {
background-color:#F2F7FA;
padding:5px;
border: 1px solid #A4C5DB;
}
img.pic{
float:right;
margin-left:8px;
margin-bottom:8px;
border:1px solid #A4C5DB;
}
img.borders {
border:1px solid #A4C5DB;
}

/* PROGRAM TABLE STYLES */
.prog_img {
	padding-top:3px;
}

/* FOOTER STYLES */
.footer {
	background-color:#C6DAE8;
	font-family: Tahoma, Arial, Helvetica, San-serif;
	text-align: center;
	font-size:10px;
	color: #2B6387;
	padding:3px 0px 4px 0px;
	line-height:14px;
	border-top: 1px solid #5E9FC5;
}
.footer a {
	padding: 0px 5px 0px 5px;
	color: #5E9FC5;
}
.footer a:hover {
	color: #fff;
	text-decoration:none;
}

/* HORIZONTAL MENU STYLES */
.hmenu {
font-size:0.85em;
position:relative;
z-index:100;
padding-left:21px;
}
/* remove all the bullets, borders and padding from the default list styling */
.hmenu ul {
padding:0;
margin:0;
list-style-type:none;
}
.hmenu ul ul {
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.hmenu li {
float:left;
position:relative;
}

.hmenu ul ul li { /* jd: fix menus on firefox */
  clear: both ;
}

/* style the links for the top level */
.hmenu a, .hmenu a:visited {
display:block;
font-family:Arial, Helvetica, sans-serif;
text-transform: uppercase;
font-size:10px;
text-decoration:none;
color:#fff;
border-left:1px solid #fff;
background:#5E9FC5;
padding:5px 7px 4px 7px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .hmenu a, * html .hmenu a:visited {
}
/* style the second level background */
.hmenu ul ul a.drop, .hmenu ul ul a.drop:visited {
background:#C6DAE8 bottom right no-repeat;
}
/* style the second level hover */
.hmenu ul ul a.drop:hover{
background:#c9ba65 bottom right no-repeat;
}
.hmenu ul ul :hover > a.drop {
background:#c9ba65 bottom right no-repeat;
}
/* style the third level background */
.hmenu ul ul ul a, .hmenu ul ul ul a:visited {
background:#e2dfa8;
}
/* style the third level hover */
.hmenu ul ul ul a:hover {
background:#b2ab9b;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.hmenu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:25px;
border-top:1px solid white;
left:0;
b}
/* another hack for IE5.5 */
* html .hmenu ul ul {
top:25px;
t\op:25px;
}
/* position the third level flyout menu */
.hmenu ul ul ul{
left:140px;
top:0;
}
/* position the third level flyout menu for a left flyout */
.hmenu ul ul ul.left {
left:-140px;
}
/* style the table so that it takes no ppart in the layout - required for IE to work */
.hmenu table {position:absolute; top:0; left:0;}
/* style the second level links */
.hmenu ul ul a, .hmenu ul ul a:visited {
background:#2B6387;
color:#C6DAE8;
border-bottom:1px solid white;
border-right:1px solid white;
border-left:1px solid white;
text-align:left;
text-transform: none;
height:11px;
line-height:1em;
width:150px
/* yet another hack for IE5.5 */
}
* html .hmenu ul ul a{
}
/* style the top level hover */
.hmenu a:hover{
color:#2B6387;
background:#fff;
}
.hmenu :hover > a{
color:#2B6387;
background:#fff;
}
/* style the second level hover */
.hmenu ul ul a:hover{
color:#2B6387;
background:#C6DAE8;
}
.hmenu ul ul :hover > a {
color:#2B6387;
background:#C6DAE8;
}
/* make the second level visible when hover on first level list OR link */
.hmenu ul :hover ul{
visibility:visible;
}
/* keep the third level hidden when you hover on first level list OR link */
.hmenu ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.hmenu ul :hover ul :hover ul{
visibility:visible;
}



/* HORIZONTAL MENU STYLES */
.vmenu {
font-size:0.85em;
position:relative;
z-index:100;
}
/* remove all the bullets, borders and padding from the default list styling */
.vmenu ul {
padding:0;
margin:0;
list-style-type:none;
}
.vmenu ul ul {
margin-left:-16px; ma\rgin-left:0;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.vmenu li {
position:relative;
background:#5E9FC5;
}
/* style the links for the top level */
.vmenu a, .vmenu a:visited {
display:block;
font-family:Georgia;
font-size:11px;
font-weight:bold;
text-decoration:none;
color:#fff;
background:#5E9FC5;
padding:7px 0px 6px 0px;
text-indent:9px;
width:183px;
border:1px solid #fff;
border-width:0 0 1px 0;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .vmenu a, * html .vmenu a:visited {
background:#5E9FC5; width:183px; w\idth:183px;
}
/* style the second level background */
.vmenu ul ul a.drop, .vmenu ul ul a.drop:visited {
background:#C6DAE8 bottom right no-repeat;
}
/* style the second level hover */
.vmenu ul ul a.drop:hover{
background:#c9ba65 bottom right no-repeat;
}
.vmenu ul ul :hover > a.drop {
background:#c9ba65 bottom right no-repeat;
}
/* style the third level background */
.vmenu ul ul ul a, .vmenu ul ul ul a:visited {
background:#e2dfa8;
}
/* style the third level hover */
.vmenu ul ul ul a:hover {
background:#b2ab9b;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.vmenu ul ul {
visibility:hidden;
position:absolute;
top:0px;
border-top:1px solid white;
left:183px;
}
/* position the third level flyout menu */
.vmenu ul ul ul{
left:140px;
top:0;
}
/* position the third level flyout menu for a left flyout */
.vmenu ul ul ul.left {
left:-140px;
}
/* get rid of the table */
.vmenu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}
/* style the second level links */
.vmenu ul ul a, .vmenu ul ul a:visited {
background:#C6DAE8;
color:#2B6387;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
border-bottom:1px solid white;
border-right:1px solid white;
border-left:1px solid white;
text-align:left;
text-transform: none;
width:173px;
padding:2px 0px 2px 0px;
/* yet another hack for IE5.5 */
}
* html .vmenu ul ul a{
}
/* style the link hover */
* html .vmenu a:hover {
color:#2B6387; background:#fff;}
/* style the top level hover */
.vmenu a:hover{
color:#2B6387;
background:#fff;
}
.vmenu :hover > a{
color:#2B6387;
background:#fff;
}
/* style the second level hover */
.vmenu ul ul a:hover{
color:#C6DAE8;
background:#2B6387;
}
.vmenu ul ul :hover > a {
color:#C6DAE8;
background:#2B6387;
}
/* make the second level visible when hover on first level list OR link */
.vmenu ul li:hover ul,
.vmenu ul a:hover ul {
visibility:visible;
}

/* keep the third level hidden when you hover on first level list OR link */
.vmenu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.vmenu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.vmenu ul :hover ul :hover ul{
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.vmenu ul :hover ul :hover ul :hover ul {
visibility:visible;
}
