
@font-face {
    font-family: 'AvenirLTStd55Roman';
    src: url('../fonts/avenirltstd-roman-webfont.eot');
    src: url('../fonts/avenirltstd-roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/avenirltstd-roman-webfont.woff#') format('woff'),
         url('../fonts/avenirltstd-roman-webfont.ttf') format('truetype'),
         url('../fonts/avenirltstd-roman-webfont.svg#') format('svg');
    font-weight: normal;
    font-style: normal;

}

#privacyPage {
	display:none;
}

/*FORM*/
form {
	width:  340px;
	padding:  0px;
	font-size: 14px;
	top: -10px;
}
input.error, select.error {
	color: #ff0000;
}
label.error {
	float: left;
	position: relativee;
	color: #ff0000;
	margin: -7px 0px 10px 10px;
	font-size: 12px;
	display: none !important;
}
option {
	color: #000000 !important;
}


input {
	
	font-size: 14px;
}

input.submit {
border: 1px solid #ffffff;
padding:3px;
height: 23px;
width: 100px;
color: #1d1d1d;
font-size: 12px;
	
}
.radio {
	padding: 0px;
	left:  0px;
	position: relative;
	margin-bottom: 5px;
}
.radio:nth-of-type(2) {
	margin-bottom: 25px !important;
}
select {
	border: 1px solid #c6c6c6;	
}

.halfLeft {
	position:  relative;
	width: 48%;
	margin: 0px 0px 5px 0px;
	float: left;
	left: 0px;
}
.halfRight {
	position:  relative;
	width: 48%;
	margin: 0px 0px 5px 0px;
	float:right;
	right: -6px;
}


p {
	width: 100%;
	font-size: 12px;
	line-height: 21px;
	color:#ffffff;
}
html {
	font-family: "AvenirLTStd55Roman", Arial;
	-webkit-font-smoothing: antialiased;
	font-weight:normal;
	color: #ffffff;
	background: url('../images/back2.jpg') repeat top center;
}
.accordionContent > p {
	margin:0px;
}

a {
	color:#ff0000;
	text-decoration:none;
}

li {
	font-size: 18px;
}
a:hover {
	color:#a61212;
}
li, ul {
	text-decoration: none;
	list-style-type: none;
	color:#fffff;
}

li > a {
	color: #ffffff;
	text-decoration: none;
	text-align: left;
}

h1 {
	font-size: 20px;
	font-weight: 100;
}


h2 {
	font-size: 21px;
	line-height: 27px;
	font-weight: 400;
}


h3, h4 {
	font-size: 14px;
	font-weight: normal;
}

h5 {
	font-size: 16px;
	font-weight: 100;
	padding-bottom: 5px;
}

img {
	border: none;
}

body {
	padding: 0;
	margin: 0px;
	top: 0px;
	left: 0px;
	position: relative;
	background-color: #000000;
	background: url('../images/back2.jpg') repeat top center;	
	}


#logo {
	margin: 0 auto;
	width:500px;
	position: relative;
	left: 20px;
	top: 20px;
	
}
#logo > img {
	border: none;
}
#container2 {
	padding: 0px;
	width: 500px;
	height: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	color: #ffffffc;
	
}
.floater {
	clear: both;
	width: 500px;
}
#footer {
	border-top: 1px solid #d5d5d5;
	width: 500px;
	position:relative;
	height: 100%;
	background-color: #ebebeb;
	margin: 0 auto;
	margin-top: 80px;
}
#content2 {
	width: 500px;
	position: relative;
	height:250px;
	float: left;
}
#content2 > * {
	margin-left: 25px;
	margin-right: 25px;
}
#form {
	float: right;
	top: 0px;
	position: relative;
	padding-left: 10px;
	/*border-left: 1px solid #dddddd;*/
}

#backgroundPicture {
	background: url('../images/back2.jpg') repeat top center;
	background-color: #000000;
	position:fixed; 
	top:0px;
	left:0px;
	phone-width: 100%; 
	phone-height: 100%;
	z-index:-22;
}

/*JQUERY*/

#wrapper {
	display:none;
}
