﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", sans-serif;
	background-repeat: no-repeat;
	background-color: #99D4FE;
	margin-bottom: 15px;
}
#container {
	background-color: #040A4F;
	margin-top: 15px;
}
#masthead {
	text-align: Left;
	background-image: url('../images/header2.png');
	background-repeat: no-repeat;
	width: 100%;
	height: 135px;
	z-index: 0;
}
#navigation {
	height: 100%;
	margin-left: 10px;
}
#column_l {
	padding: 15px;
	background-color: #fff;
	width: 550px;
	margin-left: 10px;
	background-repeat: no-repeat;url('../images/footer2.png');
}
#column_l_top {
	width: 580px;
	margin-left: 10px;
	margin-top: 10px;
	background-repeat: no-repeat;
	padding-top: 25px;
	background-image: url('../images/box_top .png');
}
#column_l_bottom {
	background-position: 0px;
	width: 580px;
	margin-left: 10px;
	background-repeat: no-repeat;
	background-image: url('../images/box_bottom.png');
	padding-top: 25px;
}
#column_l li {
	margin-left: 10px;
}
#content {
	background-color: #fff;
}
#column_r {
	width: 260px;
	margin-right: 10px;
	margin-top: 10px;
	color: #FFFFFF;
	padding-top: 15px;
	padding-bottom: 15px;
}
#column_r_top {
	padding-top: 25px;
	background-image: url('../images/right_box_top.png');
	background-repeat: no-repeat;
}
#column_r_bottom {
	background-image: url('../images/right_box_bottom.png');
	background-repeat: no-repeat;
	padding-top: 25px;
}
#column_r img {
	border: 1px solid #040A4F;
}
#column_r p {
	margin: 10px 0px 0px 0px;
	color: #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
	font-family: "Trebuchet MS", sans-serif;
	font-size: small;
}
#column_r h3 {
	padding: 0px 5px 0px 5px;
	margin: 0px 0px 10px 0px;
	color: #99D4FE;
}
#column_r h4 {
	padding: 10px 5px 0px 5px;
	margin: 0px;
	color: #99D4FE;
}
#column_r_content {
	border-color: #99D4FE;
	border-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	padding-bottom: 5px;
	margin-top: 0px;
}
#column_r a {
	color: #FFFFFF;
}
#column_r a:hover {
	color: #FF0000;
	text-decoration: underline;
}
#footer {
	background-position: 100%;
	text-align: center;
	padding-bottom: 0px;
	background-image: url('../images/footer2.png');
	background-repeat: no-repeat;
}
#footer a {
	color: #99D4FE;
}
#footer a:hover {
	color: #DAEFFD;
}
/* Masthead */
#masthead h1 {
	color: #000;
	margin-bottom: 0;
}
#masthead h3 {
	color: #9a9;
	margin-top: 0.5em;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #99D4FE;
	display: block;
	padding: 5px;
	background-color: #040A4F;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #040A4F;
	background-color: #99D4FE;
}

/* Right Column */
/* Site typography */
h1 {
	font-size: xx-large;
	color: #040A4F;
}
h2 {
	font-size: x-large;
	color: #040A4F;
}
h3 {
	font-size: large;
	color: #040A4F;
}
h4 {
	font-size: medium;
	color: #040A4F;
}
ul {
	font-size: small;
	color: #000;
	margin-left: 20px;
}

p {
	font-size: small;
	color: #000;
}
h5 {
	font-size: x-small;
	color: #c77;
}
h6 {
	font-size: xx-small;
	color: #c77;
}
/* Footer */
#footer p {
	font-size: x-small;
	color: #99D4FE;
}
/* Links */
a {
	color: #040A4F;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style1 {
	margin-bottom: 8px;
}
.style2 {
	text-align: center;
}

/* remove the bullets, padding and margins from the lists */
.menu ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
float:left;
position:relative;
z-index:100;
}

/* use the table to position the dropdown list */
.menu table{
position:absolute;
border-collapse:collapse;
z-index:80;
left:-1px;
top:25px;
}

/* style all the links */
a :visited {
	background-position: right;
	margin: 0px 1px 0px 0px;
	display: block;
	padding: 10px 5px 4px 7px;
	color: #99D4FE;
	text-decoration: none;
	text-align: center;
	font-size: small;
	font-weight: bold;
	height: auto;
	background-repeat: no-repeat;
	background-color: #040A4F;
}


.menu a {
	background-position: right;
	margin: 0px 1px 0px 0px;
	display: block;
	padding: 10px 5px 4px 7px;
	color: #99D4FE;
	text-decoration: none;
	text-align: center;
	font-size: small;
	font-weight: bold;
	height: auto;
	background-repeat: no-repeat;
	background-color: #040A4F;
}


/* style the links hover */
.menu :hover{
	background-position: right;
	color: #040A4F;
	font-size: small;
	font-weight: bold;
	text-align: center;
	vertical-align: bottom;
	background-repeat: no-repeat;
	background-color: #99D4FE;
}

/* hide the sub level links */
.menu ul ul {
	visibility: hidden;
	position: absolute;
	height: 0;
	width: 100px;
	text-align: center;
}

/* make the sub level visible on hover list or link */
.menu ul ul a {
	background-color: #99D4FE;
	background-image: none;
	color: #040A4F;
	width: 100px;
	text-align: left;
}
.menu ul ul a:hover {
	background-image: none;
	background-color: #040A4F;
	color: #99D4FE;
	text-align: left;
}
.menu ul a:hover ul{
visibility:visible;
}
.menu ul li:hover ul{
visibility:visible;
}
