@charset "UTF-8";
/* CSS Document */

html {
	height:100%;
}

/* Tablet Landscape */

@media screen and (max-width: 1060px) {

    #primary { width:67%; }

    #secondary { width:30%; margin-left:3%;}  

}



/* Tabled Portrait */

@media screen and (max-width: 768px) {

    #primary { width:100%; }

    #secondary { width:100%; margin:0; border:none; }

}




body {
	background: none repeat scroll 0 0 white;
    color: black;	
	font-family: 'Raleway',Arial, Helvetica, sans-serif;
	line-height: 1.7em;
	height:100%;
	margin:0px;
	padding: 0px;
}

#wrapper {
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 0px auto 0px;
    padding: 0;
    width: 1040px;
}


#headerContainer {
    background: #FFF;
	height: 110px;
    margin: 0 auto;
    position: relative;
    width: 1040px;
    z-index: 1;
	padding-top:0px;
	margin-top:12px;
	border-bottom: 2px solid #365a97;
 }
 
 #headerContainer .logo {
	float:left;
	padding: 10px;
	border: 2px solid #365a97;
	background:#FFF;
}

#menu {
	background: none repeat scroll 0 0 transparent;
    float: right;
    margin-top: 0;
    padding-top: 60px;
	margin-right:5px;
	width: 450px;
	height:50px;
}

#nav {
	margin-left: 170px;
}

#nav ul ul {
	display: none;
}


#nav {
	margin-left:50px;
	padding:0;
}

#nav ul {
	float:right;
		background-color: #FFF;
	   list-style-type: none;
    margin: 0px auto 0;
    padding: 0px 0 0 0 ;
	color:#000;
	font-size:15px;
	width:500px;
}


#nav li {
    float:right;
	text-align: left;    
	list-style: none outside none;
	padding: 11px 12px;
	font-size:15.5px;
}

#nav li a:link {
    color: #000;
    text-decoration: none;
}


#navList li a:hover {
	color:#365a97;
	text-decoration:none;
}

#navList li a:visited {
	color:#000;
	text-decoration:none;
}


#navList li.selected a {
	font-weight:bold;
	color: #365a97;
}
	
#content {
		padding: 20px 0 0 0;
		width:1040px;
		background: none repeat scroll 0 0 #FFFFFF;
    	margin: 0px auto;
		min-height:450px;
}

a:link {
    color: #6B8E23;
    text-decoration: none;
}

a:hover {
    color: #6B8E23;
    text-decoration: underline;
}

a:visited {
    color: #6B8E23;
    text-decoration: none;
}

p {
	font-size:16px;
	line-height: 1.75em;
	margin:1em 0;
}

h1 {
	color:#365a97;
	font-size:24px;
	font-weight:400;
	margin-bottom:20px;
	margin-top:30px;
}

h2 {
	color:#000;
	font-size:21px;
	font-weight:400;
	line-height:30px;
	margin:0;
	padding:0;
}

h3 {
	color:#000;
	font-size:18px;
	font-weight:600;
}


h2, h3, h4, h5 {
	color:#365a97;
	font-weight:400;
}

h4 {
	margin:0px;
	font-size:15px;
	line-height:1.3;
}

.right {
	float:right;
}

.left {
	float:left;
	padding: 0 15px 0px 0;
}



/** new home page styles Oct 2017 */


#col1 {
		margin:30px 0px 0px 0px;
			padding: 0px 5px ;
	width: 460px;
	height:360px;
	background-color: #365a97;
		/** border: 1px solid #365a97;  **/
}

#col2 {
		margin:30px 10px 0px 10px;
		padding:0px 5px;
		width: 265px;
		float:right;
		background-color: #02AAB5;
		height:360px;
		/** border: 1px solid #365a97;  **/
}

#col3 {
		margin-top:30px;
		padding:7px 5px;
		
		width: 265px;
		float:right;
		background-color: #365a97;
		height:345px;
		/**  border: 1px solid #365a97;  **/
}

.btn {
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 16px;
  background: #365A97;
  padding: 5px 10px 5px 10px;
	margin-top:-10px;
	margin-bottom: 10px;
  text-decoration: none;
	text-align: center;
	width: 100px;
}

.btn:hover {
  background:  #5E7AAB;
  text-decoration: none;
		width: 100px;

}


#participate {
	float:right;
    background: none repeat scroll 0 0 #365a97;
    border-radius: 10px;
	border: #365a97 1px solid;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.5em;
	padding: 10px 10px 10px 10px;
	width:355px;
	height:120px;
	text-align: center;
	margin: -20px 0px 0px 10px;
}



#participate h1 {
	background: none repeat scroll 0 0 #365a97;
    color: #fff;
    font-size: 24px;
    line-height: 1.5em;
    text-align: center;
	margin:0;
	padding:0px;
	border-bottom: none;
}

#participate p {
	background: none repeat scroll 0 0 #365a97;
    color: #fff;
    font-size: 16px;
	margin:0;
	padding:0px;
	border-bottom: none;

}

#partContent li {
	margin-left:10px;
}


#ecs {
	float:right;
	background:#FFF;
	padding-left:70px;
	padding-right:25px;
	width:320px;
	margin-top:50px;
	font-size:16px;
}

#ecs h3 {
	font-size:18px;
}



#team {
	float:right;
    background: none repeat scroll 0 0 #365a97;
    border-radius: 10px;
    color: #ffffff;
    font-size: 21px;
    line-height: 1.5em;
	padding: 10px 10px 10px 10px;
	width:200px;
	height:28px;
	    text-align: center;
		margin: -24px 80px 0px 0;
}

#team h1 {
	background: none repeat scroll 0 0 #365a97;
    border-radius: 10px;
    color: #ffffff;
    line-height: 1.5em;
    text-align: center;
}

#team a:link {
    color: #6B8E23;
    text-decoration: none;
}

#team a:hover {
    color: #6B8E23;
    text-decoration: none;
}

#team a:visited {
    color: #6B8E23;
    text-decoration: none;
}

.white {
	color:#FFF;
}

.blue {
	font-weight:bold;
	color:#365a97;
}

.robot {
	float:right;
	padding-top:10px;
	padding-right:10px;
	padding-left:15px;
	position:relative;
	padding-bottom:30px;
}

.highlight {
	color:#333;
	font-size:22px;
	font-weight:600;
}

#homePhoto {
	float: right;
	width: 310px;
	padding: 20px 0px 10px 20px;
	
}

hr {
	display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border: 0 none;
	height:1px;
	color:#CCC;
	background-color: #CCC;

}

#content td {
	padding:5px 10px 5px 10px;
}

#content td p {
	font-size:16px;
}

#content ul, li {
	font-size:16px;
	line-height:1.75em;
}

#content ul ul {
	font-size:16px;
	margin-left:25px;
	line-height:1.75em;
}

#content ol {
	font-size:16px;
	line-height:1.75em;
	list-style-type:decimal;
}

#designPatterns ol {
	 display: block;
    list-style-type: decimal;
	font-size:16px;
	margin-left:-15px;
	line-height:1.75em;
}

#designPatterns ol li {
	 display: list-item;
}

.cs10k {
	float:right;
	margin-right:120px;
	margin-top:-20px;
	margin-bottom:0;
	background-color:#FFF;
	padding:10px;
}

.cc-logo {
	float:left;
	margin: 10px 15px 10px 0;
}

/* submit button */
#button {
	margin:20px;
	padding:10px;
}



/* assessment next button */

#submitButton {
	 background: #365a97 none repeat scroll 0 0;
    border-radius: 10px;
    color: #ffffff;
    font-size: 21px;
    height: 30px;
    line-height: 1.5em;
    margin: 20px;
    padding: 10px;
    text-align: center;
    width: 400px;
}







#form {
	font-weight: 700;
	font-size:16px;
	color:#000;
	line-height:30px;
}


input    {
width:375px;
display:block;
border: 1px solid #999;
height: 25px;
-webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
}


input[type="radio"], input[type="checkbox"] {
    -moz-binding: none;
    background-color: -moz-field !important;
    border: 2px inset threedface !important;
    box-sizing: border-box;
    color: -moz-fieldtext !important;
    cursor: default;
    padding: 0 !important;
	width:30px;
	display:inline;
}

input[type="submit"]{
   -moz-appearance: button;
    -moz-binding: none;
    -moz-padding-end: 6px;
    -moz-padding-start: 6px;
    -moz-user-select: none;
    background-color: buttonface;
    border: 2px outset buttonface;
    box-sizing: border-box;
    cursor: default;
	width:100px;
}

/** columns on progress page **/

#rightCol {
	width:345px;
	float:right;
	margin:-20px 00px 0px 0px;
	
}

#leftCol {
	width:620px;
	float:left;
}


#footer {
    clear: both;
    font-size: 12px;
    line-height: 2;
    margin: 0px auto;
    overflow: hidden;
    width: 1040px;
	border-top: 1px solid #365a97;
	padding: 0px 0px 0px 0px;
	margin-top:35px;
}



#footer a {
    color: #666;
    text-decoration: underline;
}

.footer-top	{
	background-color: #FFF;
	padding:5px 5px 15px 5px;
	margin-top:10px;
}

.footer-top img {
	float:left;
	padding: 0px 10px 0 5px;
}

.footer-top p {
	font-size:12px;
	color:#666;
	padding: 0 10px 0 10px;
}

.footer-bottom {
	background-color:#9aaccb;
	opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
	padding: 30px 0 30px;
	margin:0;
	
}

#subNav ul {
    display: inline;
	list-style: none;
	margin: 0;
	text-align:center;
}

#subNav li {
	display: inline;
	list-style: none;
	margin: -35px 14px 40px 14px;
	text-align:center;
}

#subNav a {
    font-size: 15px;
    line-height: 1.5em;
	color:#000;
	text-decoration:none;
	padding:5px 0 0 0;
}

#subNav li.selected a  {
    font-weight:bold;
}

#subNav a:hover {
    font-size: 15px;
    line-height: 1.5em;
	color:#000;
	text-decoration:underline;
}

.sri-ed {
	float:right;
	padding:10px 100px 0 0;
}

/* tab table */
	
#tabContent p {
	margin:20px;
}

#tabContent table {
    color: #000000;
    display: block;
    float: left;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    margin: 0;
    padding: 20px 10px 20px 10px;
	border: 1px solid #d3d3d3;

}

#tabTable td {
    height: 100%;
    padding: 15px 10px 5px;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
    vertical-align: top;
}