﻿
/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* Style start */

body {
	font-family: arial, verdana, sans-serif;
	background: url(../../images/gradient_bg.jpg) repeat-x #363636;
	overflow-x: hidden; 
	margin: 20px 0 20px 0;
	text-align: left;
}

form
{
    margin: 0px;
    padding: 0px;
}

/* general link styles  */

a:link,
a:visited, 
a:active {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.infoBox
{
	background: #f9f9f9;
	padding: 15px;
	margin: 0px 0px 10px 0px;
}

strong {
    font-weight: bold !important;
}

/* containers and whatnot  */

div
{
    
}

#top_cap {
	background:url(../../images/top_cap_drop.png) no-repeat bottom center;
	_background:url(../../images/top_cap_nodrop.gif) no-repeat bottom center;
	text-align: center; 
	height: 28px;
	margin: 0px auto;
	
}

#container 
{
	margin: 0px auto;
	background:url(../../images/bg_drop.png) repeat-y center;
	_background:url(../../images/bg_nodrop.gif) repeat-y center;
	padding: 0 0 40px 0;
	font-size: 11px;
	color: #666666;
}
#content_container 
{
	margin: 0 auto;
	width: 740px;
	text-align: left;
    padding: 0 0 10px 0;
	line-height: 1.3;
}
#bottom_cap {
	background: url(../../images/bottom_cap_drop.png) no-repeat center;
	_background: url(../../images/bottom_cap_nodrop.gif) no-repeat top;
	text-align: center; 
	height: 46px;
	_height: 10px;
	margin: 0 auto;
	
}

.sidebar {
	width: 175px;
	}
#content {
	width: 555px !important;
	text-align:left;
	padding: 0px 0px 40px 0px;
	display: block;
	}
	
#content.fullwidth 
{
    width: auto !important;
}
.pos-right {
	float:right;
	
}
.pos-left {
	float:left;
}

div#header,
div#footer {
	margin: 0 auto;
	width: 740px;
}
div#footer {
    background-image: url(../../images/background_740x31.gif);
	background-repeat: no-repeat;
	height: 31px;
	width: 740px;
	}
div#footer ul {
	list-style-type:none;
	clear:both;
	margin: 0 0 0 10px;
	padding: 9px 0 0 0;
}
#footer a {
	color: #999;
}
div#header {
	padding: 0 0 16px 0;
	text-align:left;
}
div#header h1 {
	font-size: 0.001px;
	text-indent: -999999px;
	width: 400px;
	height: 39px;
	margin: 2px 10px 10px 0px;
	display: block;
	float: right;
}
div#header img.logo {
	float:left;
	display:block;
	margin: 0;
}

#copyright {
    width: 730px; 
    margin: 3px auto 0 auto; 
    color: #999999;
    padding-left: 10px;
}

/* navigation list stylings for header, footer, and utility navigation  

.nav
{
    list-style-type:none;
	clear:both;
	margin: 0;
	padding:0;
	background-image: url(../../images/background_740x31.gif);
	background-repeat: no-repeat;
	height: 31px;
	width: 740px;
}

.nav td
{
	font-size: 13px;
	font-weight: bold;
	padding: 1px 16px;
	margin: 8px 0px;
}


ul#nav,
ul#footer {
	list-style-type:none;
	clear:both;
	margin: 0;
	padding:0;
}

#footer a {
	color: #333;
}

ul#nav,
ul#footer {
	background-image: url(../../images/background_740x31.gif);
	background-repeat: no-repeat;
	height: 31px;
	width: 740px;
}
ul#util_nav {
	float:right;	
	list-style-type:none;
	clear:both;
	margin: 5px;
	padding:0;
}
ul#util_nav a:link {
	color: #ff8cf6;
}
ul#nav li{
	float: left;
	font-size: 13px;
	font-weight: bold;
	padding: 1px 16px;
	margin: 8px 0px;
	border-left: solid 1px #ddd;
	line-height: 1em;
	text-align: center;
	display: block;
}

ul#footer li {
	float:left;
	font-size: 11px;
	padding: 2px 26px;
	margin: 8px 0px;
	border-left: solid 1px #ddd;
	line-height: 1em;
	text-align: center;
	display:block;
}

ul#nav li.first, 
ul#footer li.first {
	border-left: none;
} 

ul#util_nav li {
	float:left;
	font-size: 11px;
	display:block;
	padding: 0 6px 0 6px;
	border-left: solid 1px #ddd;
}
ul#util_nav li.first {
	border-left: none;
}

*/
/* active on states for main nav, based on body id, all pages in section should have id applied */
body#design ul#nav li#design a:link,
body#design ul#nav li#design a:visited,
body#design ul#nav li#design a:active,
body#motion ul#nav li#motion a:link,
body#motion ul#nav li#motion a:visited,
body#motion ul#nav li#motion a:active,
body#media ul#nav li#media a:link,
body#media ul#nav li#media a:visited,
body#media ul#nav li#media a:active,
body#content_writing ul#nav li#content_writing a:link,
body#content_writing ul#nav li#content_writing a:visited,
body#content_writing ul#nav li#content_writing a:active,
body#ux ul#nav li#ux a:link,
body#ux ul#nav li#ux a:visited,
body#ux ul#nav li#ux a:active,
body#accessibility ul#nav li#accessibility a:link,
body#accessibility ul#nav li#accessibility a:visited,
body#accessibility ul#nav li#accessibility a:active {
	color: #333;
}

/* Sidebar */
div.leftthinrightwide .contentbar {
    width:555px;
}

div.leftthinrightwide .leftbar {
    width:175px;
}

/* ----------------------------------- */

div.rightthinleftwide .rightbar {

}

div.rightthinleftwide .contentbar {

}

/* ----------------------------------- */

div.column3 .rightbar {
	width: 185px;
}

div.column3 .leftbar {
	width: 175px;
}


div.column3 .contentbar {
    margin: 0px 195px 0px 185px;
}

/* ----------------------------------- */

.thinbar div.module h3 {
	padding: 7px 10px 5px 12px;
	background-image : url(../../images/sidebar_hd_175.gif);
	background-repeat : no-repeat;
	background-color: #fff;
	font-size: 11px;
 	font-weight: bold;
	margin: 0;
}

.thinbar div.module {
	background-image : url(../../images/sidebar_content_175.gif); 
	background-position: bottom left;
	background-repeat : no-repeat;
	background-color: #fff;
	font-size: 11px;
	color: #666;
	margin: 0;
	text-align:left;
	margin-bottom: 10px;
}

.thinbar div.module .module {
    margin-bottom: 0px;
}

.thinbar div.module ul {
	list-style-type:none;
	font-size: 11px;
	text-align:left;
	line-height: 1.1em;
	margin: 0;
	padding: 15px;
}

.thinbar div.module ul li {
	margin: 0;
	padding: 0 0 5px 9px;
	background: url(../../images/carat-pointer-txt_11px.gif) 0 3px;
	background-repeat: no-repeat;
	color: #333;
}

.thinbar div.module ul li a:link, 
.thinbar div.module ul li a:active,
.thinbar div.module ul li a:visited {
	color: #666;
	text-decoration: none;
}

.thinbar div.module p a:link, 
.thinbar div.module p a:active,
.thinbar div.module p a:visited {
	color: #666666;
}

.thinbar div.module ul li a:hover {
	text-decoration: underline;
}

.thinbar div.module p {
	padding: 10px 15px 19px 15px;
	margin: 0px;
}

.thinbar div.module div .buttons {
	padding: 0px 15px 10px 15px;
	margin-top: -8px;
	text-align: right;    
}

.thinbar div.module img {
	padding: 10px 15px 19px 15px;
	margin: 0px;
}

.thinbar div.news_box {
	background-image: url(../../images/home_news_updates.gif); 
	background-repeat: no-repeat;
	background-color: #fff;
	font-size: 11px;
	color: #666;
	height: 124px;
	width: 175px;
	margin: 0 0 16px 0;
	padding: 0;
}

.thinbar div.news_box div {
	padding: 40px 0 0 0;
}

.thinbar div.news_box ul {
	margin: 0;
	padding: 0;
	list-style-type:none;
	font-size: 11px;
	text-align:left;
	line-height: 1em;
	height: 65px;
	width: 160px;
}

.thinbar div.news_box ul li {
	margin: 0 0 0 15px;
	padding: 0 0 5px 9px;
	background: url(../../images/carat-pointer-txt_11px.gif) 0 3px;
	background-repeat: no-repeat;
}

.thinbar div.filters ul li {
    background-image: none;
    padding-left: 0;
}

.thinbar div.filters ul li select {
    width: 100%;
    display: block;
}

.footer_copyright {
    display: block;
    width: 720px;
    margin: 2px auto 0 auto;
    color: #999999;
    text-align: left;
}

/* Content styling */
	
h1 { font-size: 17px; }

h2 
{
    font-size: 20px;
	margin: 0px 0px 4px 0px;
	display: block;
	font-weight: normal;
	padding: 0px;
	color: #ff8cf6; 
}	
.contentbar h3,
.contentbar h3 a
{
    font-size: 13px;
    font-weight: bold;
    padding: 5px 0 3px 0;
	border-bottom: solid 1px #dadada;
	margin: 0 0 5px 0;      
}	

h4 { font-size: 13px !important; }	
h5 { font-size: 12px !important; }	
h6 { font-size: 11px !important; }	

h1, h3, h4, h5, h6 {
	color: #333; 
}

.contentbar h4,
.contentbar h5,
.contentbar h6 {
	padding: 5px 0 3px 0 !important;
	border-bottom: solid 1px #dadada !important;
	margin: 0 0 5px 0 !important;
}

.contentbar ul {
    margin-top: 10px;
}

.contentbar ul li {
    margin-bottom: 0.5em !important;
    list-style-type: square;
    margin-left: 40px;
}

.contentbar ul li strong {
    display: block;
}

#content .module {
	padding: 5px 5px 5px 0;
	font-size: 11px;
	margin: 0;
	color: #666;
}
#content .module p {
	margin-top: 0px;
}
#content .module ul {
	margin-top: 5px;
	padding-top: 0px;
}
#content ul 
{
    list-style-type: square;
}
#content .module ul li {
	list-style-type: square;
}
#content .module ul.nobull li {
	list-style-type: none;
}
#content a:link,
#content a:visited, 
#content a:active {
	color: #ff8cf6;
}
#content a:link.carat,
#content a:visited.carat {
	background: url('../images/carat-pointer-txt_11px.gif') no-repeat 0 4px;
	padding-left: 7px;
}
#content a:link.top,
#content a:visited.top {
	background: url('../images/carat-pointer-txt_11px_up.gif') no-repeat 0 4px;
	padding-left: 7px;
	color: #ff8cf6;
}
#content .module span {
	margin: 0; 
	padding: 5px 0 5px 0;
	color: #666;
}	
#content .module span.callout {
	float: right;
	display: block;
	margin: 0 0 10px 10px; 
	width: 125px;
	background: #f9f9f9;
	padding: 15px;
}
#content .module span.callout_horiz{
	float: left;
	display: block;
	margin: 0 10px 0 0; 
	width: 90px;
	background: #f9f9f9;
	padding: 15px;
}
#content .module span.callout a:link,
#content .module span.callout a:visited,
#content .module span.callout_horiz a:link,
#content .module span.callout_horiz a:visited {
	display: block;
	padding: 5px 0 5px 0;
	text-align: center;
	text-decoration: none;
}
#content img.header {
	margin-bottom: 11px;
}


/* "Home" page special stuff */

div.home_img {
	margin: 0 0 16px 0;
}

ul.plank_1, 
ul.plank_2 {
	margin: 0 0 16px 0;
	padding: 0;
	list-style-type:none;
	font-size: 11px;
	height: 120px;
}
ul.plank_1 li, 
ul.plank_2 li {
	display: block;
	float:left;
	width: 184px;
}
ul.plank_1 li p, 
ul.plank_2 li p {
	padding: 0 15px 0 0;
	margin: 0 0 16px 0;
	color: #666;
}
ul.plank_1 li h3, 
ul.plank_2 li h3 {
	padding: 0px;
	color: #ff3300;
	margin: 0 0 10px 0;
	border-bottom: none;
}
div.left {
	float: left;
	margin-right: 10px;
}

.comp_gridview
{
    border: solid 1px white;
}

.comp_gridview th
{
    padding: 5px;
    background: #ECECEC;
}

.comp_gridview td
{
    padding: 5px;
}

/* Competency headers */

.foundationHeader
{
    border-top: none;
    border-bottom: solid 1px #E0E0E0;
    border-right: solid 3px #FFFFFF;
    border-left: none;
    color: #6CAF3D;
    padding: 5px;
}

.intermediateHeader
{
    border-top: none;
    border-bottom: solid 1px #E0E0E0;
    border-right: solid 3px #FFFFFF;
    border-left: solid 3px #FFFFFF;
    color: #ff8cf6;
}

.advancedHeader
{
    border-top: none;
    border-bottom: solid 1px #E0E0E0;
    border-right: none;
    border-left: solid 3px #FFFFFF;
    color: #2895D5;
}

/* List for competencies */

.comp_gridview ul
{
    list-style: square;
    padding: 0px 0px 0px 15px;
    margin: 0px;
    text-indent: 0px;
}

.comp_gridview ul li
{
    list-style: square;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 5px 0px;
    text-indent: 0px;
}

a:link,
a:visited
{
    color: #ff8cf6;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

#content h3 a,
#content h3 a:hover,
#content h3 a:active,
#content h4 a,
#content h4 a:hover,
#content h4 a:active
{
    text-decoration: none;
    color: inherit;
}

p {
    margin-bottom: .5em;
}
h2, h3, h4 {
    margin-bottom: .7em;
}

/* Process Steps */

.stepContainer
{
    float: left;
    width: 740px;
    text-align: left;
}

.processStep
{
    float: left;
    display: block;
    width: 344px;
    padding: 8px;
    text-align: center;
    background: url(../../images/process_step_bg.gif) no-repeat top;
}

.processFormPanel
{
    float: right;
    display: block;
    width: 360px;
    margin: 0px 0px 8px 0px;
}

.processFormPanel h3
{
    padding: 7px 10px 5px 10px;
    width: 340px;
	background: url(../../images/process_form_head.gif) no-repeat top #ECECEC;
	font-size: 11px;
 	font-weight: bold;
	margin:0;
}

.processFormBot
{
    padding: 10px 5px 10px 10px;
    width: 345px;
	background: url(../../images/process_form_body.gif) no-repeat bottom;
	font-size: 11px;
	margin: 0px;
}

.processFormBot table
{
    width: 100%;
}

.processFormBot table td
{
    padding: 2px;
}

.processFormItem
{
    font-size: 10px;
    width: 220px;
}

.processArrow
{
    margin: 10px 171px 0px 171px;
    float: left;
    display: block;
}

.processLinks
{
    float: right;
    display: block;
    width: 360px;
    background: #FAFAFA;
    list-style: square;
}

.processLinks ul
{
    padding: 10px 0px 10px 30px;
    margin: 0px;
}

.role_gridview
{
   border-bottom: solid 1px #DCDCDC;
}

.role_gridview th
{
    padding: 5px;
    background: #ECECEC;
    color: #818181;
    border-top: solid 1px #DCDCDC;
    border-bottom: solid 1px #DCDCDC;
}

.role_gridview td
{
    padding: 5px;
}

.foundationLabel
{
    border-left: solid 1px #DCDCDC;
    color: #6CAF3D;
    font-weight: bold;
}

.intermediateLabel
{
    border-left: solid 1px #DCDCDC; 
    color: #ff8cf6;
    font-weight: bold;
}

.advancedLabel
{
    border-left: solid 1px #DCDCDC;
    color: #2895D5;
    font-weight: bold;
}

.selectedRole
{
    font-weight: bold;
}

.orangeButton
{
    background: url(../../images/orange_button_bg.gif) repeat-x top #FBC46A;
    border: none;
    font-size: 10px;
    font-weight: bold;
    color: White;
    padding: 2px 11px 2px 11px;
    cursor: pointer;
}

.imageButton
{
    margin: 0px 2px 2px 0px;
}

h2 a, h3 a, h4 a 
{
    color: #333333 !important;
}

.thinbar a,
.module ul li a,
h2
{
    color: #999999 !important;
}

