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

html {
	height:100%;
}

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: 90px;
    margin: 0 auto;
    position: relative;
    width: 1040px;
    z-index: 1;
	padding-top:10px;
	margin-top:12px;
	border-bottom: 2px solid #0099CC;
 }
 
 #headerContainer .logo {
	float:left;
	padding-left: 15px;
	padding-top: 10px;
}

#menu {
	background: none repeat scroll 0 0 transparent;
    float: right;
    margin-top: 0;
    padding-top: 40px;
	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:#0099CC;
	text-decoration:none;
}

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


#navList li.selected a {
	font-weight:bold;
	color: #0099CC;
}
	
#content {
		padding: 0;
		width:1020px;
		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:#0099CC;
	font-size:26px;
	font-weight:400;
	border-bottom: 1px solid #d8d9db;
	margin-bottom:20px;
	margin-top:30px;
}

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

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


h2, h3, h4, h5 {
	color:#0099CC;
	font-weight:400;
}

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

.right {
	float:right;
}

.myButton {
	background-color:#599100;
	-moz-border-radius:11px;
	-webkit-border-radius:11px;
	border-radius:11px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family: 'Raleway',Arial, Helvetica, sans-serif;
	font-size:17px;
	padding:16px 31px;
	text-decoration:none;
	text-shadow:0px 1px 0px #2f6627;
}
.myButton:hover {
	background-color:#5cbf2a;
}
.myButton:active {
	position:relative;
	top:1px;
}


#participate {
	float:right;
    background: none repeat scroll 0 0 #0099CC;
    border-radius: 10px;
	border: #0099CC 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 #0099CC;
    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 #0099CC;
    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;
}

#video {
	width:450px;
	float:right;
	margin: 10px 10px 10px 30px;
	padding:15px;
	border-radius: 5px;
	border: 1px solid #d8d9db;
	
}

#video h3 {
	padding:0px;
	margin:0px;
	text-align: center;
	
}


#team {
	float:right;
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 5px;
	border: 1px solid #d8d9db;
    color: #ffffff;
    font-size: 21px;
    line-height: 1.5em;
	padding: 10px 10px 10px 10px;
	width:240px;
	height:140px;
	    text-align: center;
		margin: -14px 10px 10px 30px;
}

#team h1 {
	background: none repeat scroll 0 0 #0099CC;
    border-radius: 10px;
    color: #0099cc;
    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:#0099cc;
}

.robot {
	float:right;
	padding-top:70px;
	padding-right:0;
	padding-left:4px;
	position:relative;
	padding-bottom:30px;
}

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

hr {
	display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border: 0 none;
	height:.5px;
	color:#0099CC;
	background-color: #0099CC;

}

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

#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;
}

/* assessment next button */

#button {
	margin:20px;
	padding:10px;
}


.btn {
  background: #6b8e23;
  background-image: -webkit-linear-gradient(top, #6b8e23, #95bd3e);
  background-image: -moz-linear-gradient(top, #6b8e23, #95bd3e);
  background-image: -ms-linear-gradient(top, #6b8e23, #95bd3e);
  background-image: -o-linear-gradient(top, #6b8e23, #95bd3e);
  background-image: linear-gradient(to bottom, #6b8e23, #95bd3e);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  height: 44px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn:hover {
  background: #95bd3e;
  background-image: -webkit-linear-gradient(top, #95bd3e, #b6db5e);
  background-image: -moz-linear-gradient(top, #95bd3e, #b6db5e);
  background-image: -ms-linear-gradient(top, #95bd3e, #b6db5e);
  background-image: -o-linear-gradient(top, #95bd3e, #b6db5e);
  background-image: linear-gradient(to bottom, #95bd3e, #b6db5e);
  text-decoration: none;
}

a.btn {
	color:#FFF;
}

#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;
}



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



#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:#4CD2FF;
	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;
}

	