/* CSS Document */

body {
margin: 0px 0px 20px 0px;
padding:0px;
width:100%;
background-color:#ebebeb;
background-image:url("../images/body_bg.gif");
background-position:center top;
background-repeat:repeat-y;
}

#container {
width: 720px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(../images/container_bg.gif);
	background-repeat:no-repeat
	}
	
#top{
width:720px;
margin-left:auto;
margin-right:auto;
height:220px;
}

#top_col_1{
float:left;
display:inline;
width:260px;
}

#top_col_2{
float:left;
display:inline;
width:460px;
text-align:right;
}


#middle{
width:720px;
margin-left:auto;
margin-right:auto;
}


#middle_col_1{
float:left;
display:inline;
width:250px;
margin-top:3px;
margin-left:10px;
}

#middle_col_2{
float:left;
display:inline;
width:425px;
}


#middle_col_2 p{
margin-top: 0px;
padding-top: 0px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:11px;
color:#555555;
line-height:16px;
}

#middle_col_2 ul
{
list-style-type: none;
padding: 0px;
margin: 0px;
}

#middle_col_2 li
{
padding: 0px;
margin: 0 0 5px 0;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:11px;
color:#555555;
line-height:16px;
}

#middle_col_2 a{
color:#623480;
text-decoration:underline;
}
	
h1{
margin:0px;
padding:0px 0px 3px 0px;
color:#623480;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:25px;
font-weight:bold;
}

.line{
width:425px;
height:14px;
background-image:url(../images/line.gif);
background-repeat:no-repeat;
}

.no_border_right{
margin-left:5px;
margin-bottom:10px;
}




#footer{
margin-top:20px;
width:700px;
margin-left:auto;
margin-right:auto;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:11px;
background-image:url(../images/hc_logo.gif);
background-repeat:no-repeat;
height:130px;
color:#623480;
}

#footer a{
color:#623480;
text-decoration:none;
}

#footer a:hover{
color:#623480;
text-decoration:underline;
}

#footer_col_1{
float:left;
display:inline;
width:230px;
}

#footer_col_2{
float:left;
display:inline;
width:470px;
text-align:right;
}

#footer_col_2 ul{

list-style-type: none;
padding: 0px;
margin: 0px;

}

#footer_col_2 li
{
padding: 0px;
margin: 0px;
display:inline;
}




/*Enquiry Form*/ 
#middle_col_2 .form table{color:#5e5e5e; font-family: Arial, Helvetica, sans-serif;
font-size:11px;
color:#555555;
line-height:16px;}

#middle_col_2 .form tr{height: 30px;}
#middle_col_2 .form tr.bg{background-color:#f0f0f0;}
#middle_col_2 .form td strong{color:#FBAD0E;}

#middle_col_2 .enq_form{background-color:#ffffff; border: #CD8DB6 1px dotted; font-family:Arial, Helvetica; font-size:12px; color:#5e5e5e; padding:3px; width:250px;}
#middle_col_2 .drop_form{background-color:#ffffff; border: #CD8DB6 1px dotted; font-family:Arial, Helvetica; font-size:13px; color:#5e5e5e; padding:3px; width:258px;}
#middle_col_2 .enq_form_button{background-color:#CD8DB6;
border: #ffffff 1px dotted;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:14px;
color:#ffffff;
font-weight:bold;
padding:8px;
width:250px;}


.clearcols
{
clear:both;
height:1px;
}




p{

margin-top: 0px;
padding-top: 0px;

}










