
* {
	padding:0;
	margin:0;
	outline:0;
	border:0;
	}
body {
	background-image:url(../img/white_wall_hash.png);
	background-repeat:repeat;
	position:relative;
	}
@font-face {
    font-family: 'robotoblack';
    src: url('../fonts/roboto-black-webfont.eot');
    src: url('../fonts/roboto-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-black-webfont.woff') format('woff'),
         url('../fonts/roboto-black-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'robotolight';
    src: url('../fonts/roboto-light-webfont.eot');
    src: url('../fonts/roboto-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-light-webfont.woff') format('woff'),
         url('../fonts/roboto-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
#header {
	width:1160px;
	height:150px;
	margin:0 auto;
	min-width:500px;
	position:relative;
	z-idnex:5;h
	}
#logo {
	float:left;
	margin-top:40px;
    margin-left:50px;
	}
#content {
	position:relative;
	width:1100px;
	height:650px;
	margin:35px auto;
	min-width:500px;
	z-index:1;
	}
#footer {
	clear:both;
	width:100%;
	min-width:1100px;
	height:280px;
	margin-top:155px;
	background: #111;
    background: -moz-linear-gradient(#444, #111); 
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #111),color-stop(1, #444));    
    background: -webkit-linear-gradient(#444, #111);    
    background: -o-linear-gradient(#444, #111);
    background: -ms-linear-gradient(#444, #111);
    background: linear-gradient(#444, #111);
	color:#A4A4A4;
	}
#footer ul {
	display:block;
	list-style:none;
	font-family:robotolight;
	line-height:25px;
	margin-top:40px;
	}
#footer h3 {
	font-family:robotoblack;
	color:white;
	display:block;
	padding-bottom:10px;
	}
#footer a {
	text-decoration:none;
	color:#A4A4A4;
	}
#footer a:hover {
	text-decoration:none;
	color:white;
	}
#customers {
	padding-top:7px;
	float:left;
	padding-left:100px;
	}
#stations {
	padding-left:100px;
	padding-top:7px;
	float:left;
	}
#aboutrai {
	padding-left:100px;
	padding-top:7px;
	float:left;
	}	
#contactus {
	padding-left:100px;
	padding-top:7px;
	float:left;
	}
#lists {
	width:950px;
	min-width:600px;
	margin:0 auto;
	}
.hiring{
	display:inline-block;
	margin-left:840px;
	/*margin-top:40px*/
}	
#nav {
	margin-top:15px;
	margin-right:30px;
	float:right;
	display:inline-block;
	}
#copyright {
	clear:both;
	width:400px;
	margin:0 auto;
	color:white;
	padding-top:60px;
	font-family:robotolight;
	font-size:15px;
	}
	
/*nav menu*/
	
#menu
{
	position:relative;
	z-index:10;
    /*margin: 0;*/
    /*margin-bottom:5px;*/
    padding: 10px 0 0 0;
    list-style: none;  
    background: #111;
    background: -moz-linear-gradient(#444, #111); 
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #111),color-stop(1, #444));    
    background: -webkit-linear-gradient(#444, #111);    
    background: -o-linear-gradient(#444, #111);
    background: -ms-linear-gradient(#444, #111);
    background: linear-gradient(#444, #111);
    -moz-border-radius: 7px;
    border-radius: 7px;
	-ms-border-radius: 7px;
    -moz-box-shadow: 0 2px 1px #9c9c9c;
    -webkit-box-shadow: 0 2px 1px #9c9c9c;
    box-shadow: 0 2px 1px #9c9c9c;
}

#menu li
{
    float: left;
    padding: 0 0 10px 0;
    position: relative;
    line-height: 0;
	z-index:10;
}

#menu a 
{
    float: left;
    height: 25px;
    padding: 0 25px;
    color: #999;
    text-transform: uppercase;
    font: bold 12px/25px Arial, Helvetica;
    text-decoration: none;
    text-shadow: 0 1px 0 #000;
}

#menu li:hover > a
{
    color: #fafafa;
}

*html #menu li a:hover /* IE6 */
{
    color: #fafafa;
}

#menu li:hover > ul
{
    display: block;
}

/* dropdown */

#menu ul
{
    list-style: none;
    margin: 0;
    padding: 0;    
    display: none;
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 99999;    
    background: #444;
    background: -moz-linear-gradient(#444, #111);
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #111),color-stop(1, #444));
    background: -webkit-linear-gradient(#444, #111);    
    background: -o-linear-gradient(#444, #111);    
    background: -ms-linear-gradient(#444, #111);    
    background: linear-gradient(#444, #111);
    -moz-box-shadow: 0 0 2px rgba(255,255,255,.5);
    -webkit-box-shadow: 0 0 2px rgba(255,255,255,.5);
    box-shadow: 0 0 2px rgba(255,255,255,.5);    
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#menu ul ul
{
  top: 0;
  left: 150px;
}

#menu ul li
{
    float: none;
    margin: 0;
    padding: 0;
    display: block;  
    -moz-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    -webkit-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
	-ms-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
	z-index:999;
	position:relative !important;
}

#menu ul li:last-child
{   
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
	-ms-box-shadow: none;
    box-shadow: none;    
}

#menu ul a
{    
    padding: 10px;
    height: 10px;
    width: 130px;
    height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
}

*html #menu ul a /* IE6 */
{    
    height: 10px;
}

*:first-child+html #menu ul a /* IE7 */
{    
    height: 10px;
}

#menu ul a:hover
{
    background: #0186ba;
    background: -moz-linear-gradient(#04acec,  #0186ba);    
    background: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba));
    background: -webkit-linear-gradient(#04acec,  #0186ba);
    background: -o-linear-gradient(#04acec,  #0186ba);
    background: -ms-linear-gradient(#04acec,  #0186ba);
    background: linear-gradient(#04acec,  #0186ba);
}

#menu ul li:first-child > a
{
    -moz-border-radius: 5px 5px 0 0;
	-ms-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

#menu ul li:first-child > a:after
{
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #444;
}

#menu ul ul li:first-child a:after
{
    left: -8px;
    top: 12px;
    width: 0;
    height: 0;
    border-left: 0;    
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-right: 8px solid #444;
}

#menu ul li:first-child a:hover:after
{
    border-bottom-color: #04acec; 
}

#menu ul ul li:first-child a:hover:after
{
    border-right-color: #04acec; 
    border-bottom-color: transparent;     
}


#menu ul li:last-child > a
{
    -moz-border-radius: 0 0 5px 5px;
	-ms-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

/* Clear floated elements */
#menu:after 
{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html #menu             { zoom: 1; } /* IE6 */
*:first-child+html #menu { zoom: 1; } /* IE7 */
#menu ul li:first-child a:after
{
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #444;
}

#menu ul li:first-child a:hover:after
{
    border-bottom-color: #04acec;
}
* html #menu   { zoom: 1; } /* IE6 */
*:first-child+html #menu { zoom: 1; } /* IE7 */

#callfor {
	font-family:Arial, Helvetica, sans-serif;
	fotn-size:15px;
	}

/*contact us page*/

#cake {
	width:380px;
	float:right;
	padding-right:105px;
	padding-top:85px;
	}
#contactinfo {
	/*width:400px;*/
	float:left;
	padding-left:75px;
	margin-top:40px;
    margin-right:60px;
	}
#address {
	font-family:robotoblack;
	font-size:29px;
	width:400px;
	margin:0 auto;
	color:black;
	}
#contactinfo h3 {
	font-family:robotoblack;
	font-size:25px;
	display:block;
	width:213px;
	margin:0px auto;
	margin-top:15px;
	margin-bottom:5px;
	text-decoration:underline;
	}
#contactinfo ul {
	font-family:robotolight;
	font-size:22px;
	list-style-type:none;
	display:block;
	width:320px;
	margin:40px auto;
	}
#contactinfo ul li ul {
	list-style-position:inside;
	display:block;
	margin-top:12px;
	margin-bottom:12px;
	}
#pnumber {
	font-family:robotoblack;
	font-size:30px;
	display:block;
	/*width:200px;*/
	/*margin:0 auto;*/
    margin-left:40px;
	color:#0080C0;
	}
#content2 {
	width:1100px;
	height:575px;
	margin:35px auto;
	min-width:500px;
	padding:15px 0px 25px 0px;
	-webkit-box-shadow: 1px 1px 15px 0.1px rgba(1,1,1,1);
	box-shadow: 1px 1px 15px 0.1px rgba(1,1,1,1);
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NlZGNlNyIgc3RvcC1vcGFjaXR5PSIwLjI2Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjElIiBzdG9wLWNvbG9yPSIjY2RkYmU2IiBzdG9wLW9wYWNpdHk9IjAuMjYiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzYyN2Y4ZSIgc3RvcC1vcGFjaXR5PSIwLjIzIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top,  rgba(206,220,231,0.26) 0%, rgba(205,219,230,0.26) 1%, rgba(98,127,142,0.23) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(206,220,231,0.26)), color-stop(1%,rgba(205,219,230,0.26)), color-stop(100%,rgba(98,127,142,0.23))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(206,220,231,0.26) 0%,rgba(205,219,230,0.26) 1%,rgba(98,127,142,0.23) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(206,220,231,0.26) 0%,rgba(205,219,230,0.26) 1%,rgba(98,127,142,0.23) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(206,220,231,0.26) 0%,rgba(205,219,230,0.26) 1%,rgba(98,127,142,0.23) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(206,220,231,0.26) 0%,rgba(205,219,230,0.26) 1%,rgba(98,127,142,0.23) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42cedce7', endColorstr='#3b627f8e',GradientType=0 ); /* IE6-8 */
	}
#content2 a {
	color:#0080C0;
	}
	
/* stations page */

#content3 {
	width:1100px;
	height:auto;
	margin:35px auto;
	min-width:500px;
	padding:30px 0px 0px 0px;
	-webkit-box-shadow: 1px 1px 15px 0.1px rgba(1,1,1,1);
	box-shadow: 1px 1px 15px 0.1px rgba(1,1,1,1);
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NlZGNlNyIgc3RvcC1vcGFjaXR5PSIwLjI2Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjElIiBzdG9wLWNvbG9yPSIjY2RkYmU2IiBzdG9wLW9wYWNpdHk9IjAuMjYiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzYyN2Y4ZSIgc3RvcC1vcGFjaXR5PSIwLjIzIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top,  rgba(206,220,231,0.26) 0%, rgba(205,219,230,0.26) 1%, rgba(98,127,142,0.23) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(206,220,231,0.26)), color-stop(1%,rgba(205,219,230,0.26)), color-stop(100%,rgba(98,127,142,0.23))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(206,220,231,0.26) 0%,rgba(205,219,230,0.26) 1%,rgba(98,127,142,0.23) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(206,220,231,0.26) 0%,rgba(205,219,230,0.26) 1%,rgba(98,127,142,0.23) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(206,220,231,0.26) 0%,rgba(205,219,230,0.26) 1%,rgba(98,127,142,0.23) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(206,220,231,0.26) 0%,rgba(205,219,230,0.26) 1%,rgba(98,127,142,0.23) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42cedce7', endColorstr='#3b627f8e',GradientType=0 ); /* IE6-8 */
	}
#content3 audio {
	width:400px;
	margin:0 auto;
	padding-top:5px;
	margin-bottom:30px;
	}
#audio table {
	margin:0 auto;
	}
#audio table td {
	width:400px;
	padding-left:20px;
	padding-right:20px;
	}
#since {
	margin:10px auto;
	display:block;
	width:100%;
	height:80px;
	padding-top:10px;
	text-align:center;
	font-family:robotolight;
	font-size:20px;
	font-weight:700;
	margin-bottom:25px;
	font-weight:700;
	background-color:#0080C0;
	text-transform:uppercase;
	}
#wehave {
	display:block;
	width:100%;
	height:50px;
	text-align:center;
	margin:0px auto;
	margin-bottom:20px;
	padding-top:15px;
	font-weight:700;
	font-family:robotolight;
	font-size:23px;
	color:white;
	background-color:#0080C0;
	text-transform:uppercase;
	}
#wehave_ {
	display:block;
	width:100%;
	 
	text-align:center;
	margin:0px auto;
	margin-bottom:20px;
	padding-top:15px;
	font-weight:700;
	font-family:Arial;
	font-size:23px;
	text-transform:uppercase;
	}
#testim {
	display:block;
	width:100%;
	text-align:center;
	margin:0px auto;
	margin-bottom:30px;
	padding-top:10px;
	font-weight:700;
	font-family:robotolight;
	font-size:23px;
	background-color:#0080C0;
	}
#testim p {
	color:white;
	text-transform:uppercase;
	}
#since p {
	color:white;
	text-transform:uppercase;
	}
#ourmstaff {
	display:block;
	width:100%;
	height:50px;
	text-align:center;
	margin:0px auto;
	margin-bottom:30px;
	padding-top:15px;
	font-weight:700;
	font-family:robotolight;
	font-size:23px;
	background-color:#0080C0;
	}
#ourmstaff p {
	color:white;
	text-transform:uppercase;
	}	
#raiphotos {
	width:100%;
	height:350px;
	}
#workimg1 {
	width:400px;
	padding-left:110px;
	float:left;
	}
#workimg2 {
	width:400px;
	padding-right:110px;
	float:right;
	}
#raiphotos img {
	border:1px solid gray;
	}
#testimonials {
	clear:both;
	width:100%;
	height:1140px;
	margin-top:40px;
	}
#testimonials table {
	width:900px;
	margin:25px auto;
	}
#testimonials table img {
	display:block;
	margin:0 auto;
	}
#testimonials table td {
	padding-left:15px;
	padding-right:15px;
	padding-bottom:40px;
	width:350px;
	}
#mp3 {
	clear:both;
	width:100%;
	height:auto;
	padding-right:15px;
	margin-top:15px;
	margin-bottom:15px;	
	}
.trackname {
	font-family: robotoblack;
	margin-right:10px;
	display:block;
	margin-bottom:7px;
	font-size:17px;
	}
.ie8 {
	font-family:robotolight;
	font-size:16px;
	}
#audio {
	width:900px;
	margin:0 auto;
	padding-top:20px;
	margin-bottom:10px;
	}
audio {
	margin-bottom:15px;
	width:400px;
	margin:0 auto;
	display:block;
	}
#mstaff {
	clear:both;
	width:100%;
	height:100%;
	margin-top:40px;
	margin-bottom:20px;		
	}
#mstaff table {
	padding-top:20px;
	margin:0 auto;
	}
#mstaff table td {
	width:30%;
	font-style:robotolight;
	vertical-align:top;
	font-weight:600;
	}
#mstaff table td span {
	font-style:robotolight;
	font-size:14px;	
	}	
#mstaff table img {
	margin-bottom:7px;
	}
#mstaff table td a {
	text-decoration:underline;
	}
#mstaff table span {
		font-size:12px;
		font-family:robotolight;
	}
#mstaff table h3 {
	font-family:robotolight;
	}
#emailsend {
	width:290px;
	margin:30px auto;
	height:70px;
	}
#emailsend_ {
	width:110px;
	height:70px;
	}
.center, #emailsend_ {
    margin-left: auto;
    margin-right: auto;
}
.emailsend a {
	text-decoration:none;
	color:white;
	font-family:robotolight;
	font-size:18px;
	}
#toTop { 
            position: fixed; 
            bottom: 20px; 
            right: 2px; 
            background: none; 
            cursor: pointer;
			}
    .view {
   width: 240px;
   height: 150px;
   margin: 10px;
   float: left;
   border: 10px solid #EBEBEB;
   overflow: hidden;
   position: relative;
   text-align: center;
   -webkit-box-shadow: 1px 1px 2px #e6e6e6;
   -moz-box-shadow: 1px 1px 2px #e6e6e6;
   box-shadow: 1px 1px 2px #e6e6e6;
   cursor: default;
   background: #fff no-repeat center center;
}
.view .mask,.view .content {
   width: 240px;
   height: 150px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view h2 {
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 17px;
   padding: 10px;
   background: rgba(0, 0, 0, 0.8);
   margin: 20px 0 0 0;
}
.view p {
   font-family: Georgia, serif;
   font-style: italic;
   font-size: 12px;
   position: relative;
   color: #fff;
   padding: 10px 20px 20px;
   text-align: center;
}
.view a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #000;
   color: #fff;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 1px #000;
   -moz-box-shadow: 0 0 1px #000;
   box-shadow: 0 0 1px #000;
}
.view a.info: hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}
.view-second img {
   -webkit-transition: all 0.2s ease-in;
   -moz-transition: all 0.2s ease-in;
   -o-transition: all 0.2s ease-in;
   -ms-transition: all 0.2s ease-in;
   transition: all 0.2s ease-in;
   width:217px;
}
.view-second .mask {
   background-color: rgba(115,146,184, 0.7);
   width: 300px;
   padding: 60px;
   height: 300px;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: translate(265px, 145px) rotate(45deg);
   -moz-transform: translate(265px, 145px) rotate(45deg);
   -o-transform: translate(265px, 145px) rotate(45deg);
   -ms-transform: translate(265px, 145px) rotate(45deg);
   transform: translate(265px, 145px) rotate(45deg);
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-second h2 {
   border-bottom: 1px solid rgba(0, 0, 0, 0.3);
   background: transparent;
   margin: 20px 40px 10px 40px;
   -webkit-transform: translate(200px, -200px);
   -moz-transform: translate(200px, -200px);
   -o-transform: translate(200px, -200px);
   -ms-transform: translate(200px, -200px);
   transform: translate(200px, -200px);
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-second p {
   -webkit-transform: translate(-200px, 200px);
   -moz-transform: translate(-200px, 200px);
   -o-transform: translate(-200px, 200px);
   -ms-transform: translate(-200px, 200px);
   transform: translate(-200px, 200px);
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-second a.info {
   -webkit-transform: translate(0px, 100px);
   -moz-transform: translate(0px, 100px);
   -o-transform: translate(0px, 100px);
   -ms-transform: translate(0px, 100px);
   transform: translate(0px, 100px);
   -webkit-transition: all 0.2s 0.1s ease-in-out;
   -moz-transition: all 0.2s 0.1s ease-in-out;
   -o-transition: all 0.2s 0.1s ease-in-out;
   -ms-transition: all 0.2s 0.1s ease-in-out;
   transition: all 0.2s 0.1s ease-in-out;
}
.view-second:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translate(-80px, -125px) rotate(45deg);
   -moz-transform: translate(-80px, -125px) rotate(45deg);
   -o-transform: translate(-80px, -125px) rotate(45deg);
   -ms-transform: translate(-80px, -125px) rotate(45deg);
   transform: translate(-80px, -125px) rotate(45deg);
}
.view-second:hover h2 {
   -webkit-transform: translate(0px,0px);
   -moz-transform: translate(0px,0px);
   -o-transform: translate(0px,0px);
   -ms-transform: translate(0px,0px);
   transform: translate(0px,0px);
   -webkit-transition-delay: 0.3s;
   -moz-transition-delay: 0.3s;
   -o-transition-delay: 0.3s;
   -ms-transition-delay: 0.3s;
   transition-delay: 0.3s;
}
.view-second:hover p {
   -webkit-transform: translate(0px,0px);
   -moz-transform: translate(0px,0px);
   -o-transform: translate(0px,0px);
   -ms-transform: translate(0px,0px);
   transform: translate(0px,0px);
   -webkit-transition-delay: 0.4s;
   -moz-transition-delay: 0.4s;
   -o-transition-delay: 0.4s;
   -ms-transition-delay: 0.4s;
   transition-delay: 0.4s;
}
.view-second:hover a.info {
   -webkit-transform: translate(0px,0px);
   -moz-transform: translate(0px,0px);
   -o-transform: translate(0px,0px);
   -ms-transform: translate(0px,0px);
   transform: translate(0px,0px);
   -webkit-transition-delay: 0.5s;
   -moz-transition-delay: 0.5s;
   -o-transition-delay: 0.5s;
   -ms-transition-delay: 0.5s;
   transition-delay: 0.5s;
}
#leftcol {
	width:400px;
	float:left;
	margin-left:200px;
	}
#rightcol {
	width:400px;
	float:right;
	margin-right:200px;
	}	
			
			
/*customer serv page*/

#content4 {
	width:1100px;
	height:auto;
	margin:35px auto;
	min-width:500px;
	padding:30px 0px 20px 0px;
	-webkit-box-shadow: 1px 1px 15px 0.1px rgba(1,1,1,1);
	box-shadow: 1px 1px 15px 0.1px rgba(1,1,1,1);
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NlZGNlNyIgc3RvcC1vcGFjaXR5PSIwLjI2Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjElIiBzdG9wLWNvbG9yPSIjY2RkYmU2IiBzdG9wLW9wYWNpdHk9IjAuMjYiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzYyN2Y4ZSIgc3RvcC1vcGFjaXR5PSIwLjIzIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top,  rgba(206,220,231,0.26) 0%, rgba(205,219,230,0.26) 1%, rgba(98,127,142,0.23) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(206,220,231,0.26)), color-stop(1%,rgba(205,219,230,0.26)), color-stop(100%,rgba(98,127,142,0.23))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(206,220,231,0.26) 0%,rgba(205,219,230,0.26) 1%,rgba(98,127,142,0.23) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(206,220,231,0.26) 0%,rgba(205,219,230,0.26) 1%,rgba(98,127,142,0.23) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(206,220,231,0.26) 0%,rgba(205,219,230,0.26) 1%,rgba(98,127,142,0.23) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(206,220,231,0.26) 0%,rgba(205,219,230,0.26) 1%,rgba(98,127,142,0.23) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42cedce7', endColorstr='#3b627f8e',GradientType=0 ); /* IE6-8 */
	}
#yrsexp, .yrsexp {
	margin:10px auto;
	display:block;
	width:1000px;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	font-family:robotolight;
	font-size:20px;
	font-weight:700;
	margin-bottom:25px;
	text-align:justify;
	}
#yrsexp p {
	color:black;
	}
#bullets {
	width:500px;
	font-family:robotolight;
	font-size:20px;
	margin:0 auto;
	line-height:30px;
	list-style-position:inside;
	list-style-type:disc;
	font-weight:600;
	}
#bullets li {
	margin-bottom:10px;
	}
#content4 img {
	display:block;
	/*margin:0 auto;*/
	border:3px solid black;
	margin-top:20px;
	margin-bottom:10px;
    border-radius:5px;
	}
#content41 img {
	display:block;
	margin:0 auto;
	border:3px solid black;
	margin-top:20px;
	margin-bottom:10px;
    border-radius:5px;
	}
	#content4 audio {
	width:400px;
	margin:0 auto;
	padding-top:5px;
	margin-bottom:10px;
	}
#content4 table {
	margin:30px auto;
	}
#content4 table td {
	width:400px;
	padding-left:50px;
	padding-right:20px;
	}
#content4 h2 {
	font-size:23px;
	font-family:robotoblack;
	display:block;
	color:black;
	text-decoration:underline;
	width:100%;
	}

/* Customer sev staff page */


#content5 {
	width:1100px;
	height:auto;
	margin:35px auto;
	min-width:500px;
	padding:10px 0px 20px 0px;
	-webkit-box-shadow: 1px 1px 15px 0.1px rgba(1,1,1,1);
	box-shadow: 1px 1px 15px 0.1px rgba(1,1,1,1);
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NlZGNlNyIgc3RvcC1vcGFjaXR5PSIwLjI2Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjElIiBzdG9wLWNvbG9yPSIjY2RkYmU2IiBzdG9wLW9wYWNpdHk9IjAuMjYiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzYyN2Y4ZSIgc3RvcC1vcGFjaXR5PSIwLjIzIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top,  rgba(206,220,231,0.26) 0%, rgba(205,219,230,0.26) 1%, rgba(98,127,142,0.23) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(206,220,231,0.26)), color-stop(1%,rgba(205,219,230,0.26)), color-stop(100%,rgba(98,127,142,0.23))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(206,220,231,0.26) 0%,rgba(205,219,230,0.26) 1%,rgba(98,127,142,0.23) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(206,220,231,0.26) 0%,rgba(205,219,230,0.26) 1%,rgba(98,127,142,0.23) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(206,220,231,0.26) 0%,rgba(205,219,230,0.26) 1%,rgba(98,127,142,0.23) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(206,220,231,0.26) 0%,rgba(205,219,230,0.26) 1%,rgba(98,127,142,0.23) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42cedce7', endColorstr='#3b627f8e',GradientType=0 ); /* IE6-8 */
	}
#examphead {
	display:block;
	width:100%;
	height:70px;
	text-align:center;
	margin:20px auto;
	padding-top:15px;
	font-weight:700;
	font-family:robotolight;
	font-size:22px;
	color:white;
	background-color:#0080C0;
	}
#camplist {
	cler:both;
	width:290px;
	margin:0 auto;
	height:40px;
	}
#camplist a {
	text-decoration:none;
	color:white;
	font-family:robotolight;
	font-size:18px;
	}
.ready {
	display:block;
	width:100%;
	height:65px;
	margin:30px auto;
	font-family:robotolight;
	font-size:30px;
	font-weight:900;
    margin-top:-15px;
	margin-bottom:30px;
	text-align:center;
	padding-top:25px;
	color:white;
	background-color:#0080C0;
	}
.planning {
	font-family:robotolight;
	font-size:20px;
	display:block;
	width:980px;
	margin:0 auto;
	margin-bottom:20px;
	color:black;
	font-weight:600;
	text-align:justify;
	}
#giveus {
	margin:25px auto;
	display:block;
	width:100%;
	height:45px;
	padding-top:15px;
	text-align:center;
	font-family:robotolight;
	font-size:23px;
	font-weight:700;
	margin-bottom:25px;
	background-color:#0080C0;
	text-transform:uppercase;
}
#giveus p {
	color:white;
	}
#pics2 {
	width:800px;
	margin:0 auto;
	height:300px;
	}
#pics2 img {
	height:280px;
	width:350px;
	}
#grouphoto {
	float:right;
	display:block;
	font-family:robotolight;
	font-size:20px;
	width:300px;
	margin-right:40px;
	font-weight:600;
	}
#tammy a {
	color:#0080C0;
	}
#bullets1 {
	width:300px;
	font-family:robotolight;
	font-size:20px;
	margin:0 auto;
	margin-bottom:30px;
	list-style-position:inside;
	list-style-type:disc;
	line-height:40px;
	font-weight:600
	}	
#tammy {
	float:left;
	display:block;
	margin-left:225px;
	width:260px;
	font-family:robotolight;
	font-size:18px;
	list-style-position:inside;
	margin-bottom:20px;
	list-style-type:none;
	}
#tammy li {
	font-weight:600;
	}
#letour {
	clear:both;
	margin:10px auto;
	display:block;
	width:100%;
	height:50px;
	padding-top:15px;
	text-align:center;
	font-family:robotolight;
	font-size:30px;
	font-weight:700;
	margin-bottom:5px;
	}
#letour p {
	color:black;
	}
		
/* employment page */

#content6 {
	width:1100px;
	height:575px;
	margin:35px auto;
	min-width:500px;
	padding:15px 0px 25px 0px;
	-webkit-box-shadow: 1px 1px 15px 0.1px rgba(1,1,1,1);
	box-shadow: 1px 1px 15px 0.1px rgba(1,1,1,1);
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NlZGNlNyIgc3RvcC1vcGFjaXR5PSIwLjI2Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjElIiBzdG9wLWNvbG9yPSIjY2RkYmU2IiBzdG9wLW9wYWNpdHk9IjAuMjYiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzYyN2Y4ZSIgc3RvcC1vcGFjaXR5PSIwLjIzIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top,  rgba(206,220,231,0.26) 0%, rgba(205,219,230,0.26) 1%, rgba(98,127,142,0.23) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(206,220,231,0.26)), color-stop(1%,rgba(205,219,230,0.26)), color-stop(100%,rgba(98,127,142,0.23))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(206,220,231,0.26) 0%,rgba(205,219,230,0.26) 1%,rgba(98,127,142,0.23) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(206,220,231,0.26) 0%,rgba(205,219,230,0.26) 1%,rgba(98,127,142,0.23) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(206,220,231,0.26) 0%,rgba(205,219,230,0.26) 1%,rgba(98,127,142,0.23) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(206,220,231,0.26) 0%,rgba(205,219,230,0.26) 1%,rgba(98,127,142,0.23) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42cedce7', endColorstr='#3b627f8e',GradientType=0 ); /* IE6-8 */	
	}
#content6 img {
	display:block;
	width:500px;
	margin:90px auto;
	font-size:40px;
	color:#0080C0;
	}
	
/* history page */

#content7 {
	width:1100px;
	height:auto;
	margin:35px auto;
	min-width:500px;
	padding:35px 0px 25px 0px;
	-webkit-box-shadow: 1px 1px 15px 0.1px rgba(1,1,1,1);
	box-shadow: 1px 1px 15px 0.1px rgba(1,1,1,1);
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NlZGNlNyIgc3RvcC1vcGFjaXR5PSIwLjI2Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjElIiBzdG9wLWNvbG9yPSIjY2RkYmU2IiBzdG9wLW9wYWNpdHk9IjAuMjYiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzYyN2Y4ZSIgc3RvcC1vcGFjaXR5PSIwLjIzIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top,  rgba(206,220,231,0.26) 0%, rgba(205,219,230,0.26) 1%, rgba(98,127,142,0.23) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(206,220,231,0.26)), color-stop(1%,rgba(205,219,230,0.26)), color-stop(100%,rgba(98,127,142,0.23))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(206,220,231,0.26) 0%,rgba(205,219,230,0.26) 1%,rgba(98,127,142,0.23) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(206,220,231,0.26) 0%,rgba(205,219,230,0.26) 1%,rgba(98,127,142,0.23) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(206,220,231,0.26) 0%,rgba(205,219,230,0.26) 1%,rgba(98,127,142,0.23) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(206,220,231,0.26) 0%,rgba(205,219,230,0.26) 1%,rgba(98,127,142,0.23) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42cedce7', endColorstr='#3b627f8e',GradientType=0 ); /* IE6-8 */	
	}
#histhead {
	display:block;
	width:900px;
	margin:0 auto;
	font-family:robotolight;
	font-size:20px;
	font-weight:700;
	text-align:justify;	
	}
#histbody {
	display:block;
	width:900px;
	margin:0 auto;
	font-family:robotolight;
	font-size:20px;
	font-weight:700;
	text-align:justify;
	}
#histbody2 {
	display:block;
	width:900px;
	margin:0 auto;
	font-family:robotolight;
	font-size:20px;
	font-weight:700;
	text-align:justify;
	}	
	
/* job app */

#content8 {
	width:1100px;
	height:auto;
	margin:35px auto;
	min-width:500px;
	padding:35px 0px 35px 0px;
	-webkit-box-shadow: 1px 1px 15px 0.1px rgba(1,1,1,1);
	box-shadow: 1px 1px 15px 0.1px rgba(1,1,1,1);
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NlZGNlNyIgc3RvcC1vcGFjaXR5PSIwLjI2Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjElIiBzdG9wLWNvbG9yPSIjY2RkYmU2IiBzdG9wLW9wYWNpdHk9IjAuMjYiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzYyN2Y4ZSIgc3RvcC1vcGFjaXR5PSIwLjIzIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top,  rgba(206,220,231,0.26) 0%, rgba(205,219,230,0.26) 1%, rgba(98,127,142,0.23) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(206,220,231,0.26)), color-stop(1%,rgba(205,219,230,0.26)), color-stop(100%,rgba(98,127,142,0.23))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(206,220,231,0.26) 0%,rgba(205,219,230,0.26) 1%,rgba(98,127,142,0.23) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(206,220,231,0.26) 0%,rgba(205,219,230,0.26) 1%,rgba(98,127,142,0.23) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(206,220,231,0.26) 0%,rgba(205,219,230,0.26) 1%,rgba(98,127,142,0.23) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(206,220,231,0.26) 0%,rgba(205,219,230,0.26) 1%,rgba(98,127,142,0.23) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42cedce7', endColorstr='#3b627f8e',GradientType=0 ); /* IE6-8 */	
	}
#content8 form{
	width:420px;
	margin:50px auto;
	}
.label {
	width:150px;
	display:inline-block;
	font-family:robotolight;
	font-size:18px;
	margin-bottom:20px;
	margin-top:20px;
	}
textarea {
	border:1px dotted #777;
	}
#mailto, #mailsubj {
	display:block;
	width:410px;
	height:30px;
	margin-bottom:30px;
	font-size:18px;
	border:1px dotted #777;
	}
#mailto:focus, #mailsubj:focus { border-style: solid; border-color: #0080C0; color: #777; }

#why {
	display:block;
	margin-bottom:10px;
	font-family:robotolight;
	font-size:18px;
	}
#applfm {
	display:block;
	width:380px;
	font-family:robotolight;
	font-size:24px;
	font-weight:700;
	margin:10px auto;
	color:#0080C0;
	}
#posit  {
	width:150px;
	display:inline-block;
	font-family:robotolight;
	font-size:18px;
	margin-bottom:20px;
	}
#border {
	width:500px;
	margin:0 auto;
	height:580px;
	background-color:#F7F7F7;
	padding:10px 10px 10px 10px;
	width:500px;
	-webkit-box-shadow: 1px 1px 15px 0.1px rgba(1,1,1,1);
	box-shadow: 1px 1px 15px 0.1px rgba(1,1,1,1);	
	}
select {
	border:1px dotted #777;
	width:150px;
	margin-left:20px;
	}
.button {
	float:right;
	margin-right:5px; 
	color: #dee5f0;
	display: block;
	cursor: pointer;
	padding: 5px 11px;
	font-size: 1.2em;
	border: solid 1px #224983;
	border-radius: 5px;
	background: #1e4c99; 
	background: -webkit-gradient(linear, left top, left bottom, from(#2f52b7), to(#0e3a7d)); 
	background: -moz-linear-gradient(top, #2f52b7, #0e3a7d); 
	background: -webkit-linear-gradient(top, #2f52b7, #0e3a7d);
	background: -o-linear-gradient(top, #2f52b7, #0e3a7d);
	background: -ms-linear-gradient(top, #2f52b7, #0e3a7d);
	background: linear-gradient(top, #2f52b7, #0e3a7d);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f52b7', endColorstr='#0e3a7d'); 
	}
.button:hover {
	background: #183d80; 
	background: -webkit-gradient(linear, left top, left bottom, from(#284f9d), to(#0c2b6b)); 
	background: -moz-linear-gradient(top,  #284f9d, #0c2b6b); 
	background: -webkit-linear-gradient(top, #284f9d, #0c2b6b);
	background: -o-linear-gradient(top, #284f9d, #0c2b6b);
	background: -ms-linear-gradient(top, #284f9d, #0c2b6b);
	background: linear-gradient(top, #284f9d, #0c2b6b);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#284f9d', endColorstr='#0c2b6b');
	}
.button:active {
	color: #8c9dc0; 
	background: -webkit-gradient(linear, left top, left bottom, from(#0e387d), to(#2f55b7)); 
	background: -moz-linear-gradient(top,  #0e387d,  #2f55b7);
	background: -webkit-linear-gradient(top, #0e387d, #2f55b7);
	background: -o-linear-gradient(top, #0e387d, #2f55b7);
	background: -ms-linear-gradient(top, #0e387d, #2f55b7);
	background: linear-gradient(top, #0e387d, #2f55b7);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0e387d', endColorstr='#2f55b7');
	}

   .digital{
       width:200px;
       max-width:100%;
       height:100px;
       margin-left:50%;
       margin-top:30px;
       border-radius:5px;
       /*border: 5px solid black;*/
   }
   .modal-dialog{
        width:1400px;
        height:800px;
    }
       .modal-content,
    .modal-body{
        min-width:100%;
        height:100%;
    }
    .modal-dialog{
        width:1400px;
        min-width:1100px;
        height:800px;
    }
    .modal-footer{
        height:45px;
    }
    .modal-footer button{
        margin-top:-1em;
    }
    iframe{
        width:100%;
        height:100%;
    }
    
.sliderBullets {
    bottom:5px;
    margin-left:-30px;
}

