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

body {
    padding: 0;
	margin: 0;
	background-color:#6da8ba;
    height: 100%;
}
div.Top {
	background-color: #6da8ba;
	position: relative;
    top: 0;
    left: 0;
	width: 100%;
	height: 110px;
	
}
div.ForHead {
	background-color: #6da8ba;
	position: relative;
    top: 0;
    left: 0;
	width: 180px;
	height: 110px;
	
}
header {
	background-color: #ffecac;
    height: 110px;
    padding-left: 5px;
}
h1 {
	margin-top: 0;
	margin-bottom: 0;
    padding-top: 7px;
	padding-bottom: 10px;
	text-align:left;
	vertical-align: top;
	color: #000;
	font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
	text-decoration:none;
	font-size: 22px;
	font-weight:bold;
	line-height: 22px;
}
p {
	margin-top: 0;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 12px;
	color: 000;
    line-height: 16px;
    text-decoration: none;
}
div.H2header {
    background-color: #6da8ba;
    position: absolute;
    top: 0;
    left: 180px;
    width: 700px;
    margin-top: 45px;
    height: 38px;
}

h2 {
	text-align:left;
	vertical-align: bottom;
	color: #FFF;
	font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
	text-decoration:none;
	font-size: 30px;
	font-weight:bold;
	padding-left: 20px;
    line-height: 38px;
}
div.ruler {
    background-color: #000000;
	background: url(images/ruler.gif);
	background-repeat: repeat-x;
	height: 5px;
    margin: 0;
}








div.Bottom {
    position: absolute;
    top: 110;
    left: 0;
	background-color: #6da8ba;
	width: 100%;
	height: 1000px;
}
nav {
    position: absolute;
    top: 0;
    left: 0;
	background-color: #ffecac;
	width: 175px;
	height: 100%;
	padding-left: 5px;
    padding-top: 37px;
}
li.navText {
	text-align:left;
	margin-top:10px;
    margin-left: -40px;
    padding-left: 0px;
    color: #000;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    list-style-type: none; 
	text-decoration:none;
	font-size: 14px;
	font-weight:bold;
	line-height: 15px;
}
li.navTextSub {
	text-align:left;
	margin-top:10px;
    margin-left: -50px;
    padding-left: 0px;
    color: #000;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    list-style-type: square;
	font-size: 13px;
	font-weight:bold;
	line-height: 13px;
}
li.navText2 {
	text-align:left;
	margin-top: 40px;
    margin-left: -40px;
    padding-left: 0px;
    color: #000;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    list-style-type: none; 
	text-decoration:none;
	font-size: 14px;
	font-weight:bold;
	line-height: 11px;
}
a {
	color:#000;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    list-style-type: none; 
	text-decoration:none;
	font-size: 14px;
	font-weight:bold;
	line-height: 15px;
}
a:hover {
	color:#c02222;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	text-decoration:none;
	font-size: 14px;
	font-weight:bold;
	line-height: 15px;
}
a:active {
	color:#c02222;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	text-decoration:none;
	font-size: 14px;
	font-weight:bold;
	line-height: 15px;
}
a.Sub {
	color:#000;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    list-style-type: none; 
	text-decoration:none;
	font-size: 13px;
	font-weight:bold;
	line-height: 13px;
}
a.Sub:hover {
	color:#c02222;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	text-decoration:none;
	font-size: 13px;
	font-weight:bold;
	line-height: 13px;
}
a.Sub:active {
	color:#c02222;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	text-decoration:none;
	font-size: 13px;
	font-weight:bold;
	line-height: 13px;
}
div.SamplesHolder{
    position: absolute;
    top: 110;
    left: 180px;
    background-color: #6da8ba;
    height:100%;
}
h3 {
    margin-top: 0px;
    color:#FFF;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	text-decoration: none;
	font-size: 13px;
	font-weight:bold;
    align: right;
}
div.instructions1 {
    position: relative;
    width: 100%;
    padding-top: 5px;
    margin-bottom: 40px;
}
div.instructions2 {
    position: absolute;
    top: 2px;
    right: 60px;
 }
div.SampleBox{
    float:left;
    width: 193px;
	height:210px;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
}
div.SampleBoxBigger{
    float:left;
    width: 193px;
	height:350px;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
}
div.SampleBoxBiggest{
    float:left;
    width: 193px;
	height:600px;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
div.SampleBoxForFlowChart{
    width: 530;
	margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
div.BigSamples {
    visibility: hidden;
    z-index: 200;
    position:Absolute;
    top: 120px;
    left: 190px;
    border-color: #000;
    border-width: 10px;
    padding: 10px;
    background-color: #000;
}
div.BigSamplesInternal {
  position; absolute;
    top: 0;
}
.centerit {
    text-align: center;
}
div.Closer {
    position: absolute;
    top: 0;
    right: 0;
}
div.FaderBox {
    visibility: hidden;
    z-index: 10;
    position:Absolute;
    top: 114px;
    left: 180px;
    width: 100%;
    height: 100%;
    background-color: #6da8ba;
    opacity: 0.8;
}





div.SampleBox:hover div.BigSamples {
    visibility:visible;
    z-index: 200;
    position:Static;
    top: -100;
    left:-100;
}
h4 {
	margin-top: 0;
	margin-bottom: 0;
    padding-top: 5px;
	text-align: center;
	vertical-align: top;
	color: #FFF;
	font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
	text-decoration:none;
	font-size: 12px;
	font-weight:bold;
	line-height: 14px;
}
div.Hand {
    position: absolute;
    top:60px;
    right:-3px;
    z-index: 200;
}
div.ResumeGrx {
    position: absolute;
    top:10px;
    right:110px;
    z-index: 100;
    text-align: center;
}
div.ResumeGrx2 {
    text-align: center;
    position: absolute;
    top:110px;
    right:3px;
}









div.HomeTop {
	background-color: #6da8ba;
	position: relative;
    top: 0;
    text-align: left;
    width: 100%;
	height: 160px;
	
}
div.ForHomeHead {
	background-color: #6da8ba;
	position: relative;
    top: 0;
    left: 0;
	width: 100%;
	height: 160px;
	
}
header.Home {
	background-color: #ffecac;
    height: 160px;
}
h1.HomeH1 {
	margin-top: 0;
	margin-bottom: 0;
    padding-top: 7px;
	padding-bottom: 10px;
    margin-left: 10px;
	text-align: left;
	vertical-align: top;
	color: #000;
	font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
	text-decoration:none;
	font-size: 35px;
	font-weight:bold;
	line-height: 35px;
}
h2.HomeH2 {
	margin-top: 0;
	margin-bottom: 0;
    margin-left: -8px;
    padding-top: 5px;
	padding-bottom: 10px;
	text-align: left;
	vertical-align: top;
	color: #000;
	font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
	text-decoration:none;
	font-size: 18px;
	font-weight:bold;
	line-height: 18px;
}
h2.HomeH2_Center {
	margin-top: 0;
	margin-bottom: 0;
    margin-left: 0;
    color: #000;
	font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
	text-decoration:none;
	font-size: 18px;
	font-weight:bold;
	line-height: 18px;
    text-align: center;
}


p.HomeP {
	margin-top: 0;
    margin-left: 15px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 14px;
	color: 000;
    line-height: 14px;
    text-decoration: none;
}
h3.HomeH3 {
    margin-top: 0px;
    color:#FFF;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	text-decoration: none;
	font-size: 14px;
	font-weight:bold;
    align: center;
}
div.BottomHome {
    position: relative;
    top: 110;
    left: 0;
	background-color: #6da8ba;
	width: 100%;
	height: 100%;
    text-align: center;
}
div.instructionsHome {
    text-align: center;
    width: 100%;
    padding-top: 5px;
    margin-bottom: 40px;
}
div.SamplesHolderHome{
    position: relative;
    top: 110;
    background-color: #6da8ba;
    height:100%;
    text-align: center;
}
div.SampleBoxHome{
    float:left;
    width: 193px;
	height:200px;
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
}
h4.HomeH4 {
	margin-top: 0;
	margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
	text-align: center;
	vertical-align: bottom;
	color: #FFF;
	font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
	text-decoration:none;
	font-size: 16px;
	font-weight:bold;
	line-height: 18px;
}















