@charset "UTF-8";
html {
		_overflow-x: hidden; /* IE 6 */
}
body {
	font: 12px Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #6C6C6C;
}
.oneColElsCtr #container {
	width: 900px;
	background: #FFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
p {
	margin: 0;
	padding: 0;
}
ul {
	line-height: 1.2em;
	text-align: justify;
}
li {
	margin-bottom: 3px; 
}

#header {
	clear: both;
}
#header div#logo {
	width: 650px;
	height: 80px;
	float: left;
}
h1.logo {
	background: url('../img/template/layer-page_r1_c2.jpg') 0 0;
	height: 80px;
	text-indent: -12000em;
	margin: 0;
	padding: 0;
}
#header div#search-box {
	height: 80px;
	width: 250px;
	float: right;
}
#header div#search-box {
	margin: 50px 0 0 0;
	padding: 0;
	list-style: none;
	background: url('../img/template/layer-page_r2_c4.jpg') 0 0 no-repeat;
	height: 30px;
}
#SearchWrap {
	float: right;
	width: 162px;
	margin: 6px 5px 0 0;
}
#other-icons {
	margin: 8px 175px 0 20px;
	text-align: right;
}
#other-icons ul, #other-icons ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#other-icons ul li {
	margin: 0 10px 0 0;
}
#search_box {
	width: 162px;
	height: 18px;
	background: url(/img/template/bg_search.gif) 0 0 no-repeat;
}
#search_box #s {
	float: left;
	padding: 0;
	border: 0;
	width: 124px;
	background: none;
	font-size: 9pt;
	font-family:  Arial;
	padding: 2px 5px;
}
#search_box #go {
	float: right;
	margin: 1px;
}

div#splash-menu {
	width: 900px;
	height: 253px;
	/*background: url('../img/template/layer-page_r3_c2.jpg') 0 0 no-repeat;*/
	clear: both;
}

div#content-wrap {
	width: 900px;
	clear: both;
	padding-top: 20px;
}
div#content-box {
	float: right;
	width: 700px;
	border-top: 3px solid #004C9A;
}
div#side-nav-panel {
	border-top: 3px solid #00BFF3;
	width: 180px;
	padding-top: 0px;
	text-transform: uppercase;
}



div.breadcrumbs-title {
	color: #6C6C6C;
	text-transform: uppercase;
	font: 11px Arial;
	padding: 5px 0 30px 0;
}
div.breadcrumbs-title ul {
	margin: 0;
	padding: 0;
	_text-align: left;
}
div.breadcrumbs-title ul li {
	float: left;
	display: block;
	padding: 2px 5px 0 9px;
	background: url(/img/bullet-arrow2.gif) 0 6px no-repeat;
}
div.breadcrumbs-title ul li.f {
	background: none;
	padding-left: 0;
}
div.breadcrumbs-title a {
	text-decoration: none;
	color: #6C6C6C;
}	
div.breadcrumbs-title h3.subtitle {
	margin: -2px 0 0 0;
	padding: 0;
	color: #0061C1;
	font: bold 14px Arial;
	clear: both;
}
div.breadcrumbs-title li.overflow {
	clear: both;
	float: none;
	margin-bottom: -15px;
}



#content-box h1 { /* *Diagram */
	color: #CDCDCD;
	display: block;
	background-color: #EBEBEB;
	text-align: center;
	padding: 20px 0;
	border: 2px dotted #CDCDCD;
}
#content-box div.diagram {
	text-align: center;
	display: block;
}
#content-box p {
	margin: 0;
	padding: 0 0 10px 0;
	color: #6C6C6C;
	text-align: justify;
	clear: both;
	/*line-height: 1.3em;*/
}
#content-box p.big {
	margin-top: 20px;
	font-size: 16px;
}
#content-box div.vision {
	margin: 0;
	padding: 0 0 10px 0;
	color: #6C6C6C;
	text-align: justify;
}
#content-box a.link {
	color: #000;
}
#content-box a.link:hover {
	color: #F00;
}
#content-box a {
	color: #6C6C6C;
	text-decoration: none;
}
#content-box a:hover {
	color: #005680;
	text-decoration: underline;
}

#content-box ul#bullet-points,
#content-box ul.bullet-points {
	margin-top: -5px;
	line-height: 1.3em;
	text-align: justify;
	list-style: circle;
}
#content-box ul#bullet-points li,
#content-box ul.bullet-points li {
	padding-bottom: 3px;
}

#content-box ul.bullet-points ul {
	margin-top: 2px;
	line-height: 1.3em;
	text-align: justify;
	list-style: square;
}
#content-box ul.bullet-points ul li {
	padding-bottom: 0px;
}
.square {
	list-style: square;
}

#content-box #quicklink {
	float: left;
	font: bold 11px arial;
	color: #f00;
	margin: 3px 5px 0 0;
}
#content-box div#floating-menu form {
	margin: 0;
	padding: 0;
}
#content-box div#floating-menu select {
	 font: 11px Arial;
	 border: 1px solid #ccc;
	 background-color: #FFFF80;
}
#content-box div#floating-menu option {
	margin: 0 0 5px 0;
}

#content-box table#factoids {
	border: 1px solid #FFF;
	width: 100%;
	line-height: 1.5em;
	padding: 0 0 10px 0;
}
#content-box table#factoids td {
	padding: 10px 5px;
	vertical-align: top;
	border-bottom: 1px solid #E1E1E1;
}
#content-box table#factoids td.title {
	width: 30%;
	background-color: #FCFCFC;
}
#content-box table#factoids td.desc {
	width: 70%;
}

#content-box img.video-link {
	float: right;
	padding: 2px 0px 5px 10px;
	cursor: pointer;
	
}

#content-box table#tbl-milestones {
	border: 1px solid #CCC;
	width: 100%;
	line-height: 1.5em;
	padding: 0 0 10px 0;
}
#content-box table#tbl-milestones td.month {
	width: 15%;
}
#content-box table#tbl-milestones td.year {
	width: 15%;
}
#content-box table#tbl-milestones td.desc {
	width: 70%;
}

dl.cts,
dl.ets,
dl.ets-skillsets {
	margin: 0;
}
dl.cts dt,
dl.ets dt,
dl.ets-skillsets dt {
	font-weight: bold;
}
dl.cts dd,
dl.ets dd,
dl.ets-skillsets dd {
	text-align: justify;
	margin: 5px 0 25px 0;
}
dl.ets-skillsets dd.no-space {
	margin-bottom: 0;
}




#content-box table.tbl-cee {
	width: 100%;
	line-height: 1.5em;
	text-align: justify;
	padding: 0 0 10px 0;
}
#content-box table.tbl-cee td.title {
	width: 35%;
	vertical-align: top;
	font-weight: bold;
	border: 1px solid #DFEFFF;
	padding: 4px;
}
#content-box table.tbl-cee td.desc {
	width: 65%;
	vertical-align: top;
	border: 1px solid #DFEFFF;
	padding: 4px 4px 10px 4px;
}

dl.skillsets {
	margin: 0;
	padding: 0;
}
dl.skillsets dt {
	font-weight: bold;
	margin: 0 0 2px 0;
	padding: 0;
}
dl.skillsets dd {
	padding: 0;
	margin: 0 0 14px 10px;
}
dl.skillsets dd.no-gap {
	margin-bottom: 0;
}

#content-box a.blink {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 3px;
	border: 1px solid #FFF;
}
#content-box a.blink:hover {
	text-decoration: none;
	color: #000;
	background-color: #DFEFFF;
	border: 1px solid #B7DBFF;
}

#content-box dl#contact-us-info {
	margin: 0;
	padding: 0;
}

#content-box dl#contact-us-info dt {
	font: bolder 13px Arial;
}
#content-box dl#contact-us-info dd {
	margin: 0;
}
#content-box dl#contact-us-info dd.last {
	padding-bottom: 20px;
}
#content-box dl#contact-us-info dd a {
	color: #6C6C6C;
	text-decoration: none;
}
#content-box dl#contact-us-info dd a:hover {
	color: #F00;
	text-decoration: underline;
}

#content-box  div#back-btn {
	margin-top: 20px;
}
#content-box  div#back-btn a {
	width: 100px;
	height: 18px;
	text-decoration: none;
	color: #6c6c6c;
	display: block;
	background: url(/img/back-btn.gif) 0 0 no-repeat;
	text-indent: -12000em;
}
#content-box  div#service {
	margin-top: 20px;
}

#content-box  div#service a {
	width: 117px;
	height: 18px;
	text-decoration: none;
	color: #909090;
	font-weight:bold;
	background: url(/img/service.jpg) 0 0 no-repeat;
	display: block;
	 


}

#content-box  div#need{
	margin-top: 20px;
}

#content-box  div#need a {
	width: 166px;
	height: 19px;
	text-decoration: none;
	color: #909090;
	font-weight:bold;
	background: url(/img/need.jpg) 0 0 no-repeat;
	display: block;

}

#content-box  div#adv{
	margin-top: 20px;
}

#content-box  div#adv a {
	width: 84px;
	height: 18px;
	text-decoration: none;
	color: #909090;
	font-weight:bold;
	background: url(/img/advantages.jpg) 0 0 no-repeat;
	display: block;

}






#footer {
	padding: 50px 0 0 0;
	clear: both;
	display: block;
	font: 11px Arial, Helvetica, sans-serif;
}
#footer div#bottom-menu {
	background: url('../img/template/layer-page_r6_c3.jpg') 0 0 repeat-x;
	height: 43px;
	color: #FFF;
}
#footer div#bottom-menu ul {
	margin: 0;
	padding: 13px 0 0 90px;
	list-style: none;
}
#footer div#bottom-menu li {
	float: left;
	padding: 0 5px;
}
#footer div#bottom-menu li a {
	color: #FFF;
	text-decoration: none;
	display: block;
}
#footer div#bottom-menu li a:hover {
	color: #FFF;
	text-decoration: underline;
}
#footer div#bottom-notes {
	width: 100%;
	font: 11px Verdana;
	color: #B1B1B1;
	margin: 5px 0 8px 0;
}
#footer div#bottom-notes div#produced {
	float: left;
	width: 50%;
}
#footer div#copyright {
	text-align: right;
}
#footer div#bottom-notes a {
	color: #808080;
	text-decoration: none;
}
#footer div#bottom-notes a:hover {
	color: #0080FF;
	text-decoration: underline;
}




/* MISC  */
.bold {
	font-weight: bold;
}
.fleft {
	float: left;
}
.fright {
	float: right;
}

.acc-bg {
	background-color: #F4FAFF;
	padding: 0 10px 10px 20px;
}	
.gap-fix {
	*margin-top: -15px; // IE Fix
}
.l-gap-fix {
	margin-left: -20px;
}
.hide {
	display: none;
}


/* Outlife fix for Firefox */
a {
  outline: none;
} 
:focus {
  -moz-outline-style: none;
}
:-moz-any-link:focus {
  outline: none;
}

/* debug */
.red { background-color: #F00; }
.green { background-color: #0F0; }
.blue { background-color: #00F; }
