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

body {
	 width:1075px;
	text-align:center;
	font-family:Helvetica, Verdana, Geneva, sans-serif;
	font-size:15px;
	
	
	}
	
	
#Content {
	margin:0px auto;
	height:2000px;
	text-align:left;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	margin-top:70px;
	margin-bottom:0px auto;
	/*border:5px dashed #333;*/
	background-repeat:no-repeat;
	}
	
.contactClass{
	padding:15px;
	height:1750px;
	background-color:#fff;
	border: solid 6px;
	border-color: #717B7B;
	border-radius: 10px;
	background-color: #fff;	
	
}

.javaClass{
	padding:15px;
	min-height:650px;
	background-color:#fff;
	border: solid 6px;
	border-color: #717B7B;
	border-radius: 10px;
	background-color: #fff;	
}
	
/*layout*/		
	.bubble {
	clear: both;
	
	
	position: relative; 
	z-index: 90; /* the stack order: displayed under ribbon rectangle (100) */
}

.rectangle {
	
background-image: linear-gradient(bottom, rgb(168,168,168) 13%, rgb(209,209,209) 28%, rgb(230,230,230) 39%, rgb(255,255,255) 80%);
background-image: -o-linear-gradient(bottom, rgb(168,168,168) 13%, rgb(209,209,209) 28%, rgb(230,230,230) 39%, rgb(255,255,255) 80%);
background-image: -moz-linear-gradient(bottom, rgb(168,168,168) 13%, rgb(209,209,209) 28%, rgb(230,230,230) 39%, rgb(255,255,255) 80%);
background-image: -webkit-linear-gradient(bottom, rgb(168,168,168) 13%, rgb(209,209,209) 28%, rgb(230,230,230) 39%, rgb(255,255,255) 80%);
background-image: -ms-linear-gradient(bottom, rgb(168,168,168) 13%, rgb(209,209,209) 28%, rgb(230,230,230) 39%, rgb(255,255,255) 80%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.13, rgb(168,168,168)),
	color-stop(0.28, rgb(209,209,209)),
	color-stop(0.39, rgb(230,230,230)),
	color-stop(0.8, rgb(255,255,255))
);

	height: 400px;
	position: relative;
	top: 20px;
	float: left;
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
  -khtml-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
  -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
	z-index: 100; /* the stack order: foreground */
	overflow:hidden;
	
}

.triangle-l {
	border-color: transparent #999 transparent transparent;
	border-style:solid;
	border-width:20px;
	height:0px;
	width:0px;
	position: relative;
	left: -40px;
	top:400px;
	z-index: -1; /* displayed under bubble */
}


.triangle-r {
	border-color: transparent transparent transparent #999;
	border-style:solid;
	border-width:20px;
	height:0px;
	width:0px;
	position: relative;
	left: 800px;
	top: 360px;
	z-index: -1; /* displayed under bubble */
}



/*Main Menu Image Options******************/
* {
	margin: 0;
	padding: 0;
}

/*Example 1*/
.ex3 {
	width: 260px;
	padding-top:25px;
	line-height: 0px;
	position:relative;
	color: transparent;
	font-size: 30px;
	margin:auto;
	text-align:center;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight:300;
	
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.ex1 img{
    height: 200px;
    width: 200px;
	background-color:#fff;
    border: 10px solid #575858;
	border-radius:20px;
	-moz-border-radius: 20px;
    float: left;
	
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
	z-index:100;
}

.ex1 img:hover {
    margin-top: 2px;
	height: 220px;
	width: 220px;
}

.ex3:hover {
	line-height: 38px;
	color: #575858;
}

.ex3 img{
	
	/*margin: 0 15px;*/
}

.menuTitles{
	
	
	
}


/****
*****mini menu
*****/
/*Example 1*/
.ex32 {
	width: 260px;
	padding-top:8px;
	position:relative;
	color: black;
	line-height:2;
	margin:auto;
	text-align:center;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	vertical-align:text-top;
	z-index:3001;
}

.ex12{
	height:50px;
	width:200px;
	font-size:26px;
	font-weight:300;
	vertical-align:central;
	background-color:#fff;
    border: 5px solid #575858;
	border-radius:20px;
	-moz-border-radius: 20px;
	cursor:pointer;
}

.ex12 img{
    height: 50px;
    width: 50px;
	
    float: left;
	
	z-index:100;
	
	
	
}

.fixed {
    position:fixed;
    top:0px;
}
/***********/

.bgrMini{
	background-color:#fff;/*#7f563b;#eccdb8;*/
	margin-top:45px;
	height:80px;
	border-bottom:solid 1px black;
	
	width:100%;
	display:none;
	position:fixed;
	top:0;
	z-index:3005;
	 -webkit-box-shadow: 0 8px 6px -6px grey;
	   -moz-box-shadow: 0 8px 6px -6px grey;
	        box-shadow: 0 8px 6px -6px grey;
}
	
.menuBackground {
	
}

/*MENU*/
.wrapper {
    width: 100%;
    height: 33px;
    background : #464646;
    background : -webkit-gradient(linear, left top, left bottom, from(rgb(168,168,168)), to(rgb(69,69,69)));
    background : -moz-linear-gradient(top, rgb(168,168,168), rgb(69,69,69));
    border-top: 2px solid #939393;
    position: relative;
    margin-bottom: 0px;
}

.title {
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 18px;
    text-transform: uppercase;
}

.fl {
    float: left;
}

/*
a.link{
    text-decoration: none;
    color: #00F;
    font-size: 14px;
	text-transform:none;
}

a.notSelected{
    text-decoration: none;
    color: #fff;
    font-size: 15px;
}*/

ul {
    margin: 0;
    padding: 0;
}


/*HTML Hidden Pages
web*/
.webHTML {
	
	width: 1050px;
	position: relative;
	margin-left:auto;
	margin-right:auto;
	
text-align: center;
	
	/*background: #fff;
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
  -khtml-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
  -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
	*/z-index: 100; /* the stack order: foreground */
	overflow:hidden;
	display:none;
}

/*Custom FOnt*/
@font-face {
  font-family: AppleChancery;
  src:url(../fonts/AppleChancery.ttf); /* Edit this line */
}

.introText{
	padding-top:15px;
	font-family:'AppleChancery';
	font-size:74px;
	text-align:center;
	z-index:3003;
	position:absolute;
	left: 0;
	right:0;
	padding-bottom:10px;
}


.comments2{
	width:100%;
	font-size:72px;
	 -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;	
}

.logo{
    vertical-align: middle;
	width:70px;
}

.frame {
width:90px; margin: 0px; margin-right:30px; float: left;
    
    text-align: center; margin: 1em 0;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

input {
	font:92px "source-code-pro","Courier",serif;
	border: 2px solid #E8E8E8;
	width:100%;
	height:120px;
	padding:0px;
background-color: #f6f6f6 !important;
    margin: 0 0 10px 0;
	-webkit-transition: all 0.50s ease-in-out;
  -moz-transition: all 0.50s ease-in-out;
  -ms-transition: all 0.50s ease-in-out;
  -o-transition: all 0.50s ease-in-out;
  color:#575858;
}

input:focus {
	border:none;
	border: 2px solid #630;
	width:100%;
	height:120px;
	padding:0px;
	outline:none;
    padding: 15px;
	background-color:#F90 !important;
    margin: 0 0 10px 0;
}

h13{
	font:60px "source-code-pro","Courier",serif;
	color:#000;
}

.required{
	color: #46bd00;
margin-left: -5px;
}

textarea {
  outline: none;
  border:none;
  border: 2px solid #E8E8E8;
  background-color: #f6f6f6;
	padding:15px;
	font:22px "source-code-pro","Courier",serif;
	-webkit-transition: all 0.50s ease-in-out;
  -moz-transition: all 0.50s ease-in-out;
  -ms-transition: all 0.50s ease-in-out;
  -o-transition: all 0.50s ease-in-out;
  color:#575858;
}

textarea:focus {
	background-color:#F90 !important;
	padding:15px;
	border: 2px solid #630;
}
	
input[type="submit"]
{
	cursor:pointer;
    border:1px solid #c29b81 !important;
	color:#fff;
	background-color:#7f563b !important;;
}	
	
.menuTableClass{
	margin-left:auto;margin-right:auto; padding-top:120px; padding-left:25px;
}	
	
.mobile{
	float: right; padding-right: 40px; padding-top:40px; display:inherit;	
}	
	
.mobileMenu{
	z-index=3008;
	width:100%;
	height:100%;
	background-color:#F60;	
}

.mobileUl{
	background-color:#fff;
	/*border-radius:15px;
	border-width:15px;
	border-style:solid;
	border-color:#7f563b;
	*/
}

.mobileLi{
	height:140px;
	font-size:110px;
	color:#7f563b;
	vertical-align:middle;
	border-bottom:5px solid #7f563b;
	border-width:thin;
	padding-top:10px;
}

.promoText{
	margin-top:200px;
}
	