/* CSS Document */

body {
	margin:0;
	border:1px solid #fff;
	font-family:Arial, tahoma, verdana, sans-serif;
	font-size:0.9em;
	color:#555;
}
h1 {color:#ec7a00; padding:0; padding-top:25px; margin:0; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-weight:normal; font-size:26px;}
h1 span { color:#444444;}
p{
	font-size:0.85em;
	text-align:justify;
	line-height: 18px;
	margin-top:0;
	margin-bottom:20px;
}

.normal_text{
	font-size:0.85em;
	line-height: 17px;
	text-align: justify;
}

ul.padding{
	margin-bottom:5px;
	margin-top:5px;
}

.team_member{
	font-weight:bold;
	color:#d35500;
	font-size:1.1em;
}

.bold_text{
	font-weight:bold;
	color:#333;
}

.inset{
	margin:5px 0px 0px 20px;
	border:1px solid #DFD3C3;
}

.insetIn{
	padding:10px;
	border:3px solid #fff;
	background-color:#f7f4f0;
}

.insetIn a {
	text-decoration:underline;
	color:#000;
}

.heading{
	font-weight:bold;
	color:#555;
	font-size:1.2em;
	text-transform:uppercase;
}

a {
	text-decoration:underline;
	color:#f36100;
}

a:hover {
	text-decoration:none;
	color:#000;
}

.data_grid{
	border:1px solid #e1e1e1;
	font-size:.8em;
}

th{
	background:#555555 url(../images/grid_header.gif) repeat-x left top;
	line-height:25px;
	color:#f1f1f1;
	padding:2px 3px;
	border-bottom:1px solid #333;
}

.even{
	background:#e9e9e9;
	padding:4px;
}

.odd{
	background:#efefef;
	padding:4px;
}

hr{
	margin:0px;
	padding:0px;
	border-bottom:1px solid #999;
}
.focus { background:url(../images/focus_topbg.png) no-repeat left top; padding-left:35px;}
.focus-bottom { background:url(../images/focus_botbg.png) no-repeat left top; height:40px;}
.focus-body { background:url(../images/focus_bodybg.png) repeat-y left top; padding:0 42px 0 38px;}

/*  ###  Top Navigation  ###  */
/* style the outer div to give it width */
.menu {
	font-size:0.85em;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}

/* style the sub-level lists */
.menu ul ul {
	width:334px;
}

/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu ul li {
	float:left;
}

/* style the sub level list items */
.menu ul ul li {
	display:block;
	position:relative;
}

/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	text-decoration:none;
	color:#000;
	padding:0;
}

/* style the sub level links */
.menu ul ul a, .menu ul ul a:link, .menu ul ul a:visited, .menu ul ul a:hover {
	display:block;
	background:#f1f1f1;
	color:#000;
	padding:4px;
	border:1px solid #bbb;
	width:324px; 
	border-top:0px;
	vertical-align:baseline
}
.menu ul table ul a, .menu ul table ul a:visited  {
	width:324px;
}

.bordertop {
	border-top:1px solid #bbb;
	margin-top:1px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {
	position:absolute; 
	left:0; 
	top:0; 
	font-size:1em; 
	z-index:-100;
}/*
.menu ul ul table {
	lef\t:-10px;
}
.menu ul ul table ul.left {
	margin-lef\t:20px;
}*/

.menu li:hover {
	position:relative;
}
* html .menu a:hover {position:relative;}

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#f1f1f1;}
/* style the fourth level background */
.menu ul ul ul ul a, .menu ul ul ul ul a:visited {background:#f1f1f1;}
/* style the sub level 1 background */
.menu ul :hover a.sub1 {background:#f1f1f1;}
/* style the sub level 2 background */
.menu ul :hover a.sub1:hover {background:#fbdb94;}

/* style the level hovers */
/* first */
.menu :hover > a {color:#000;background:#fbdb94;}
/* second */
.menu ul ul a:hover{color:#000;background:#fbdb94;}
.menu ul ul :hover > a {color:#000;background:#fbdb94;}
/* third */
.menu ul ul ul a:hover {background:#fbdb94;}
.menu ul ul ul :hover > a {background:#fbdb94;}
/* fourth */
.menu ul ul ul ul a:hover {background:#fbdb94;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	top:26px;
	left:0;
}

/* position the third level flyout menu */
.menu ul ul ul{
	left:332px;
	top:-1px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
	left:-14em;
}


/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul {visibility:visible;padding:0;}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{visibility:visible;}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul {visibility:visible;}

.arrow{
	padding-left:220px;
}

.arrowdevelopment{
	padding-left:202px;
}
/*  ###  Left Navigation  ###  */
.leftNav{
	padding:0px;
	border-top:0px solid #fff;
	background-color:#f7f4f0;
	background-image:url(../images/bg_leftNav.gif);
	background-position:top;
	background-repeat:no-repeat;
	background-repeat: repeat-x;
	vertical-align:top;
}

.leftNavMenu{
	font-size:0.9em;
	padding: 15px 0px 3px 0px;
}

.dot_leftMenu{
	background-image:url(../images/dot_leftMenu.gif);
	background-repeat:repeat-x;
	height:1px;
	padding:0px;
}

.leftNavSubMenu{
	font-size:0.8em;
	padding: 5px 0px 2px 5px;
	color:#000;
}

.leftNavSubMenu a{
	color:#000;
}

.dot_leftSubMenu{
	background-image:url(../images/dot_leftSubMenu.gif);
	background-repeat:repeat-x;
	height:1px;
	padding: 0px;
}

.leftNavSubMenuLink{
	font-size:0.75em;
	padding: 5px 0px 0px 5px;

}

.selectedNav{
	font-weight:bold;
	font-size:0.94em;
	padding: 15px 0px 3px 0px;
}

.selectedSubMenuNav{
	font-size:0.8em;
	background-color:#eaeaea;
	padding: 4px 0px 3px 5px;
}

.leftNavSeparator{
	background-color:#dfd3c3;
	background-image:url(../images/separator_leftNav.gif);
	background-position:top;
	background-repeat:no-repeat;
	background-repeat:repeat-x;
	vertical-align:top;
	width:1px;
}

/*  ###  Bottom Navigation  ###  */
.bottomNav{
	color:#b2b2b2;
	font-size:0.7em;
	text-align:center;
	border-top: 1px solid #ede7df;
	line-height:16px;
}

.bottomNav a{
	color:#b2b2b2;
}

.bottomNav a:hover{
	color:#000;
}

/*  ###  Footer  ###  */
.footer{
	background-color:#999;
	color:#fff;
	font-size:0.77em;
	text-align:center;
	line-height:20px;
}
