@charset "UTF-8";
body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #FFF;
	user-drag: none; 
	-moz-user-drag: none;
	-webkit-user-drag: none;
	background-image: none;
}
#individual {
	position: relative;
	display: block;
    top: 270px;
    right: -320px;
    background: transparent;
    border: none;
	height: 65px;
    width: 280px;
}
#company {
	position: relative;
	display: block;
    top: 277px;
    right: -320px;
    background: transparent;
    border: none;
	height: 65px;
    width: 280px;
}
#trust {
	position: relative;
	display: block;
    top: 283px;
    right: -320px;
    background: transparent;
    border: none;
	height: 65px;
    width: 280px;
}
#partnership {
	position: relative;
	display: block;
    top: 289px;
    right: -320px;
    background: transparent;
    border: none;
	height: 65px;
    width: 280px;
}
#sole {
	position: relative;
	display: block;
    top: 295px;
    right: -320px;
    background: transparent;
    border: none;
	height: 65px;
    width: 280px;
}
#bluetaxlk {
	position: relative;
	display: block;
    top: 50px;
    right: -360px;
    background: transparent;
    border: none;
	height: 200px;
    width: 440px;
}
#locations {
	position: relative;
	display: block;
    top: 90px;
    right: -360px;
    background: transparent;
    border: none;
	height: 200px;
    width: 440px;
}
#skypelk {
	position: relative;
	display: block;
    top: 120px;
    right: -360px;
    background: transparent;
    border: none;
	height: 180px;
    width: 440px;
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #000000000000;
	display: block;
}

a {
	color: #3366CC;
	text-decoration: none;
}

#form {
	position: relative;
	right: 350px;	
	top: 60px;
}

input.big {
	width: 100px;
}

input.small {
	width: 50px;
}

input[type=text], input[type=email], input[type=date]
{
    border:solid 1px #BFBDBD;
    height: 28px;
    padding-left:10px;
    width: 191px;
    box-shadow: 2px 2px 0 #828181 inset;
}
input[type=address]
{
    border:solid 1px #BFBDBD;
    height: 56px;
    padding-left:10px;
    width: 191px;
    box-shadow: 2px 2px 0 #828181 inset;
}
input[type=button]
{
    height: 24px;
    width: 103px;
    text-transform:uppercase;
    box-shadow:-1px 2px #6E6B6A inset;
}

input[type=button], input[type=text], input[type=email], input[type=date]
{
    border: 0;
    border-radius:5px;
    font-family: Sansation,Arial;
}
textarea {
    box-shadow:-1px 2px #6E6B6A inset;
	    border: 0;
    border-radius:5px;
    font-family: Sansation,Arial;
	font-size: 12px;
}

.button {	
    padding:7px 35px; 
    background:#3D3D3D;
	color:#FFFFFF;
    border:2px;
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px; 
	font-size: 12px;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
	line-height: 30px;
  background-color: #006666;
	color: #DCDCDC;
}

.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
  color: #006666;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	background-color: #006666;
  color: #DCDCDC;
}

.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
  font-weight: bold;
	background-color: white;
}

.navLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #DEDECA;
}


.footer {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	color: #FFFFFF;
	background-color: #CCCCCC;
}

.legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000000000;
}

a:hover {
	text-decoration: underline;
}

.Layout {
	margin: 0px;
	padding: 0px;
}

#contact {
     position: relative;
}

#navmenbar {
	background-color: #000000;
	display: block;
	margin-left: auto;
    margin-right: auto;
	clip: rect(auto,auto,auto,auto);
	width: 1280px;
	height: 36px;
    text-align: left;
	margin: 0 auto;
}

.dropbtn {
	font-family: Arial, Helvetica, sans-serif;
    background-color: #000000;
    color: white;
    font-size: 12px;
    border: none;
    cursor: pointer;
	display: block;
	clip: rect(auto,auto,auto,auto);
	margin: 0 auto;
	height: 36px;
	width: 150px;
	position: relative;
	text-align: left;
}
.dropdown {
    position: relative;
    display: inline-block;
	
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #000000;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
	opacity:.8;
}
.dropdown-content a {
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
	text-align: left;
	opacity:1;
}
/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #292929}


/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #292929;
}
#bluetax
{
	font-size: 16px;
    font-family: Sansation,Arial;
	color: white;
	position: relative;
    top: -20px;
    right: 240px;
	text-align: left;
}

#ezyblue
{
	font-size: 16px;
    font-family: Sansation,Arial;
	color: white;
	position: relative;
    top: -330px;
    right: 265px;
	text-align: center;
}