body {
	margin:0;
	padding:0;
	text-align: center;
	background: #191E20 url(../images/splash_bg.gif) repeat-x top left;
}
body, p {
	font: 12px arial, verdana, helvetica, sans-serif;
	color: #24292B;
	line-height:1.3em;
	word-spacing:0.1em;
}

#interior {
	background: #EEF1F1 url(../images/interior_bg.gif) repeat-x top left;
}

strong {
	color: #24292B;
}


html p {
	margin-top: 0;
	margin-bottom: 12px;
	font-size: 12px;
}


img { display: inline; border: 0; vertical-align: bottom; }

a img { vertical-align: bottom; }
a img.alignTop { vertical-align: top; }

a { color: #24292B; text-decoration: underline; }
a:hover { color: #B80003; text-decoration: underline; }

#wrapper {
	width: 980px;
	height: 620px;
	margin-left: auto; 
	margin-right: auto; 
	text-align: center;
} 

/* splash page elements */

#headerWrap { 
	width: 980px; 
	height: 116px; 
}

#logo { 
	float:left;
	width: 387px;
	height: 116px;
}

#navWrap { 
	float: right;
	width: 590px;
	height: 116px;
}

#navContainer {
	position: relative;
	width: 580px;
	top: 50px;
	left: 150px;
	height: 30px;
}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	text-align: left;
}

#nav a.nav_solutions {
	display: block;
	padding: 6px 0 6px 0;
	text-decoration: none;
	color: #fff;
	background: url(../images/nav_bg_solutions.gif)
}

#nav a:hover.nav_solutions {
	display: block;
	padding: 6px 0 6px 0;
	text-decoration: none;
	color: #B50000;
}

#nav a.nav_affiliations {
	display: block;
	padding: 6px 0 6px 0;
	text-decoration: none;
	color: #fff;
	background: url(../images/nav_bg_affiliations.gif)
}

#nav a:hover.nav_affiliations {
	display: block;
	padding: 6px 0 6px 0;
	text-decoration: none;
	color: #B50000;
}

#nav a.nav_events {
	display: block;
	padding: 6px 0 6px 0;
	text-decoration: none;
	color: #fff;
	background: url(../images/nav_bg_events.gif)
}

#nav a:hover.nav_events {
	display: block;
	padding: 6px 0 6px 0;
	text-decoration: none;
	color: #B50000;
}

#nav a.nav_aboutSMI {
	display: block;
	padding: 6px 0 6px 0;
	text-decoration: none;
	color: #fff;
	background: url(../images/nav_bg_aboutSMI.gif)
}

#nav a:hover.nav_aboutSMI {
	display: block;
	padding: 6px 0 6px 0;
	text-decoration: none;
	color: #B50000;
}

#nav li { /* all list items */
	float: left;
	width: 115px; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	border-top: 1px solid #000;
	background: url(../images/dropdown_bg.gif) bottom left;
	padding: 0 0 0 0;
	width: 157px;
	height:108px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul.nav_about { /* second-level lists */
	width: 157px;
	height:30px;
}

#nav li ul li { /* second-level lists */
	width: 145px;
}

#nav li ul a { /* second-level lists */
	display: block;
	padding: 6px 0 6px 6px;
	width: 145px;
	margin-left: 6px;
	border-bottom: 1px dotted #6A6E6F;
	color: #24282B;
	text-decoration: none;
}

#nav li ul a:hover { /* second-level lists */
	display: block;
	padding: 6px 0 6px 6px;
	width: 145px;
	margin-left: 6px;
	background: #A00506 url(../images/nav_overBg.gif) top left;
	color: #fff;
	text-decoration: none;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#splashMovieWrap {
	height: 488px;
	width: 980px;
}

#splashMovie {
	height: 416px;
	width: 980px;
}

#splashFooter {
	margin: 26px 0 0 0;
	text-align: center;
	color: #5D686A;
		
}


/* interior page elements */

/* interior page menu */
#menuWrap { 
	float: right;
	width: 590px;
	height: 116px;
}

#menuContainer {
	position: relative;
	width: 414px;
	top: 88px;
	left: 88px;
}
#menu, #menu ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: left;
}

#menu a.nav_solutions {
	display: block;
	height: 30px;
	width: 104px;
	padding: 0;
	font-size: 12px;
	text-decoration: none;
	color: #24282B;
	background: url(../images/menu_solutions.gif);
}

#menu a:hover.nav_solutions {
	display: block;
	font-size: 12px;
	text-decoration: none;
	color: #fff;
	background: url(../images/menu_solutions_over.gif);
}

#menu a.nav_industryExamples {
	display: block;
	height: 30px;
	width: 104px;
	padding: 0;
	font-size: 12px;
	text-decoration: none;
	color: #24282B;
	background: url(../images/menu_solutions.gif);
}

#menu a:hover.nav_industryExamples {
	display: block;
	font-size: 12px;
	text-decoration: none;
	color: #fff;
	background: url(../images/menu_solutions_over.gif);
}

#menu a.nav_affiliations {
	display: block;
	padding: 0;
	text-decoration: none;
	color: #24282B;
	font-size: 12px;
	background: url(../images/menu_affiliations.gif);
	height: 30px;
	width: 103px;
}

#menu a:hover.nav_affiliations {
	display: block;
	padding: 0;
	text-decoration: none;
	color: #fff;
	font-size: 12px;
	background: url(../images/menu_affiliations_over.gif);
}

#menu a.nav_events {
	display: block;
	padding: 0;
	text-decoration: none;
	color: #24282B;
	font-size: 12px;
	background: url(../images/menu_events.gif);
	height: 30px;
	width: 103px;
}

#menu a:hover.nav_events {
	display: block;
	padding: 0;
	text-decoration: none;
	color: #fff;
	font-size: 12px;
	background: url(../images/menu_events_over.gif);
}

#menu a.nav_aboutSMI {
	display: block;
	padding: 0;
	text-decoration: none;
	color: #24282B;
	background: url(../images/menu_aboutSMI.gif);
	height: 30px;
	font-size: 12px;
	width: 103px;
}

#menu a:hover.nav_aboutSMI {
	display: block;
	padding: 0;
	text-decoration: none;
	color: #fff;
	font-size: 12px;
	background: url(../images/menu_aboutSMI_over.gif);
}

#menu li { /* all list items */
	float: left;
	width: 103px; /* width needed or else Opera goes nuts */
}

#menu li ul { /* second-level lists */
	position: absolute;
	border-top: 1px solid #fff;
	background: url(../images/dropdown_bg.gif) bottom left;
	padding: 0;
	width: 157px;
	height:90px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#menu li ul.nav_about { /* second-level lists */
	width: 157px;
	height:25px;
}

#menu li ul.nav_custom { /* second-level lists */
	width: 157px;
	height:30px;
}

#menu li ul.nav_main { /* second-level lists */
	width: 157px;
	height:50px;
}

#menu li ul li { /* second-level lists */
	width: 145px;
}

#menu li ul a { /* second-level lists */
	display: block;
	padding: 2px 0 2px 6px;
	width: 145px;
	height: 16px;
	margin-left: 6px;
	border-bottom: 1px dotted #6A6E6F;
	color: #24282B;
	text-decoration: none;
}

#menu li ul a:hover { /* second-level lists */
	display: block;
	padding: 2px 0 2px 6px;
	width: 145px;
	height: 16px;
	margin-left: 6px;
	background: #A00506 url(../images/nav_overBg.gif) top left;
	color: #fff;
	text-decoration: none;
}

#menu li:hover ul, #menu li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}








/* content */


#contentWrap {
	width: 980px;
	padding: 20px 10px 20px 18px;
	text-align:left;
}

#content {
	clear: left;
	color: #ccc;
}

h1 {
	font-size: 20px;
	color: #B50000;
	margin: 0 0 12px 0;
}

h2 {
	font-size: 14px;
	color: #869193;
	margin: 0 0 12px 0;
}

h3 {
	font-size: 12px;
	color: #B50000;
	margin: 0 0 12px 0;
}

h4 {
	font-size: 12px;
	color: #B50000;
	margin: 0 0 0 0;
}

.headerSub 	{
	font-size: 12px;
	color: #24292B;
}

#landingMovie {
	margin: 0 0 0 0;
}

/*features*/

#features1 {
	float:left;
	width: 447px;
	height: 187px;
	margin: 0 0 20px 0;
	border: none;
	background: #EEF1F1 url(../images/featuresBg.gif) top left no-repeat;
}

#features2 {
	float:right;
	width: 447px;
	height: 187px;
	margin: 0 0 20px 0;
	background: #EEF1F1 url(../images/featuresBg.gif) top left no-repeat;
}

#features3 {
	float:left;
	width: 447px;
	height: 187px;
	margin: 0 0 10px 0;
	background: #EEF1F1 url(../images/featuresBg.gif) top left no-repeat;
}

#features4 {
	float:right;
	width: 447px;
	height: 187px;
	margin: 0 0 10px 0;
	background: #EEF1F1 url(../images/featuresBg.gif) top left no-repeat;
}

.featurePhotos {
	float: left;
	margin: 0 10px 10px 0;
}

.featuresInterior {
	width: 435px;
	margin: 6px 0 0 6px;
}

/* features table */ 

tr.inforow td {
	padding:0;
	margin:0;
	border:0;
	font-size: 12px;
	border-collapse: collapse;
	}
div.infodiv {
	font-size: 12px;
	padding:15px;
	text-align: left;
	}
div.infodiv ul {
	margin:0;
	padding:0 6px 0 28px;
	}
#features-grid th.name {
	cursor: pointer;
	background: url(../images/plus.gif) no-repeat #C9CFCF;
	background-position: 7px 7px;
	font-size: 12px;
	padding-left:28px;
	text-decoration: underline;
	}
#features-grid th.name:hover {
	background-color:white;
}
#features-grid th.nameopen {
	cursor: pointer;
	font-size: 12px;
	background: url(../images/minus.gif) no-repeat #f0f5fa;
	background-position: 7px 7px;
	padding-left:28px;
	}
#features-grid th.nameopen:hover {
	background-color:white;
}

table.features {
	margin: 0 auto 20px auto;
	width: 840px;
	font-size: 12px;
	border:1px solid #3E4547;
	border-collapse: collapse;
	}
table.features th {
	margin: 0;
	padding: 8px 11px;
	text-align: left;
	font-weight: normal;
	background: #fff;
	border: 1px solid #3E4547;
	width:250px;
	border-collapse: collapse;
	}
	
table.features .type th {
	background: none;
	}
table.features .type .descrip {
	font-size:11px;
	font-weight:normal;
	}
table.features td img {
	vertical-align: middle;
	}
table.features td {
	margin: 0;
	text-align: center;
	background: #fff;
	border:1px solid #3E4547;
	border-collapse: collapse;
	}
table.features .type td {
	background: #3E4547;
	color: #fff;
	text-align: center;
	font-weight:bold;
	border-collapse: collapse;
	font-size: 16px;
	}

table.features .type td.platinum {
	background: #8C8C8C;
	padding-left: 28px;
}	
table.features .type td.gold {
	background: #CEBA45;
	padding-left: 16px;
}

table.features .type td.silver {
	background: #C6C6C6;
	padding-left: 18px;
}

/* careers  */

#careerList li {
	margin: 6px 0 6px 0;
	
}


/* form elements */

form {
	width: 760px;

}


#roiForm {
	width: 760px;

}

#roiForm div.fieldGroupWrap {
	width: 760px;
	background: #ffff;
	margin-bottom: 8px;
	padding: 15px 0px 15px 0px;
}

#roiForm div.fieldWrap {
	padding: 10px 0px 10px 0px;
}

div.fieldGroupWrap {
	width: 760px;
	background: #C9CFCF;
	margin-bottom: 8px;
	padding: 15px 0px 15px 15px;
}

div.fieldWrap {
	padding: 10px 0px 10px 10px;
}

label {
	display: block;
	padding:3px 0 0 0;
	width: 175px;
	float: left;
	vertical-align: text-bottom;
	font-weight: bold;
}

input,
textarea {
	width: 315px;
	border: 1px solid #3E4547;
	color: #505050;
	height: 20px;
	padding: 5px 5px 0 5px;
	font: 12px arial, verdana, helvetica, sans-serif;
	background: #fff;
}

input.noWidth {
	width: 50px;
}

select.noWidth {
	width: 100px;
}

select {
	border: 1px solid #3E4547;
	width: 315px;
	color: #505050;
	height: 20px;
	padding: 5px 5px 0 5px;
	font: 12px arial, verdana, helvetica, sans-serif;
	background: #fff;
}

textarea { 
	height: 125px; 
	font: 12px arial, verdana, helvetica, sans-serif;
}


input.radio {
	width: auto;
	border: 0px none;
	text-align: left;
	background: none;
}


input.submitButton {
	width: 66px;
	border: 0px none;
	height: 27px;
	padding: 0;
}







/* footer */

#footer {
	margin: 20px 0 0 0;
	text-align: center;
	color: #24292B;
	border-top: 1px dotted #919191;
		
}

.footerMenu  {
	padding: 0;
	margin-left: auto; 
	margin-right: auto;
	margin-top: 4px;
	text-align: center;
}

.footerMenu ul {
	margin: 0;
	padding: 0;
	text-align: center;
	list-style: none;
	
}

.footerMenu ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	display:inline;
}

.footerMenu ul li a {
	margin: 0 5px 0 5px;
	padding: 0;
	font-weight: normal;
	text-decoration: none;
}

.footerMenu ul li a:hover {
	color: #B80003;
	text-decoration: none;
}

.copyright { margin-top: 4px;
	font-size: 11px;
	color: #7E898B;
}



  .prop {
    height:300px;
    float:right;
    width:1px;
  }

  .clear {
    clear:both;
    height:1px;
    overflow:hidden;
  }



