@import "MenuNavStyle.css";


/* CSS RESET */
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,  
pre, form, fieldset, table, th, td { margin: 0; padding: 0; }  





/* BEGIN Default Font-Family */
body, div, p, ol, ul, dl, li, td{font-family:Arial;}
/* END Default Font-Family */

/* Default Font Type - any font residing within the TD tags of a table */
body, div, p, blockquote, ol, ul, dl, li, dt, dd, td 
{
    FONT-FAMILY: Arial;
    FONT-SIZE: 9pt;
}

body
{
	margin:0px;	background:url(../../images/bg.gif) 0 0px repeat-x; 
}
.mss-clear
{
	clear:both;
}

.mss-BG
{
	background:url(../../images/TopBG.jpg) top center no-repeat;
	margin-top: 0px;
}
.mss-BG02
{
	background: url(../../images/whitebg.png) top center repeat-y;	vertical-align:top;
}
.mss-SiteWidth
{
	margin:0 auto; width:970px;	border:0px solid red; vertical-align:top;
}
.mss-MSSLogo
{
	position:absolute;float:left;padding-top:15px; 
		z-index:400;
}
.mss-MSSLogo img,
.mss-MSSBlog img
{
	border:0px;
}
.mss-MSSBlog
{
	position:absolute;
	float:left;
	padding:89px 0 0 285px;
	z-index:10;
}
.mss-MCArea
{
	background-color:#fff;
}




hr
{   
    border: 0;
color: #ccc;
background-color: #ccc;
height: 1px;
width: 100%;
text-align: left;
margin-bottom:35px;
margin-top:35px;
}

/*--------------------------------- Basic Text Styles ---------------------------------*/
/* html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,  
pre, form, fieldset, table, th, td { margin: 0; padding: 0; } */

div, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,  
pre, form, fieldset, table, th, td { color:#5d5d5d;} 

h1
{
    color:#111; margin:30px 0 10px 0;
}
h2
{
    color:#222; margin:30px 0 10px 0; font-size:19px;
}
h3
{
    color:#3b3b3b; margin:0 0 10px 0;  
}
h4
{
    color:#3b3b3b; margin:10px 0 0 0;  
}
p
{
	line-height:21px; margin-bottom:15px;
}
ul, ol
{
    margin:5px 5px 15px 30px;
}
li
{
    padding:3px;
}
legend
{
    padding:15px;
}
.mss-Italic
{
    font-style:italic;
}

/*--------------------------------- Footer Styles ---------------------------------*/
.mss-Footer
{
	background-image:url(../../images/FooterBG.jpg) !important;
	background-position:top center;
	background-repeat:no-repeat;
	padding-top:39px;
	padding-bottom:75px;
	background-color:transparent;
	margin:0 auto;
	width:980px;
}
.mss-LCFooter
{
	width:60%;
	float:left;
	color:#656565;
	font-size:11px;
	vertical-align:top;
}
.mss-RCFooter
{
	float:right;
	width:36%;
	vertical-align:top;
	text-align:right;
}
.copyright
{
	text-align:center;
	font-size:11px;
	padding:0 0 15px 0;
}
.mobileApp
{
    height: 40px;
    width: 600px;
    float: left;
}
.footerDroid
{
    float: left;
    width: 135px;
    height: 40px;
}
.footerDroid img
{
    border: none;   
}
.footerApple
{
    float: left;
    width: 110px;
    height: 40px;
}
.footerApple img
{
    border: none;   
}
.footerText
{
    float: left;
    width: 290px;
    height: 40px;
}

ul.mss-SocialNetworkLinks
{
	list-style:none;
	display:inline;
	margin:0px;
	padding:0px;
	float:right;

}
ul.mss-SocialNetworkLinks li
{
	float:left;
	padding-right:7px;
}
ul.mss-SocialNetworkLinks li img
{
	border:0px;
	vertical-align:middle;
	border:0px solid red;
}


/*--------------------------------- Column Layouts ---------------------------------*/


/****** 3 Column Layout ******/
.mss-3ColLayout
{
	width:100%;
	margin:0 auto;
	margin-left:8px;
}
.mss-3ColLayout-LC,
.mss-3ColLayout-CL
{
	border-right:1px solid #c0c0c0;
	float:left;
	display:block;
	padding-right:21px;
	margin-right:21px;
	vertical-align:top;
}
.mss-3ColLayout-RC
{
	float:left;
	vertical-align:top;
}
.mss-3ColContent
{
	height:210px;
}
.mss-3ColLayout-LC,
.mss-3ColLayout-CL,
.mss-3ColLayout-RC
{
	width:291px;
	min-height: 250px;
}
.mss-3ColLayout-LC img,
.mss-3ColLayout-CL img,
.mss-3ColLayout-RC img
{
	border:0px;
}
.mss-colheader
{
	padding-bottom:3px;
	text-align:left;
	vertical-align:top;
}
.mss-colcontent
{
	vertical-align:top;
	padding:10px 10px 10px 10px;
	padding-left:0px;
}
.mss-colLearnMore
{
	font-size:11px;
	text-align:right;
}
.mss-colLearnMore a
{
	display:block;
	background-image:url(../../images/bullet01.gif);
	background-position:right;
	background-repeat:no-repeat;
	padding-right:9px;
	vertical-align:middle;
	margin-bottom:20px;
}


/*--------------------------------- Column Layouts ---------------------------------*/
.mss-UpcomingEvents
{
	width:100%;
}
.mss-UpcomingEvents td
{
    padding:0 0 8px 0;
}
.mss-UpcomingEvents th
{
	font-weight:bold;
	width:50px;
	text-align:left;
}
.mss-Details
{
}

/*--------------------------------- Global Links ---------------------------------*/
/* Universal Links */
A{text-decoration: none;} 
A:link {text-decoration: none; color: #2255da;}
A:visited {text-decoration:none; color: #2255da;}
A:active {text-decoration: none; color: #254a83;}
A:hover {text-decoration:  underline; color: #0681ff;}

.mss-BacktoTop
{
    font-size:11px;
    text-align:right;
    padding-top:20px;
}
.mss-BacktoTop a
{
    color:#b0b0b0;
}

/*--------------------------------- MSS Sub Page Styles ---------------------------------*/

.mss-SPMCArea
{
	padding-top:10px;
}
.mss-SPLC
{
	width:200px;
	float:left;
	padding-top:110px;
}
.mss-SPRC
{
	float:right;
	padding:0px;
	padding-left:20px;
	width:740px;
	vertical-align:top;
	
}
.mss-SPMC-RC
{
    width:245px;
    float:right;
  
    padding:0px 0 0px 20px;
    margin-top:10px;
    border-left:#CCCCCC solid 1px;

}
.mss-SPMC-RC2
{
    width:150px;
    float:right;
  
    padding:0px 0 50px 20px;
    margin-top:10px;


}

.mss_Images
{
   width:265px;
       margin-top:10px;
    float:right;
  border-left:#CCCCCC solid 1px;
}

.imageWrap{width:225px;
   
     
  
    padding:0px 0px 0px 20px;
   
    
   }

.mss-SPMC-RC .quote, .quote2
{
    font-weight:bold;
    font-size:16px;

}

.mss-SPMC-RC .quote .blockquote, .quote2 .blockquote
{
    text-align:left;
    color:#336699; 
    font-size:16px;
    font-weight:normal;  
}

.mss-SPMC-RC .quote .quoteAuthor, .quote2 .quoteAuthor
{
    text-align:right;
    color:#336699;
    padding-top:10px;
    color:#5d5d5d;   
}

.quote2 .quoteAuthor
{
    text-align:left;
    color:#336699;
    padding-top:5px;
    padding-bottom: 10px;
    color:#5d5d5d;   
}

.mss-SPMC-RC .sellingPoints
{
    font-size:12px;
    font-family:Arial;
    font-weight:normal;
    
}

.mss-SPMC-RC .sellingPoints h1
{
    font-size:14px;
    font-family:Arial;
    font-weight:bold;
    font-style:italic;
    margin:0;
    padding:0 0 0 10px;
    color:#5d5d5d;
}

.mss-SPMC-RC .sellingPoints ul
{
    list-style-image:url(/images/cs_bullet.png);
    list-style-position:outside;
    padding-bottom:5px;
    margin-bottom:0;
}

.mss-SPMC-RC .sellingPoints ul li
{
    margin:0;
    padding:2px;
    line-height:14pt;
}

.mss-SPMC-LC
{
    float:left;
    width:500px;
  
    margin-top:0px;
    padding:0px;
    height:auto;
   
  
}

.mss-SPMC-LC  .headline
{ margin-top:0px; font-size:20px;

}

.mss-SPMC-LC .h1CaseStudies
{
    font-size:14px !important;
    font-family: Lacuna Regular;
}

 #csHeader
{
    text-transform:uppercase;
    font-size:24px;
    color:#93230f !important;
    font-family: Lacuna Regular;
    
}
 #csHeader2
{
    text-transform:uppercase;
    font-size:24px;
    color:#93230f !important;
    font-family: Lacuna Regular;
}

.mss-SPMC-LC .titleLine
{
    font-size:16px !important;
    text-align:left;
    font-family: Lacuna Regular;
}

.mss-SP1C
{
	
}
/*----- MSS Left Menu -----*/
.mss-SPHeader
{
	width:788px;
	vertical-align:top;
}
.mss-SPHeader-Red
{
	background-image:url(../../images/spHeaders/SPHeader-red.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	width:431px;
	height:132px;
	float:left;
}
.mss-SPHeader-Img
{
	width:357px;
	height:132px;
	float:right;
}
.mss-SPHeader .mss-SPHeader-Red h1
{
	color:#fff;
	margin:0px;
	padding:0px;
	margin-top:67px;
	margin-left:20px;
	font-size:25px;
}
/*----- Breadcrumb -----*/
.mss-Breadcrumb
{
	font-size:11px;
	font-weight:normal;
	float:left;
}
.mss-SitePathRootStyle
{
	
}
.mss-SitePathLevel2
{
	
}
.mss-SitePathNodeStyle
{
	font-weight:bold;
}








.mss-ShareThis
{
	float:right;
}

/*--------------------------------- MSS Left Menu ---------------------------------*/
.mss-SPLM  a
{
	background-image:url(../../images/SPLM_Div.png);
	background-position:right bottom;
	background-repeat:no-repeat;
	display:block;
	padding:10px;
	padding-left:40px;
}

.mss-SPLM a:link,
.mss-SPLM a:visited
{
}

.mss-SPLM a:hover
{

}
ul#mss-LeftMenu li a
{
    /*background-image:url(../../images/SPLM_Div.png);
	background-position:right bottom;
	background-repeat:no-repeat;*/
	border-bottom:1px solid #dcddde;
	display:block;
	padding:10px 5px 10px 5px;
}
#mss-LeftMenu ul,
ul#mss-LeftMenu li
{
    list-style-type:none;
    margin:0px;
    padding:0px;
}
ul#mss-LeftMenu ul
{
    margin:0px; padding:0;
}
ul#mss-LeftMenu ul a
{
    padding:10px 5px 10px 45px;
    background:  url(../../images/icons/LMBullet02.png) 31px 14px no-repeat;
}

ul#mss-LeftMenu ul a:hover
{
    background:  url(../../images/icons/LMBullet02_red.png) 31px 14px no-repeat;
    text-decoration:  underline; 
    color: #0681ff;
}
/*----- Subpage Content -----*/
.mss-SPContent
{
	vertical-align:top;
}
.mss-SPContent
{
	margin-top:45px;
	
}


/*=====================================================================*/
/* Contact Forms                                          */
/*=====================================================================*/

.GenericFormFloatRight
{
	float:right;
}
.GenericFormFloatLeft
{
	float:left;
	padding-top:16px;
}
.GenericForm fieldset
{
	border:0px;
	padding:5px;
	text-align:left;
}
.GenericForm legend
{
	font-weight:bold;
	text-align:left;
	padding:0px;
	margin:0px;
	color:#000;
}
.GenericFormFormBtns
{
	text-align:right;
	margin-bottom:15px;
	padding-right:9px;
}
.GenericFormFormBtns .btnCancel,
.GenericFormFormBtns .btnSubmit
{
	background-color:#003366;
	color:#fff;
	border:3px solid #fff;
	line-height:12px;
	padding:5px;
	width:100px;
}


.GenericFormFormBtns .btnCancel:hover,
.GenericFormFormBtns .btnSubmit:hover
{
	cursor:pointer;
	background-color:#003366;
	color:#fff;
	border:3px solid #c8ddef !important;
	line-height:12px;
	padding:5px;
	width:100px;
}
.GenericFormFormBtns .btnCancel:active,
.GenericFormFormBtns .btnSubmit:active
{
	background-color:gray;
	border:3px solid #c8ddef;
}
div.single-field
{
	padding: 10px;
	position: relative;
}




/*----- Bio Styles -----*/
.mss-BioTease
{
    padding-top:20px;    
    margin-bottom:20px;
    border-top:1px solid #dcddde;
}
.mss-BioPic
{
    float:left;
    width:140px;
}
.mss-BioDetails
{
    float:left;
    width:321px;
    vertical-align:top;
    padding-left:10px;
}
.mss-BioDetails h2
{
    margin:0px;
    padding:0px;
}
.mss-BioDetails h3
{
    margin:3px 0px 10px 0px;
    font-weight:normal;
    font-style:italic;
}
.mss-BioNetworkLinks ul,
.mss-BioNetworkLinks li
{
    list-style-type:none;
    margin:0px;
    padding:0px;
}
.mss-BioNetworkLinks li
{
    display:inline-block;   
}
.mss-BioNetworkLinks a
{
    display:block;
    border:1px solid #fff;
    padding:4px;
    padding-left:0px;
    margin-right:10px;
    font-size:11px;
    background-color:Transparent;
}
.mss-BioNetworkLinks a:hover
{
    border:1px solid #fff;
}
.mss-BioLatestTweets
{
    background-image:url(../../images/LatestTweets.gif);
    background-repeat:no-repeat;
    float:right;
    width:267px;
    height:209px;
}
.mss-BioNoTweetAccount
{
    background-image:url(../../images/NoTwitterAccountBG.gif);
    background-repeat:no-repeat;
    background-position:top center;
    float:right;
    width:267px;
    height:209px;
}
.mss-BioNoTweetAccount .mss-NoTwitterTxt span
{
    display:block;
    margin-top:58px;
}
.mss-BioNoTweetAccount .mss-NoTwitterTxt
{
    font-weight:bold;
    font-style:italic;
    font-size:18px;
    padding-left:20px;
}

.mss-TwitterTime
{
    font-size:11px;
    font-weight:normal;
    display:block;
    padding-top:15px;
}
.mss-BioLatestTweets .mss-TweetTxt
{
    width:130px;
    padding-top:75px;
    padding-left:46px;
}
.mss-BioLatestTweets .mss-TweetTxt li,
.mss-BioLatestTweets .mss-TweetTxt ul
{
    list-style-type:none;
    margin:0px;
    padding:0px;
}

/*----- Full Bio Styles -----*/
.mss-FullBio
{
    padding-top:80px;
    margin-bottom:80px;
    border-top:1px solid #dcddde;
}
.mss-FullBioPic
{
    margin-bottom:15px;
    text-align:center;
}
.mss-FullBioDetails
{
    float:left;
    width:455px;
    vertical-align:top;
}
.mss-FullBioDetails h2
{
    margin:0px;
    padding:0px;
}
.mss-FullBioDetails h3
{
    margin:3px 0px 10px 0px;
    font-weight:normal;
    font-style:italic;
}
.mss-FullBioNetworkLinks ul,
.mss-FullBioNetworkLinks li
{
    list-style-type:circle;
    margin:0px;
    padding:0px;
}
.mss-FullBioNetworkLinks ul
{
    margin-left:55px;
}
.mss-FullBioNetworkLinks li
{
}
.mss-FullBioNetworkLinks a
{
    display:block;
    border:1px solid #fff;
    padding:4px;
    padding-left:0px;
    margin-right:10px;
    font-size:11px;
    background-color:Transparent;
}
.mss-FullBioNetworkLinks a:hover
{
    border:1px solid #fff;
}
.mss-FullBioRC
{
    float:right;
    width:260px;
}
.mss-FullBioLatestTweets
{
    background-image:url(../../images/LatestTweets.gif);
    background-repeat:no-repeat;
    width:267px;
    height:209px;
    margin-top:200px;
}
.mss-FullBioNoTweetAccount
{
    background-image:url(../../images/NoTwitterAccountBG.gif);
    background-repeat:no-repeat;
    background-position:top center;
    float:right;
    width:267px;
    height:209px;
}
.mss-FullBioNoTweetAccount .mss-NoTwitterTxt span
{
    display:block;
    margin-top:58px;
}
.mss-FullBioNoTweetAccount .mss-NoTwitterTxt
{
    font-weight:bold;
    font-style:italic;
    font-size:18px;
    padding-left:20px;
}
.mss-TwitterTime
{
    font-size:11px;
    font-weight:normal;
    display:block;
    padding-top:15px;
}
.mss-FullBioLatestTweets .mss-TweetTxt
{
    width:130px;
    padding-top:75px;
    padding-left:46px;
}
.mss-FullBioLatestTweets .mss-TweetTxt li,
.mss-FullBioLatestTweets .mss-TweetTxt ul
{
    list-style-type:none;
    margin:0px;
    padding:0px;
}
.mss-FullBioPoem
{
    padding-top:15px;
}
.mss-FullBioPoem blockquote  p,
.mss-FullBioPoem blockquote p cite
{
    margin:0px;
    margin-bottom:15px;
    font-size:14px;
    font-weight:bold;
    font-family:Garamond;
}
.mss-FullBioPoem blockquote pre
{
    margin:0px;
}
.mss-FullBioPoem blockquote pre
{
    font-family:Garamond;
    font-style:italic;
    font-size:18px;
    line-height:21px;
    color:#717171;
}







/*----- Management Team Styles -----*/
.mss-ExecutiveTeamLinks
{
    margin-bottom:20px;
    margin-top:20px;
    padding-bottom:70px;
}
.mss-ManagementTeamLinks
{
    margin-bottom:200px;
    margin-top:20px;
}
.mss-ManagementTeamLinks ul,
.mss-ManagementTeamLinks ul li,
.mss-ExecutiveTeamLinks ul,
.mss-ExecutiveTeamLinks ul li
{
    list-style-type:none;
    margin:0px;
    padding:0px;
    display:inline-block;
    float:left;
}
.mss-ManagementTeamLinks ul li,
.mss-ExecutiveTeamLinks ul li
{
    background-image: url(../../images/bulletdiv.gif);
    background-position:right;
    background-repeat:no-repeat;
}
.mss-ManagementTeamLinks ul li a, 
.mss-ExecutiveTeamLinks ul li a
{
    margin:10px;
    margin-right:15px;
    display:block;
}


/*----- Contact Us Today -----*/

.mss-ContactUsToday
{
    background-image:url(../../images/BannerBG-RoadToTree.jpg);
    background-position:top right;
    background-repeat:no-repeat;
    width:205px;
    height:246px;
    float:right;
}
.mss-ContactUsToday2
{
    background-image:url(../../images/BannerBG-RoadToTree2.jpg);
    background-position:top right;
    background-repeat:no-repeat;
    width:205px;
    height:376px;
    float:right;
}
.mss-ContactUsToday3
{
    background-image:url(../../images/BannerBG_GrowingPlant.gif);
    background-position:top right;
    background-repeat:no-repeat;
    width:205px;
    height:306px;
    float:right;
}

.mss-ContactUsToday4
{
    background-image:url(../../images/BannerBG_Blank.gif);
    background-position:top right;
    background-repeat:no-repeat;
    width:205px;
    height:165px;
    float:right;
}
.APlusCert
{
    background-image:url(/solutions/education/images/APlus_bg.gif);
    background-position:top right;
    background-repeat:no-repeat;
    height:185px;
}
.mss-RC-Ad
{
    width:165px;
    float:right;
    padding: 15px 20px 0 20px;
    vertical-align:top;
}
.mss-RC-Ad ul.TwoColDataList
{
    margin:0;
    padding:0;
}
.mss-RC-Ad ul.TwoColDataList li
{
    list-style-type:none;
    margin:0 !important;
    padding:0 !important;
    font-size:10px !important;
}
.mss-RC-Ad h1
{
    font-size:14px;
    margin:0 0 4px 0;
    padding:0;
}
.mss-RC-Ad h2
{
    padding:0;
    font-size:12px;
    margin:0 0 4px 0;
}
.mss-RC-Ad .TwoColDataList span
{
    font-weight:bold;
}

.mss-ContactUsToday dl,
.mss-ContactUsToday2 dl,
.mss-ContactUsToday3 dl
{
    padding-left:20px;
    padding-top:10px;
}


.mss-ContactUsToday4 dl
{
    padding-top:10px;
    padding-left:20px;
    }
.mss-ContactUsToday dt a,
.mss-ContactUsToday2 dt a,
.mss-ContactUsToday3 dt a,
.mss-ContactUsToday4 dt a
{
    text-decoration:none;
    vertical-align:middle;
}
.mss-ContactUsToday dd img,
.mss-ContactUsToday2 dd img,
.mss-ContactUsToday3 dd img,
.mss-ContactUsToday4 dd img
{
    vertical-align:middle;
}
.mss-ContactUsToday dt,
.mss-ContactUsToday2 dt
{
    font-weight:bold;
    display:block;
    font-size:13px;
}
.mss-ContactUsToday3 dt
{
    font-size:15px;
    font-weight:bold;
}
.mss-ContactUsToday dt
{
    background-image:url(../../images/bullet02.png);
    background-position:115px 1px;
    background-repeat:no-repeat;
    color:#fff;
}
.mss-ContactUsToday2 dt
{
   background-image:url(../../images/bullet03.png); /*white bg*/
    background-position:115px 1px;
    background-repeat:no-repeat;
    width:auto;
    display:inline;
    padding-right:25px;
}
.mss-ContactUsToday4 dt
{
    width:auto;
    display:inline;
    padding-right:25px;
    font-size:15px;
    font-weight:bold;
}

.mss-ContactUsToday3 dt
{
    background-image:url(../../images/bullet04.png);
    background-position:right;
    background-repeat:no-repeat;
    width:auto;
    display:inline;
    padding-right:25px;
}
.mss-ContactUsToday dd
{
    color:#000;
    font-size:11px;
    margin:0px;
    padding:15px 0 0 0;
    display:block;
}
.mss-ContactUsToday a
{
    color:#fff;
}
.mss-ContactUsToday2 dd,
.mss-ContactUsToday3 dd,
.mss-ContactUsToday4 dd
{
    font-size:11px;
    margin:0px;
    padding:15px 0 0 0;
    display:block;
}
.mss-ContactUsToday2 a,
.mss-ContactUsToday3 a,
.mss-ContactUsToday4 a
{
}

/*----- Dotted Line Headers -----*/
.DottedLineHeader01
{
    background-image:url(../../images/dottedlineheaders/gsaheader.gif);
    background-position:bottom left;
    background-repeat:no-repeat;
    padding: 0px 0 79px 0px;
    margin:0 0 20px 0;
}

/*----- Page: Contact Us -----*/
.mss-ContactLC
{
    width:600px;
    float:left;
    vertical-align:top;
    border-right:1px solid #ccc;
}
.mss-ContactRC
{
    width:329px;
    float:right;
    vertical-align:top;
    padding-left:20px;
}
.mss-ContactUsHeader
{
    background-image:url(../../images/dottedlineheaders/ContactUsheader.gif);
    background-position:top right;
    background-repeat:no-repeat;
    margin:0px;
    padding:0px;
    padding-top:35px;
    padding-bottom:50px;
    vertical-align:top;
}
.mss-ContactUsHeader h1
{
    margin:0px;
    padding:0px;
}
.mss-ContactUsHeader h2
{
    color:#9d9d9d;
    margin:0px;
    padding:0px;
}
.mss-ContactForm
{
    padding-right:15px;

}
.mss-ContactForm fieldset
{
    border:0px;
    margin:0px;
    padding:0px;
}
.mss-ContactForm fieldset em
{
    position:absolute;
    float:left;
    padding-top:2px;
    padding-left:90px;
    color:red;
    font-weight:bold;
}

div.mss-ContactFormLC
{
	float:left;
	width:270px;
	padding-top:15px;
}
.mss-ContactFormRC
{
	float:right;
	vertical-align:top;
	width:290px;
	padding-left:15px;

}
.mss-ContactForm .mss-ContactFormLC .mss-FieldHolder
{
    display:block;
    height:39px;
}
.mss-ContactForm .mss-ContactFormLC label
{
	
	float:left;
	
}
.mss-ContactForm .mss-ContactFormLC label.error
{
	padding-left:130px;
	float:none;
	position:relative;
	margin-top:3px;
	
}
.mss-ContactForm .mss-ContactFormLC input
{
	margin:0px !important;
	padding:0px;
	width:160px !important;
	display:inline-block;
	float:right;
}

.mss-ContactForm .mss-ContactFormRC label
{
	width:110px;
	display:block;
}
.mss-ContactForm .mss-ContactFormRC .multiline
{
	width:280px !important;
	height:172px;
}
.mss-ContactForm fieldset .mss-ContactFormRC em
{
    position:absolute;
    float:left;
    padding-top:2px;
    padding-left:82px !important;
    color:red;
    font-weight:bold;
}
.mss-ContactForm fieldset .mss-buttonHolder
{
    text-align:right;

}
/*----- Social Network Links -----*/
.mss-ContactRC ul.mss-SocialNetworkLinks,
.mss-ContactRC ul.mss-SocialNetworkLinks li
{
    margin:0px;
    padding:0px;
    list-style-type:none;
}
.mss-ContactAddresses
{
	margin-top:50px;
}
.mss-TrainingContactRC
{
    padding:29px 0px 0px 15px;
}








/*----- Map Styles -----*/

.mss-MapHQ div, .mss-Map div
{
    border:1px solid #ccc;
    margin:0px;
    padding:0px;
}
.mss-MapHQ div
{
    width:537px;
}
.mss-Maps .mss-MapHQ h4
{
    margin:0px;
}
.mss-Maps
{
    width:577px;
}



/*----- Map Styles -----*/
.mss-Header01
{
	background-color:#003366;
	color:#fff;
	padding:10px;
	padding-left:10px;
	margin-bottom:15px;
	font-weight:bold;
	font-size:14px;
}








/*----- Map Styles -----*/


/* fallback styles for image list */
.PartnerLogo {
    width:          100%;
    display:        block;
    overflow:       hidden;
   
    float:left;
    
}
.PartnerLogo li {
    border:         7px solid #f4f4f4;
    border-radius:  5px; 
    -moz-border-radius:    5px;
    -khtml-border-radius:   5px;
    -webkit-border-radius:  5px;
    background:     #fff;
    list-style:     none;
    display: inline-table;
    margin:         0 10px 10px 0;
    text-align:center;
    float:left;
}
.PartnerLogo li span img {
    display:        block;
    border:         0;
}

.PartnerLogo li {
    text-align:center;
}

.PartnerLogo span {
    width:          230px;
    display:block;
    border:1px solid #ccc;
    padding-top:15px;
    padding-bottom:15px;
    text-align:center;
}
.PartnerLogo span:hover {
    border:1px solid #000;
    cursor:pointer;
}
div.PartnerLogoPopup
{
    float:left;
    width:260px;
}
.PartnerLogoPopup span
{
    border:         7px solid #f4f4f4;
    border-radius: 5px;
    -moz-border-radius:     5px;
    -khtml-border-radius:   5px;
    -webkit-border-radius:  5px;
    background:     #fff;
    list-style:     none;
    display: inline-table;
    margin:         0 10px 10px 0;
}
.PartnerLogoPopup img
{
    border:1px solid #ccc;
}


/* the overlayed element */
.mss-SimpleOverlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#FFF;
	
	width:675px;	
	border:1px solid #666;
	padding:20px;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}

/* close button positioned on upper right corner */
.mss-SimpleOverlay .close {
	background:url(../../images/icons/close.png) no-repeat;
	position:absolute;
	right:15px;
	top:15px;
	cursor:pointer;
	height:21px;
	width:21px;
}    

 
/* styling for elements inside overlay */
.mss-PartnerDetails 
{
    float:right;
	color:#fff;
	width:380px;
}
 
.mss-PartnerDetails h3 {
	color:#000;
	font-size:15px;
	margin:0 0 10px 0;
}

/* styling for News section */
h3.mss-NewsDate
{
    margin:0px !important;
    padding:0px 0px 20px 0px !important;
}
h2.mss-NewsTitle
{
    margin:0px !important;
    padding:0px 0px 10px 0px !important;
}

.submenu
{
    border-bottom:1px solid red !important;
    display:block;
}
.submenu2
{
    border-bottom:1px solid blue !important;
    display:block;
}
/* Careers Page */
#wrapper{ height:450px;}
#col_1{ width:662px; height:220px; padding-right:20px;  border-right:1px #CCCCCC solid; float:left;}
#col_2{ width:200px; padding:0 20px 0 20px; height:220px;  float:left;}
#col_3{ width:216px; height:300px; float:left; padding-left:20px;}



ul.mss-CareerMenuLinks
{
    margin:0px;
    float:left;
}
ul.mss-CareerMenuLinks li
{
    margin:0px 10px 0 0;
    float:left;
    display:block;
    list-style-type:none;
}
ul.mss-CareerMenuLinks li a
{
    font-weight:bold;
    font-size:13px;
    background: url(../../images/bullet04.png) no-repeat top right;
    padding:3px 26px 5px 0;
}
div.mss-CareersRecognitions
{
    text-align:center;
    font-size:11px !important;
    color:#717171;
    padding-top:10px;
    padding-bottom:10px;
}
.mss-CareersRecognitions div
{
    text-align:center;
}
.mss-SubmitResume
{
    padding:10px 0 0 0;
}
.mss-CareersMeetGreg
{
    padding:10px 0 10px 0;
    min-height:200px;
    margin-top:10px;
}
.mss-GregSocialNetworks img
{
    border:0px;
    vertical-align:middle;
    padding:2px;
}
.mss-GregSocialNetworks
{
    padding: 0 0 15px 0;
}
div.mss-BenefitDetails
{
    margin-top:450px;
}
div.mss-BenefitDetails h2
{
    margin-top:450px;
}
div.mss-BenefitDetails a
{
    margin-top:15px;
}
.mss-HomePageTrainingBullets
{
    font-weight:bold; font-style:italic; font-size:13px;
}
.mss-HomePageTrainingBullets span
{
    line-height:26px;
}
.mss-HomePageSingleEvent dl
{
}
.mss-HomePageSingleEvent dt
{
    font-size:12px;
    text-align:center;
    color:#fff;
    float:left;
    display:block;
    background-color:#009900;
    width:40px;
    border:1px solid #ccc;
    padding:0 0 2px 0;
}
.mss-HomePageSingleEvent dt a
{
    color:#fff; text-decoration:none;
}
.mss-HomePageSingleEvent dt span
{
    font-weight:bold;
    color:#fff;
    font-size:17px;
    display:block;
    line-height:13px;
    padding-top:5px;
}

.mss-HomePageSingleEvent dd
{
    color:#009900;
    float:left;
    font-size:18px;
    padding: 9px 0 0 7px;
}
.mss-HomePageSingleEvent dd a
{
    color:#009900;
}

.mss-OurCustomers dl
{
    float:left;
    width:33%;
}
.mss-OurCustomers dd ul
{
    
}
ul.mss-TrainingCertifications
{
    margin:35px 0 0 0;
}
ul.mss-TrainingCertifications li
{
    list-style-type:none;
    margin:0px;
}
ul.mss-TrainingCertifications li
{
    text-align:center;
    margin:5px 0 15px 0;
}
.TrainingProductLogo
{
    float:left;
    padding: 0 10px 5px 0;
}
ul.mss-TrainingTechnologies,
ul.mss-TrainingTechnologies li
{
    list-style-type:none;
    margin:0px;
}
ul.mss-TrainingTechnologies li
{
    float:left;
    min-width:110px;
}
ul.mss-TrainingTechnologies li span
{
    text-align:center;
    display:block;
}

ul.mss-TrainingTechnologies li img
{
    border:0px;
    text-align:center;
    width:32px; height:32px;
}
ul.mss-TrainingTechnologies li a
{
    display:block;
    border:1px solid #ccc;
    padding:10px 15px 10px 15px;
    text-align:center;
}
ul.mss-TrainingTechnologies li a:hover
{
    border:1px solid #ccc;
    background-color:#042e56;
    color:#fff !important;
}


.mss-Btn {
    padding: 4px 10px 3px 25px;
    border: solid 1px #aaa;
    position: relative;
    cursor: pointer;
    display: inline-block;
    /*background-image: url( '../../images/btnBkg.png' );
    background-repeat: repeat-x;*/
    font-size: 11px;
    height: 16px;
    text-decoration: none;
    color: #40740D;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    margin: 0 0 0 20px;
}
.mss-Btn img {
    position: absolute;
    top: -2px;
    left: -12px;
    border: none;
}
.mss-Btn:hover {

} 
.mss-AlignRight
{
    text-align:right;
    padding:0 0 10px 0;
}

.mss-AlignLeft
{
    text-align:left;
    padding:0 0 10px 0;
}
.mss-AlignCenter
{
    text-align:center;
}



.CourseDetailTbl
{
	margin-bottom:15px;
}


.CoursePurpose
{
	background-color:#93230f;
	border:6px solid #ccc;
	color:#fff !important;
	width:50%;
	padding:20px;
}
.CoursePurpose h2,
.CoursePreq h2,
.CoursePreq2 h2,
.CoursePreq3 h2,
.CoursePreq4 h2
{
	margin:0px;
	margin-bottom:10px;
	font-size:24px;
	font-weight:normal;
}
.CoursePurpose h2, .CoursePurpose p
{
	color:#fff !important;
}
.CoursePreq
{
	border:1px solid #ccc;
	background-image: url(/solutions/education/images/Preq_bg.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	background-color:#e5e7e6;
	vertical-align:top;
	padding:15px;
	padding-left:21px;
	padding-right:21px;
	padding-bottom:140px;
}
.CoursePreq2
{
	border:1px solid #ccc;
	background-image: url(/solutions/education/images/Preq_bg2.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	background-color:#e5e7e6;
	vertical-align:top;
	padding:15px;
	padding-left:21px;
	padding-right:21px;
	padding-bottom:170px;
}
.CoursePreq3
{
	border:1px solid #ccc;
	background-image: url(/solutions/education/images/Preq_bg3.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	background-color:#e5e7e6;
	vertical-align:top;
	padding:15px;
	padding-left:21px;
	padding-right:21px;
	padding-bottom:170px;
}
.CoursePreq4
{
	border:1px solid #ccc;
	background-image: url(/solutions/education/images/Preq_bg4.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	background-color:#e5e7e6;
	vertical-align:top;
	padding:15px;
	padding-left:21px;
	padding-right:21px;
	padding-bottom:170px;
}
.CoursePreq5
{
	border:1px solid #ccc;
	background-image: url(/solutions/education/images/Preq_bg5.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	background-color:#e5e7e6;
	vertical-align:top;
	padding:15px;
	padding-left:21px;
	padding-right:21px;
	padding-bottom:170px;
}
.CoursePreq ul,
.CoursePreq2 ul,
.CoursePreq3 ul,
.CoursePreq4 ul,
.CoursePreq5 ul
{
	list-style-type:circle;
	margin-left:20px;
	margin-top:0px;
}
.CoursePreq p,
.CoursePreq2 p,
.CoursePreq3 p,
.CoursePreq4 p,
.CoursePreq5 p,
.CoursePurpose p
{
	margin:0px;
	margin-bottom:7px;
}
.CourseDisclaimer
{
	font-size:11px;
	font-style:italic;
	font-weight:bold;
	border:1px solid #ccc;
	margin-top:20px;
	padding:9px;
	padding-top:9px;
	padding-left:44px;
	background-image: url(../../images/icons/checkmark.png);
	background-position:2% 17%;
	background-repeat:no-repeat;
	background-color:#e4e4e4;
}
.CourseDisclaimer div
{
	font-size:11px;
	font-style:italic;
	font-weight:normal;
	padding-top:4px;
}
.BacktoAllCourses2
{
	font-size:11px;
	font-weight:bold;
	margin:0px;
	margin-top:18px;
	margin-bottom:15px;
	padding:0px;
}
.BacktoAllCourses2 img
{
	border:0px;
	vertical-align:middle;
	margin-right:3px;
}
.BacktoAllCourses
{
	margin-top:35px;
	text-align:center;
	font-weight:bold;
}
.BacktoAllCourses a:link,
.BacktoAllCourses a:visited
{
	background:#666;
	color:#fff;
	padding:15px;
	display:block;
}
.BacktoAllCourses a:hover
{
	background:#545454;
	color:#fff;
	padding:15px;
	display:block;
}
.mss-GroupCourses
{
    border:1px solid #ccc;
    padding:15px;
    background-color:#f0f0f0;
}
.mss-GroupCourses h3
{
    margin:5px 0 5px 0;
}
.mss-GroupCourses td
{
    background-color:#fff;
}
a.mss-JumpToCourseTbl:link,
a.mss-JumpToCourseTbl:visited
{
    text-decoration: none; color: #2255da; font-weight:bold;
}

a.mss-JumpToCourseTbl:hover
{text-decoration:  underline; color: #0681ff;font-weight:bold;}


div#sitemap
{
}

div#sitemap h3 
{
    font-size:24px;
    font-weight:bold;
    color: rgb(0,45,98);   
}

div#sitemap a.topTitle 
{
    font-size:16px;
    display:block;
    font-weight:bold;
}

div#sitemap ul#first
{
    width:260px;
    float:left;
    display:block;

}
div#sitemap ul#tops
{
    width:260px;
    float:left;
    display:block;
    padding-left:20px;
}

div#sitemap ul li#top
{
    list-style:none;
    border-top:1px solid rgb(0,45,98);
}

div#sitemap ul li ul li
{
    list-style-type:circle;
}

div#sitemap ul li ul li:hover
{
    list-style-type:disc;
}

div#sitemap ul li ul li ul li
{
    list-style-type:circle;
}

div#sitemap ul li ul li ul li:hover
{
    list-style-type:disc;
}

/* Voucher Page Table */
table.voucherTable 
{
    background-color:#fff;
    color:#000000 !important;
    text-align:left;
}

table.voucherTable tr.titleRow
{
    text-align:center;
    background-color:rgb(55, 96, 145); 
    font-weight:bold;
    padding:6px;
}

table.voucherTable tr.titleRow td
{
    color:#ffffff !important;
    padding:6px;
}

table.voucherTable tr.subTitleRow
{
    background-color:rgb(55, 96, 145);
    padding:6px;
}

table.voucherTable tr.subTitleRow td
{
    color:#ffffff !important;
    padding:6px;
}

table.voucherTable tr.dataRow 
{
    background-color:rgb(219, 238, 243);
    padding:6px;
}

table.voucherTable tr.dataRow td
{
    color:#000 !important;
    padding:6px;
}
.TwoColDataList div
{
    display:block;
    padding:0 0 3px 0;
}
.TwoColDataList div span
{
    font-weight:bold;
    display:inline-block;
    padding:0 10px 0 0;
    width:100px;
}
.clear
{
    clear:both;
}
.floatLeft
{
    float:left;
}
.floatRight
{
    float:right;
}
.courseDetails
{
    width:53%;
}
.registerToday
{
    width:250px;
    padding:25px 0 25px 0;
    border:1px solid #ccc;
    padding:15px;
    position:absolute;
    margin:-197px 0 0 470px;
}
.registerToday  h4
{
    margin:0 0 7px 0;
}
.boxLeft
{

    float:left;
    padding:15px;
    vertical-align:top;
}
.boxRight
{
    border:1px solid #ccc;
    float:right;
    margin-left:1%;
    padding:15px;
}
.solutionContent h2
{
	margin-top:0;
}
.solutionContent h3
{
	margin:30px 0 0 0 !important;
}
.theTheory h3
{
	color:#3b3b3b;
	font-size:14px !important;
}
.theTheory h4
{
	margin:0 0 7px 0;
	font-size:13px;
}
.solutionsPartnerLogos
{
	text-align:center !important;
	display:block;
	padding:10px 0 0 14px;
	
}
.solutionsPartnerLogos img
{
	display:block;
	margin:0 0 5px 0;
}

#awareRibbon
{
    margin-left: 542px !important;
    float: left;
    position: absolute;
    top: 0px;
    z-index: 1000;
}

.solutionsLogo {
	height:auto;
	padding:0px 20px 0 0;
	margin:0px 0 20px 0;
	float:left;
}
.solutionsHeader {
	height:70px;
}
.solutionsText {
	height:auto;
	padding:0 0 0 20px;
	margin:10px 0 10px 0;
	width:400px;
	float:left;
	border-left: solid 1px #c9c9c9;
}
.availableBtn {
	margin:20px 0 0 10px;
	background-image: url(../../images/avalBtn.png);
	background-repeat:no-repeat;
	padding-top:5px;
	width:170px;
	height:32px;
}
.availableBtn a {
	color:#ffffff;
	font-size:15px;
	font-weight:bold;
	width:170px;
	height:32px;
	padding:0px 0 0 20px;
	margin:0px;
}
/* Mobolize */

.mobolize-mainContentWrap {
	width:950px;
	padding:0 20px 20px 20px;
}
.mobolize-mainContentWrap p {
	margin:0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	font-weight:normal;
	color:#5d5d5d;
}
.mobolize-contentLeft {
	float:left;
	width:560px;
}
.mobolize-contentLeft #tabs {
	border:solid 1px #d8d8d8;
}
.mobolize-contentLeft #tabs-1 h1 {
	color:#052c54;
	font-size:14px;
	font-weight:bold;
}
.mobolize-contentLeft #tabs-2 h1 {
	color:#052c54;
	font-size:14px;
	font-weight:bold;
}
.mobolize-contentLeft #tabs-3 h1 {
	color:#052c54;
	font-size:14px;
	font-weight:bold;
}
.mobolize-contentLeft h1 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:28px;
	font-weight:normal;
	color:#252424;
	margin:0px;
}
.mobolize-contentLeft p.mobolize-date {
	margin:0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	font-weight:normal;
	color:#252424;
}
.mobolize-contentLeft h2 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
	font-style:italic;
	font-weight:normal;
	color:#5d5d5d;
	margin:10px 0 0 0;
}
.mobolize-contentLeft p {
	margin:15px 0 0 0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	font-weight:normal;
}
.mobolize-btn {
	background-image:url(../../mobolize/images/mobilize-clickBtn.jpg);
	margin:20px 0 40px 150px;
	background-repeat:no-repeat;
	width:222px;
	height:41px;
	padding:8px 0 0 14px;
}
.mobolize-btn:hover 
{
    background-image:url(../../mobolize/images/mobilize-clickBtn2.jpg);
	margin:20px 0 40px 150px;
	background-repeat:no-repeat;
	width:222px;
	height:41px;
	padding:8px 0 0 14px;
}
.mobolize-btn a {
	color:#ffffff;
	font-size:20px;
	text-align:center;
	font-weight:bold;
	width:222px;
	height:41px;
}
.mobolize-btn a:hover {
	text-decoration:none;
}
.mobolize-contentRight {
	float:left;
	width:340px;
	margin-left:20px;
	padding:0 0px 5px 20px;
}
.mobolize-logo {
	margin:0 0 10px 154px;
	background-image:url(../../mobolize/images/mobilize-logo.jpg);
	width:184px;
	height:40px;
	background-repeat:no-repeat;
	background-position:right;
}
.mobolize-speakerOne {
	
	background-repeat:no-repeat;
	padding:0 80px 5px 0px;
	width:119px;
	height:169px;
	float:left;
}
.mobolize-chow {
	float:left;
	width:119px;
}
.mobolize-chow span {
	color:#052c54;
}
.mobolize-speakertwo {

	background-repeat:no-repeat;
	width:119px;
	height:169px;
	float:left;
}
.mobolize-moore {
	float:left;
	width:119px;
	padding:0 0px 5px 80px;
}
.mobolize-moore span {
	color:#052c54;
}
.mobolize-eventDirection {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	margin:146px 0 0 0;
	padding:10px;
	border:solid 1px #d8d8d8;
}

