@charset "UTF-8";
/* --------------------------  
Version: 1.1
Modified Date: 4.01.08
------------------------------ */


/* -----------------------------
   STANDARD HTML TAG RESET   
-------------------------------- */

body,
h1, h2, h3,
p, ul, li,
form {
	border:0;
	margin:0px;
	padding:0px;
}

/* -----------------------------
   STANDARD HTML TAG DEFINITION
-------------------------------- */

body,
form, input {
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	background-image:url(../images/home_bg.jpg);
	background-repeat:repeat-x;
	background-color:#f2f2f2;
}
h1 {
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	color:#E11A00;
	font-weight:bold;
}
h2 {
	font-size:22px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-weight:bold;
	margin-bottom:6px;
}
h3 {
	font-size:14px;
}

p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color:#333333;
	line-height:1.5em;
	}

a:link {
	color: #d63123;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #d63123;
}
a:hover {
	text-decoration: underline;
	color:#333333;
}
a:active {
	text-decoration: none;
	color: #d63123;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

img {
    border: none;
}


/* --------------------------- 
   PAGE ELEMENTS 
------------------------------ */

.container {
	margin:0 auto;
	width: 957px;
	background-image:url(../images/home_body_bg.jpg);
	/*padding-bottom:20px;*/
}


.clear {
	clear:both;
}
#frame{
	position: relative;
	text-align: left;
	width: 979px;
	margin: 0 auto;
}
body{
	text-align: center;
}
	/* -----------------------------
	   LOGO & HEADER                        */
	
	.headercontainer {
		margin:0 auto;
		padding:0px;
		width: 949px;
		height:120px;
		position: relative;
	}
	
	/* -----------------------------
       HEADER 2 COLUMN - COLUMN LEFT (LOGO)       */
	
	#headerlogo_left {
		margin-right: 18px;
		margin-left:0px;
		margin-top:0px;
		margin-bottom:12px;
		width:250px;
		height:55px;
		border:none;
	}
	
	
				/* -----------------------------
				   HOMEPAGE MAIN NAVIGATION                  */
				
				.nav_container {
				margin:0px;
				width: 949px;
			}
				#navMenu{
				display: inline;
				margin: 0;
				padding: 0px;
				position: relative;
				z-index: 5;
			}
			#navMenu li{
				float: left;
				display: inline;
			}
			#navMenu li.first{
				float: left;
				display: inline;
				background: url("../images/nav_leftgray.jpg");
				width:9px;
				height:53px;
			}
			#navMenu li.last{
				float: left;
				display: inline;
				background: url("../images/nav_rightgray.jpg");
				width:9px;
				height:53px;
			}
			
			a.navBelieve, a.navBelieve_a{
				display:block;
				float:left;
				width:131px;
				height:53px;
				background: url("../images/believe_button.jpg");
			}
			a.navBelieve:hover, a.navBelieve_a{
			
				background: url("../images/believe_button.jpg") 0 158px;
			}
			a.navSolutions, a.navSolutions_a{
				display:block;
				float:left;
				width:134px;
				height:53px;
				background: url("../images/solutions_button.jpg");
			}
			a.navSolutions:hover, a.navSolutions_a{
				background: url("../images/solutions_button.jpg") 0 158px;
			}
			a.navServices, a.navServices_a{
				display:block;
				float:left;
				width:136px;
				height:53px;
				background: url("../images/services_button.jpg");
			}
			a.navServices:hover, a.navServices_a{
			
				background: url("../images/services_button.jpg") 0 158px;
			}
			
			a.navExpertise, a.navExpertise_a{
				display:block;
				float:left;
				width:133px;
				height:53px;
				background: url("../images/expertise_button.jpg");
			}
			a.navExpertise:hover, a.navExpertise_a{
				background: url("../images/expertise_button.jpg") 0 158px;
			}
			
			a.navResults, a.navResults_a{
				display:block;
				float:left;
				width:131px;
				height:53px;
				background: url("../images/results_button.jpg");
			}
			a.navResults:hover, a.navResults_a{
				background: url("../images/results_button.jpg") 0 158px;
			}
			
			a.navCareers, a.navCareers_a{
				display:block;
				float:left;
				width:132px;
				height:53px;
				background: url("../images/careers_button.jpg");
			}
			a.navCareers:hover, a.navCareers_a{
				background: url("../images/careers_button.jpg") 0 158px;
			}
			
			a.navContact, a.navContact_a{
				display:block;
				float:left;
				width:134px;
				height:53px;
				background: url("../images/contact_button.jpg");
			}
			a.navContact:hover, a.navContact_a{
			
				background: url("../images/contact_button.jpg") 0 158px;
			}
	
	
	
	
	/* -----------------------------
       HOMEPAGE FLASH AREA			       */
	
	#homeflash {
		margin:0 auto;
		width: 957px;
		background-image:url(../images/home_flash_filler.jpg);
		background-repeat:no-repeat;
		padding: 0px 0px 0px 13px;
		height:313px;
	}
	
	
	/* -----------------------------
       HOME 2 COLUMN - COLUMN LEFT (tabs)       */
	
	#hometwocolumn_left {
		float:left;
		margin-right: 10px;
		margin-left:23px;
		margin-top:19px;
		padding-top:0px;
		width: 610px;
		display:inline;
	}
	
	#home_tab_content {
		margin: 0px;
		padding:0px;
		width: 610px;
		height: 178px;
		background-image:url(../images/home_tab_bg.jpg);
		background-repeat:no-repeat;
	}


	#home_tab_footer {
	margin: 0px;
	padding-top:0px;
	width: 610px;
	height: 7px;
	vertical-align:bottom;
	background-image:url(../images/home_tab_footer.jpg);
	background-repeat:no-repeat;
	}
	
	/* -----------------------------
       HOME 2 COLUMN - COLUMN RIGHT (ad)       */
	
	
	#hometwocolumn_right{
		float:left;
		width:286px;
		height:185px;
		padding-top:0px;
		margin-top:20px;
		display:inline;
		background-image:url(../images/home_career_ad.jpg);
	}
	

	
	
	/* -----------------------------
       FOOTER                      */

	#footer {
		margin:0 auto;
		width: 957px;
		/*background-image:url(../images/home_footer_bg.jpg);*/
		background-repeat:no-repeat;
		clear:both;
		color:#666666;
		font-size:12px;
		height:60px;
	}


	
/* --------------------------- 
   STYLE TAGS
------------------------------ */

#footer p {
	padding:6px 40px 10px 23px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	text-align:center;
}

#footer h1 {
	padding:28px 40px 0px 23px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	text-align:center;
}

#footer h1 a {
	color:#d63123;
	text-decoration:none;
}
#footer h1 a:hover {
	color:#333333;
	text-decoration:underline;
}

#footer p a {
	color:#666666;
	text-decoration:none;
}
#footer p a:hover {
	color:#333333;
	text-decoration:underline;
}

	
#home_image {
	margin-top: 15px;
	margin-bottom:10px;
	text-align:center;
	}
	
#twocolumn_left h1{
	margin:10px 10px 5px 15px;
}

#hometwocolumn_right h1{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin:20px 20px 10px 10px;
	}
	
#hometwocolumn_right p{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin:0px 0px 0px 0px;
	}
	

		
		
		
/* --------------------------- 
   H CARD STYLE TAGS
------------------------------ */
	
	.org {
		margin:10px 10px 5px 15px;
		font-size:18px;
		font-family:Arial, Helvetica, sans-serif;
		color: #3E76B1;
		font-weight:bold;
		}
		
	.email {
		margin-top:0px;
		margin-bottom:10px;
		margin-left:15px;
		margin-right:18px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:13px;
		color:#333333;
		line-height:1.5em;
	}
	
	.adr {
		margin-top:0px;
		margin-bottom:10px;
		margin-left:15px;
		margin-right:18px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:13px;
		color:#333333;
		line-height:1.5em;
	}
	
	.tel {
		margin-top:0px;
		margin-bottom:0px;
		margin-left:15px;
		margin-right:18px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:13px;
		color:#333333;
		line-height:1.5em;
	}

/* --------------------------- 
   Home Page Tab Styles
------------------------------ */
	
#home_tab_content ul li{
	float: left;
}
#home_tab_content ul li a{
	cursor: pointer;
}
#home_tab_content ul{
	margin: 5px 0px 0px 10px;
	float: left;
	display:inline;
}
#home_tab_content ul li a{
	height: 27px;
	display: block;
	padding-top: 10px;
	color: #757575;
}
#home_tab_content ul li a:hover{
	text-decoration: none;
}
#home_tab_content ul li a#tabButtonOne, #home_tab_content ul li a#tabButtonOne_A{
	width: 115px;
	background: url(../images/tabButton1.jpg);
	padding-left:40px;
}
#home_tab_content ul li a#tabButtonOne:hover, #home_tab_content ul li a#tabButtonOne_A{
	background: url(../images/tabButton1_A.jpg);
	color: #D63123;
}
#home_tab_content ul li a#tabButtonTwo, #home_tab_content ul li a#tabButtonTwo_A{
	width: 108px;
	background: url(../images/tabButton2.jpg);
	padding-left: 36px;
}
#home_tab_content ul li a#tabButtonTwo:hover, #home_tab_content ul li a#tabButtonTwo_A{
	background: url(../images/tabButton2_A.jpg);
	color: #D63123;
}
#home_tab_content ul li a#tabButtonThree, #home_tab_content ul li a#tabButtonThree_A{
	width: 99px;
	background: url(../images/tabButton3.jpg);
	padding-left: 43px;
}
#home_tab_content ul li a#tabButtonThree:hover, #home_tab_content ul li a#tabButtonThree_A{
	background: url(../images/tabButton3_A.jpg);
	color: #D63123;
}
#home_tab_content ul li a#tabButtonFour, #home_tab_content ul li a#tabButtonFour_A{
	width: 119px;
	background: url(../images/tabButton4.jpg);
	padding-left: 39px;
}
#home_tab_content ul li a#tabButtonFour:hover, #home_tab_content ul li a#tabButtonFour_A{
	background: url(../images/tabButton4_A.jpg);
	color: #D63123;
}
#home_tab_content{
	position: relative;
}
.tabContent{
	clear:both;
	position: absolute;
	top: 57px;
	left: 25px;
	width: 560px;
}
.tabContent a{
	float: right;
	background: url(../images/readmore_arrow.jpg) no-repeat right;
	width: 77px;
	height: 17px;
	display: block;
	margin-top:8px;
	padding-top:2px;
}
.tabContent p{
	font-size: 12px;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
}
.tabContent p a{
	float: none;
	display: inline;
	width: null;
	height: null;
	background: none;
}
#tabOne img{
	float: left;
	padding-left:10px
}
#tabOne p{
	float: left;
	padding-left: 15px;
	width: 425px;
}
#tabTwo, #tabThree, #tabFour{
	display: none;
}

#blogfooter{
	height:100px;
	font-size:.85em;  
	color:#ccc;
	background:url(/Images/ms-footer.jpg) center bottom no-repeat;
}
#blogfooter a{
		color:#AAAAAA;  
	}
#blogfooter a:hover{
	text-decoration: none;
}
#msfooter{
	float:left;
	width:400px;
	padding:10px 0px 0px 15px;
}
#msfooter a{
	display:block; 
	padding:0px 0px 0px 65px;
	height:50px;
	text-decoration:none;
}
#msfooter a strong{
	color:#333;
	display:block;
	font-size:1.5em;
	font-weight:bold;
	text-decoration:none;
}

#socialfoot{
	float:right;
	padding:25px 43px 0px 0px;
	text-align:center;
}
#socialfoot ul{
	margin:0; 
	padding:0; 
	list-style:none;
}
#socialfoot li{
	padding:0; 
	margin:0;
	list-style:none; 
	float:left;
}
#socialfoot li a{
	 font-size:10px;	
	 display:block;
	 /*width:45px; */
	 padding-top:35px;
}

.linkedin
{
	width:41px;
}

.twitter
{
	width:52px;
}

.facebook
{
	width:39px;
}

#topnav{float:right; display:block; width:160px; position:relative; top:2px; right:-5px;}
#topnav ul{
	margin:0;
	padding:0; 
	list-style:none; 
	display:block;
}

#topnav ul li{float:left;}
#topnav li.topnavend a{background:none;}
#topnav li a{
	background: url(/Images/nav-div.jpg) right bottom no-repeat;
	display:block;
	padding:3px 15px 0px 15px;
	color:#999;
	font-size:12px;

}
#topnav li a:hover{
	text-decoration:none;
	}
	
#logo{float:left; width:435px;height:67px; background: url(/images/marketsource_logo.jpg) left bottom no-repeat; bottom:10px; left:10px; position:relative; }
#logo a{display:block;height:67px; width:435px;}
*html #logo {left:-1px;}