/*main styles*/
BODY{
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
color: #657587;
line-height:130%;
margin:0px;
padding:0px;
background: #EFF1F2 url(../images/bg.jpg) center repeat-y;
}

P {
padding:0px 0px 5px 0px;
margin:0px;
}

:active, :focus{
outline:none;
}
  
FORM, UL, OL, LI, DIV  {
padding:0px;
margin:0px;
}
  
a:link, a:visited{
color:#4883A7;
font-weight:bold;
text-decoration: none;
border-bottom:#99BDD2 1px solid;
}

a:hover{
text-decoration: none;
color:#328001;
border-bottom:#C7D8BC 1px solid;
}

input, textarea, select {
padding:2px;
margin:0;
color:#666666;
font-size:97%;
}

h1{
font: 22px Arial, Helvetica, sans-serif;
color: #6C7BA2;
margin: 0px;
padding: 0 0 6px 0;
}

h2{
font: 20px Arial, Helvetica, sans-serif;
color:#048AC3;
margin: 0px;
padding: 0 0 10px 0;
}

h3{
font: 20px Arial, Helvetica, sans-serif;
color:#048AC3;
margin: 0px;
padding: 15px 0 5px 0;
}


#container {
width: 962px;
margin: 0 auto;
position: relative;
background: #FFFFFF url(../images/top_bg_new.jpg) left top no-repeat;
overflow:hidden;
}

#header {
height:962px;
position:relative;
float:left;
height:335px;
}

#logo {
float:left;
width:932px;
height:69px;
padding:20px 15px 19px 15px;

}

#title {
width:948px;
height:213px;
padding:7px;
float:left;
clear:both;
}

#title a:link, #title a:visited, #title a:hover {
border-bottom:none;
}

#title p {
position:absolute;
top:305px;
margin-left:10px;
font-size:14px;
color:#FFFFFF;
font-weight:bold;
}

#title a {
color:#CDECFE;
}

#title a:hover {
color:#FFF;
}

#content{
width:962px;
position:relative;
float:left;
margin:0;
}

#left_panel, #right_panel {
width:250px;
float:left;
margin:25px 0 25px 25px;
}

#left_panel {
margin:25px 0 10px 25px;
}

#left_panel p, #right_panel p {
padding-bottom:12px;
}

#left_two_column {
width:637px;
float:left;
margin:25px 0 10px 25px;
}

#left_two_column p.image {
padding-top:10px;
}

#centre_panel {
width:362px;
float:left;
margin:25px 0 25px 25px;
}

#contact_form {
}

#contact_form label {
width:132px;
float:left;
margin:3px 0;
}

#contact_form input, #contact_form textarea {
width:220px;
float:left;
margin:3px 0;
clear:right;
}

#contact_form input.new {
width: auto;
}

#contact_form p {
width:100%;
clear:both;
}

#footer {
width:662px;
position:relative;
float:left;
clear:both;
}
#footer p {
margin:25px 0 25px 300px;
}