   @import url(http://fonts.googleapis.com/css?family=Open+Sans);


.class { 
	font-family: 'Open Sans', sans-serif;
}
.button {
   border: 1px solid #ffffff;
   background: #ffffff;
   background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
   background: -webkit-linear-gradient(top, #ffffff, #ffffff);
   background: -moz-linear-gradient(top, #ffffff, #ffffff);
   background: -ms-linear-gradient(top, #ffffff, #ffffff);
   background: -o-linear-gradient(top, #ffffff, #ffffff);
   background-image: -ms-linear-gradient(top, #ffffff 0%, #ffffff 100%);
   padding: 3px 6px;
   -webkit-border-radius: 0px;
   -moz-border-radius: 0px;
   border-radius: 0px;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 0px 0;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 0px 0;
   box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 0px 0;
   color: #000000;
   font-size: 15px;
   font-family: 'Open Sans', sans-serif;
   letter-spacing: 3px;
   vertical-align: middle;
   }
.button:hover {
   border: 1px solid #ff0000;
   text-shadow: #ffffff 0 1px 0;
   background: #ffffff;
   background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
   background: -webkit-linear-gradient(top, #ffffff, #ffffff);
   background: -moz-linear-gradient(top, #ffffff, #ffffff);
   background: -ms-linear-gradient(top, #ffffff, #ffffff);
   background: -o-linear-gradient(top, #ffffff, #ffffff);
   background-image: -ms-linear-gradient(top, #ffffff 0%, #ffffff 100%);
   color: #000000;
   }
   .button2 {
   border: 1px solid #ffffff;
   background: #ffffff;
   background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
   background: -webkit-linear-gradient(top, #ffffff, #ffffff);
   background: -moz-linear-gradient(top, #ffffff, #ffffff);
   background: -ms-linear-gradient(top, #ffffff, #ffffff);
   background: -o-linear-gradient(top, #ffffff, #ffffff);
   background-image: -ms-linear-gradient(top, #ffffff 0%, #ffffff 100%);
   padding: 3px 6px;
   -webkit-border-radius: 0px;
   -moz-border-radius: 0px;
   border-radius: 0px;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 0px 0;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 0px 0;
   box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 0px 0;
   color: #000000;
   font-size: 15px;
   font-family: Gill Sans,Gill Sans MT,Calibri,sans-serif;
   vertical-align: middle;
   }
.button2:hover {
   border: 1px solid #ff0000;
   text-shadow: #ffffff 0 1px 0;
   background: #ffffff;
   background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
   background: -webkit-linear-gradient(top, #ffffff, #ffffff);
   background: -moz-linear-gradient(top, #ffffff, #ffffff);
   background: -ms-linear-gradient(top, #ffffff, #ffffff);
   background: -o-linear-gradient(top, #ffffff, #ffffff);
   background-image: -ms-linear-gradient(top, #ffffff 0%, #ffffff 100%);
   color: #000000;
   }
   div {
   /*font-size: 13px;*/
   }


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,h1,p,h2 {
	font-family: 'Open Sans', sans-serif;
	}

h1 {
	font-size:20px;
}

p {
  font-size:15px;
}

event {
  font-size:15px;
}

dec {
  font-size:10px;
}

nav { 
z-index: +10;
width: 900px; }

nav ul {
	padding:0;
	margin:0;
	list-style: none;
	position: relative;
	display:block;
	z-index: +10;
	}
	
nav ul li {
	float:left;
	display:list-item;
	list-style: none; 
	
	background-color:#64abfb;
	border-bottom: 5px solid white;
	z-index: +10;
	}

nav ul li a {
	display:block;
	padding:10px 6.35px;	
	
	color: black;
	font-size:14px;
	text-decoration:none;
	font-family: 'Open Sans', sans-serif;
	z-index: +10;
}

li a:hover { background-color: #00B9BD; }

	
/* Change this in order to change the Dropdown symbol */
/*li > a:after { content: '+'; } 
li > a:only-child:after { content: ''; }  */	
	
	
/* The Dropdown Styles */
/* =================== */

/* Hide Dropdowns by Default */
nav ul ul {
z-index: +1;
	display: none;
	position: absolute; top: 35px;
}
	
/* Display Dropdowns on Hover */
nav ul li:hover > ul {
z-index: +1;
	display:list-item;
}
	
/* Fisrt Tier Dropdown */
nav ul ul li {
	z-index: +1;
	width:170px;
	float:none;
	position: relative;
	border-bottom:none;
}

/* Second, Third and more Tiers	*/
nav ul ul ul li {
	position: absolute relative;
	top:-58px; 
	left:170px;
}

.right {
    position:relative;
    float: right;
    padding:10px;
    right: 15px;
    top: 15px;
    bottom: 15px;
    font-family: 'Open Sans', sans-serif;
    color: black;
    text-align: left;
    z-index: -1;
    
}
.left {
    position:relative;
    float: left;
    padding:10px;
    left: 15px;
    top: 15px;
    bottom: 15px;
    font-family: 'Open Sans', sans-serif;
    color: black;
    text-align: left;
    z-index: -1;
    
}
.ctct-custom-form .Button {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    font-size: 16px;
    padding: 14px 20px;
    line-height: 1;
    background-image: none;
    background-color: #ebedee;
    color: #0078c1;
    border: none;
    box-shadow: none;
    border-radius: 2px;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out; 
}
.ctct-custom-form .ctct-button {
    color: #fff;
    background-color: #0078c1;
    display: block;
    width: 100%; 
}
.ctct-custom-form input[type="text"] {
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #b0b6bb;
    border-radius: 2px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    font-family: Helvetica Neue, Arial, sans-serif;
    color: #394856;
    font-size: 12px;
    line-height: 1.2; 
    }
.ctct-custom-form input[type="text"]:focus { outline: 1px solid #5dacd6; }
.ctct-custom-form .ctct-form-errorMessage {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 12px;
    color: #f5463b; 
}
.ctct-custom-form ::-webkit-input-placeholder { color: #88919a; }
.ctct-custom-form :-moz-placeholder { color: #88919a; }
.ctct-custom-form ::-moz-placeholder { color: #88919a; }
.ctct-custom-form :-ms-input-placeholder { color: #88919a; }
.ctct-custom-form input.is-error, .ctct-custom-form .ctct-form-input.is-error {
    border-color: #f5463b !important;
    color: #f5463b !important; 
}
.ctct-custom-form label {
    display: block;
    margin-bottom: 6px;
    line-height: 1; 
}
@import url(content.css);