/************************************************/
/***************** RESET STYLES *****************/
/************************************************/


/*@font-face {
    font-family: 'TeXGyreAdventorRegular';
    src: url('../fonts/texgyreadventor-regular-webfont.eot');
    src: url('../fonts/texgyreadventor-regular-webfont.eot?iefix') format('eot'),
         url('../fonts/texgyreadventor-regular-webfont.woff') format('woff'),
         url('../fonts/texgyreadventor-regular-webfont.ttf') format('truetype'),
         url('../fonts/texgyreadventor-regular-webfont.svg#webfontfuvdSzbb') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'TeXGyreAdventorItalic';
    src: url('../fonts/texgyreadventor-italic-webfont.eot');
    src: url('../fonts/texgyreadventor-italic-webfont.eot?iefix') format('eot'),
         url('../fonts/texgyreadventor-italic-webfont.woff') format('woff'),
         url('../fonts/texgyreadventor-italic-webfont.ttf') format('truetype'),
         url('../fonts/texgyreadventor-italic-webfont.svg#webfontSu1z7EGN') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'TeXGyreAdventorBold';
    src: url('../fonts/texgyreadventor-bold-webfont.eot');
    src: url('../fonts/texgyreadventor-bold-webfont.eot?iefix') format('eot'),
         url('../fonts/texgyreadventor-bold-webfont.woff') format('woff'),
         url('../fonts/texgyreadventor-bold-webfont.ttf') format('truetype'),
         url('../fonts/texgyreadventor-bold-webfont.svg#webfontXBQs7V8x') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'TeXGyreAdventorBoldItalic';
    src: url('../fonts/texgyreadventor-bolditalic-webfont.eot');
    src: url('../fonts/texgyreadventor-bolditalic-webfont.eot?iefix') format('eot'),
         url('../fonts/texgyreadventor-bolditalic-webfont.woff') format('woff'),
         url('../fonts/texgyreadventor-bolditalic-webfont.ttf') format('truetype'),
         url('../fonts/texgyreadventor-bolditalic-webfont.svg#webfont8cyYtZ3S') format('svg');
    font-weight: normal;
    font-style: normal;

}*/

* {
margin: 0;
padding: 0;
}
body {
color: #525252;
font-size: 13px;
font-family: Helvetica,Arial,sans-serif;
background: #fff;
text-align: center;
font-weight: normal;
}
a,
a:link,
a:visited,
a:active {
color: #1199ef;
text-decoration: underline;
}
a:hover {
text-decoration: none;
}
a img {
border: 0;
}
:focus {
outline: 0;
}


/* Heading */
h1,
h2,
h3,
h4,
h5,
h6 {
color: #333;
font-size: 24px;
line-height: 100%;
font-weight: normal;
font-family: Helvetica,Arial,sans-serif;
}
h2 {
font-size: 22px;
line-height: normal;
color:#3e3e3e;
}
h3 {
font-size: 20px;
line-height: normal;
}
h4 {
font-size: 19px;
line-height: normal;
}
h5 {
font-size: 17px;
line-height: normal;
}
h6 {
font-size: 15px;
line-height: normal;
font-weight: bold;
}
.divider {
border-bottom: 1px solid #fff;
border-top: 1px solid #ddd;
height: 0px;
padding: 0px;
margin: 0px;
font-size: 0px;
clear: both;
position: relative;
line-height: 0px;
}


/* Paragraph */
p {
margin-bottom: .9em;
line-height: 19px;
}
address {
font-style: normal;
margin-bottom: .4em;
line-height: 1.4em;
}
cite {
font-size: 10px;
font-style: normal;
}
q:before,
q:after {
content: '';
}
.note {
color: #0c945b;
font-weight: bold;
font-style: italic;
}
/*strong {
	font-family: 'TeXGyreAdventorBold',Helvetica,Arial,sans-serif;
	font-weight: normal;
}*/
sup {
vertical-align: 4px;
}

/* Lists */
dt {
display: block;
font-weight: bold;
}
ul,
ol {
margin: 15px 30px;
}
li {
line-height: 19px;
}


/* Size */
small {
font-size: 85%;
}
big {
font-size: 115%;
}
hr {
visibility: hidden;
overflow: hidden;
height: 0;
margin: 8px 0;
}
sup {
vertical-align: 4px;
font-size: 75%;
}

/* Clears */
.clear {
position: relative;
clear: both;
visibility: hidden;
font-size: 0;
height: 0;
line-height: 0;
}
.nowrap {
white-space: nowrap;
}

/* Form */
form {
display: inline;
}
fieldset {
border: none;
}
legend {
display: none;
}
label {
color: #3a230f;
font-weight: bold;
}
input,
select,
button {
vertical-align: middle;
}


/* Form Elements */
.form-container p {
	margin-bottom: 0;
}

.form-container .required {
color: #c00;
font-size: 11px;
}
.form-container .formHint {
color: #999;
font-size: 11px;
}
.form-container .buttonHolder {
text-align: left;
}
.form-container .errorField {
color: #c00;
font-weight: bold;
font-size: 12px;
}
.form-container #errorMsg {
margin: 0pt 0pt 1em;
padding: 1em;
border: 1px solid #1199ef;
width: 75%;
}
.form-container #errorMsg h3,
.form-container #errorMsg dt {
font-size: 110%;
font-weight: bold;
margin: 0 0 .5em 0;
line-height: 100%;
}
.form-container #errorMsg dd {
margin: 0;
padding: 0;
}
.form-container #errorMsg ol {
margin: 0;
padding: 0;
}
.form-container #errorMsg ol li {
position: relative;
margin: 0;
padding: 2px;
border-bottom: 1px dotted #1199ef;
list-style-position: inside;
}
.form-container #errorMsg ol li a:link,
.form-container #errorMsg ol li a:active,
.form-container #errorMsg ol li a:visited,
.form-container #errorMsg ol li a:hover {
color: #c00;
text-decoration: none;
}
.form-table {
border: none
}
.form-table td {
padding: 8px;
text-align: left;
vertical-align: top;
}
.form-table tr.altrow td {
}
.form-table label {
text-transform: capitalize;
}
.form-table .textInput,.form-table textarea,.form-table select {
padding: 3px;
border: 1px solid #bcbcbc;
font-family: Helvetica,Arial,sans-serif;
font-size: 13px;
color: #1a1a1a;
background: #f7f7f7;
}
.form-table select {
width: 150px;
}
.col-rt .form-container {
width: 180px;
color: #aaa;
display: block;
background: #f3f4f6;
background: -webkit-gradient(linear, left top, left bottom, from(#f3f4f6), to(#e6f3fe));
background: -moz-linear-gradient(top,  #f3f4f6,  #e6f3fe);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f4f6', endColorstr='#e6f3fe');
padding: 5px 15px;
text-decoration: none;
font-size: 11px;
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.3);
-moz-box-shadow: 0 1px 2px rgba(0,0,0,.3);
box-shadow: 0 1px 2px rgba(0,0,0,.3);
border: 4px solid #fff;
}

.col-rt .form-container .form-table td {
padding: 4px 0;
text-align: left;
}

.col-rt .form-container .heading {
font-size: 19px;
line-height: 23px;
margin: 0;
color: #333;
}

.col-rt .form-container .form-table label {
color: #555;
font-size: 12px;
font-weight: bold;
text-transform: none;
}

.col-rt .form-container .form-table .textInput {
margin: 2px 0 0;
padding: 4px 3px;
border: 1px solid #bcbcbc;
font-family: Helvetica,Arial,sans-serif;
font-size: 13px;
color: #1a1a1a;
background: #f7f7f7;
}
.human {
	float: right;
}

/* Table */
.table1 {
width: 100%;
padding: 10px;
margin: 0;
border-top: 1px solid #ECECEC;
}
.table1 td {
vertical-align: top;
border-top: 1px solid #fff;
border-right: 1px solid #F8F8F8;
border-bottom: 1px solid #DBDBDB;
border-left: 1px solid #EBEBEB;
background: #f5f9fb;
padding: 3px 3px 3px 12px;
}

