@charset "UTF-8";

html, body {
	background: url("images/bkg.gif") repeat-x top left #072d5f;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
}

body {
	font: 100% Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000000;
	behavior: url("csshover3.htc");	
}

#wrapper {
	width: 890px;
	background: #ffffff;
	margin: 10px auto 0 auto;
}

#header {
	margin: 0;
	padding: 0;
	background: url(images/headerBkg.gif) top left no-repeat #ffffff;
	height: 87px;
	text-align: left;	
}

#logo {
	margin: 0 0 0 30px;
}

#login {
	top: 0;
	right: 0;
	width: 110px;
	height: 22px;
	color: #ffffff;
	float: right;
	margin: 0;
	padding: 0;
	background-color: #199cce;
	font-size: 10px;
	background: url(images/loginBkg.gif) bottom left no-repeat #199cce;
	text-align: center;
}

#login a {
	text-decoration: none;
	color: #ffffff;
	display: block;
	margin-top: 5px;
}

#login a:hover {
	padding-bottom: 2px;
	text-decoration: underline;
}


/*nav*/

/*mainNav*/

#navContainer {
	margin: 0;
	padding: 0;
	height: 22px;
	background-color: #164686;
	font-size: 10px;
	color: #ffffff;
	text-align: left;
	text-transform: uppercase;
}

#nav {	
	margin: 0;
	padding: 0;
	height: 22px;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 22px;
	float: right;
	width: auto;
}

#nav ul li {
	margin:0;
	padding:0;
	position:relative;
	float:left;
    display:block;
	height: 22px;
	width: auto;
}

#nav ul li a {
	color: #ffffff;
	text-decoration: none;
	margin: 5px 5px 0 5px;
	display: block;
}

#nav ul li a:hover {
	background-color: #1b88c1;
}

#nav ul li:hover {
	background-color: #1b88c1;
	height: 100%;
}


/*subNav*/

#nav ul ul {
margin: 0;
padding: 0;
}

#nav ul ul li {
	width: 150px;
	height: 22px;
	margin: 0;
	padding: 0;
	float: none;
	display: block;
}


#nav ul li ul a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding: 5px 0 0 5px;
	margin: 0;
	width: 100%;
	height: 22px;
	background: #1b88c1;
	text-transform: capitalize;
}

#nav ul li ul a.moreNav, #nav ul li ul a:hover.moreNav, #nav ul li ul a.over.moreNav {
	background-image: url(images/more-nav-arrow.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

#nav ul li ul a:hover, #nav ul li ul a.over {
	color: #ffffff;
	text-decoration: none;
	background: #199cce;
	padding: 5px 0 0 5px;
	margin: 0;
	height: 22px;
	width: 100%;
}



/*subSubNav*/

#nav ul ul ul {
margin: 0;
padding: 0;
}

#nav ul ul ul li {
	width: 120px;
	height: 22px;
	margin: 0;
	padding: 0;
	float: none;
	display: block;
	overflow: hidden;
}


#nav ul ul ul a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding: 5px 0 0 5px;
	margin: 0;
	width: 100%;
	height: 22px;
	background: #1b88c1;
	text-transform: capitalize;
	border-left: 1px solid #164686;
}

#nav ul ul ul a:hover, #nav ul ul ul a.over {
	color: #ffffff;
	text-decoration: none;
	background: #199cce;
	padding: 5px 0 0 5px;
	margin: 0;
	height: 22px;
	width: 100%;
	border-left: 1px solid #164686;
}

/* Hide popup until hover */

#nav ul li ul {
	list-style: none;
	position: absolute;
	left: 0;
	top: 22px;
	display: none;
	width: auto;
}

#nav ul li:hover ul, #nav ul li.over {
	display: block;
}

#nav ul li ul li ul {
	list-style: none;
	position: absolute;
	left: -9999px;
	top: 0;
	width: auto;
	display: none;
}

#nav ul li:hover ul li:hover ul, #nav ul li.over ul li.over ul {
	display: block;
	left: 155px;
}



/* The below lines format the text of the pop-up menus */

/* fixes for IE/win */
* html #nav a { cursor:hand; }


/* endnav */


#flash {
	width: 890px;
	height: 250px;
	margin: 0;
	padding: 0;
}

#rotator {
	float: right;
	margin: 10px;
	text-align: right;
	font-size: 12px;
	color: #666666;
}

#rotator img {
	margin-bottom: 1px;
}

#rotator a {
color: #666666;
text-decoration: none;
border-bottom: 1px dotted #333333;
padding-bottom: 2px;
}

#rotator h1 {
color:  Gray;
font-size: 20px;
}

#tagline {
	margin: 20px 0 0 0;
	padding: 5px 10px 5px 0;
	background-color: #2258a2;
	width: 350px;
	text-align: right;
	float: left;
	display: inline;
}

#mainContent {
	width: 400px;
	font-size: 12px;
	color: #222222;
	text-align: left;
	margin: 70px 0 30px 30px;
	line-height: 18px;
}

#mainContent h1 {
color: #199cce;
font-size: 14px;
text-transform: capitalize;
}


#mainContent a {
	color: #2258a2;
}

#mainContent a:hover {
	color: #253c51;
}

#subContent {
	width: 550px;
	font-size: 12px;
	color: #222222;
	text-align: left;
	margin: 70px 0 30px 30px;
	line-height: 18px;
}

#subContent a {
	color: #2258a2;
}

#subContent a:hover {
	color: #253c51;
}

#subContent h1 {
color: #199cce;
font-size: 14px;
text-transform: uppercase;
margin:0;
padding: 0;
}

#subContent h2 {
color: #666666;
font-size: 12px;
margin: 5px 0 10px 0;
padding: 0;
}

#subContent h3 {
color: #199cce;
font-size: 16px;
margin: 40px 0 15px 0;
}

#midContent {
	width: 400px;
	font-size: 12px;
	color: #222222;
	text-align: left;
	margin:  5px 0px 0px 5px;
	line-height: 18px;
}

#midContent h1 {
color: #199cce;
font-size: 14px;
text-transform: uppercase;
margin:0;
padding: 0;
}

#midContent a:hover {
	color: #253c51;
}

#underContent {
	width: 550px;
	font-size: 12px;
	color: #222222;
	text-align: left;
	margin: 25px 0 30px 30px;
	line-height: 18px;
}

#underContent a {
	color: #2258a2;
}

#underContent a:hover {
	color: #253c51;
}

#underContent h1 {
color: #199cce;
font-size: 14px;
text-transform: uppercase;
margin:0;
padding: 0;
}

#underContent h2 {
color: #666666;
font-size: 12px;
margin: 5px 0 10px 0;
padding: 0;
}

#underContent h3 {
color: #199cce;
font-size: 16px;
margin: 40px 0 15px 0;
}

h4 {
color: #000000;
margin: 0;
padding: 0;
}

ul {
margin: 0 0 0 15px;
padding: 5px 0 20px 10px;
}

#footer {
	background-color: #0c3369;
	color: #9d9da6;
	font-size: 10px;
	padding: 30px 0 30px 0;
	width: 100%;
}

#footer a {
	color: #9d9da6;
	text-decoration: none;
}

#footer a:hover {
	color: #9d9da6;
	padding-bottom: 3px;
	border-bottom: 1px #9d9da6 dotted;
}




.bio {
margin: 0 0 20px 0;
border-bottom: 1px dotted #0c3369;
}

.lifecycle {
	font-size: 12px;
	padding: 20px;
	margin: 0;
	color: #444444;
	background-color: #CCCCCC;
	background-image: url(images/arrowBox.gif);
	background-position: top left;
	background-repeat: repeat-x;
}


.lifecycle ul {
	list-style: url(images/bullet.gif);
	margin-bottom: 0;
}

	
.lifecycle li {
	margin-top: 5px;
}	

.companies th {
font-style: italic;
color: #666666;
}

.companies ul {
margin: 0;
padding: 0;
}

.companies li {
list-style: none;
padding: 0 0 10px 0;
margin: 0;
}

.seo {
margin: 10px 10px 0 10px;
color: #3F6789;
text-transform: capitalize;
font-size: 9px;
}

.certification {
width: 30%;
border: 1px solid #999999;
margin: 15px 0 15px 0;
height: 200px;
}

.certification h5 {
margin: 0 0 10px 0;
padding: 10px;
background-color: #999999;
color: #333333;
font-size: 14px;
}

.certification p {
padding: 0 10px 10px 10px;
margin: 0;
}

.certification ul {
padding: 0 10px 10px 10px;
margin: 0;
}


#boldServices ul li a:hover {
font-size: 14px;
color: #000000;
font-weight: bold;
}
