/* =Start with these
----------------------------------------------- */
body {
  background:white;
  margin:0;
  padding:10px;
  font:small Verdana,Sans-serif;
  color:black;
  }
a {
  color:#36a;
  }

a img {
  border-width:0;
  }
h1, h2, h3, ul, li, form {
  margin:0;
  padding:0;
  }
ul, li {
  list-style:none;
  }



/* =Page
----------------------------------------------- */
body {
	color:#fff;
	background-color: #EBEDF5;
	background-image:url(../_assets/images/bg-browser-viewport--grey-fade.jpg);
    background-repeat: repeat-x;
}
#pagecontainer {
  width:960px;
  margin:0 auto;
  }
#page {
  background:#fff;
  float:left;
  width:960px;
  padding:0px;
  font-size:90%;
  line-height:1.5em;
/* Default body text colour... */
  color:#464646;
  margin-bottom:10px;
  }


/* tw table style-------------------- */

.scTable {border-collapse : collapse;}

.scTable table, .scTable th , .scTable td {
	border:1px solid #0099FF;
}

.scTable caption, .scTable th, .scTable td {
	font-family:verdana, arial, helvetica, sans-serif;
	font-size: 0.95em;
}

.scTable caption {background:#000000;color:#ffffff;padding:5px;font-weight:bold;}

.scTable th, .scTable td {text-align:left;padding:5px;}


.scTable td {
	background-color: #CEE4FF;
}

.scTable th {
	color:white;
	background-color: #0066FF;
	font-size: 0.95em;
	padding-left: 5px;
}

/* --------------------------------------- */

hr {
height:1px;
color:lightgrey;
background-color:lightgrey;
border:none;
	
}


/* =Headings
----------------------------------------------- */
h2 {
  margin:.75em 0 0;
  font-size:150%;
  }
h3 {
  font-size:100%;
  margin:.75em 0 0;
  color:#233;
  }

.dottedsub {
	margin-bottom:10px;
	border-bottom-width:3px;
	border-bottom:dotted;
	border-bottom-color:lightgrey;
	}

/* =Lists
----------------------------------------------- */
ul {
  margin:0 0 1em;
  padding:0;
  list-style:none;
  }
li {
  background:url("../_site-assets/images/bullet.gif") no-repeat  4px 4px;
  margin:0;
  margin-bottom:1em;
  padding:0 0 0 15px;
  }


/* =Misc
----------------------------------------------- */
p {
  margin:0 0 .75em;
  }
p.btn {
  background:url("/img/bg-btn.gif") repeat 0 0;
  margin:0 0 .5em;
  padding:15px 5px;
  }
p.btn img {
  display:block;
  margin:0 auto;
  }
.unit {
  white-space:nowrap;
  }


/* =Ad Panels
----------------------------------------------- */
#verticalspotpanel {
position:relative;
top:4px;
left:8px;
height:248px;
width:544px;
z-index:0;
}

#verticalspot1 {
position:relative;
left:0px;

}

#verticalspot2 {
position:relative;
left:184px;

}

#verticalspot3 {
position:relative;
left:368px;

}


/* =Header
----------------------------------------------- */
#header {
	position:relative;
	top:0;
	float:left;
	width:960px;
	height:88px;
	padding:0 0 0;
	background-color: #FFFFFF;
	background-image:  url("../_assets/images/sc-header-bg.jpg");
	background-position: bottom;
	background-repeat: repeat-x;
  }
#logo {
  float:left;
  display:block;
  text-decoration:none;  
  }
  
#logo img {
  display:block;
  position:relative;
  top:0;
  width:203px;
  height:88px;
  }
  
#header-right-edge {
  float:right;
	width:9px;
	height:88px;
	position:relative;
	top:0;
	background-image:  url("../_site-assets/images/header-rt-edge.jpg");
}  
 
#headerPhoneNumber  {
	width:208px;
	height:30px;
	position:absolute;
	top:56px;
	left:740px;
}  


  
#search {
	position:absolute;
	left:706px;
	top:20px;	
  }

#searchtext {
  float:left;
  width:150px;
  border:1px solid;
  border-color:#999;
  }
#search input.btn {
  float:left;
  }

/* =Panel under Header
----------------------------------------------- */

#mainMenuUnderline {
	border-top-color: #E2E2E2;
	border-top-style: solid;
	border-top-width: 6px;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}



#top-panel {
padding-left:8px;
}


/* =Header InfoLinks eg log in
----------------------------------------------- */
#headerInfoLinks {
	position: absolute;
	z-index:100;
	right: 18px;
	top: 6px;
	font-size: .8em;
}

#headerInfoLinks a:link {
	text-decoration:none;
}

#headerInfoLinks a:visited {
	text-decoration:none;
}

#headerInfoLinks a:hover {
	text-decoration:underline;
}

.accExtra {
	display:none;
}

#header #newsticker {
	position:absolute;
	width: 500px;
	height:43px;
	z-index:100;
	left: 190px;
	top: 38px;
	font-size: 1.1em;
}

#newsticker li{
	background:none;
	color:#666;
}

#newsticker a:link {
	text-decoration:none;
	}


#newsticker a:visited {
	text-decoration:none;	
	}


#newsticker a:hover{
	color:#FF0000;
}

/* =Header Nav
----------------------------------------------- 
*/

/* Sons on Suckerfish essentials... */
#nav a {
	display: block;
	/* width: 10em; */
}

#nav li { /* all list items */
	float: left;
	width: auto; /* width needed or else Opera goes nuts */
}

#nav li ul { /* the drop-down ul block */
	position: absolute;
	width: 15em;
	left: -999em;
	background-color: #333333;
	z-index: 999;
}
#nav li ul a{ /* the items inside the ul drop-down */
	width: 13.4em;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-right-style: none;
	text-transform:none;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	min-height: 0;
}
/* end of Suckerfish stuff */



#nav {
	background: url("../_site-assets/images/bg-nav.jpg") repeat-x 0 0;
	float:left;
	width:960px;
	margin:0;
	padding:0;
	border-bottom:2px solid #272727;
	list-style:none;
	background-color: #000000;
	border-bottom-color: #161616;
	border-top-color: #D8D8D8;
	border-top-style: solid;
	border-top-width: 1px;
  }

#nav li {
  margin:0;
  background:none;
  display:inline;
  padding:0;
  }
#nav li a, #nav li strong {
	/* float:left; */
	width:auto;
	padding:5px 9px 3px;
	border-left:1px solid #579;
	border-right:1px solid #135;
	color:#FFF;
	text-transform:uppercase;
	text-decoration:none;
	border-right-color: #999999;
	border-left-color: #333333;
  }
#nav li strong {
  background:#246;
  color:#fff;
  }
#nav li a strong {
  padding:0;
  border-width:0;
  }
#nav li a:hover {
	border-left-color:#246;
	color:#fff;
	background-color: #000099;
  }



/* =Side Nav  
----------------------------------------------- */  
 

#navcontainer { 
width: 200px; 
font-size:100%;
line-height:1.2em;
font-family: Verdana,Sans-serif;
}

#navcontainer ul
{
margin-bottom: 0;
padding-left: 0;
list-style-type: none;

}

#navcontainer li {
  margin:0;
  padding:0 0 0 0;
  }

#navcontainer a
{
display: block;
width: 188px;
padding: 4px 2px 4px 10px;
background-color: #FFFF66;
}

#navcontainer a:link, #navlist a:visited
{
	color: #000099;
	text-decoration: none;
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FFCC66;
}

#navcontainer a:hover
{
background-color: #000099;
color: #fff;
}
 
#navcontainer .navHeading{
padding: 2px 2px 2px 2px;
	background-color: #E9B501;
	font-weight: bold;
	color: #FFFFFF;
} 


 
 
/* =supplementary Side Nav
----------------------------------------------- */  
 
#supplementarynavcontainer { 
width: 200px; 
font-size:100%;
line-height:1.2em;
font-family: Verdana,Sans-serif;
}

#supplementarynavcontainer ul
{
margin-bottom: 0;
padding-left: 0;
list-style-type: none;

}

#supplementarynavcontainer li {
  margin:0;
  padding:0 0 0 0;
  }

#supplementarynavcontainer a
{
display: block;
width: 188px;
padding: 4px 2px 4px 10px;
background-color: #BFFF91;
}

#supplementarynavcontainer a:link, #supplementarynavlist a:visited
{
	color: #000099;
	text-decoration: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #8DE359;
}

#supplementarynavcontainer a:hover
{
	background-color: #000099;
	color: #fff;
}
 

#supplementarynavcontainer .supplementarynavHeading{
	padding: 2px 2px 2px 2px;
	background-color: #009900;
	font-weight: bold;
	color: #FFFFFF;
} 
 





/* =Content
----------------------------------------------- */
#content {
	float:left;
	width:960px;
	margin:0;
	background-image:  url("../_site-assets/images/left-side-rignt-edge.jpg");
	background-repeat: repeat-y;
	padding-bottom:20px;
  }
#content-group {
  float:right;
  width:760px;
  }
  
#sectiontitle {
	/* background-color: #009900; */
	color: #FFFFFF;
	height:19px;
	padding: 2px;
	padding-left: 8px;
	border-top-color: #00CC00;
	border-top-style: solid;
	border-top-width: 1px;
	background-image: url(../_site-assets/images/section-head-bg.gif);
}  

#sectiontitle h1, #sectiontitle h2 {
	position:relative;
	top:-1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:12px;	
	letter-spacing: 0.2em;	
}


#content-main {
	float:left;
	width:560px;
  }
#content-extra {
	float:right;
	width:200px;
  }
#content-sub {
	float:left;
	width:200px;
  }
  

/* =MainCol Content
----------------------------------------------- */
h1 {
	margin:10px .15em 10px 0;
	font:200%/1.2em Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:0.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  }


h2 {
	margin:0 0.15em 0.25em 0pt;
	font:110%/1.2em Helvetica,Arial,Sans-serif;
	letter-spacing:0.05em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
  }


#content-main p, #content-main h1, #content-main h2, #content-main h3, #content-main ul, #content-main form {
	padding-left:8px;
	padding-right:8px;
  }



#content-main h2.pageicon {
	margin: 0 0 .2em 50px;
	font-size: 110%;
	font-weight: bold;
	padding-top: 4px;
	padding-right: 50px;
	padding-left:20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D7E2FF;
	background-image: url(../_site-assets/images/icon-pg.gif);
	background-repeat: no-repeat;
	background-position: 0 11px;
	line-height: 1.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0.05em;
}



#content-main h2.wordicon {
	margin: 0 0 .2em 50px;
	font-size: 110%;
	font-weight: bold;
	padding-top: 4px;
	padding-right: 50px;
	padding-left:20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D7E2FF;
	background-image: url(../_site-assets/images/icon-word.gif);
	background-repeat: no-repeat;
	background-position: 0 8px;
	line-height: 1.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0.05em;
}



#content-main h2.pdficon {
	margin: 0 0 .2em 50px;
	font-size: 110%;
	font-weight: bold;
	padding-top: 4px;
	padding-right: 50px;
	padding-left:20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D7E2FF;
	background-image: url(../_site-assets/images/icon-pdf.gif);
	background-repeat: no-repeat;
	background-position: 0 8px;
	line-height: 1.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0.05em;
}




#content-main a:link {
	color: #0000CC;
	text-decoration: none;

}

#content-main a:visited {
	color: #003399;
	text-decoration: none;

}

#content-main a:hover {
	color: #FF0000;
	text-decoration: underline;

}


.imageLeft {
	clear: left;
	float: left;
	margin-right: 10px;
	margin-top: 0px;
	margin-left: 10px;
	border: 1px solid #000000;
}


.imageLeftWithCaption {
	clear: left;
	float: left;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
	border: 1px solid #000000;
	background-color: #E1E1E1;
}

#content-main p.caption {
	margin: 0 0 0 0;
	font-size: 0.9em;
	padding-right: 2px;
	padding-left: 4px;
	padding-bottom: 2px;

}

.note {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 140%;
	letter-spacing: 0.01em;
	display:block;
	padding-left: 6px;
	padding-right: 10px;
	color: #666666;
	font-weight: normal;
}

.noteblack {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 140%;
	letter-spacing: 0.01em;
	display:block;
	padding-left: 6px;
	padding-right: 10px;
	color: #000000;
	font-weight: normal;
}



/* =Right Sidebar Area
----------------------------------------------- */
#extra-featured {
	padding-right: 0;	
	border-left-style: dashed;
	border-left-color: #999999;
	border-left-width: 1px;
}
#extra-featured h3 {
	margin-top:0;
	padding-right: 5px;	
}

#extra-featured p {
	padding-right: 5px;	
}





/* =Footer
----------------------------------------------- */
#footer {
  float:left;
  width:100%;
  border-top:1px solid lightBlue
  }


#footerimage {
	line-height: 0;
}

/* =the left column
----------------------------------------------- */


#subnav h3 {
  background:#be0 url("/img/bg-subnav-hdr.jpg") repeat-x 0 0;
  margin:0;
  padding:4px 9px 3px;
  border-bottom:1px solid #9c0;
  text-transform:uppercase;
  color:#683;
  }
#subnav ul {
  padding-top:5px;
  }


/* #subnav li {
  background:none;
  width:190px;
  padding:0;
  }
#subnav li a {
  background:url("/img/bullet.gif") no-repeat 10px 50%;
  display:block;
  width:158px;
  padding:3px 10px 3px 21px;
  text-decoration:none;
  color:#357;
  }
  
#subnav li a:hover {
  background-color:#fff;
  }

*/


#subnav p {
  padding:0 10px;
  }



/* tw course list nav */

#sidemenucontainer h6 {
	margin:0;
	padding-left:3px;
	font-size:100%;
	font-weight: normal;
}

#sidemenucontainer p {
	margin:0;
	padding-left:3px;
	font-size:100%;
}

.menulist li{
	background:none;
}

#sidemenucontainer { width: 199px; }

#sidemenucontainer ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 4px;
	letter-spacing: normal;
}

#sidemenucontainer li
{
	padding:0;
	margin-bottom:0;
}	

#sidemenucontainer a
{
	display: block;
	padding: 3px;
	padding-left:20px;
	width: 176px;
	background-image: url(../_site-assets/images/nav-bg-with-bullet.gif);
	background-repeat: repeat-y;
	border-bottom-color: #CCCCCC;
	border-top-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#sidemenucontainer a:link, .menulist a:visited
{
color: #000077;
text-decoration: none;
}

#sidemenucontainer a:hover
{
	background-color: #EBEBEB;
	color: #D70000;
	/* background-image: none; */
	background-image: url(../_site-assets/images/nav-bg-with-bullet-hover.gif);
	background-repeat: repeat-y;	
}


#sidemenucontainer .navSubHead {
	background-color: #EDEDEF;
	padding-left:2px;
	color:#000;
}

/* Section Headers
----------------------------------------------- 
The CSS for custom Section Headers should be placed in the relevant _pageExtras.css file
*/



/* Grid Display
----------------------------------------------- 
This css was initially written for the thumbnail display grid for the Video Gallery page

Note: After each row of the grid, put <br class="clearboth"> in the html

*/

#grid {
margin:5px;	
}

.gridcell
{
float: left;
width: 220px;


margin: 0 10px 10px 0;
padding: 4px;
}

.clearboth { clear: both; }


.gridcell img {
	border:1px solid;
	}



/* Marketing pull-quote
-----------------------------------------------  */

.mktQuote {
	width:160px;
	margin-top:150px;
	margin-left:20px;
	font-family: "Times New Roman", Times, serif;
	font-size:18px;
	font-style:italic;
	text-align:center;
}
.mktQuote .quotemarkLeft {
	float:left;
	/*margin-top:-12px; */
	position:relative;
	top:0px;
}
.mktQuote span .quotemarkRight {
	float:right;
}

/* ----------------------------------------------- */


/* =Variations (default is SMX)
----------------------------------------------- */
.mxs #content {background-position:right top;}
.mxs #content-group {float:left;}
.mxs #content-sub {float:right;}

.xms #content {background-position:right top;}
.xms #content-group {float:left;}
.xms #content-sub {float:right;}
.xms #content-main {float:right;}
.xms #content-extra {float:left;}

.ms #content {background-position:right top;}
.ms #content-group {float:left;}
.ms #content-main {width:525px; margin-bottom:15px;}
.ms #content-sub {float:right;}
.ms #content-extra {width:525px; display:none;}

.sm #content-main {width:525px; margin-bottom:15px;}
.sm #content-extra {width:525px; display:none;}

.m #content {background-image:none;}
.m #content-group {width:730px;}
.m #content-main {width:730px;}
.m #content-sub {width:730px; display:none;}
.m #content-extra {width:730px; display:none;}

