/* ----------------------------------------------------------------------------------------------- */
/* PAGE SETUP */

body {
	background-image:url(../img/bg-main.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#E6E6E5; 
	color:#666;
	font-family:arial, sans-serif;
	font-size:12px; 
	margin:6px 0 0 0;
	padding:0;
	text-align:left;
	height:100%;
}

div,p,h1,h2,h3,h4,h5,form,label,blockquote {
	margin:0; 
	padding:0;
}

ul, li {
	margin:7px; 
	padding:0;
}

/* Footer */
.global_footer_bg { width:900px; height:32px; background-image:url(../img/bg-footer-legal.gif); background-repeat:no-repeat; }
.global_legal_links { padding: 10px 0px 10px 0px; vertical-align:middle; font-family: arial, sans-serif;; font-size: 11px; color: #FFF; }
.global_legal_links a:link, .global_legal_links a:active, .global_legal_links a:visited { font-family: arial, sans-serif;; font-size: 11px; color: #FFF; text-decoration:none; }
.global_legal_links a:hover { font-family: arial, sans-serif;; font-size: 11px; color: #FFF; text-decoration:underline; }

.global_breamteam_links { padding: 10px 0px 10px 0px; vertical-align:middle; font-family: arial, sans-serif;; font-size: 11px; color: #FFF; }
.global_breamteam_links a:link, .global_breamteam_links a:active, .global_breamteam_links a:visited { font-family: arial, sans-serif;; font-size: 11px; color: #FFF; text-decoration:none; }
.global_breamteam_links a:hover { font-family: arial, sans-serif;; font-size: 11px; color: #FF6600; text-decoration:none; border-bottom:solid #FF6600 1px;}

.copyright_text { padding-top: 0px; padding-left: 0px; padding-right:0px; padding-bottom: 0px; font-family: Verdana; font-size: 10px; color: #333333; }
.copyright_bot { position: absolute; width:830px; height:40px; top:1220px; left:0px; }

.footer_header_sub_title_left {
	padding:5px 0 5px 20px;
	width:340px;
}

.footer_header_sub_title {
	padding:5px 0 5px 20px;
	width:300px;
}

.footer_header_sub_title_right {
	padding:5px 0 5px 20px;
	width:284px;
}


/* Table Row Background Colour Display */
.row0 { background-color: #DADADA; }
.row1 { background-color: #F7F7F7; }

/* Global Template Elements */

.logo_table {
	background:#FFF;
	margin: 0 auto;
	height:390px;
	width:1000px;
}

.main_nav_menu_top {
	background-image:url(../img/bg-nav-menu-top.gif);
	background-repeat:repeat-x;
	background-position:top;
	height:34px;
	padding:0 0 0 0px;
	width:758px;
	float:left;
}

.main_nav_menu_top_right {
	background-image:url(../img/img-phb-logo-top1.gif);
	background-repeat:repeat-x;
	background-position:top;
	height:34px;
	padding:0 0 0 0px;
	width:242px;
	float:right;
}

.main_nav_menu {
	background-image:url(../img/bg-nav-menu.gif);
	background-repeat:repeat-x;
	background-position:top;
	height:62px;
	padding:0 0 0 0px;
	width:754px;
	margin:0px 0 0 4px;
	float:left;
}

.main_nav_menu_right {
	background-image:url(../img/img-phb-logo-top2.gif);
	background-repeat:repeat-x;
	background-position:top;
	height:62px;
	padding:0 0 0 0px;
	width:242px;
	float:right;
}

.main_slideshow {
	position:absolute;
	z-index:0;
	padding:0 0 0 4px;
}

#slideshow {
    position:relative;
    height:262px;
    width:580px;
}

#slideshow IMG {
    position:absolute;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

.main_logo_right {
	position:absolute;
	height:294px;
	width:242px;
	z-index:1;
	padding:0 0 0 758px;
}

.main_header_title {
	position:absolute;
	height:45px;
	z-index:1;
	margin:230px 0 0 10px;
	padding:10px 20px 0 20px;
}

.main_table {
	background-color:#FFF;
	margin: 0 auto;
	text-align:left;
	width:1000px;
}

.main_footer_table {
	background-color:E6E6E5;
	margin: 0 auto;
	text-align:left;
	width:1000px;
}

h1 	{
	color:#FFF;
	font-family:arial, sans-serif;
	font-size: 30px; 
}

h2 	{
	color:#FFF;
	font-family:arial, sans-serif;
	font-size: 22px; 
}

h2 a:link, h2 a:active, h2 a:visited {
	border-bottom:dotted 1px #317A87;
	color:#317A87;
	font-family:arial, sans-serif;
	font-size: 16px; 
	font-weight:bold;
	text-decoration:none;
}

h2 a:hover {
	border-bottom:dotted 1px #999;
	color:#999;
	font-family:arial, sans-serif;
	font-size: 16px; 
	font-weight:bold;
	text-decoration:none;
}

.global_gutter_h2 { height:2px; }
.global_gutter_h3 { height:3px; }
.global_gutter_h5 { height:5px; }
.global_gutter_h10 { height:10px; }
.global_gutter_h13 { height:13px; }
.global_gutter_h15 { height:15px; }
.global_gutter_h20 { height:20px; }
.global_gutter_h25 { height:25px; }
.global_gutter_h30 { height:30px; }

.global_gutter_v11 { width:11px; }
.global_gutter_v13 { width:13px; }
.global_gutter_v15 { width:15px; }
.global_gutter_v21 { width:21px; }

.float_left {
float:left;
}

.float_right {
float:right;
}

.block_dark_blue {
background-color:#004185;
}

.block_blue {
background-color:#1D9AD6;
}

.block_grey {
background-color:#999999;
}

.icon_menu_breadcrumb {
	background-position: left center;
	background-repeat: no-repeat;
	color: #666;
	display: block;
	padding: 5px 0 0 0px;
	float:left;
	overflow: hidden;
	width: 100%;
	font-style:italic;
}

.icon_menu_breadcrumb ul {
	margin: 0;
	padding: 0;
	float: left; 
	width: 100%;
}

.icon_menu_breadcrumb li {
	color:#666;
	font-size:10px;
	height:16px;
	list-style: none;
	float:left;
	position: relative;
	margin: 0;
	padding: 2px 15px 0 15px;
}

.icon_menu {
	background-position: left center;
	background-repeat: no-repeat;
	color: #333;
	display: block;
	padding: 10px 0 0 0px;
	float:left;
	overflow: hidden;
	width: 133px;
}

.icon_menu ul {
	margin: 0;
	padding: 0;
	float: left; width: 130px;
}

.icon_menu li {
	height:20px;
	list-style: none;
	float:left;
	margin: 0;
	padding: 0px 0px 0 22px;
}

.icon_menu_touch {
	background-position: left center;
	background-repeat: no-repeat;
	color: #333;
	display: block;
	padding: 10px 0 0 0px;
	float:left;
	overflow: hidden;
	width: 300px;
}

.icon_menu_touch ul {
	margin: 0;
	padding: 0;
	float: left; 
	width: 300px;
}

.icon_menu_touch li {
	color:#1D9AD6;
	font-size:14px;
	font-weight:bold;
	height:20px;
	list-style: none;
	float:left;
	margin: 0;
	padding: 0px 0px 0 22px;
}

.icon_bread_home {
	background-image:url(../img/icon-home.gif);
	background-repeat:no-repeat;
	height:16px;
}

.icon_bread_sep {
	background-image:url(../img/icon-bread-sep.gif);
	background-repeat:no-repeat;
	height:16px;
}

.icon_more {
	background-image:url(../img/icon-paper.png);
	background-repeat:no-repeat;
	height:15px;
}

.icon_date {
	background-image:url(../img/icon-date.png);
	background-repeat:no-repeat;
	height:15px;
}

.icon_user {
	background-image:url(../img/icon-user.png);
	background-repeat:no-repeat;
	height:15px;
}

.icon_print {
	background-image:url(../img/icon-print.gif);
	background-repeat:no-repeat;
	height:22px;
}

.icon_tel {
	background-image:url(../img/icon-tel.png);
	background-repeat:no-repeat;
	height:22px;
}

.icon_url {
	background-image:url(../img/icon-url.gif);
	background-repeat:no-repeat;
	height:22px;
}

.icon_contact {
	background-image:url(../img/icon-email.png);
	background-repeat:no-repeat;
	height:22px;
}

.icon_newsletter {
	background-image:url(../img/icon-newsletter.gif);
	background-repeat:no-repeat;
	height:22px;
}

.icon_more a:link, .icon_more a:active, .icon_more a:visited, .icon_date a:link, .icon_date a:active, .icon_date a:visited, .icon_url a:link, .icon_url a:active, .icon_url a:visited, .icon_tel a:link, .icon_tel a:active, .icon_tel a:visited, .icon_newsletter a:link, .icon_newsletter a:active, .icon_newsletter a:visited {
	color: #666666;
	font-family:arial, sans-serif;
	font-size: 12px; 
	text-decoration: none;
	border-bottom:dotted 1px #666666;
}

.icon_print a:hover, .icon_date a:hover, .icon_url a:hover, .icon_tel a:hover, .icon_newsletter a:hover {
	color: #666666;
	font-family:arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
	border-bottom:dotted 1px #666666;

}

.icon_contact a:link, .icon_contact a:active, .icon_contact a:visited {
	color: #1D9AD6;
	font-family:arial, sans-serif;
	font-size: 14px;
	font-weight:bold;
	text-decoration: none;
	border-bottom:dotted 1px #1D9AD6;
}

.icon_contact a:hover {
	color: #666666;
	font-family:arial, sans-serif;
	font-size: 14px;
	text-decoration: none;
	border-bottom:dotted 1px #666666;

}


.icon_bread_home a:link, .icon_bread_home a:active, .icon_bread_home a:visited, .icon_bread_sep a:link, .icon_bread_sep a:active, .icon_bread_sep a:visited {
	color: #333333;
	font-family:arial, sans-serif;
	text-decoration: none;
	border-bottom:dotted 0px #666666;
	font-style:normal;
}

.icon_bread_home a:hover, .icon_bread_sep a:hover {
	color: #333333;
	font-family:arial, sans-serif;
	text-decoration: none;
	border-bottom:dotted 1px #333333;
	font-style:normal;
}

/* ----------------------------------------------------------------------------------------------- */
/* Links */

/*a:link, a:visited, a:active  {	COLOR: #333333; TEXT-DECORATION: underline; font-family: verdana; font-size: 12px }
a:hover {	COLOR: #333; TEXT-DECORATION: underline; font-family: verdana; font-size: 12px }
*/
a.copyright_text:link {	 	COLOR: #333333; TEXT-DECORATION: none; font-family: Verdana; font-size: 10px; }
a.copyright_text:visited {	COLOR: #333333; TEXT-DECORATION: none; font-family: Verdana; font-size: 10px; }
a.copyright_text:active {	COLOR: #333333; TEXT-DECORATION: none; font-family: Verdana; font-size: 10px; }
a.copyright_text:hover {	COLOR: #333333; TEXT-DECORATION: underline; font-family: Verdana; font-size: 10px; }

/* ----------------------------------------------------------------------------------------------- */
/* HOME PAGE */

.home_intro_block_left {
float:left;
width:550px;
}

.home_intro_block_right {
float:right;
width:400px;
}

.home_intro_text_1 {
color:#666;
font-family:arial, sans-serif;
font-size:12px;
font-weight:bold;
line-height:18px;
padding:0 0 0 14px;
}

.home_intro_text_2 {
color:#666;
font-family:arial, sans-serif;
font-size:12px;
line-height:18px;
padding:5px 0 0 14px;
}

.home_touch_title {
color:#004085;
font-family:arial, sans-serif;
font-size:16px;
font-weight:bold;
padding:0px 0 0 0px;
}

.home_mid_block {
margin: 0 auto;
width:975px;
}

.home_footer_block {
margin: 0 auto;
width:1000px;
}

.home_header_title {
	padding:5px 0 5px 20px;
}

.home_header_sub_title {
	padding:5px 0 5px 20px;
	width:460px;
}

.home_services_item {
width:240px;
}

.home_services_title {
color:#FFF;
font-size:18px;
margin: 124px 0 0 0px;
padding:5px;
position:absolute;
z-index:1;
}

.home_services_text {
color:#FFF;
font-family:arial, sans-serif;
font-size:12px;
line-height:18px;
margin:1px 0 0 0;
padding:10px;
}

.home_services_text_more {
color:#FFF;
font-family:arial, sans-serif;
font-size:12px;
line-height:18px;
padding:10px 0 5px 0;
}

.home_services_text_more a:link, .home_services_text_more a:active, .home_services_text_more a:visited {
border-bottom:dashed #fff 1px;
color:#FFF;
font-family:arial, sans-serif;
font-size:12px;
text-decoration:none;
}




.home_news_image {
border:#999 5px solid;
float:left;
height:120px;
width:150px;
}

.home_news_text_block {
float:left;
padding:0px 10px 0 0;
width:310px;
}

.home_news_title {
color: #004185;
font-family:arial, sans-serif;
font-size: 16px;
font-weight:bold;
padding:5px 0 0 10px;
}

.home_news_title a:link, .home_news_title a:active, .home_news_title a:visited {
color: #004185;
font-family:arial, sans-serif;
font-size: 16px;
font-weight:bold;
text-decoration:none;
}

.home_news_title a:hover {
border-bottom:dotted 1px #333333;
color: #333333;
font-family: Helvetica, Arial, Verdana, sans-serif; 
font-size: 16px;
font-weight:bold;
text-decoration:none;
}

.home_news_text {
color: #666666;
font-family:arial, sans-serif;
font-size: 12px;
line-height:18px;
padding:5px 0 0 10px;
}

.home_news_text a:link, .home_news_text a:active, .home_news_text a:visited, .home_news_text a:hover {
color:#666666;
}

.home_news_calendar_bg {
background-color:#666;
float:left;
height:37px;
margin:5px 10px 0 10px;
padding:2px 0 0 0;
width:40px;
}

.home_news_calendar_day {
color: #FFF;
font-family:arial, sans-serif;
font-size: 11px;
font-weight:bold;
line-height:18px;
width:40px;
text-align:center;
}

.home_news_calendar_month {
color: #FFF;
font-family:arial, sans-serif;
font-size: 11px;
font-weight:bold;
text-transform:uppercase;
width:40px;
text-align:center;
}


.home_case_item {
float:left;
padding:0 0 0 20px;
}

.home_case_image {
border:#1D9AD6 5px solid;
float:right;
height:120px;
width:150px;
}

.home_case_text_block {
float:left;
padding:0px 10px 0 0;
width:300px;
}

.home_case_title {
color: #1D99D6;
font-family:arial, sans-serif;
font-size: 16px;
font-weight:bold;
padding:5px 0 0 0px;
}

.home_case_title a:link, .home_case_title a:active, .home_case_title a:visited {
color: #1D99D6;
font-family:arial, sans-serif;
font-size: 16px;
font-weight:bold;
text-decoration:none;
}

.home_case_title a:hover {
border-bottom:dotted 1px #333333;
color: #333333;
font-family: Helvetica, Arial, Verdana, sans-serif; 
font-size: 16px;
font-weight:bold;
text-decoration:none;
}

.home_case_subtitle {
color: #666;
font-family:arial, sans-serif;
font-size: 12px;
font-weight:bold;
padding:5px 0 0 0px;
}

.home_case_text {
color: #666666;
font-family:arial, sans-serif;
font-size: 12px;
line-height:18px;
padding:5px 0 0 0px;
}

.home_case_text a:link, .home_case_text a:active, .home_case_text a:visited, .home_case_text a:hover {
color:#666666;
}

.global_testimonial_quote {
	padding:0 0 0 20px;
}

.global_testimonial_text {
	font-size: 12px;
}

blockquote {
}
blockquote div {
line-height:16pt;
padding: 0 55px;
}

.blockquote_by {
font-size:13px; 
font-style:italic; 
font-weight:bold;
padding: 0 55px;
}

.blue_blockquote_l {
background: transparent url(../img/blue-quoleft.png) left top no-repeat;
}

.blue_blockquote_r {
background: transparent url(../img/blue-quoright.png) right bottom no-repeat;
}










/* ----------------------------------------------------------------------------------------------- */
/* CONTENT PAGES */

.page_main {
	width:743px;
}

.page_main_text {
color: #666666;
font-family: Helvetica, Arial, Verdana, sans-serif; 
font-size: 14px;
line-height:22px;
width:715px;
}

.page_main_text a:link, .page_main_text a:active, .page_main_text a:visited, .page_main_text a:hover {
border-bottom:dotted 1px #1D9AD6;
color:#1D9AD6;
text-decoration:none;
}

.page_header_sub_title {
	padding:5px 0 5px 0px;
	width:219px;
}

.page_services_title {
color:#FFF;
font-size:18px;
margin: 68px 0 0 0px;
padding:5px;
position:absolute;
z-index:1;
}

.page_case_item {
border:dashed #999 1px;
background:#F8F8F8;
margin:20px 0 0 0;
padding:20px 20px 0px 20px;
width:650px;
}

.page_case_title {
color: #1D99D6;
font-family:arial, sans-serif;
font-size: 16px;
font-weight:bold;
padding:0px 0 0 10px;
}

.page_case_maintitle {
color: #004185;
font-family:arial, sans-serif;
font-size: 14px;
font-weight:bold;
padding:0px 0 10px 0px;
}

.page_case_title a:link, .page_case_title a:active, .page_case_title a:visited {
color: #1D99D6;
font-family:arial, sans-serif;
font-size: 16px;
font-weight:bold;
text-decoration:none;
}

.page_case_title a:hover {
border-bottom:dotted 1px #333333;
color: #333333;
font-family: Helvetica, Arial, Verdana, sans-serif; 
font-size: 16px;
font-weight:bold;
text-decoration:none;
}

.page_case_subtitle {
color: #666;
font-family:arial, sans-serif;
font-size: 12px;
font-weight:bold;
padding:5px 0 0 10px;
}

/* ----------------------------------------------------------------------------------------------- */
/* SECTORS PAGE */

.sector_services_title {
color:#FFF;
font-size:18px;
margin: 128px 0 0 0px;
padding:5px;
position:absolute;
z-index:1;
}

.sectors_services_item {
width:350px;
}

.sector_news_image {
border:#004185 5px solid;
float:left;
height:50px;
width:50px;
}

.sector_news_text_block {
float:left;
padding:0px 10px 0 0;
width:150px;
}

.sector_news_title {
color: #004185;
font-family:arial, sans-serif;
font-size: 12px;
font-weight:bold;
padding:0px 0 0 10px;
}

.sector_news_title a:link, .sector_news_title a:active, .sector_news_title a:visited {
color: #004185;
font-family:arial, sans-serif;
font-size: 12px;
font-weight:bold;
text-decoration:none;
}

.sector_news_title a:hover {
border-bottom:dotted 1px #333333;
color: #333333;
font-family:arial, sans-serif;
font-size: 12px;
font-weight:bold;
text-decoration:none;
}


/* ----------------------------------------------------------------------------------------------- */
/* NEWS PAGE */

.newsmain_news_image {
border:#004185 5px solid;
float:left;
height:100px;
width:150px;
}

.newsmain_news_text_block {
float:left;
padding:0px 10px 0 0;
width:400px;
}

.newsmain_news_title {
color: #004185;
font-family:arial, sans-serif;
font-size: 14px;
font-weight:bold;
padding:0px 0 0 10px;
}

.newsmain_news_title a:link, .newsmain_news_title a:active, .newsmain_news_title a:visited {
color: #004185;
font-family:arial, sans-serif;
font-size: 14px;
font-weight:bold;
text-decoration:none;
}

.newsmain_news_title a:hover {
border-bottom:dotted 1px #333333;
color: #333333;
font-family:arial, sans-serif;
font-size: 14px;
font-weight:bold;
text-decoration:none;
}


/* ----------------------------------------------------------------------------------------------- */
/* NEWS ITEM PAGE */

.news_header_title {
	position:absolute;
	height:60px;
	width:400px;
	z-index:1;
	margin:220px 0 0 10px;
}

.news_calendar_bg {
float:left;
height:60px;
margin:5px 10px 0 10px;
padding:2px 0 0 0;
width:60px;
}

.news_calendar_day {
color: #FFF;
font-family:arial, sans-serif;
font-size: 16px;
font-weight:bold;
line-height:28px;
width:60px;
text-align:center;
}

.news_calendar_month {
color: #FFF;
font-family:arial, sans-serif;
font-size: 16px;
font-weight:bold;
text-transform:uppercase;
width:60px;
text-align:center;
}

.news_main_text {
color: #666666;
font-family: Helvetica, Arial, Verdana, sans-serif; 
font-size: 14px;
line-height:22px;
width:715px;
}

.news_main_text a:link, .news_main_text a:active, .news_main_text a:visited, .news_main_text a:hover {
border-bottom:dotted 1px #1D9AD6;
color:#1D9AD6;
text-decoration:none;
}

.news_main_text img a:link, .news_main_text img a:active, .news_main_text img a:visited, .news_main_text img a:hover {
border-bottom:0px;
text-decoration:none;
}

.news_title {
color: #004185;
font-family:arial, sans-serif;
font-size: 24px;
font-weight:bold;
padding:5px 0 0 0px;
}

.news_description {
color: #666;
font-family:arial, sans-serif;
font-size: 15px;
font-weight:bold;
line-height:22px;
padding:10px 0 0 0px;
}

.news_image {
border:#999 5px solid;
float:right;
}

.news_image_other {
border:#999 5px solid;
float:left;
margin:5px 5px 5px 5px
}

.news_quotebox {
	width:300px;
	margin:0px 0px 20px 20px;
	background-color:#F8F8F8;
	float:right;
}

.news_quotebox_header {
	width:290px;
	height:20px;
	margin-left: 10px;
	background-color:#600D13;
	padding-left:10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	float:right;
}

.news_quote {
	padding: 10px 10px 0px 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	font-weight:bold;
	line-height:26px;
}

.news_quoteby {
	padding: 5px 10px 10px 10px; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}


/* ----------------------------------------------------------------------------------------------- */
/* CONTACT FORM */

form label { font-weight:bold; color:#005BA5; float:left; margin-right:0px; margin-left:20px; width:80px; }	
form label em { color:#005BA5; }	
.success { margin-left:20px; margin-bottom:20px; color:#009900; font-weight:bold; }
.error { margin-left:30px; margin-bottom:20px; color:#FF0000; font-weight:bold; }

.contact_details { font-family: arial, sans-serif;; font-size: 11px; color: #6D6E71; padding: 10px 5px 0px 10px; line-height:10pt; }
.search_postcode { width:234px; height:107px; background-image:url(../img/img-search-postcode.gif); background-repeat:no-repeat; background-position:center;}

/* ----------------------------------------------------------------------------------------------- */
/* CALENDAR */

.calendar_image {
background-image:url(../img/bg-calendar-date.gif); 
background-repeat:no-repeat;
background-position:top;
float:left;
height:37px;
margin:0 10px 0 0;
padding:18px 0 0 0;
width:48px;
}

.calendar_day {
color: #666;
font-family:arial, sans-serif;
font-size: 22px;
font-weight:bold;
line-height:18px;
width:48px;
text-align:center;
}

.calendar_month {
color: #666;
font-family:arial, sans-serif;
font-size: 12px;
font-weight:bold;
text-transform:uppercase;
width:48px;
text-align:center;
}

.calendar_title {
color: #DD005F;
font-family: Helvetica, Arial, Verdana, sans-serif; 
font-size: 14px;
font-weight:bold;
padding:0px 0 0 10px;
}

.calendar_title a:link, .calendar_title a:active, .calendar_title a:visited, calendar_title a:hover { 
border-bottom:dotted 1px #DD005F;
color: #DD005F;
font-family: Helvetica, Arial, Verdana, sans-serif; 
font-size: 14px;
font-weight:bold;
text-decoration:none;
}

.calendar_title_green {
color: #31982A;
font-family: Helvetica, Arial, Verdana, sans-serif; 
font-size: 14px;
font-weight:bold;
padding:0px 0 0 10px;
}

.calendar_title_green a:link, .calendar_title_green a:active, .calendar_title_green a:visited, calendar_title_green a:hover { 
border-bottom:dotted 1px #31982A;
color: #31982A;
font-family: Helvetica, Arial, Verdana, sans-serif; 
font-size: 14px;
font-weight:bold;
text-decoration:none;
}

.calendar_title_grey {
color: #B3B3B3;
font-family: Helvetica, Arial, Verdana, sans-serif; 
font-size: 14px;
font-weight:bold;
padding:0px 0 0 10px;
}

.calendar_title_grey a:link, .calendar_title_grey a:active, .calendar_title_grey a:visited, calendar_title_grey a:hover { 
border-bottom:dotted 1px #B3B3B3;
color: #B3B3B3;
font-family: Helvetica, Arial, Verdana, sans-serif; 
font-size: 14px;
font-weight:bold;
text-decoration:none;
}

.calendar_text {
color: #666;
font-family: Helvetica, Arial, Verdana, sans-serif; 
font-size: 11px;
padding:5px 0 0 0px;
}

.calendar_event_title {
color: #000;
font-family: Helvetica, Arial, Verdana, sans-serif; 
font-size: 18px;
font-weight:bold;
padding:10px 0 0px 0px;
text-transform:uppercase;
}

.calendar_event_place {
color: #333;
font-family: Helvetica, Arial, Verdana, sans-serif; 
font-size: 12px;
padding:0 0 0 6px;
text-transform:none;
}

.calendar_event_date {
color: #333;
font-family: Helvetica, Arial, Verdana, sans-serif; 
font-size: 12px;
font-weight:bold;
padding:5px 0 10px 0;
text-transform:none;
}

.calendar_event_sub_title {
color: #333;
font-family: Helvetica, Arial, Verdana, sans-serif; 
font-size: 14px;
font-weight:bold;
padding:10px 0 10px 0;
text-transform:none;
}

.calendar_count {
background-image:url(../img/bg-calendar-count.jpg); 
background-repeat:no-repeat;
background-position:top;
height:75px;
padding:2px 0 0 2px;
width:260px;
}

.calendar_time_header {
background-color:#999;
color:#FFF;
font-family: Helvetica, Arial, Verdana, sans-serif; 
font-weight:bold;
height:20px;
margin:0px;
padding:5px 0 0px 5px;
text-transform:uppercase;
width:315px;
}

.calendar_count_frame {
background-color:#F7F7F7;
height:50px;
margin:10px 0 10px 0;
padding:5px 0 0px 5px;
width:315px;
}

/* ----------------------------------------------------------------------------------------------- */
/* STAFF PROFILES PAGE */

.staff_title {
color: #31982A;
font-family: Helvetica, Arial, Verdana, sans-serif; 
font-size: 16px;
font-weight:bold;
padding:5px 0 0 10px;
}

.staff_title a:link, .staff_title a:active, .staff_title a:visited, staff_title a:hover {
border-bottom:dotted 1px #31982A;
color: #31982A;
font-family: Helvetica, Arial, Verdana, sans-serif; 
font-size: 16px;
font-weight:bold;
text-decoration:none;
}

.staff_image {
background-image:url(../img/bg-staff-image.jpg); 
background-repeat:no-repeat;
background-position:top;
float:left;
height:200px;
margin-right:10px;
padding:3px 0 0 3px;
width:170px;
}

.staff_image_notext {
float:left;
height:160px;
margin-right:10px;
padding:3px 0 0 3px;
width:170px;
}

.staff_description {
color: #333;
font-family: Helvetica, Arial, Verdana, sans-serif; 
font-size: 12px;
padding:5px 0 0 10px;
}

.staff_role {
color: #333;
font-family: Helvetica, Arial, Verdana, sans-serif; 
font-size: 14px;
font-weight:bold;
padding:5px 0 0 10px;
}

.staff_contact_block { 
width:350px; 
margin:15px 0px 15px 0px; 
background-color:#F8F8F8; 
}

/* ----------------------------------------------------------------------------------------------- */
/* CIRCUITS */

.circuit_image {
float:left;
height:175px;
margin:0px;
padding:0px 0 5px 0px;
width:540px;
}

.circuit_google {
float:right;
height:175px;
margin:0px;
padding:0px 0 0px 0px;
width:245px;
}

.circuit_title {
color: #333;
float:left;
font-family: Helvetica, Arial, Verdana, sans-serif; 
font-size: 14px;
font-weight:bold;
text-transform:uppercase;
padding:5px 0 0 0;
}

.circuit_title a:link, .circuit_title a:active, .circuit_title a:visited {
color: #333;
font-family: Helvetica, Arial, Verdana, sans-serif; 
font-size: 14px;
font-weight:bold;
text-transform:uppercase;
text-decoration:none;
}

.circuit_title a:hover {
color: #333;
font-family: Helvetica, Arial, Verdana, sans-serif; 
font-size: 14px;
font-weight:bold;
text-transform:uppercase;
text-decoration:underline;
}

.circuit_date {
color: #333;
float:right;
font-family: Helvetica, Arial, Verdana, sans-serif; 
font-size: 14px;
font-weight:bold;
text-transform:uppercase;
padding:5px 0 0 0;
}

.circuit_text {
float:right;
}

.circuit_page_title {
color: #333;
font-family: Helvetica, Arial, Verdana, sans-serif; 
font-size: 24px;
font-weight:bold;
letter-spacing:-2px;
text-transform:uppercase;
padding:140px 0 0 0;
}

.circuit_page_address {
color: #333;
font-family: Helvetica, Arial, Verdana, sans-serif; 
font-size: 14px;
padding:20px 0 0 0;
}

.circuit_page_other {
color: #333;
font-family: Helvetica, Arial, Verdana, sans-serif; 
font-size: 12px;
padding:10px 0 0 0;
}

.circuit_page_text {
color: #333;
font-family: Helvetica, Arial, Verdana, sans-serif; 
font-size: 12px;
line-height:18px;
padding:10px 0 0 0;
}

.circuit_page_google {
height:190px;
margin:0px;
padding:0px 0 0px 0px;
width:345px;
}

.circuit_time_header {
background-color:#999;
color:#FFF;
font-family: Helvetica, Arial, Verdana, sans-serif; 
font-weight:bold;
height:20px;
margin:0px;
padding:5px 0 0px 5px;
text-transform:uppercase;
width:340px;
}

.circuit_time_title {
color:#000;
font-family: Helvetica, Arial, Verdana, sans-serif; 
font-weight:bold;
margin:0px;
padding:5px 0 0px 0px;
}

.circuit_time_text {
color:#333;
font-family: Helvetica, Arial, Verdana, sans-serif; 
margin:0px;
padding:5px 0 0px 0px;
width:50px;
}

.circuit_time_time {
color:#333;
font-family: Helvetica, Arial, Verdana, sans-serif; 
margin:0px;
padding:5px 0 0px 0px;
text-align:right;
width:150px;
}

/* ----------------------------------------------------------------------------------------------- */
/* CONTACT PAGE */

.newsletter_text {
color:#333;
font-family: Helvetica, Arial, Verdana, sans-serif; 
font-size:11px;
line-height:16px;
}


.newsletter-inputfield {
background-image:url(../img/bg-newsletter-inputfield.jpg);
background-repeat:no-repeat;
border:0;
color: #000000;
height:18px;
font-family: arial, sans-serif;
font-size: 14px;
margin: 0 0 5px 0;
padding:7px;
width:270px;
}

.newsletter-code {
background-image:url(../img/bg-newsletter-code.jpg);
background-repeat:no-repeat;
border:0;
color: #000000;
height:18px;
font-family: arial, sans-serif;
font-size: 14px;
margin: 0 0 5px 0;
padding:7px;
width:140px;
}

.contact-inputfield {
background-image:url(../img/bg-contact-inputfield.jpg);
background-repeat:no-repeat;
border:0;
color: #000000;
height:18px;
font-family: arial, sans-serif;
font-size: 14px;
margin: 0 0 5px 0;
padding:7px;
width:400px;
}

.code-inputfield {
background-image:url(../img/bg-code-inputfield.jpg);
background-repeat:no-repeat;
border:0;
color: #000000;
height:18px;
font-family: arial, sans-serif;
font-size: 14px;
margin: 0 0 5px 0;
padding:7px;
width:100px;
}

.contact_inputarea_top {
margin: 0 0 0 0;
padding: 0 0 0 0;
width: 400px;
font-size: 0px;
height: 4px;
background-image:url(../img/bg-contact-textarea.jpg);
background-position: 0px 0px;
}

.contact_inputarea_left {
float: left;
width: 4px;
height: 102px;
background-image:url(../img/bg-contact-textarea.jpg);
background-position: 0px -4px;
}

.contact_inputarea_right {
float: left;
width: 4px;
height: 102px;
background-image:url(../img/bg-contact-textarea.jpg);
background-position: -396px -4px;
}

.contact_inputarea_bot {
float: left;
width: 400px;
height: 4px;
font-size: 0px;
background-image:url(../img/bg-contact-textarea.jpg);
background-position: 0px -106px;
}

.contact_inputarea_mid textarea {
color: #000000;
font-family: arial, sans-serif;
font-size: 14px;
	resize: none;
	float: left;
	background-color: #fafafa;
	border: none;
	width: 389px;
	height: 98px;
	padding-left: 3px;
	padding-top: 2px;
	padding-bottom: 0px;
}


/* ----------------------------------------------------------------------------------------------- */
/* PARTNERS */

.partner_image {
background-image:url(../img/bg-partner-image.jpg); 
background-repeat:no-repeat;
background-position:top;
float:left;
height:184px;
margin-right:10px;
padding:0px 0 0 3px;
width:308px;
}

.partner_title {
color: #333;
font-family: Helvetica, Arial, Verdana, sans-serif; 
font-size: 16px;
padding:10px 0 0 0;
}

.partner_title a:link, .partner_title a:active, .partner_title a:visited { 
color: #000;
font-family: Helvetica, Arial, Verdana, sans-serif; 
font-size: 16px;
font-weight:bold;
text-decoration:none;
border-bottom:dotted #000 1px;
}

.partner_text {
color: #333;
font-family: Helvetica, Arial, Verdana, sans-serif; 
font-size: 12px;
line-height:18px;
padding:10px 0 0 0;
}

/* ----------------------------------------------------------------------------------------------- */
/* MEDIA */

.media_thumb_main {
float:left;
}

.media_thumb_top {
padding:0px 0 0 10px;
float:right;
}

.media_thumb_bottom {
padding:10px 0 0 10px;
float:right;
}


.archive_prevnext { font-family: Verdana; font-size: 11px; color: #333333; }
.archive_prevnext a:link, .archive_prevnext a:active, .archive_prevnext a:visited { font-family: Verdana; font-size: 11px; color: #333333; text-decoration:none; }
.archive_prevnext a:hover { font-family: Verdana; font-size: 11px; color: #AA0000; text-decoration:underline; }


h2.trigger {
	padding: 0 0 0 50px;
	margin: 0 0 5px 0;
	background: url(../img/h2_trigger_a.gif) no-repeat;
	height: 46px;
	line-height: 46px;
	width: 630px;
	font-size: 2em;
	font-weight: normal;
	float: left;
}
h2.trigger a {
	color: #fff;
	text-decoration: none;
	display: block;
	border:0px;
}
h2.trigger a:hover {
	color: #ccc;
	border:0px;
}
h2.active {background-position: left bottom;}
.toggle_container {
	margin: 0 0 5px;
	padding: 0;
	border-top: 1px solid #d6d6d6;
	background: #f0f0f0 url(../img/toggle_block_stretch.gif) repeat-y left top;
	overflow: hidden;
	font-size: 1.2em;
	width: 680px;
	clear: both;
}
.toggle_container .block {
	padding: 20px;
	background: url(../img/toggle_block_btm.gif) no-repeat left bottom;
}
.toggle_container .block p {
	padding: 5px 0;
	margin: 5px 0;
}
.toggle_container h3 {
	font: 2.5em normal Georgia, "Times New Roman", Times, serif;
	margin: 0 0 10px;
	padding: 0 0 5px 0;
	border-bottom: 1px dashed #ccc;
}
.toggle_container img {
	float: right;
	margin: 10px 15px 15px 0;
	padding: 5px;
	background: #ddd;
	border: 1px solid #ccc;
}

.toggle_container_image_block {
	float:right;
	width:380px;
}

.toggle_container_image_block_1 {
	float:right;
	width:190px;
}

