/* * * Layouts and wrappers. Will this one work out? * * */
/* * Check in ALL browsers; check done: IE6, FF3, Opera 9.51 * */
html{
	margin:0;
	padding:0;
}
body{
	margin:0;
	padding:0;
}
::selection{
	background:#588BA7;
	color:#fff;
}
::-moz-selection{
	background:#588BA7;
	color:#fff;
}
#html_padder{
	border: solid 0px blue;
	width: 100%;
	height: 100%;
}
#mega_wrap{
	border:solid 0px black;
	width:1005px;
	margin: 0 auto 0 auto;
}
*{
	font-size:12px;
	font-family: Swiss721BT, Arial, Helvetica, sans-serif;
	color:#676767;
	line-height: 130%;
}

/* * Header, logo * */
#header{
	height:95px;
}
#header_2{
	height:95px;
}
#header_clip{
	height:95px;
}
#custom_header{
	height:95px;
	border:dotted 0px black;
	position:relative;
}
.masthead{
	border:solid 0px black;
	margin:0; padding: 0;
	position: relative;
}
.masthead .slogan{
	position: absolute;
	top: 28px; left: 324px;
	display: block;
	width: 140px;
	color: #fff;
	font-size: 18px;
	line-height: 19px;
	font-weight: normal;
}

#custom_header img, #custom_header obj, #custom_header embed{
	display:block;
	margin:0 auto 0 0;
}
#logo, #logo a, #logo a span{
	display:block;
	width:267px;
	height:35px;
}
#logo{
	margin:0;
	padding:0;
	position:relative;
	left:20px;
	top:40px;
}
#logo a{ cursor:pointer; }
#logo a span{ background:url('../images/logo.png'); }
#logo a span span{ display:none; }

/*** Breadcrumbs ***/
#content .breadcrumbs{
	height: 15px;
	margin: 6px 0 4px 6px;
	float:left;
}
#content .breadcrumbs li{
	float:left;
	list-style:none;
	padding: 0 0 0 18px;
	margin: 0;
	background: url('../images/breadcrumb-item.png') 8px 50% no-repeat;
}
#content .breadcrumbs li.home{
	padding-left: 0;
	background:none;
}

/* * Menu * */
#menu{
	padding:0;
	height:32px;
	list-style:none;
	position:absolute;
	top:53px;
	left:210px;
	z-index: 100;
}
li.menu{
	float:left;
	position:relative;
}
a.menu, span.menu, a.menu *, span.menu *{
	float:left;
	padding:0 10px;
	height:32px;
	line-height:32px;
	text-transform:uppercase;
	font-family: "Antique Olive Roman",Arial, Helvetica, sans-serif;
	font-size:13px;
	text-decoration:none;
	color:#676767;
}
span.menu{ cursor:default; }
a.menu:hover, li.active a.menu, li.menu:hover a.menu, li.active span.menu, li.menu:hover span.menu{
	color:#000000;
}
/* * Submenu * */
ul.submenu{
	position:absolute;
	margin-top:0px;
	padding:3px 0 0 5px;
	border:solid 0px white;
	list-style:none;
	width:240px;
	display:none;
}
ul.submenu.lvl1{
	border-left: solid 1px #808080;
	left:10px;
	top:32px;
}
ul.submenu.lvl2{
	left:139px;
	top:-4px;
}
li.menu{ behavior:url('../scripts/menu_item.htc'); }
li.submenu.lvl1{ behavior:url('../scripts/menu_item.htc'); }
li.menu:hover ul.submenu.lvl1{ display:block; }
li.submenu.lvl1:hover ul.submenu.lvl2{ display:block; }
li.submenu{
	position:relative;
	border:0px solid #588ba7;
	padding:5px 0px;
	text-align:left;
	margin-bottom:0px;
}
a.submenu, span.submenu{
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
	color:#676767;
}
a.submenu:hover{
	color:#000000;
}
li.submenu.with_submenu{
	background:url('../images/menu_arr.gif') 95% 50% no-repeat;
}

/* * * Content * * */
/* * Wrappers * */
#content_wrap{ 
	padding-top:0px;
}
#content{
	float:left;
	width:1005px;
	height:462px;
	padding-top: 0px;
	border: solid 0px black;
}
#sidebar{ width:250px; }
.sb_block{ margin-bottom:22px; }
/* * Contenty stuff * */
h3, h3 *{
	color:#676767;
	font-size:12px;
	font-family:MyriadPro, Arial, Helvetica, sans-serif;
	margin-bottom:6px;
}
#content h1, h2{
	
}
#content_wrap h1, h2, #content_wrap h1 *, h2 *{
	border:solid 0px black;
	font-size: 110%;
	font-family: MyriadPro, Arial, Helvetica, sans-serif;
	margin:0 0 10px 0;
	padding:0;
	color:#676767;
	text-transform:uppercase;
}
p{ margin:0 0 10px 0; }
a{
	color:#000;
	font-weight:bold;
	text-decoration:none;
}
a:hover{
	text-decoration:none;
	color:#676767;
}
.grey_block{
	background-color:#ebebeb;
	padding:10px;
	margin-bottom:5px;
}
#cms_links{
	float: right;
	width: 260px;
}
#content ul, ul.ordinary{
	margin-left:0;
	padding-left:0;
	list-style:none;
	
}
#content ul li, li.ordinary{
	padding-left:10px;
	background:url('../images/bul_li.gif') 0 5px no-repeat;
}
.no_bg{ background:none !important; }
li.marged{
	margin-bottom:3px;
}
.cms_content{
	margin-top:30px;
	padding: 0px 10px 0 30px;
	border:solid 0px black;
	height: 462px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	
}

#cms_content{
margin-top: 30px;
	//width:95%;
	padding: 0px 10px 0 30px;
	border:solid 0px black;
	height: 430px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	
}
/*
#content #cms_content{

}
.cms_center_column #cms_content{
	
}
#content .first{
	margin-top: 30px;
	margin-left: 30px;
}
#content .cms_center_column #cms_content .first{
	margin:0px;
	margin-bottom: 5px;
}*/
#cms_links{
	text-align:right;
	margin:0 0 1em 0;
	padding:5px 10px 0 0;
	list-style:none;
	text-align:right;
}
#bookmark_link, #email_link, #print_link, #pdf_link{
	background:none !important;
	display:inline;
	margin-left:18px;
}

#bookmark_link{ position:relative; }
#bookmark_link ul{
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	left:10px;
	top:1em;
	border:1px solid #ccc;
	display:none;
}
#bookmark_link:hover ul{ display:block; }
#bookmark_link li{
	padding:5px 10px;
	background:#fff !important;
	text-align:left;
	width:100px;
}
#bookmark_link ul a{
	display:block;
	padding:0 0 0 20px !important;
	line-height:16px;
	height:16px;
	overflow:hidden;
	background-image:url('/images/bm_icons.png');
	background-repeat:no-repeat;
	color:#000;
	font-weight:normal;
	text-decoration:none;
}
#bookmark_link ul a:hover{ text-decoration:underline; }
#bm_myspace{ background-position:0 0; }
#bm_twitter{ background-position:0 -16px; }
#bm_yahoo{ background-position:0 -32px; }
#bm_google{ background-position:0 -48px; }
#bm_delicious{ background-position:0 -64px; }
#bm_linkedin{ background-position:0 -80px; }
#bm_live{ background-position:0 -96px; }
#bm_facebook{ background-position:0 -112px; }
#bm_favourites{ background-position:0 -128px; }

/* * Tags * */
.tag_list{
	margin-top:25px;
	color:#aaa;
}
.tag_list a{ font-weight:normal; }
.tag_cloud a{
	text-decoration:none;
	font-weight:normal;
	margin:0 15px 6px 0;
	margin-bottom:4px;
	display:inline-block;
	padding:0 3px;
	border:1px dashed #ccc;
}
.tag_cloud a:hover{
	opacity:1 !important;
	-moz-opacity:1 !important;
	filter:alpha(opacity=100) !important;
	border:1px solid #aaa;
}

/* * Sidebar * */
#sidebar h2{ text-align:right; }
ul.news{
	margin-left:0;
	padding-left:0;
	list-style:none;
}
li.news{
	padding:10px;
	border-bottom:3px solid #ebebeb;
}
li.news *{ margin:0; }
li.news.last{ border-bottom:none; }
.date{}
.blocks_separator{
	padding-top:8px;
	border-top:4px solid #dedede;
}

/* * Banners * */
.banners_block_brochures, .banners_banner, .banner_links{
	padding: 0px;
	height:460px;
	display:table-cell;
	vertical-align:middle;
}
img{
	padding: 0px;
	margin:0px;
}
.banners_block_brochures, .banner_links{

}
.banners_block_brochures h2, .banner_links h2{
	margin-bottom:15px;
}
.text_banner{
	padding:15px 20px;
}
.banner_brochure{
	padding:0 20px 8px 20px;
}
.cms_center_column{
	float:left;
	width:460px;
	border:solid 0px white;
	margin-left: 0px;
	margin-top:0px;
/*	overflow:auto;
	position:relative;*/
}
.cms_right_column{
	float:right;
	margin-top: 0px;
	margin-right: 30px;
}

.sidebar_block{
	background-color:#ebebeb;
	padding:15px 20px;
	margin-bottom:8px;
}
.banner_links_rows{
	padding:0 20px 3px 30px;
	background:url('../images/bul_li.gif') 20px 6px no-repeat;
}
.banner_links_rows a{ font-weight:normal !important; }


/* * Footer * */
#footer{
	width:1005px;
	height:105px;
}
#footer ul{
	margin:0;
	padding:0;
	list-style:none;
	text-align:center;
}
#footer ul li{
	display:inline;
	padding-right:5px;
	margin-right:5px;
	border-right:1px solid #474747;
}
#footer ul li.last{
	padding-right:0;
	margin-right:0;
	border-right:none;
}
#footer_wrapper{
	border:solid 0px black;
	position:relative;
	font-size: 10px;
}
#footer_wrapper a{
	color:#9a9a9a;
	text-decoration:none;
	font-weight: normal;
	font-size: inherit;
}
#footer_wrapper a:hover{
	text-decoration:underline;
}
#footer_text_left{
	position: absolute;
	left: 10px;
	top: 20px;
	text-align: left;
	font-size: inherit;
	color:#9a9a9a;
}
#footer_text_right{
	position: absolute;
	right: 10px;
	top: 20px;
	text-align: right;
	font-size: inherit;
	color:#9a9a9a;
}

/* * Particular IDs * */
#call_center_wrap{
	height:85px;
	overflow:hidden;
	background:url('../images/clip_call.jpg') 100% 0 no-repeat #ebebeb;
}
#call_center{
	width:115px;
	height:55px;
	background-image:url('../images/call_center_info.gif');
	margin:0;
	position:relative;
	top:19px;
}

/* * News classes * */
.news_story_details{ margin-bottom:15px; }
.news_story{
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:3px solid #ebebeb;
}
.news_story.last{
	padding-bottom:0;
	margin-bottom:0;
	border-bottom:none;
}
.bottom_navigation{
	padding-top:25px;
}
.nav_previous{
	float:right;
	width:47%;
	text-align:right;
}
.nav_next{
	float:left;
	width:47%;
}

/* * Gallery classes * */
.cats_list_nopics{
	padding-left:0;
	margin-left:0;
	list-style:none;
}
.cats_list_nopics li{
	padding-bottom:15px;
	padding-left:0 !important;
	margin-bottom:15px;
	border-bottom:3px solid #ebebeb;
	background:none !important;
}
.cats_list_nopics li.last{
	padding-bottom:0;
	margin-bottom:0;
	border-bottom:none;
}
.cats_pics td{
	text-align:center;
	vertical-align:top;
}
.cats_pics img{ display:block; }
.image_line td{ 
	padding-bottom:3px;
}
.title_line td{ padding-top:0; }
.gallery_content_area{ margin-right:220px; }
#gallery_sb{
	float:right;
	width:200px;
}
.gallery_sb_cats{
	padding:10px !important;
	background:#ebebeb;
}
.crumbtrail li{
	display:inline;
	background:url('../images/arr.gif') 100% 50% no-repeat !important;
	padding-left:0 !important;
	padding-right:20px;
	margin-right:10px;
}
.crumbtrail li.last{
	padding-right:0;
	margin-right:0;
	background:none !important;
}
.crumbtrail a{ font-weight:normal; }
a.zoomy{
	display:inline-block;
	position:relative;
}
a.zoomy span{
	font-weight:normal !important;
	text-transform:lowercase;
	position:absolute;
	right:10px;
	bottom:10px;
	color:#fff;
	text-decoration:underline;
	padding-left:17px;
	line-height:12px;
	z-index:50;
	background:url('../images/zoom.gif') 0 50% no-repeat;
}
a.zoomy:hover span{
	text-decoration:none !important;
}

.c_nav{ text-align:center; }
.c_nav li{
	display:inline;
	background:none !important;
	padding-left:0 !important;
	padding-right:10px;
	margin-right:10px;
	border-right:1px solid #474747;
}
.c_nav li.last{
	padding-right:0;
	margin-right:0;
	border-right:none;
}


/* * Forms and inputs * */
form.sb_form{
	display:block;
	padding:10px;
	background:#d7d7d7;
}
.wide_inputs input, .wide_inputs select, .wide_inputs textarea{ width:100%; }
input.button{
	color:#fff;
	background-color:#588BA7;
	border:none;
	font-weight:bold;
	text-transform:uppercase;
	height:2em;
	line-hright:2em;
	vertical-align:middle;
	cursor:pointer;
}
a.like_button{
	display:-moz-inline-box;
	display:inline-block;
	line-height:2em;
	height:2em;
	padding:0 5px;
	vertical-align:middle;
	color:#fff;
	background-color:#588BA7;
	text-decoration:none;
	font-weight:bold;
	text-transform:uppercase;
}

input, select, textarea{
	border:1px solid #d2d2d2;
	padding:1px;
}
label, .cb{ cursor:pointer; }

/* * * Newsletters * * */
.letter_date{
	color:#ccc;
}
.nl_article{
	padding:8px;
	border:1px solid #ccc;
	margin-bottom:15px;
}

/* * * Blog * * */
.nc_count{ float:right; }
.blog_entry{
	border:1px solid #ccc;
	padding:6px;
	margin-bottom:15px;
}
.blog_meta{
	padding:5px 0;
}
.blog_meta div{
	color:#aaa !important;
}
.blog_text{
	margin-bottom:8px;
	padding-bottom:8px;
	border-bottom:1px dashed #ccc;
}

/* * Pagination * */
.pagination{
	margin-left:0;
	padding-left:0;
	list-style:none;
	text-align:center;
}
.pagination li{
	display:inline;
	margin-right:10px;
	padding-right:10px;
	border-right:1px solid #dedede;

	padding-left:0 !important;
	margin-left:0 !important;
	background:none !important;
}
li.last_page_number{
	margin-right:0 !important;
	padding-right:0 !important;
	border-right:none !important;
}
li.current_page_number{ font-weight:bold; }

/* * * Useful stuff * * */
.all-upper{ text-transform:uppercase; }
.clear{
	display: block;
	font-size:0;
	clear:both;
	height:0;
	overflow:hidden;
}
.first{
	/*margin-top:0 !important;*/
}

.nobmargin{ margin-bottom:0 !important; }
.righted{ float:right; }
.lefted{ float:left; }
.centered{
	margin-left:auto;
	margin-right:auto;
}
.right_align, .right_aligned{ text-align:right; }
.left_align, .left_aligned{ text-align:left; }
.center_align, .center_aligned{ text-align:center; }
.nomargin{ margin:0; }
a img{ border:none; }

.substitute{
	display:block;
	background-position:0 0;
	background-repeat:no-repeat;
}
.substitute span{
	display:none;
}
.far_far_away{ margin-top:30px; }
.obligatory label, .obligatory .like_label{
	background:url('../images/obligatory.gif') 100% 10% no-repeat !important;
	padding-right:8px;
}
.obligatory label.nobg{
	background:none !important;
	padding-right:0 !important;
}
.error, .error *{ color:red !important; }
.hidey{
	color:#cdcdcd;
	background-color:#cdcdcd;
}
.small_text{ font-size:10px; }


/*SPAW IMAGE STYLES*/
a:active .transparent_link, a:visited .transparent_link, a:link .transparent_link{
	padding:0px;
	margin:0px;
	opacity:1.0;
	filter:alpha(opacity=100);
}
a:hover .transparent_link{
	opacity:0.5;
	filter:alpha(opacity=50);
}