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

body {
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position:center;
	background-color:#000033;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #111111;
	font-size: 18px;
}
#content {
	background-image: url(images/2.png);
	background-repeat: repeat-y;
	padding-right: 100px;
	padding-left: 100px;
}
#contenttop {
	background-image: url(images/1.png);
	background-repeat: repeat-y;
}
.img-margin {
	margin-right: 20px;
	margin-bottom: 5px;
}
.red {
	color: #C00;
}
.darkbar {
font-size:24px;
background-color:#4D4D4D;
color:white;
padding:3px;
padding-left:3px;
font-weight:bold;
}

.ballotbox:before{
    content: "\2611";
    color:red;
    margin-right: 6px;
    font-weight:bold;
    font-size:40px;
    text-indent:50px;
}

.envelope:before{
    content: "\2709";
    color:red;
    margin-right: 6px;
    font-weight:bold;
    font-size:40px;
    text-indent:50px;
}

.xbox:before{
    content: "\2612";
    color:red;
    margin-right: 6px;
    font-weight:bold;
    font-size:40px;
    text-indent:50px;
}

.checkred:before{
    content: "\2714";
    color:red;
    margin-right: 6px;
    font-weight:bold;
    font-size:40px;
    text-indent:50px;
}
.checkbox:before{
    content: "\2611";
    color:blue;
    margin-right: 6px;
    font-weight:bold;
    font-size:40px;
    text-indent:50px;
}
.check:before{
    content: "\2714";
    color:blue;
    margin-right: 6px;
    font-weight:bold;
    font-size:40px;
    text-indent:50px;
}

h1 {
text-align:center;
font-weight:bold;
font-family:tahoma;
}

p {
font-size:18px;
}

.p {
font-size:18px;
}

background-color:#F0FFFF;
border:2px solid #b7e8e8;
font-size:15px !important;
font-weight:normal;
margin:0px auto;
text-align:left;
padding-top:15px;padding-bottom:15px;
padding-right:25px;padding-left:25px;
margin-top:10px;
margin-bottom:10px;
line-height:23px !important;

}

#launchbk .features-box-azure-blue h3{text-align:center;font-weight:bold;font-size:24px !important;letter-spacing:-1px;padding-top:5px;padding-bottom:5px;color:#1F1F1F !important;line-height:1.0em !important;}

#launchbk .features-box-azure-blue h2{line-height:1.1em !important;color:#1F1F1F !important;}

#launchbk .features-box-azure-blue h1{line-height:1.2em !important;margin-bottom:10px;color:#1F1F1F !important;}

.features-box-azure-blue p{
font-size:15px !important;
font-weight:normal;
text-align:left;
line-height:23px !important;
color:#283838;
}

.features-box-azure-blue p:last-child{margin-bottom:0px;}

.features-box-azure-blue li{color:#283838 !important;}

.features-box-azure-blue ul{padding-top:0px;padding-bottom:0px;}

.features-box-azure-blue ul li{font-size:15px !important;line-height:23px !important;}


.features-box-blue{
background-color:#EEF9FF !important;
border:2px solid #B2D9EE !important;

}
.headlinered {
font-family:verdana;
font-size: 150%;
line-height: 120%;
font-color: #cc0000;
color: #cc0000;
text-align: center;
font-weight: bold;
}

.subheadlinered {
font-family:verdana;
font-size: 130%;
line-height: 120%;
font-color: #cc0000;
color: #333366;
text-align: left;
}

.headlineblack {
font-family:verdana;
font-size: 150%;
line-height: 120%;
font-color: #000000;
color: #000000;
text-align: center;
font-weight: bold;
}

.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	box-shadow:inset 0px 1px 0px 0px #fce2c1;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffa136), color-stop(1, #fc910f));
	background:-moz-linear-gradient(top, #ffa136 5%, #fc910f 100%);
	background:-webkit-linear-gradient(top, #ffa136 5%, #fc910f 100%);
	background:-o-linear-gradient(top, #ffa136 5%, #fc910f 100%);
	background:-ms-linear-gradient(top, #ffa136 5%, #fc910f 100%);
	background:linear-gradient(to bottom, #ffa136 5%, #fc910f 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa136', endColorstr='#fc910f',GradientType=0);
	background-color:#ffa136;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #eeb44f;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:28px;
	font-weight:bold;
	padding:21px 90px;
	text-decoration:none;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.3);
	margin-bottom:10px;
	
box-shadow:
  0 0 0 1px rgba(239, 119, 22, 0.6),
  0 0 0 3px hsl(0, 0%, 90%),
  0 0 0 4px hsl(0, 0%, 100%);
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fc910f), color-stop(1, #ffa136));
	background:-moz-linear-gradient(top, #fc910f 5%, #ffa136 100%);
	background:-webkit-linear-gradient(top, #fc910f 5%, #ffa136 100%);
	background:-o-linear-gradient(top, #fc910f 5%, #ffa136 100%);
	background:-ms-linear-gradient(top, #fc910f 5%, #ffa136 100%);
	background:linear-gradient(to bottom, #fc910f 5%, #ffa136 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc910f', endColorstr='#ffa136',GradientType=0);
	background-color:#fc910f;
}
.myButton:active {
	position:relative;
	top:1px;
}



.multiple-borders {
margin: 9px;
  -webkit-box-shadow:
            0px 0px 0px 0px #ebebeb,
                0px 0px 0px 14px #fff,
                0px 0px 0px 18px #ebebeb,
                0px 0px 9px 17px #555;
   
     -moz-box-shadow:
            0px 0px 0px 0px #ebebeb,
                0px 0px 0px 14px #fff,
                0px 0px 0px 18px #ebebeb,
                0px 0px 9px 17px #555;
   
          box-shadow:
            0px 0px 0px 0px #ebebeb,
                0px 0px 0px 14px #fff,
                0px 0px 0px 18px #ebebeb,
                0px 0px 9px 17px #555;
}
