#reveal {
	margin-left: 26px;
}
#circleHolder {
	width: 270px;
	height: 270px;
	margin: 25px 0px 0 0px;
	float: left;
	position: relative;
}
/*
#arrow1 {
	position:absolute;
	left: 120px;
	top: 210px;
	background-image: url(../images/arrow.png);
	background-repeat:no-repeat;
	width: 30px;
	height: 45px;
	background-color: blue;
	z-index:0;
	-webkit-transform: rotate(100deg); 
	-moz-transform: rotate(100deg);	

}
*/


.btn {
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjQyIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM1JSIgc3RvcC1jb2xvcj0iI2E2YTZhNiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY2JSIgc3RvcC1jb2xvcj0iIzU3NTc1NyIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4yMyIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(255,255,255,0.42) 0%, rgba(166,166,166,0) 35%, rgba(87,87,87,0) 66%, rgba(0,0,0,0.23) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0.42)), color-stop(35%, rgba(166,166,166,0)), color-stop(66%, rgba(87,87,87,0)), color-stop(100%, rgba(0,0,0,0.23))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.42) 0%, rgba(166,166,166,0) 35%, rgba(87,87,87,0) 66%, rgba(0,0,0,0.23) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,0.42) 0%, rgba(166,166,166,0) 35%, rgba(87,87,87,0) 66%, rgba(0,0,0,0.23) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,0.42) 0%, rgba(166,166,166,0) 35%, rgba(87,87,87,0) 66%, rgba(0,0,0,0.23) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(255,255,255,0.42) 0%, rgba(166,166,166,0) 35%, rgba(87,87,87,0) 66%, rgba(0,0,0,0.23) 100%); /* W3C */
//filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6bffffff', endColorstr='#3b000000', GradientType=0 ); /* IE6-8 */
	float: left;
	color: #FFF;
	width: 80px;
	height: 50px;
	background-color: #004a68;
	cursor: pointer;
	-moz-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	-moz-box-shadow: 0px 0px 20px #999999;
	-webkit-box-shadow: 0px 0px 20px #999;
	box-shadow: 0px 0px 20px #999;
	behavior: url(js/PIE.htc);
}
.btn p {
	font: 14px/14px Arial, Helvetica, sans-serif;
	padding: 5px 15px 10px 15px;
}
.btn4 {
	position: absolute;
	top: 20px;
	left: 20px;
}
.btn5 {
	position: absolute;
	top: 20px;
	left: 20px;
}
.btn6 {
	position: absolute;
	top: 20px;
	left: 20px;
}
.btn1 {
	position: absolute;
	top: 20px;
	right: 20px;
}
.btn3 {
	position: absolute;
	bottom: 20px;
	left: 20px;
}
.btn2 {
	position: absolute;
	bottom: 20px;
	right: 20px;
}
#textBox {
	margin-top: 20px;
	float: right;
	border: 0;
	padding-left: 10px;
}
#Main_Header {
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	background-image: url('imgs/Header.png');
	background-size: 100% 100%;
	height: 100px;
}
#Top_Header_Text {
	position: relative;
	left: 100px;
	top: 10px;
	color: White;
}
#Bottom_Header_Text {
	font-style: italic;
	font-size: large;
	color: White;
	position: relative;
	left: 100px;
}
#Content_Wrapper {
/*background-color: Green;*/
}
/*.node
{
    position: relative;
    width: 117px;
    height: 64px;
    margin-left: 200px;
    margin-top: 400px;
    background-image: url('imgs/Node.png');
}*/

#Process_Circle_Container {
	height: 300px;
	width: 300px;
	float: left;
}
#content_bg {
	height: 300px;
}
.node {
	background: -moz-linear-gradient(top, rgba(252,252,252,0.25) 0%, rgba(239,239,239,0.25) 34%, rgba(239,239,239,0.25) 35%, rgba(239,239,239,0.25) 64%, rgba(10,10,10,0.25) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(252,252,252,0.25)), color-stop(34%, rgba(239,239,239,0.25)), color-stop(35%, rgba(239,239,239,0.25)), color-stop(64%, rgba(239,239,239,0.25)), color-stop(100%, rgba(10,10,10,0.25))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(252,252,252,0.25) 0%, rgba(239,239,239,0.25) 34%, rgba(239,239,239,0.25) 35%, rgba(239,239,239,0.25) 64%, rgba(10,10,10,0.25) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(252,252,252,0.25) 0%, rgba(239,239,239,0.25) 34%, rgba(239,239,239,0.25) 35%, rgba(239,239,239,0.25) 64%, rgba(10,10,10,0.25) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(252,252,252,0.25) 0%, rgba(239,239,239,0.25) 34%, rgba(239,239,239,0.25) 35%, rgba(239,239,239,0.25) 64%, rgba(10,10,10,0.25) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(252,252,252,0.25) 0%, rgba(239,239,239,0.25) 34%, rgba(239,239,239,0.25) 35%, rgba(239,239,239,0.25) 64%, rgba(10,10,10,0.25) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40fcfcfc', endColorstr='#400a0a0a', GradientType=0 ); /* IE6-9 */
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-color: #069;
	width: 100px;
	height: 55px;
	cursor: pointer;
	position: absolute;
 // background-image: url('imgs/Node.png');
	font-size: medium;
	text-align: center;
	vertical-align: middle;
	line-height: 34px;
	color: White;
	box-shadow: 3px 3px 7px #444;
}
.nodeSelect {
	width: 117px;
	height: 64px;
	cursor: pointer;
	position: absolute;
	background-image: url('imgs/NodeSelected.png');
	font-size: medium;
	text-align: center;
	vertical-align: middle;
	line-height: 64px;
	color: White;
}
.nodeDescription {
 // -moz-background-clip: border; /* Firefox 3.6 */
 // -webkit-background-clip: border; /* Safari 4? Chrome 6? */
 // background-clip: border-box; /* Firefox 4, Safari 5, Opera 10, IE 9 */
	float: right;
	background-color: #77c;
	width: 200px;
	height: 100px;
	top: 200px;
	left: 400px;
	position: absolute;
 // font-size: 0px;
}
.tab_content {
	display: none;
}
/* ///////////////////////////////////////////////////////////////////////////// */


#tabs {
	display: block;
	list-style: none;
	padding: 5px 0 4px 0;
	margin: 0 0 0 0px;
	font: 0.75em arial;
	height: 30px;
}
#tabs li {
	display: inline;
}
#tabs li a {
	display: block;
	height: 25px;
	margin-right: 2px;
	float: left;
	padding: 10px;
7px;
0px 7px;
	text-align: center;
	text-decoration: none;
	background-color: #006892;
	color: white;
	border-bottom: none;
	outline: none;
	font-weight: bold;/*border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
	*//*background-image: url('imgs/Tab.png');
    background-size: 100% 100%;*/
}
#tabs li a:hover {
	background-color: #004a61;
}
.active {
	background-color: #40c3c3;
}
#tabs_content_container {
	padding: 20px 30px;
	background-color: #FFFFFF;
	height: 200px;
}
.tabs_container {
	display: none;
}
