/* CSS File */
html {
	height: 100%;
}

* {
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	width: 978px;
	margin: 0px auto;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

div {
	margin: 0px auto;
	padding: 0px;
	border: none;
	display: block;
	float: left;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

table {
	float: left;
	display: block;
}

h1 {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	color: #282377;
	font-size: 21px;
  font-weight: normal;

	border-bottom: 1px solid #f2f1f1;
	padding: 8px 0 4px 0;
    margin: 11px 7px 10px 7px;
}

input {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

select {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

textarea {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
    padding: 5px 5px 5px 5px;
    color: #32317c;
}

td {
	color: #000;
	line-height: 150%;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}

.b {
	font-weight: bold;
}

.i {
	font-style: italic;
}

.breadcrumbs {
	font-size: 6pt;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin: 0;
}

.breadcrumbs a {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #636363;
	text-decoration: underline;
}

table.center {
	margin-left: auto;
	margin-right: auto;
}

form {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

object {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.req_field {
	color: #f00;
}

div #container {
	width: 978px;
	height: 100%;
}

/* === Header === */
div #header_bar {
	width: 978px;
	height: 103px;
	padding-bottom: 0px;
}
div #header_bar_logo {
	width: 516px;
	height: 103px;
	padding-top: 0px;
}
div #header_bar_right {
	width: 462px;
  height: 103px;
	padding-left: 0px;
  background: url(../../images/template/site_1/header_background.jpg) bottom right;  
  background-repeat: no-repeat;
}
#header_bar_contact {
	padding-top: 15px;
	font-size: 12px;
	color: #000;
	width: 190px;
  padding-left: 252px;
	text-align: right;
}
#header_bar_contact a {
	text-decoration: none;
	color: #0288E7;
	font-size: 12px;
	font-weight: bold;
}
#header_bar_contact_mail {
	/*width: 98px;*/
    height: 23px;
	  padding: 2px 0px 0px 26px;
    background-image : url(../../images/template/site_1/mail_icon.jpg);
    background-position: 0px 0px;
    background-repeat: no-repeat;
}
#header_bar_contact_mail a {
    text-decoration: underline;
    color: #0899ff;
}

#header_bar_contact_info {
	width: 177px;
    padding: 0px 0px 0px 8px;
	vertical-align: middle;
	text-align: left;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
#header_bar_contact_info a {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
#header_bar_contact_info b {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
}
.header_bar_contact_info_phone {
}
.header_bar_contact_info_phone_img {
    padding-top: 2px;
}
.header_bar_contact_info_phone_number {
    padding: 1px 0px 0px 7px;
    line-height: 15px;
    font-weight: bold;
}
.header_bar_2 {
    width: 978px;
    height: 8px;
    margin: 1px 0px 1px 0px;
    font-size: 0px;
    background-image: url('../../images/template/site_1/header_bar_background.gif');
    background-repeat: repeat-x;
}
#header_bar_3_wrapper {
    width: 974px;
    height: 27px;
    border: 1px solid #dedede;
    padding: 0px 1px 1px 1px;
}
#header_bar_3 {
    width: 964px;
    height: 25px;
    padding: 2px 10px 0px 0px;
    font-size: 18px;
    color: #5e5e5e;
    text-align: right;
    vertical-align: top;
    background-image: url('../../images/template/site_1/header_bar_3_background.gif');
    background-repeat: repeat-x;
}

/* === Main menu === */

#menu {
    width: 192px;
    border: 1px solid #e7e4e4;
    border-width: 0px 1px 1px 1px;
    background-image: url('../../images/template/site_1/menu_background.jpg');
    background-position: top left;
    background-repeat: repeat-x;
}
#menu ul {
    margin:0;
    padding:0;
    list-style: none;
    list-style-position: inside;
}
#menu ul li {
    list-style-position:outside;
    background-image: url('../../images/template/site_1/menu_background_2.gif');
    background-position: top left;
    background-repeat: repeat-x;
    border-bottom: 1px solid #e7e4e4;
}
#menu ul li a {
    height: 23px;
    line-height: 23px;
    padding-left: 26px;
    width: 166px;
    font-weight: 700;
    text-decoration: none;
    color: black;
    display: block;
}
a.with_submenu { 
    width: 158px!important; 
    background-image: url('../../images/template/site_1/menu_with_submenu.gif');
    background-position: 19px 7px;
    background-repeat: no-repeat;
}
a.selected_with_submenu { 
    color: #C2324B!important;
    font-weight: bold!important;
    padding-left: 34px!important;
    width: 158px!important; 
    background-image: url('../../images/template/site_1/menu_arrow_with_submenu.gif');
    background-position: 19px 7px;
    background-repeat: no-repeat;
}
a.selected { 
    color: #282377!important;
    font-weight: bold!important;
    padding-left: 34px!important;
    width: 158px!important; 
    background-image: url('../../images/template/site_1/menu_arrow.gif');
    background-position: 19px 7px;
    background-repeat: no-repeat;
}
#menu ul li ul {
    width: 192px;
    border-top: 1px solid #e7e5e5;
    border-bottom: 0px solid red;
}
#menu ul li ul li {
    background-image: none;
    background-color: #f7f9ff;
    border-bottom: 1px solid #f2f3f9;
}
#menu ul li ul li a {
    margin-left: 0;
    padding-left: 52px!important;
    width: 140px!important;
    font-weight: normal!important;
    text-decoration: none;
    color: black;
    border-bottom: 1px solid #F6F6F6;
    background-image: none;
}
div .menu_item {
    width: 158px;
    height: 21px;
    padding-left: 26px;
    padding-top: 5px;
    border-bottom: 1px solid #ECECED;
    font-weight: bold;
}
.no_bottom_border {
    border-width: 0!important;
}

/*=== Content Container ===*/
#content_container {
	width: 978px;
	height: 100%;
}
#content_main {
	width: 572px;
    padding: 0px 8px 0px 7px;
	background-color: white;
}
#content_main h3 {
    margin:10px 0px 10px 7px;
}

#content_main_flash_banner {
	width: 572px;
	height: 201px;
	padding-bottom: 15px;
}
#content_main_article {
	width: 558px;
	height: 100%;
	padding: 0px 7px 5px 7px;
}
#content_main_article_header {
	width: 558px;
	padding: 0px 0px 10px 0px;
}
#content_main_article_image {
    padding: 0 10px 10px 0;
}
#content_main_article_body {
	width: 558px;
	color: black;
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;;
}
#content_main_article_body a {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;;
	text-decoration: none;
	color: #0899ff;
}
#content_main_article_body h2 {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
    padding: 0px 0px 2px 0px;
    margin: 5px 0px 2px 0px;
    border-bottom: 1px solid #f2f1f1;
}
#content_main_article_body h3 {
  font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
  color: #0899ff;
  margin: 0;
  padding: 0px 0px 2px 0px;  
}
#content_main_article_body p {
    margin-top: 0px;
    margin-bottom: 16px;
}
#content_main_article_body ul {
    list-style-image: url(../../images/template/site_1/bullet.gif);
    margin: 10px 0px 10px 30px;
    padding-left: 0px;
}
#content_main_article_body ul li {
    padding-bottom: 5px;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;;
    font-size: 12px;
    line-height: 15px;
}
#content_main_article_body span {
    color: #ff0000;
}
#content_main_infoblock {
	width: 697px;
	padding: 5px 14px 10px 14px;
}
#content_main_infoblock_left {
	width: 345px;
}
.content_main_infoblock_header {
	width: 345px;
	height: 27px;
}
div .content_main_infoblock_header img {
	vertical-align: bottom;
}
#content_main_infoblock_centre {
	width: 7px;
	height: 1px;
}
#content_main_infoblock_right {
	width: 345px;
}
#content_main_contact_block_left {
    width: 180px;
    padding: 10px 7px 30px 9px;
}
#content_main_contact_block_left p {
    font-size: 11px;
    line-height: 15px;
    margin: 7px 0px 0px 0px;
}
.content_main_contact_block_left_address {
    width: 182px;
    padding-bottom: 15px!important;
}
div #content_main_contact_block_right {
    width: 356px;
    padding: 10px 7px 30px 7px;
}
div #content_main_contact_block {
	width: 298px;
	font-size: 11px;
    padding: 20px 28px 20px 28px;
	border: 1px solid #dcd3d3;
    border-width: 1px 1px 1px 1px;
}
div #content_main_contact_block span {
	font-size: 11px;
}

div #content_main_contact_block_header {
	width: 356px;
	height: 27px;
}
div #content_main_contact_block_footer {
	width: 356px;
}
div #content_main_quickcontact_block {
    width: 558px;
    height: 100%;
    padding: 5px 7px 5px 7px;
}
div #content_main_quickcontact_block .f_r_cont_small {
	width: 500px;
}
div #content_main_quickcontact_block .f_label_small {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #000000;
}
div #content_main_pdf_brochure {
  border: 1px solid #DBDBDB;
  font-size: 11px;
  padding: 5px;
  width: 546px;
  margin: 10px 7px;
  display: inline;
}
#content_main_pdf_brochure a {
  color:#0899FF;
  font-size:11px;
  font-weight:bold;
}

/* == Right column === */
#right_column {
    width: 197px;
    height: 100%;
}
.right_column_divider {
    width: 197px;
    height: 14px;
    margin-top: 1px;
    background-image: url(../../images/template/site_1/right_column_divider.gif);
    background-repeat: repeat-x;
    background-position: 0 0;
}

/* === Quick Contact === */
div #quick_contact_container {
	width: 193px;
    border: 1px solid #dcd3d3;
    border-top-width: 0px;
    padding: 1px;
}
div #quick_contact {
	width: 193px;
    background-color: #f6f6f6;
}
div #quick_contact_title {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	/*width: 193px;*/
    width: 110px;
    padding-left: 83px;
	font-size: 12px;
	font-weight: bold;
	color: black;
	height: 21px;
	line-height: 21px;
    background-image: url(../../images/template/site_1/qc_background.gif);
    background-repeat: repeat-x;
}
div #quick_contact_body {
	width: 193px;
    padding: 12px 0px 7px 0px;
	font-size: 11px;
	font-weight: normal;
}
div .f_r_cont_small {
	width: 193px;
	padding-bottom: 5px;
}
div .f_label_small {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	width: 61px;
    padding-right: 3px;
	text-align: right;
	font-weight: normal;
	vertical-align: top;
	font-size: 11px;
	color: #32317c;
}
div .f_label_small_none {
    display: none;
}
div .f_element_small {
	width: 129px;
}
div .f_element_small_noid {
    width: 129px;
}

#left_column {
    width: 194px;
}

/* === Latest News === */
#latest_news_wrapper {
    width: 193px;
    padding: 0px 1px 0px 1px;
    border: 1px solid #dcd3d3;
}
#latest_news_header {
    width: 181px;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    font-weight: bold;
    color: #008ad2;
    padding: 0px 0px 0px 12px;
    margin-bottom: 1px;
    background-image: url(../../images/template/site_1/latest_news_header.gif);
    background-repeat: no-repeat;
}
#latest_news_footer {
    width: 174px;
    height: 21px;
    color: #008ad2;
    padding: 0px 7px 0px 12px;
    margin-top: 1px;
    text-align: right;
    background-image: url(../../images/template/site_1/latest_news_footer.jpg);
    background-repeat: no-repeat;
}
#latest_news_footer a {
    color: #008ad2;
    font-size: 11px;
    line-height: 21px;
    font-weight: bold;
    padding-left: 10px;
    background-image: url(../../images/template/site_1/link_arrow.gif);
    background-position: 0 4px;
    background-repeat: no-repeat;
}
.latest_news_article {
    width: 189px;
    border: 1px solid #dcdbdb;
    padding: 1px;
}
.latest_news_article_header {
    width: 179px;
    height: 22px;
    padding-left: 10px;
    line-height: 22px;
    font-size: 12px;
    font-weight: bold;     
    color:#282377;
    background-color: #f2f2f3;  
    margin-bottom: 1px;
}
.latest_news_article_image {
    width: 189px;
}

.latest_news_article_body {
    padding: 5px 5px 2px 5px;
    font-size: 11px;
}
.latest_news_article_link {
    width: 174px;
    padding: 0px 10px 10px 5px;
    text-align: right;
}
.latest_news_article_link a {
    font-size: 11px;
    color: #0899ff;
    padding-left: 10px;
    background-image: url(../../images/template/site_1/link_arrow.gif);
    background-position: 0 4px;
    background-repeat: no-repeat;
}

/* === CTA === */
.cta_block {
    width: 194px;
    padding-top: 22px;
    background-image: url(../../images/template/site_1/cta_block_header.gif);
    background-position: 0 0;
    background-repeat: repeat-x;
}
.cta_wrapper {
    width: 190px;
    padding: 1px;
    border: 1px solid #dcd3d3;
}
.cta {
    width: 190px;
    height: 98px;
    background-image: url(../../images/template/site_1/cta_background.jpg);
    background-position: 0 0;
    background-repeat: repeat-y;
}
.cta_background {
    height: 98px;
    background-position: 0 0;
    background-repeat: no-repeat;
}
.cta h2 {
    text-align: right;
    padding-right: 7px;
    margin: 10px 0px 5px 0px;
}
.cta p {
    width: 123px;
    text-align: left;
    font-size: 10px;
    padding: 0px 7px 0px 60px;
    margin: 0px 0px 7px 0px;
}
div .cta_right {
	background-color: #eef6fb;
	padding-bottom: 10px;
}
.cta_divider {
    width: 194px;
    height: 23px;
    background-image: url(../../images/template/site_1/cta_divider.gif);
    background-position: 0 0px;
    background-repeat: repeat-x;
}
#qc_divider {
    border-top: 1px solid #BFDAED;
    height:10px;
    width: 249px;
    padding-top: 0;
    background-color: #eef6fb;
}

/* === Footer === */
#footer_container {
	width: 978px;
	color: #FFFFFF;
	font-size: 8pt;
}
#footer_bar_shaddow {
    width: 978px;
    height: 23px;
    margin-bottom: 2px;
    background-image: url('../../images/template/site_1/footer_shaddow.gif');
    background-repeat: repeat-x;
}
#footer_bar_wrapper {
    width: 974px;
    padding: 1px;
    border: 1px solid #dbdbdb;
}
#footer_bar {
    width: 974px;
    height: 28px;
    background-image: url('../../images/template/site_1/footer_bar_background.gif');
    background-repeat: repeat-x;
}
#footer_copyright { 
	width: 327px;
    height: 28px;
    padding-right: 12px;
    line-height: 28px;
	font-size: 11px;
	color: #606a6e;
    text-align: right;
}
#footer_copyright a {
    color: #606a6e;
    font-size: 11px;
    text-decoration: none;
}
#footer_contacts {
	width: 611px;
	height: 28px;
    padding-left: 24px;
    font-size: 11px;
    color: black;
	line-height: 28px;
	text-align: left;
    float: left;
    background-image: url('../../images/template/site_1/footer_bullet.gif');
    background-repeat: no-repeat;
    background-position: 12px 10px;
}
#footer_contacts a {
    font-size: 12px;
    font-weight: bold;
    color: #0899ff;
}
#footer_container_2 {
	width: 978px;
	height: 74px;
	background-image: url('../../images/template/site_1/footer-background-2.gif');
	background-repeat: repeat-x;
}
#footer_container_2_logo {
	width: 148px;
	height: 43px;
}
#footer_container_2_contacts {
    width: 145px;
    padding: 5px 0px 0px 5px;
    font-size: 11px;
    line-height: 16px;
    color: black;
}
#footer_container_2_contacts a {
    color: #1887d5;
    font-size: 11px;
    padding-left: 10px;
    background-image: url('../../images/template/site_1/footer_bullet_2.gif');
    background-repeat: no-repeat;
    background-position: 1px 4px;
}
#footer_container_2_right {
    width: 675px;
    padding: 5px 5px 0px 0px;
}
#footer_container_2_links {
    width: 675px;
    color: #2a2a76;
    font-size: 11px;
    text-align: right;
}
#footer_container_2_links a {
    color: #2a2a76;
    font-size: 11px;
    text-decoration: none;
}
#footer_container_2_woh_logo {
    width: 675px;
    text-align: right;
    padding-top: 4px;
}
#footer_container_2_woh_logo_text {
    width: 590px;
    padding-top: 6px;
    font-size: 11px;
    color: black;
}

/* === Sitemap === */
#content_sitemap {
    height: 520px;
}
#content_sitemap ul {
    list-style-image: url(../../images/template/site_1/bullet.gif);
}
#content_sitemap ul li a {
    color: #333;
    font-size: 12px;
    line-height: 18px;
}

/* === newsletters === */
.newsletter_article_listing_container {
  width: 558px;
  padding: 0px 7px 15px 7px;
}
.newsletter_article_listing_body {
  width: 554px;
  border: 1px solid #dcd3d3;
  padding: 1px;
}
.newsletter_article_listing_body a {
    color: #32317c;
    color: #0899FF;
}
.newsletter_article_listing_background {
  width: 554px;
  background-color: #fbfbfb;
}
.newsletter_article_listing_content_wide {
  width: 534px;
  padding: 10px; 
}
.newsletter_article_listing_content {
  width: 549px;
  padding: 10px 10px 10px 0px;
}
.newsletter_article_listing_title, div .newsletter_article_listing_textt, div .newsletter_article_listing_link {
  width: 100%; 
}
.newsletter_article_listing_title {
  font-weight: bold;
  padding-bottom: 7px!important;
}
.newsletter_article_listing_title,  div .news_article_listing_description {
  padding-bottom: 10px; 
}
.newsletter_article_listing_image {
  width: 104px;
  padding: 10px;
}
.newsletter_article_listing_image img {
  padding: 1px;
  border: 1px solid #C1BCBC; 
}
.newsletter_article_listing_link {
    padding: 4px 0px 0px 0px;
}
#newsletter_article_thumbs_container {
  padding-right: 10px;
  width: 193px;
}
.newsletter_article_thumb {
  width: 193px;
  padding-bottom: 10px;
}
.newsletter_article_thumb img {
  border: 1px solid #C1BCBC;
  padding: 1px;
}
#newsletter_container {
  width: 687px;
  padding-bottom: 15px;
}
#newsletter {
  padding:0px 7px 0px 7px;
}
#newsletter a {
    color: #0899FF;
}
#newsletter_back_link {
    padding:7px 7px 0px 7px;
}
#newsletter_back_link a {
    color: #0899FF;
}

/* newsletter pdfs */
#newsletter_pdfs {
  padding: 0px 7px 5px 7px;
}
#newsletter_pdfs p {
  line-height: 16px;
  background-image: url('../../images/template/icons/pdf.gif');
  background-repeat: no-repeat;
  background-position: 0 0;
  margin: 12px 0px 12px 0px;
  display: block;
}
#newsletter_pdfs a {
  color: #0899FF;
  text-decoration: underline;
  height: 16px;
  line-height: 16px;
  padding-left: 20px;
}
#newsletter_pdfs span {
  color: #888888;
}

/* === Custom Pages === */
#about_us_images {
    width: 552px;
    padding: 4px 3px 3px 3px;
    background-color: #eeebeb;
}
#about_us_images img {
    width: 107px;
}
.gallery_pager {
    width:572px; 
    padding: 0px 0px 10px 0px;
    text-align:center;
}
.gallery_pager a {
    color: #0899ff;
}
.thank_you {
    width: 558px;
    height: 100%;
    padding: 5px 7px 5px 7px;
}
/* === Others === */

div #addthis_share_button {
	width: 194px;
	text-align: center;
    clear: both;
}
.f_r_cont {
	width: 300px;
	padding-left: 3px;
	padding-bottom: 5px;
}
.f_label {
	width: 90px;
	font-size: 11px;
}
.f_element_small input {
    font-size: 11px;
    color: #32317C;
    border: 1px solid #a0a0a8;
}
.f_element_small textarea {
    font-size: 11px;
    border: 1px solid #a0a0a8;
}
.f_element_small_noid input {
    font-size: 11px;
    color: black;
    border: 1px solid #a0a0a8;
}
.f_element_small_noid textarea {
    font-size: 11px;
    color: black;
    padding:0px;
    border: 1px solid #a0a0a8;
}
.f_element {
    font-size: 11px;
}
.f_element input {
	font-size: 11px;
    border: 1px solid #dcd3d3;
}
.f_element textarea {
    border: 1px solid #dcd3d3;
    padding: 0px;
    color: black;
}
.f_label_captcha {
	width: 130px;
	font-size: 11px;
}
.f_element_captcha input{
    border: 1px solid #dcd3d3;
}
.captcha {
	width: 178px;
	padding-bottom: 5px;
    padding-left: 90px;
}
.error_input {
	border: 2px solid #C33512;
}

img.float_left {
    float: left;
    margin: 0px 12px 12px 0px;
}
.gallery_thumb {
    border:1px solid #CDCDCD;
    padding:1px;
}

.google_map {
    padding: 0px 0px 0px 7px;
}
.google_map a {
    font-size: 11px;
    color: #0899FF!important;
}
div .image_border {
    padding: 1px;
    border: 1px #dedede solid;
    }
div .image_box {
padding: 0 164px 20px 165px;
margin: 0;
border: 0;
}
div .directors_border {
    width: 566px;
    height: 10px;
    border-top: 1px solid #f2f1f1;
}
div .directors {
    width: 566px;
}
div .directors_photo {
    width: 115px;
    height: 150px;  
}
div .directors_details {
    width: 451px;
    height: 150px;
}    
div .directors_details p{
    margin:0!important; 
    padding: 0 0 12px 0;
}  
div .background {
    padding-top:5px; 
    padding-bottom:10px;
    width: 566px;
}    
div .bullet_points {
    width:283px;
    height: 20px;    
} 
div .bullet_points_left {
    width:263px;
    height: 20px; 
    padding-left: 20px;   
} 
div .bullet_points_left ul{
    margin: 0 30px 0 0!important;   
    line-height: 12px!important;
    padding-left: 10px;
} 
div .bullet_points ul{
    list-style-image: url(../../images/template/site_1/bullet.gif);
    margin: 0 30px 0 0!important;   
    line-height: 12px!important;
    padding-left: 10px;
} 
div .blue {
    color: #0899ff!important;
    font-weight: 700;
}
