/* CSS Document */

body{
background:url(../images/ps-bg-001.jpg); background-position:center top; background-repeat: no-repeat;
font-family: Verdana;
height: 1200px;
margin: 0px;
}

#header{
margin-top: 30px;	
}

#container{
margin-left: auto; margin-right:auto;
width: 960px;	
}

#form-field{
color: #fff;
float: right;
font-size: 13px;
font-weight: bold;
height: 240px;
line-height: 90%;	
margin-right: 10px;
margin-top: 520px;
text-align:right;
width: 245px;
}

.hidden{
display: none;
}

.required{
font-size:10px;	
}

.locations{
font-size: 11px;
text-align:center;
}

.footer{
clear: both;
color: #132940;
font-family: Verdana;
font-size: 12px;
margin: 0 auto;
padding: 60px 0 100px 0;
text-align: center;
width: 960px;
}

.footer .links a {
font-size: 13px;
color: #13273F;
text-decoration: none;
}

.footer .links a:hover {
background:#13273F;
color: #FFF;
}