@charset "utf-8";
/* CSS Document */





body {
padding:0px;
margin:0px;
line-height:18px;
font-size:12px;
font-weight:normal;
font-family:Arial, Helvetica, sans-serif;
color:#ffffff;
background-image:url(../images/bg.jpg);
background-repeat:repeat-x;
background-position:top;
background-color:#7b97a3;
}

.mainContainer {
text-align:center;
margin:0px;
padding:0px;
margin-left:auto;
margin-right:auto;
width:960px;

}

.clear {
clear:both;
}

.elementalLogo {
padding-top:38px;
float:left;
}

.leftColumn {
margin:0px;
padding:0px;
background-image:url(../images/img_panel.jpg);
background-repeat:no-repeat;
background-position:top;
float:left;
width:451px;
height:700px;
}

.rightColumn {
margin:0px;
padding:0px;
background-image:url(../images/img_panel_right.jpg);
background-repeat:no-repeat;
background-position:top;
float:left;
width:509px;
height:800px;
}

.rightColumnContent {
height:468px;
margin:0px;
padding:0px;
}

.rightColumnContentInner {
padding-top:250px;
padding-left:2px;
text-align:left;
}

.rightColumnContentButtons {
margin:0px;
padding:0px;
}

.rightColumnContentLegals {
margin:0px;
padding:0px;
text-align:left;
}

.formContainer {
background-image:url(../images/formBg.jpg);
background-repeat:no-repeat;
background-position:top left;
padding-top:60px;
padding-left:40px;
text-align:left;
}

.backButtonContainer {
margin:0px;
margin-top:236px;
height:19px;
padding:0px;
}

.backButton {
float:right;
margin:0px;
padding:0px;
padding-right:38px;

}

a#apply{
background:#183B61 url(../images/button_apply.jpg) top left no-repeat;
display:block;
width:225px;
height:98px;
float:left; 
margin:0px; 
padding:0px;
}
a#apply:hover{
background:#183B61 url(../images/button_apply_over.jpg) top left no-repeat;
}


a#press{
background:#183B61 url(../images/button_press.jpg) top left no-repeat;
display:block;
width:283px;
height:98px;
float:left; 
margin:0px; 
padding:0px;
}
a#press:hover{
background:#183B61 url(../images/button_press_over.jpg) top left no-repeat;
}


table.applyForm {

}

td#formTitle {
width:60px;
height:20px;
padding-bottom:5px;
}


td#formField {
width:318px;
height:20px;
padding-bottom:8px;
}

.formText {
color:#333f44;
font-size:10px;
}

.textField {
background-color:#9fbecb;
border:1px solid #ffffff;
height:18px;
width:280px;
margin:0px;
padding:0px;
font-size:12px;
line-height:18px;
}

.textFieldSmall {
width:136px;
background-color:#9fbecb;
border:1px solid #ffffff;
height:18px;
margin:0px;
padding:0px;
font-size:12px;
line-height:18px;
}

textArea {
background-color:#9fbecb;
border:1px solid #ffffff;
height:70px;
width:280px;
margin:0px;
padding:0px;
font-size:12px;
line-height:18px;
}


.pressContainer {
background-image:url(../images/pressBg.jpg);
background-repeat:no-repeat;
background-position:top left;
padding-top:60px;
padding-left:40px;
padding-right:80px;
text-align:left;

}

.pressIntroText {
color:#364247;
font-size:18px;
line-height:22px;
}

a.pressLink {
font-size:12px;
font-weight:normal;
color:#ffffff;
line-height:18px;
text-decoration:underline;
}

a {
color:#96172e;
font-size:16px;
}

