@charset "utf-8";
/* CSS Document */

/* Menu style when on left of page */
.ac_menu_left
{
	width: 210px;
	margin-top: 0px;
	margin-left: 0px;
	float:left;
	background-color: #EEEDE8;
	margin-left:38px;
	/*top: -18px;*/
	position: relative;
	padding-top: 80px;
	padding-bottom: 100px;
	height: 100%;
	top: -18px;
	/*clear: left;*/
}

html>body .bottom_panel {
	min-height: 100%;
	height: auto;
}

html>body .ac_menu_left {
	min-height: 100%;
	height: auto;
}

.ac_menu_left ul
{
	padding-left: 20px;
	padding-right: 10px;
	margin-bottom: 12px;
	list-style-position: inside;
}

.ac_menu_left ul li
{
	margin-bottom: 12px;
	list-style-type: none;
	background-image: url(arrow1.gif);
	background-repeat: no-repeat;
    background-position: left 3px;
    padding-left : 15px;
}

.ac_menu_left ul .inactive
{
	margin-top: 3px;
	margin-bottom: 11px;
	list-style-type: none;
	background-image: url(arrow2.gif);
	background-repeat: no-repeat;
    background-position: left 1px;
    padding-left : 15px;
	color:#000000;
	/*font-size: 0.9em;*/
	font-weight: bold;
	padding-right: 2px;
}

.li_inactive {
	font-size: 0.9em;
}

.ac_menu_left li a
{
	color:#E31723;
	font-size: 0.9em;
	font-weight: bold;
	border-bottom: 1px dotted #E31723;
	text-decoration: none;
	padding-right: 2px;
}

.ac_menu_left li a:hover
{
	color: #FFFFFF;
	background-color:#E31723;
	font-size: 0.9em;
	font-weight: bold;
	border-bottom: 01px dotted #E31723;
	text-decoration: none;
	padding: 2px;
}

.ac_menu_left .itemlist
{
	padding-left: 0px;
	padding-top: 12px;
}

.ac_menu_left .itemlist li
{
	list-style-type: none;
	background-image: url(arrow3.gif);
	background-repeat: no-repeat;
    background-position: left center;
    padding-left : 15px;
}

.ac_menu_left .itemlist a
{
	color: #5A5444;
	border-bottom: 1px dotted #5A5444;
	font-size: 0.8em;
	font-weight: normal;
}

.ac_menu_left .itemlist a:hover
{
	background-color: #5A5444;
	color: #FFFFFF;
	border-bottom: 0px dotted #5A5444;
	font-size: 0.8em;
	font-weight: normal;
	padding: 2px;
}

.ac_menu_left .currentitem
{
	list-style-type: none;
	background-image: url(arrow2.gif);
	background-repeat: no-repeat;
    background-position: left center;
    padding-left : 15px;
}

.ac_menu_left .currentitem a
{
	color: #000000;
	border-bottom: 0px dotted #000000;
	font-size: 0.8em;
	font-weight: bold;
}

.ac_menu_left .itemlist .currentitem
{
	/*margin-top: 12px;*/
	list-style-type: none;
	background-image: url(arrow2.gif);
	background-repeat: no-repeat;
    background-position: left center;
    padding-left : 15px;
}

.ac_menu_left .itemlist .currentitem a
{
	color: #000000;
	border-bottom: 0px dotted #000000;
	font-size: 0.8em;
	font-weight: bold;
}

.ac_menu_left .itemlist .currentitem a:hover
{
	color: #FFFFFF;
	border-bottom: 0px dotted #000000;
}

.ac_menu_left .categorynolink
{
	margin-top: 20px;
	list-style-type: none;
	background-image: url(arrow2.gif);
	background-repeat: no-repeat;
    background-position: left center;
    padding-left : 15px;
	color: #000000;
	border-bottom: 0px dotted #000000;
	font-size: 0.9em;
	font-weight: bold;
}

.ac_menu_left .categoryfirstnolink
{
	margin-top: 2px;
	list-style-type: none;
	background-image: url(arrow2.gif);
	background-repeat: no-repeat;
    background-position: left center;
    padding-left : 15px;
	color: #000000;
	border-bottom: 0px dotted #000000;
	font-size: 0.9em;
	font-weight: bold;
}


/* Content breadcrumbs */
.ac_content_breadcrumbs
{
      background-color: #FFFFFF;
	  width: 640px;
	  margin-right: 70px;
	  /*margin-top: -35px;*/
	  position:	relative;
	  color: #666666;
	  font-size: 0.71em;
	  float: right;
	  top: 20px;
}

.ac_content_breadcrumbs a
{
	  text-decoration: none;
	  color: #666666;
	  padding-left: 3px;
	  padding-right: 3px;
}

.ac_content_breadcrumbs a:hover
{
	  text-decoration: none;
	  color: #FFFFFF;
	  background-color: #666666;
	  padding-left: 3px;
	  padding-right: 3px;
	  padding-top: 2px;
	  padding-bottom: 2px;
}

/* Text area - two columns */
.ac_content_text_two
{
    border: solid 0px #DEDEDE;
	color: #777777;
	left: 280px;
	width: 660px;
	float: right;
	/*margin-top: -145px;*/
	margin-right: 50px;
	margin-top:	47px;
}

.ac_content_text_two h1
{
	margin-bottom: 26px;
	color: #000000;
	font-size: 2em;
}

.ac_content_text_two h2
{
	margin-bottom: 16px;
	color: #837A63;
	font-size: 1.3em;
}

.ac_content_text_two h3
{
	margin-bottom: 8px;
	color: #292929;
	font-size: 0.9em;
}

.ac_content_text_two p
{
	margin-bottom: 16px;
	color: #333333;
	font-size: 0.84em;
	line-height: 1.5em;
}

.ac_content_text_two a
{
	color: #E31723;
	font-weight: normal;
	text-decoration: none;
	/*font-size: 0.8em;*/
	border-bottom: 1px dotted #E31723;
}

.ac_content_text_two a:hover
{
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	/*font-size: 0.8em;*/
	background-color: #E31723;
	border-bottom: 1px dotted #E31723;
	padding: 2px;
}

.ac_content_text_two .image_sm img
{
	color: #E31723;
	font-weight: normal;
	text-decoration: none;
	font-size: 0.8em;
	border: 2px solid #E31723;
}

.ac_content_text_two .image_sm a
{
	color: #E31723;
	font-weight: normal;
	text-decoration: none;
	font-size: 0.8em;
	border-bottom: none;
	padding: 0;
	margin: 0;
}

.ac_content_text_two .image_sm a:hover
{
	background-color:#FFFFFF;
}

.ac_content_text_two table
{
  border-collapse:collapse;
  width: 100%;
}


.ac_content_text_two td
{
	padding-bottom: 4px;
	font-size: 0.84em;
	color: #333333;
}

.ac_content_text_two th
{
	padding: 0px;
	font-size: 0.84em;
	color: #333333;
	text-align: left;
}

.ac_content_text_two ul
{
	list-style-position: inside;
	padding: 28px;
	background-color: #F6F6F3;
	margin-bottom: 8px;
	list-style-image: url(bullet2.gif);
}

.ac_content_text_two li
{
	font-weight: normal;
	font-size: 0.84em;
	color: #5A5444;
	padding-bottom: 4px;
}

.ac_content_text_two ol
{
	list-style-position: inside;
	padding: 28px;
	background-color: #F6F6F3;
	margin-bottom: 8px;
}

.people_text
{
	width: 400px;
	float: left;
}

.people_image
{
	float: right;
}

.phone
{
	font-size: 1.2em;
	font-weight: bold;
	color: #E31723;
}

.consultation
{
	font-size: 0.94em;
	font-weight: bold;
	color: #333333;
	padding-top: 4px;
	padding-bottom: 30px;
}

.required
{
	color: #6A6A6A;
	font-size: 0.8em;
}

.contact_text
{
	width: 280px;
	float: left;
}

.contact_form
{
	float: right;
	background-color: #F6F7F2;
	width: 340px;
}

.contact_form_text
{
	margin: 20px;
}

input
{
	height: 20px;
	padding-top: 4px;
}

label
{
	font-weight: bold;
	float: left;
	padding-right: 4px;
}

.postcode label
{
	font-size: 0.8em;
	color: #000000;
}

.state label
{
	font-size: 0.8em;
	color: #000000;
}

option
{
	height: 20px;
	width: 240px;
}

.state option
{
	height: 20px;
	width: 100px;
	float: right;
}

select
{
	height: 28px;
	padding-top: 6px;
}

input.btn { 
	color:#fff; 
	font-size: 1.3em; 
	background-color:#000; 
	border:0px solid; 
	border-color: #696 #363 #363 #696; 
	height: 40px;
	width: 90px;
	padding-bottom: 6px;
} 

input.btnhov { 
	  background-color:#E31723; 
}

.news_pdf {
	/*margin-top: 4px;*/
}

.news_list li {
	display:inline;
}

.news_list lh {
	font-size: 0.84em;
	display:inline;
}

.news_list ul {
	 /*padding: 0px;
	 height: 30px;*/
	 margin-bottom: 0px;
	 padding: 10px;
	 background-color: #F2F2F2;
}

.news_story {
	width: 400px;
	float: left;
}

.news_source {
	width: 140px;
	float: left;
}

.news_icon {
	width: 24px;
	float: left;
}

.news_list .news_odd {
	background-color: #FFFFFF;
}

.news_list .news_even {
	background-color: #F6F7F2;
}

.news_list .news {
	border-bottom: 1px solid #FFFFFF;
}


