html{
	min-height:100%;
	margin:0;
	padding:0;
	background:url('../images/skyline_small.jpg') 50% 100% no-repeat #f3fcf9;
}
body{
	margin:0;
	padding:0;
	min-height:650px;
	font-size:100%;
	font-family:Arial, sans-serif;
	background:url('../images/top_bg.png') 0 0 repeat-x;
}
::selection{
	background-color:#00919e;
	color:#fff;
}
::-moz-selection{
	background-color:#00919e;
	color:#fff;
}
#container{
	width:890px;
	position:relative;
	margin:0 auto;
}
#logo{
	position:absolute;
	top:30px;
	left:0;
	margin:0;
	background:url('../images/logo.png');
	cursor:pointer;
}
#logo a{
	display:block;
	width:182px;
	height:182px;
	text-indent:-10000px;
}
#logo_print{ display:none; }
#header{
	height:0;
	padding-top:137px;
	overflow:hidden;
	visibility:hidden;
}
#menu{
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	z-index:100;
	top:106px;
	left:232px;
}
li.menu{
	float:left;
	line-height:31px;
	margin-right:20px;
	position:relative;
}
li.last_menu{ margin-right:0 !important; }
a.menu, span.menu{
	color:#fff;
	text-transform:uppercase;
	font-size:.875em;
	font-weight:bold;
	text-decoration:none;
	display:block;
	position:relative;
	line-height:31px;
	height:31px;
	overflow:hidden;
	white-space:nowrap;
}
a.menu .menu_bg, span.menu .menu_bg{
	display:block;
	height:31px;
	margin:0 5px;
}
.menu .menu_sl, .menu .menu_sr{
	position:absolute;
	display:block;
	width:10px;
	height:31px;
	overflow:hidden;
	top:0;
}
.menu .menu_sl{ left:-5px; }
.menu .menu_sr{ right:-5px; }
.menu:hover .menu_sl, .menu:hover .menu_sr{ background:url('../images/menu_hover_sides.png') 0 0 no-repeat !important; }
a.menu:hover, .menu:hover a.menu{ color:#fff !important; }

li.menu:hover .menu_bg, a.menu:hover .menu_bg, span.menu:hover .menu_bg{ background:url('../images/menu_hover_bg.png') 0 0 repeat-x !important; }
.active_menu a.menu:hover, .active_menu span.menu:hover{ color:#fff !important; }
/*
.active_menu a.menu, .active_menu span.menu{ color:#6096b2; }
.active_menu .menu_bg{ background:url('../images/menu_active_bg.png') 0 0 repeat-x !important; }
.active_menu .menu_sl, .active_menu .menu_sr{ background:url('../images/menu_active_sides.png') 0 0 no-repeat !important; }
*/
.active_menu .menu_bg{ background:url('../images/menu_hover_bg.png') 0 0 repeat-x !important; }
.active_menu .menu_sl, .active_menu .menu_sr{ background:url('../images/menu_hover_sides.png') 0 0 no-repeat !important; }

ul.submenu{
	position:absolute;
	margin:0;
	padding:0;
	list-style:none;
	z-index:10000;
	display:none;
}
li.menu:hover ul.lvl1{ display:block; }
ul.lvl1{
	left:0;
	top:31px;
	width:160px;
}
/* li.with_submenu:hover{ background:url('../images/submenu_faker.gif') bottom repeat-x; } */
li.submenu{
	line-height:1;
	border-top:1px solid #fff;
}
a.submenu, span.submenu{
	color:#09a;
	text-decoration:none;
	font-size:.75em;
	background:#f1fbf8;
	display:block;
	padding:5px 10px;
}
a.submenu:hover, span.submenu:hover{
	color:#6096b2;
	background:#fff;
}

/* * * Bookmark us! * * */
#bookmark_links{
	position:absolute;
	z-index:101;
	top:25px;
	right:0;
	margin:0;
	padding:0;
	list-style:none;
	font-size:.75em;
}
#bm_email, #bm_print, #bm_pdf, #bm_bookmark{
	float:left;
	margin-left:5px;
	padding-left:5px;
	border-left:1px solid #bbd2db;
}
#bm_email{ border-left:none !important; }
#bookmark_links a{
	display:block;
	line-height:17px;
	color:#00929f;
	padding:5px 10px;
}
#bookmark_links a:hover{ text-decoration:none; }
.bm_ico{
	float:left;
	width:17px;
	height:17px;
	overflow:hidden;
	position:relative;
	margin-right:5px;
}
.bm_ico span{
	position:absolute;
	left:0;
	width:17px;
	height:85px;
	background:url('../images/bookmark_icons.png');
}
#bm_email .bm_ico span{ top:0; }
#bm_pdf .bm_ico span{ top:-17px; }
#bm_print .bm_ico span{ top:-34px; }
#bm_bookmark .bm_ico span{ top:-51px; }
#bm_bookmark{ position:relative; }
#bm_bookmark a{ padding:0 10px 5px 10px; }
#bm_inside{
	position:absolute;
	right:0;
	top:27px;
	width:250px;
	display:none;
}
#inside_shadow{ visibility:hidden; }
#bm_bookmark:hover #da_bm_link, .bm_bm_h #da_bm_link{
	background:#f1fbf8 !important;
	color:#6096b2;
	text-decoration:none;
}
#bm_bookmark:hover #bm_inside, .bm_bm_h #bm_inside{ display:block; }
#bm_bookmark:hover #inside_shadow, .bm_bm_h #inside_shadow{ visibility:visible; }
#bm_bookmark:hover .bm_ico span, .bm_bm_h .bm_ico span{ top:-68px !important; }
#bm_inside ul{
	margin:0;
	padding:0;
	list-style:none;
}
#bm_inside li{
	float:left;
	padding-bottom:8px;
	width:50%;
}
#bm_inside 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;
	text-decoration:none;
}
#bm_inside 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; }


/* * * Content styles * * */
.content{
	float:right;
	width:660px;
	margin-top:20px;
}
#index_content{
	width:540px !important;
	margin:40px 30px 0 0 !important;
}
#main_column{
	float:right;
	width:660px;
}
#sidebar{
	float:left;
	width:202px;
	padding-top:125px;
}
.content, #sidebar{
	color:#2f405a;
	font-size:.75em;
}
.content a, #sidebar a{ color:#00929f; }
.content a:hover, #sidebar a:hover{ text-decoration:none; }
.content h1{
	font-size:2em;
	font-weight:normal;
}
.content h2{
	font-size:1.5em;
	font-weight:bold;
}
.content h3{
	font-size:1.333em;
	font-weight:bold;
	color:#00919E;
}
.content ul, #sidebar ul{
	margin-left:0;
	padding-left:0;
	list-style:none;
}
.content ul li, #sidebar ul li{
	padding:0 0 3px 15px;
	background:url('../images/bul_circle.gif') 0 5px no-repeat;
}
#sidebar ul li{ padding-bottom:10px !important; }
#sidebar h2{
	color:#223250;
	font-weight:normal;
	font-size:1.167em;
}
#sidebar .shadow_content{ padding:10px 15px; }
h1.caption{
	font-size:1.5em !important;
	line-height:45px;
	position:relative;
	overflow:hidden;
}
h2.caption{
	line-height:31px;
	position:relative;
	overflow:hidden;
}
h1 .title_bg{
	display:block;
	height:45px;
	line-height:45px;
	margin:0 5px;
	padding:0 15px;
	background:url('../images/page_title_bg.png') repeat-x;
}
h1 .title_sl, h1 .title_sr{
	position:absolute;
	top:0;
	width:10px;
	height:45px;
	overflow:hidden;
	background:url('../images/page_title_sides.png');
}
h1 .title_sl{ left:-5px; }
h1 .title_sr{ right:-5px; }
h2 .title_bg{
	display:block;
	height:31px;
	line-height:31px;
	margin:0 4px;
	padding:0 11px;
	background:url('../images/sidebar_title_bg.png') repeat-x;
}
h2 .title_sl, h2 .title_sr{
	position:absolute;
	top:0;
	width:8px;
	height:31px;
	overflow:hidden;
	background:url('../images/sidebar_title_sides.png');
}
h2 .title_sl{ left:-4px; }
h2 .title_sr{ right:-4px; }
.banners_banner{ margin-bottom:10px; }
.banner_brochure, .banner_links_rows{
	padding:0 0 10px 15px;
	background:url('../images/bul_circle.gif') 0 5px no-repeat;
}

/* * Blog * */
.blog_entry{
	padding-bottom:15px;
}
.blog_entry .shadow_content{
	position:relative;
	padding-left:80px;
}
.pagination .shadow_content{
	padding:10px;
}
.blog_date{
	background:url('../images/calendar.png');
	width:44px;
	height:49px;
	position:absolute;
	left:20px;
	top:16px;
	text-align:center;
}
.blog_date_month{
	color:#fff;
	text-transform:uppercase;
	line-height:15px;
	font-size:0.833em;
}
.blog_date_day{
	font-size:2em;
	line-height:30px;
	color:#2f405a;
}
.blog_meta, .blog_bottom_meta{
	color:#8cb7cd;
	line-height:1.3;
}
.blog_meta{ padding:15px 0; }
.blog_bottom_meta{
	padding-top:10px;
	position:relative;
	top:10px;
}
span.blog_meta{ padding:0 !important; }
.tags_separator{
	position:absolute;
	width:660px;
	height:2px;
	overflow:hidden;
	background:#F3FCF9;
	margin:10px 0 0 -80px;
}
.nav_next{
	height:25px;
	line-height:25px;
	float:left;
	padding-left:38px;
	background:url('../images/blog_nav.gif') 0 -25px no-repeat;
}
.nav_previous{
	height:25px;
	line-height:25px;
	float:right;
	padding-right:38px;
	background:url('../images/blog_nav.gif') 100% 0 no-repeat;
}
.rss_link{
	float:right;
	width:14px;
	height:14px;
	margin-top:15px;
	overflow:hidden;
	background:url('../images/rss14.png');
	line-height:100em;
}
.comment_count{
	float:right;
	margin-top:15px;
}
.comment_count span{
	float:left;
	width:28px;
	height:30px;
	line-height:25px;
	font-weight:bold;
	text-align:center;
	color:#fff;
	background:url('../images/comments.png');
}
.comment_count a{
	line-height:25px;
	margin:0 10px 0 4px;
}
.nc_count{ float:right; }
.blog_comment{
	border:1px dashed #8CB7CD;
	padding:10px;
	margin-bottom:15px;
}
.stupid_link{
	color:#223250 !important;
	text-decoration:none;
}
.stupid_link:hover{
	color:#00929f !important;
	text-decoration:underline !important;
}

form{
	margin:0;
	line-height:1.5em;
}
.text-input{
	border:1px solid #6096b2;
	color:#6096b2;
	font-family:Arial, sans-serif;
	font-size:100%;
}
.button{
	font-family:Arial, sans-serif;
	font-size:100%;
	cursor:pointer;
}
.submit, .subscribe{
	border:none;
	background:none;
	cursor:pointer;
	height:23px;
}
.submit{
	width:61px;
	background:url('../images/btn_submit.gif');
}
.subscribe{
	width:83px;
	background:url('../images/btn_subscribe.gif');
}
label{ cursor:pointer; }

/* * Semi-transparent content block with rounded corners  * */
.shadow_top, .shadow_bottom{
	position:relative;
	overflow:hidden;
	height:4px;
}
.shadow_head{
	height:4px;
	margin:0 4px;
	background:url('../images/white_70p.png');
}
.s_corner{
	position:absolute;
	width:8px;
	height:8px;
	overflow:hidden;
	background:url('../images/small_corners.png');
}
.s_lc{ left:-4px; }
.s_rc{ right:-4px; }
.shadow_top .s_lc, .shadow_top .s_rc{ top:-4px; }
.shadow_bottom .s_lc, .shadow_bottom .s_rc{ top:0px; }
.shadow_content{
	background:url('../images/white_70p.png');
	padding:20px;
}
/* * Submenu (last & first line), 'bookmark us' corners * */
.submenu_first{ border-top:none !important; }
.submenu_last .shadow_bottom, .submenu_first .shadow_top, #bm_bookmark .shadow_top, #bm_bookmark .shadow_bottom{ height:5px !important; }
.submenu_last .shadow_head, .submenu_first .shadow_head, #bm_bookmark .shadow_head{
	height:5px !important;
	margin:0 5px !important;
	background:#f1fbf8 !important;
}
#bm_inside .shadow_top .shadow_head{ margin-right:0 !important; }
#bm_bookmark .shadow_content{
	background:#f1fbf8 !important;
	border-top:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
	padding:5px 10px;
}
.submenu_last .s_corner, .submenu_first .s_corner, #bm_bookmark .s_corner{
	width:10px !important;
	height:10px !important;
	background:url('../images/submenu_corners.png') !important;
}
.submenu_last .s_lc, #bm_bookmark .shadow_bottom .s_lc{
	left:-5px !important;
	top:0;
}
.submenu_last .s_rc, #bm_bookmark .shadow_bottom .s_rc{
	right:-5px !important;
	top:0;
}
.submenu_first .s_lc, #bm_bookmark .shadow_top .s_lc{
	left:-5px;
	top:-5px;
}
.submenu_first .s_rc, #bm_bookmark .shadow_top .s_rc{
	right:-5px;
	top:-5px;
}

/* * * Footer * * */
#footer{
	padding-top:95px;
	height:105px;
	clear:both;
	width:890px;
	margin:0 auto;
	color: #FFFFFF;
}

#footer-btm a:link, #footer-btm a:visited, #footer-btm a:hover {
	font-size: 10px;
	color: #FFFFFF;
}
#redalto{
	display:block;
	float:right;
	width:81px;
	height:11px;
	overflow:hidden;
	text-indent:-10000px;
	background:url('../images/redalto.png');
}
#footer-btm{
	overflow: hidden;
	position: relative;
	text-align: center;
}

/* * * Stuff * * */
.p_first{ margin-top:0; }
.p_last{ margin-bottom:0; }
.nomargin{ margin:0; }
.all-caps, all-upper{ text-transform:uppercase; }
.clear{
	clear:both;
	height:0;
	overflow:hidden;
}
a img{
 border:none; }
a{ cursor:pointer;}
.blue_text{ color:#6096b2; }
.small_text{ font-size:0.833em; }
.error{ color:red; }

