/* CSS Document */

* { margin: 0; padding: 0;}

body {
	background: #F6F6F6 url(../images/bg_inside.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
	color: #000;
	position: relative;
}

p {
	margin: 0 0 8px 0;
	line-height: 1.3em;
}

a {
	color: #153C7D;
	text-decoration: none;
}

a:hover {
	text-decoration: underline; 
}


/*********************** Nav *****************************/

#mainMenu {
	list-style: none;
	height: 60px;
	width: 975px;
	position:absolute;
	z-index: 10;
	top: 57px;
	left: 33px;
}

#mainMenu li {
	list-style: none;
	height: 60px;
	margin: 0;
	padding: 0;
	float:left;
}

#mainMenu li a {
	display: block;
	text-decoration: none;
	border: none;
}

#mainMenu li a span {
	display: none;
}

#mainMenu li a img {
	border: none;
	visibility: hidden;
}

/* main nav styles */

#mainMenu li ul {
	list-style: none;
	margin:0;
	padding:0;
	float:none;
}

#mainMenu li ul li{
	list-style: none;
	height:23px;
	line-height: 1.2em;
	float:none;
	display: block;
}

#mainMenu #noLink{
	color: #1F4886;
	display: block;
	background: #FFF url(../images/bg_dropdown.gif) repeat-x bottom;
	text-decoration: none;
	padding: 5px 12px 0px 10px;
	height: 18px;
	font-size: 11px;
}

#mainMenu li ul li A{
	color: #1F4886;
	display: block;
	background: #FFF url(../images/bg_dropdown.gif) repeat-x bottom;
	text-decoration: none;
	padding: 5px 12px 0px 10px;
	height:23px;
	font-size: 11px;
}

#mainMenu li ul li #subset A  {
	padding: 3px 12px 4px 25px;
}

#mainMenu li ul li A:hover{
	text-decoration: none;
	background: #91E720 url(../images/bg_dropdown_on.gif) repeat-x bottom;
	color: #FFF;
}


#navServices {
	background: url(../images/btn-techservices.gif) no-repeat;
}
#navServices:hover a#mmButton1, #navServices a.selected, #navServices a:hover {
	background: url(../images/btn-techservices-on.gif) no-repeat;
}
#navSolutions {
	background: url(../images/btn-business-solutions.gif) no-repeat;
}
#navSolutions:hover    a#mmButton5, #navSolutions    a.selected, #navSolutions    a:hover {
	background: url(../images/btn-business-solutions-on.gif) no-repeat;
}

#navThought {
	background: url(../images/btn-thought.gif) no-repeat;
}
#navThought:hover a#mmButton2, #navThought a.selected {
	background: url(../images/btn-thought-on.gif) no-repeat;
}

#navExperience {
	background: url(../images/btn-experience.gif) no-repeat;
}
#navExperience:hover a#mmButton3, #navExperience a.selected, #navExperience a:hover {
	background: url(../images/btn-experience-on.gif) no-repeat;
}

#navGetStarted {
	background: url(../images/btn-getStarted.gif) no-repeat;
}
#navGetStarted:hover a#mmButton4, #navGetStarted a.selected, #navGetStarted a:hover {
	background: url(../images/btn-getStarted-on.gif) no-repeat;
}



/*********************** Nav End *****************************/

#insidetopSubNav{
	position: relative;
	left: 530px;
	top: 33px;
	width: 400px;
	list-style: none;
	z-index:30;
}

#insidetopSubNav li {
	height: 20px;
	display: inline;
	margin: 0;
	padding: 0;
	float: left;
}

#insidetopSubNav li ul {
	list-style: none;
	margin:0;
	padding:0;
	float:none;
}

#insidetopSubNav li ul li{
	list-style: none;
	border-top: 1px solid #1F4886;
	line-height: 1em;
	float:none;
}

#insidetopSubNav li ul li A{
	color: #1F4886;
	display: block;
	background: #FFF url(../images/bg_dropdown.gif) repeat-x bottom;
	text-decoration: none;
	padding: 5px 12px 5px 15px;
	font-size: 11px;
}

#insidetopSubNav li ul li A:hover{
	text-decoration: none;
	background: #91E720 url(../images/bg_dropdown_on.gif) repeat-x bottom;
	color: #FFF;
}

#insidetopSubNav li a.selected {
	color: #000;	
}



#insidetopSubNav a{
	font-size: 11px;
	color: #4F83AF;
	font-weight: normal;
	margin: 0 0 0 24px;
	width: 100px;
	padding: 2px 0 2px 0;
}

#insidetopSubNav a:hover{
	color: #91E720;
	text-decoration: none;
}

#insidetopSubNav a.subSelected {
	color: #91E720;
	font-weight: bold;
}


#clr { clear:both; }

#footer {
	clear:both;
	color:#707070;
	margin: 0px Auto 15px Auto;
	font-size: 11px;
	font-weight: normal;
	width: 900px;
	position: relative;
	padding: 0 0 20px 0;
}

#footerLinks {
	color:#707070;
	float: left;
	width: 400px;
	
}

#footerLinks A:hover{
	text-decoration: underline;
		
}

#footer a { 
	color:#707070; 
	font-size: 11px; 
}

#copyright {
	float: right;
	margin: 0 0 0 0;
}

#RSS {
	text-align: right;
	padding: 1px 0 0 0;
}

#RSS a{
	background: url(../images/icon_rss.gif) no-repeat 0 3px;
	padding: 3px 0 3px 14px;
}
