﻿/* basic csss -------------------------------------------------------------------------------------------------------- */
html {
	background-position: center;
	background-color: #000000;
	
	}
* {
	border-width: 0px;
	padding: 0;
	margin: 0;
	
}
body {
	font-family: Candara, Verdana, Arial, sans-serif;
	font-size: small;
	margin-left: auto;
	margin-right: auto;
	margin-top:20px;
	width: 960px;
	background-color: white;
	height: auto;
	padding-bottom: 10px;
	
}
h5, ul , h1, h2, h3, h4, p ,ol, h6 {
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	padding-top:10px;
	padding-bottom:10px;
	}
h1 {
	padding-left: 1px;
	font-size: large;
	margin-top: 0px;
	color: black;
	border-bottom:2px orange solid;
	margin-bottom:10px;
	padding-bottom:10px;
}
h4,h2  {
	font-size: medium;
	margin-top: 5px;
	padding: 5px;
	background-image: url('../images/pageeffects/orange hex.png');
	background-repeat: no-repeat;
	background-position: 5px 7px;
	padding-left: 35px;
}
h4 {
	background-image:none;
	padding-left:5px;
}
h3 {
	font-size: small;
	padding: 0 0 15px 4px;
	margin-top: 5px;
	margin-bottom:10px;
	color:blue;
	}
h6 {
	padding-left: 10px;
	padding-top: 10px;
	font-size: small;
	margin-top: 0px;
	color: #000000;
}
h5 {
	padding-left: 1px;
	font-size: large;
	margin-top: 0px;
	color: black;
	margin-bottom:10px;
	padding-bottom:10px;
	padding-left:10px;
}

ul {
	margin-left:30px;
	margin-top: -10px;
	list-style:none;
	}
ol {
	margin-left:30px;
	margin-top: -10px;
}
p {
	padding:5px;
	background-color:white;
	line-height:1.4em;
}
p a {
	font-weight: bold;
}
table a {
	font-weight:bold;
}
.pp {
	display:block;
	background-image:url('../images/pageeffects/pp logo.png');
	padding-left:40px;
	height:20px;
	background-position:left;
	background-repeat:no-repeat;
	width:300px;
	margin-left:50px;
	}
.bullet {
	background-image: url('../images/headers-and-bullets/orangesq.png');
	background-repeat: no-repeat;
	padding-left: 50px;
	margin-left: -20px;
	line-height: 1.2em;
	background-position: 20px 5px;
}
.strong {
	color:red;
	font-weight:bold;
}
.orange {
	color:orange;
	font-weight:bold;
}
a:link, a:visited {
	text-decoration: none;
	color:black;
}

/* Banner CSS ------------------------------------------------------------------------------------------------------ */
#banner {
	background-image: url('../images/banners/capa black corner nov 11.png');
	width: 960px;
	height: 140px;
	background-repeat: no-repeat;
	background-position: top;
	margin-top: 0;
	padding-bottom: 0;
	margin-left: 0;
}
#navlisttop {
	font: 10px Verdana, sans-serif;
	width: 100%;
	float: left;
	margin: -10px 0 20px 0;
	padding: 0;
	list-style: none;
	background-color: #FF8400;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
#navlisttop li {
	float: left;	
	}
#navlisttop a {
	display: block;
	padding: 8px 15px;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	border-right: 1px solid #ccc;
}
#navlisttop li a:hover
{
	color: #c00;
	background-color: #FFFFFF;
}

/*make current page tab white*/
body.home a#home,
body.basics a#basics,
body.details a#details,
body.implementation a#implementation,
body.troubleshooting a#troubleshooting,
body.evaluation a#evaluation,
body.servicestories a#service,
body.dandc a#dandc,
body.studycapa a#studycapa {
	background-color: white;
	color: black;
	display: block;
	
}

/*make hover of current page white*/
body.home a#home:hover,
body.basics a#basics:hover,
body.details a#details:hover,
body.implementation a#implementation:hover,
body.troubleshooting a#troubleshooting:hover,
body.evaluation a#evaluation:hover,
body.servicestories a#service:hover,
body.dandc a#dandc:hover,
body.contactus a#contactus:hover {
	background-color:white;
	color:black;
	cursor:default;
}
/* Left nav css ------------------------------------------------------------------------------------------- */
#leftnavigation {
	float:left;
	}
.leftnav {
	font-family: Candara, Verdana, Arial, sans-serif;
	font-size: small;
	width: 200px;
	list-style: none;
	display: block;
	text-decoration: none;
	margin-left: 10px;
	padding-left: 0;
	line-height: 20px;
	font-size: small;
	height: auto;
	margin-top: -10px;
	}
.leftnav a {
	text-decoration: none;
	color: #000000;
	border-bottom-width:medium;
	width:200px;
	}
a:hover {
	color: #000000;
	background-color: #FF8400;
}
.childnav {
	color: black;
	text-transform: none;
	background-color: #FFFFFF;
	display: block;
	padding-left: 10px;
}
li a.toptitle {
	display: block;
	font-size: large;
	padding: 3px 3px 3px 10px;
	background-color: #000000;
	color: #FFFFFF;
}
li.toptitle {
	display: block;
	font-size: large;
	padding: 3px 3px 3px 10px;
	background-color: #008000;
	color: #FFFFFF;
	width:200px;
}

li a.toptitle:hover {
	color:black;
	background-color:#ff6600;
}
.titlenav  {
	color:white;
	padding:1px 3px 1px 10px;
	background-color: #FF6600;
	display:block;
	width:200px;
	}
 

/* Content css ---------------------------------------------------------------------------------------*/
#topofpage {
	margin:0;
}
#wrapper  {
	width:960px;
	}
#rightcol {
	float: right;
	margin: 20px;
	width:250px;
	margin-top:70px;
	}
#content {
	width: 700px;
	margin-right: 10px;
	min-height: 600px;
	float:right;
}
h3 + p {
	margin-top:-20px;
	padding-top:-20px;
}
.example {
	color:purple;
	font-weight:bold;
	}
p {
	font-size:small;
}
.box {
	float: left;
	margin: 0 0 10px 0;
	}
.box ul {
	margin-left: 0;
	margin-top: 3px;
	}
.box li {
	margin-left: 5px;
	border-bottom: thin grey;
	border-bottom-style: dotted;
	padding-bottom:2px;
}
.singleimage {
	float:right;
	margin: 5px 15px 5px 5px;
}
.leftimage {
	float:left;
	margin: 5px 15px 5px 5px;
}

.teamphoto {
	float:right;
	margin: 0px 5px 5px 15px;
}
.workshop {
	background-position: left;
	border: 2px purple solid;
	padding: 5px;
	padding-left:70px;
	background-image: url('../images/workshop logo.png');
	background-repeat: no-repeat;
	background-position:10px 10px;
}
.table {
	border-collapse:collapse;
	border:thin black solid;
	margin: 10px 0 15px 5px;
	text-align:left;
}
td {
	padding: 5px 5px 5px 10px;
	border: thin black solid;
	background-color: #FFFFFF;
}
.thead {
	font-weight:bold;
	background-color:silver;
}
.tfirstcol {
	text-align:left;
}
.imgpad {
	margin-left:25px;
	margin-top:10px;
}
.hd {
	color:white !important;
	background-color:red;
	}
.hdmline {
	border-bottom: medium red solid;
	padding:0 5px 0 5px;
}
.hdtline {
	border-bottom: thin red solid;
}
.ec {
	color:black;
	background-color:yellow;
}
.lgof {
	color:black;
	background-color:#ff6600;
}
.lgofmline {
	border-bottom:medium green solid;
}
.lgoftline {
	border-bottom:thin green solid;
}
.pm {
	color:white;
	background-color:green;
}
.fm {
	background-color:navy;
	color:white !important;
}
.fmmline {
	border-bottom:medium navy solid;
}
.fmtline {
	border-bottom: thin navy solid;
}

.ucb {
	background-color:fuchsia;
}
.las {
	background-color: #800080;
	color:white !important;
}
.lasmline {
	border-bottom:medium purple solid;
}
.quiz {
	margin: 40px 10px 10px 10px;
}
.questionbox {
	float: right;
	border: 5px #cccccc solid;
	margin: 5px 5px 5px 15px;
	width: 200px;
	color: black;
}
.questionbox p {
	background-color: #CCCCCC;
}
.nextpage {
	float: right;
	font-style: italic;
	font-weight:bold;
}
.quiz {
	margin-left:230px;
}

/* home css xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
#wrapperhome {
	width: 960px;
	overflow: auto;
	background-color: #FFFFFF;
	height:auto;
}
#wrapperhome h6 {
	padding:5px 5px 5px 5px;
}
#wrapperhome .box {
	width: 300px;
	margin-left:10px;
	overflow: hidden;
	height: auto;
	}
#wrapperhome a {
	font-size: small;
	color: #000080;
	font-weight: normal;
}
#wrapperhome a:hover {
	color: #FF6600;
	background-color: #FFFFFF;
}
#welcomefirst {
	width: 710px;
	float: left;
	margin-left: 12px;
	margin-top: -5px;
	height: 100px;
}
#primary {
	width:220px;
	float:right;
	height: auto;
	padding-right:5px;
	}
	
#primary h1 {
	padding-left: 10px;
	padding-top: -20px;
	font-size: small;
	font-weight: normal;
	height: 10px;
	color: #FF8400;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
}

#primary li {
	color: #000000;
	margin-left: -20px;
}
#primary li a {
	color:black;
}
#secondary {
	width:720px;
	float:left;
	margin-left:10px;
	height:auto;
}
#tertiary {
	float: left;
	width: 250px;
	padding: 0;
	margin-right: 10px;
	margin-left: 0;
	margin-bottom: -1px;
	height:auto;
	}
#tertiary .box {
	float:left;
	}
#foot {
	clear:both;
}
#welcome {
	margin-top: -10px;
	float: left;
	width: 710px;
	height: 430px;
}
/* Footer css -------------------------------------------------------------------------------------------------- */
#footer {
	clear: both;
	font-size: small;
	font-weight: normal;
	width: auto;
	padding-left: 220px;
	margin: 0;
	margin-top: -10px;
	height: 10px;
	border-top-color: #FF8400;
	border-top-style: solid;
	border-top-width: thin;
	background-image: url('../images/pageeffects/footer corners.png');
	background-repeat: no-repeat;
	background-position: bottom;
	margin-bottom: -11px;
}
#footer li {
	float:left;
	display: inline;
	color: #FF8400;

	}
#footer a {
	color: #FF8400;
	padding: 5px;
	margin-left: 0;
	text-decoration: none;
	padding-right: 20px;
}
#footer li a:hover {
	color: #000000 ;
	background-color: white !important;
}



