﻿@import url("layout.css");
body {
	font-family: Myriad Pro, Arial, sans-serif;
	font-size: medium;
	color: #000;
}
#container1 {
	width: 100%;
	height: 100%;
	background-color: #ffffff;
}
#container {
	width: 955px;
	height: 100%;
	background-color: #ffffff;
}

#masthead1 {
	width: 100%;
	overflow: auto;
	text-align: left;
	background-color: #4890e4;
}
#masthead {
	width: 955px;
	overflow: auto;
	text-align: left;
	background-color: #4890e4;
}

#mastheadlogo {
	width: 100%;
	overflow: auto;
	text-align: left;
	background-color: #ffffff;
}

#page_content {
	position: relative;
}
#sidebar {
	position: relative;
	float: left;
	width: 140px;
	background-color: #F5F5F5;
}
#menubar {
	position: relative;
	float: left;
	width: 120px;
	background-color: #F5F5F5;
}
#belowSideBar{
	font: normal normal small Myriad Pro, Ariel, serif;
	position: relative;
	float: left;
	width: 140px;
	background-color: #ffffff;
	top: 80px;
}
/* a <p> box left, under the menu*/
#leftinfobox{
   font: Myriad Pro, Ariel, serif;
	position: absolute;
	width: 152px;
	left: 5px;
	top: 160px;
	background-color: #ffffff;
}
#leftinfobox p{
	font: normal normal 90% 	 "Myriad Pro", Ariel;
	text-decoration: none;
	color: #393939;
	padding: 5%;
	top: 120px;
}

#belowsidebar p {
	font: normal normal small "Myriad Pro", Ariel;
	text-decoration: none;
	color: #393939;
	padding: 5%;
	top: 120px;
}

#content1 {
	margin-left: 160px;
	padding: 10px;
	background-color: #fff;
}
#content {
	width: 800px;
	margin-left: 160px;
	padding: 10px;
	background-color: #fff;
}

#footer {
	clear: both;
	width: 99%;
	overflow: hidden;
	padding-top: 1%;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 1%;
	background-color: #cdf;
}
#masthead img {
	float: left;
}
#masthead p {
	font-size: x-large;
	margin: 0;
	margin-right: 1%;
	padding-top: 1px;
	padding-right: 20px;
	font-style: italic;
	color: #0054A6;
}
#masthead2 {
	width: 955px;
	background-color: #0054a6;
	height:4px
}
h1,h2,h3,h4,h5,h6 {
	font-family: "Myriad Pro", Arial;
}

/*bullet list style with small blue triangle as dot*/
.bluebulletlist {
	line-height: 150%;
    width: 600px;
	list-style-type: square;
	list-style-image: url('arrow-right.gif');
}
/*1.5 spacing of lines*/
.space150 {
	line-height: 150%;
}

/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
	border: 1px solid #ccddff;
}
#sidebar a {
	font-weight: bold;
	font: normal normal bold xx-small "Myriad Pro", Ariel;
	text-decoration: none;
	color: #393939;
	padding: 5%;
	display: block;
	border-bottom: 1px solid #f5f5f5;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #393939;
	border-bottom: 1px solid #f5f5f5;
	background-color: #dc9;
}
/* Styles for Footer */
#footer {
	width: 955px;

}
#footer p {
	font-size: x-small;
}
#footer a {
	color: #393939;
	text-decoration: underline;
}
#footer a:hover {
	color: #393939;
	text-decoration: none;
}
a {
	color: #393939;
	text-decoration: underline;
}
a:hover {
	color: #78a;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

/* menu style see http://www.alistapart.com/articles/horizdropdowns/
and http://css.maxdesign.com.au/listamatic/ */

ul#primary-nav,
ul#primary-nav ul {
	width: 120px;
	margin: 0;
	padding: 0;
	background: #ffffff; /* IE6 Bug */
	font-size: 100%;

	}

ul#primary-nav {
	top:5px;
	left:5px;
	float: right;
	width: 120px;
	height: 120px;
	z-index: 999999;
	position: absolute;
	}

ul#primary-nav:after {
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	}

ul#primary-nav li {
	position: relative;
	list-style: none;
	width: 120px; /* Width of Menu Items */
	}

ul#primary-nav li a,
ul#primary-nav li li a {
	display: block;
	text-decoration: none;
	color: #777;
	padding: 5px;
	padding-left:8px;
	}

	/* Fix IE. Hide from IE Mac \*/
	* html ul#primary-nav li {  height: 1%; }
	* html ul#primary-nav li a { height: 1%; }
	/* End */

	ul#primary-nav ul {
		position: absolute;
		display: none;
		}

ul#primary-nav ul ul {
	left: 41px;
	top: 0;
	}

ul#primary-nav li ul li a { padding: 2px 5px; } /* Sub Menu Styles */

ul#primary-nav li:hover ul ul,
ul#primary-nav li:hover ul ul ul,
ul#primary-nav li.over ul ul,
ul#primary-nav li.over ul ul ul { display: none; } /* Hide sub-menus initially */

ul#primary-nav li:hover ul,
ul#primary-nav li li:hover ul,
ul#primary-nav li li li:hover ul,
ul#primary-nav li.over ul,
ul#primary-nav li li.over ul,
ul#primary-nav li li li.over ul { display: block; /*submenu display*/
	position: absolute;
	left: 126px;
	top: 0;

	} /* The magic */

ul#primary-nav li.menuparent { 
	background: transparent url(arrow-down.gif) right center no-repeat; 
	}



ul#primary-nav li ul li a{
background:none;
height:18px;
padding:10px 0px 5px 15px;		/*size submenu*/
background: #ebebeb url("left2.gif") no-repeat left top;
border-bottom:1px solid #666666;
font-weight:bold;
margin-left:-6px;
}



ul#primary-nav li.menuparent2:hover,
ul#primary-nav li.menuparent:hover,
ul#primary-nav li.over { background-color: #f9f9f9 !important; }

ul#primary-nav li a:hover { color: #0054a6; }

ul#primary-nav li li.menuparent2 ul, ul#primary-nav li ul.menuparent2 li a{
	margin-left:7px;
}



ul#primary-nav a{
background:#ffffff url("right.gif") no-repeat right top;
}

ul#primary-nav li.menuparent {
	background:url("left.gif") no-repeat left top;
	margin:0;
  	padding:0 0 0 5px;
  font-weight:bold;
	}