
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 101%;
}



a:
{
color: #1a7fb5;

/*color: #990000;*/
text-decoration: none;}

a:hover {
color: #999999;
/*color: #5eac40; green */
text-decoration: none;
}



.text_10px {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #5e6466;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 10px;
	margin-right: 20px;
	margin-left: 31px;
	padding-bottom: 0px;
}

.text_10px a {
color: #1a7fb5;

/*color: #990000;*/
text-decoration: none;
}
.text_10px a:hover {
color: #999999;
/*color: #5eac40; green */
text-decoration: none;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #5e6466;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 10px;
	margin-right: 20px;
	margin-left: 31px;
	padding-bottom: 0px;
}
p a {
color: #1a7fb5;

/*color: #990000;*/
text-decoration: none;
}
p a:hover {
color: #999999;
/*color: #5eac40; green */
text-decoration: none;
}

.subtitle {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	line-height: 22px;
	color: #5e6466;
	margin-top: 16px;
	margin-right: 20px;

	/*text-transform: uppercase;*/
	
	
	
}





ul {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #5e6466;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-left: 31px;
	padding-bottom: 0px;
}

li
{ margin-right: 20px;
  margin-left: 15px; 
  margin-top: 0px;
  list-style-image:url(Images/bullet_grey_sq.gif);
  }

  
  
  
  
 ul a {
color: #1a7fb5;

/*color: #990000;*/
text-decoration: none;
}
ul a:hover {
color: #999999;
/*color: #5eac40; green */
text-decoration: none;
}


.clients
{
font-family: Gotham-Light, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #5e6466;
	margin-left: 31px;
	text-transform: uppercase;
	
	
}

.sub_menu

{padding: 0px;
	color: #ffffff;
	font-family: Gotham-Light, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	
	line-height: 18px;

text-decoration: none;
margin-left: 25px;}

.sub_menu a

{
	color: #ffffff;
text-decoration: none;}

.sub_menu a:hover {
color: #000;
text-decoration: none;}



/* ABOUT US MILESTONES YEAR */


.year1 
{color: #5d7581;
font-family: Verdana, Arial, Helvetica, sans-serif
;
font-size: 25px;
font-weight: bold;
}
.year2
{color: #999999;
font-family: Verdana, Arial, Helvetica, sans-serif
;
font-size: 25px;
font-weight: bold;
}

.caption {
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 12px;
	font-weight: normal;
	color: #ababaa;
}

.top {
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 11px;
	font-weight: normal;
	color: #999999;
}

.top a {
	
	text-decoration: none;
	color: #999999;
}
.top a:hover {
text-decoration: underline;
	color: #999999;
}


/* ABOUT US MILESTONES YEAR  ENDS */



/* ######### CSS for top level tabs ######### */

.contact_menu_class ul{
overflow: hidden;
width: auto;
margin: 0;
padding: 0;
list-style-type: none;
vertical-align: top;
height: 30px;
}

.contact_menu_class li{
float: left;
margin: 0;
padding: 0;
display: block;
}

.contact_menu_class a{
/*display: block;*/

text-decoration: none;


/* above original .tabsmenuclass */

}



/* ######### CSS for sub menu container below #########  tabsmenucontent */

.contacts_menu_content_class{
clear: left;
background: #ffffff;
width: 100%;
display: block;
height: 33px;

}

.contacts_menu_content_class ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.contacts_menu_content_class li{
float: left;
margin-right: 1em;
}


/* Menu Bar */



.legal {
	color: #999999;
	padding: 0px 0 7px 0;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	line-height: 14px;	
}








ul.MenuBarVertical
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	cursor: default;
	width: 185px;
	text-decoration: none;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are same fixed width as parent */
ul.MenuBarVertical li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: auto;
	text-decoration: none;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */








ul.MenuBarVertical ul
{
	margin: 0 0 0 172px;
	padding: 0;
	list-style-type: none;
	position: absolute;
	z-index: 1020;
	cursor: default;
	left: -1000em;
	top: 0;
	text-decoration: none;
	background-color: #ffffff;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarVertical ul.MenuBarSubmenuVisible
{
	left: 0;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarVertical ul li
{
	width: auto;
}




/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Outermost menu container has borders on all sides */
ul.MenuBarVertical
{
	border: 0px;
}
/* Submenu containers have borders on all sides */
ul.MenuBarVertical ul
{
	/*border-top: 1px solid #CCC;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;*/
	padding-left: 28px;
	padding-right: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	background-image: url(arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: auto;
	
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarVertical a
{
	display: block;
	cursor: pointer;
	padding: 0px;
	color: #66bc45;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	
}






/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
{
	
	color: #000;
}




/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible
{
	
	color: #000;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenu
{
		text-decoration: none;

}

/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenuHover
{
		text-decoration: none;
}










/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarVertical iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}










/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarVertical li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}

/* Menu Bar Ends */