/* 
BUSINESSGREEN LEADERS AWARDS 2016

SITE COLORS
Dark Olive	#0F1B0F
Meadow Green	#6EA948
Strong Blue	#00397B

Updated: 02-03-2016 16:45 PM
*/

html { 
  background: #000 url(http://events.businessgreen.com/leadersawards/styles/BGLA16-WP1920x900-v2.jpg) no-repeat center top scroll; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
	background:transparent;
	margin:0;
	padding;0;
}

h1 {
	color:#084E1C;
	font-family: Arial, Helvetica,sans-serif;
	font-size:26px;
	font-weight: normal;
	margin:0 0 12px 0;
	padding:0;
}

h2 {
	color:#084E1C;
	font-size:20px;
	font-weight: normal;
	padding: 0px 0 5px 0px;
}

h3 {
	background-color:transparent;
	border-top:1px dotted #6EA948;
	color: #367E28;
	font: bold 1.5em Arial,Helvetica,sans-serif;
	margin-bottom: 0;
	margin: 0.4em 0.2em 0.1em 0.1em;
	padding: 7px 0px;
}

h4,h5 {font-size:1.3em;margin:0.2em 0em 0.5em 0em;}

a {color:#0A8E3A;text-decoration:none;}

ul, ol {
	color:#333;
	list-style-type: none;
}

#wrapper {
	-webkit-box-shadow: -1px 10px 24px 0px rgba(0, 0, 0, 0.8);
	-moz-box-shadow:    -1px 10px 24px 0px rgba(0, 0, 0, 0.8);
	box-shadow:         -1px 10px 24px 0px rgba(0, 0, 0, 0.8);
	padding: 0;
	position:relative;
}


#wrapper_header {background:#333;}

/* BACKGROUND */
.container {background:#081D0A url(http://events.businessgreen.com/leadersawards/styles/container_bg.jpg) top center;}

/* MENU */
.main_menu {background:#333;}
.main_menu ul {height:41px;list-style-type:none;margin:0;}
.main_menu ul li {display:inline;}
.main_menu ul li a {
	color:#FFF;
	font-size:13px;
	display:block;
	padding:0px 15px 0px 12px;
}

a.current {background:#0B541C !important;color:#FFF !important;}
a.menu_home.current {background:#333 !important;}
.main_menu ul li:last-child a {background:#333;}
.main_menu ul li:last-child a:hover {background:#231F20 !important;color:#FFF}
.main_menu ul li:last-child a.current {background:#0B541C !important;color:#FFF;}

.main_menu ul ul {width:154px;}
.main_menu a, .main_menu a:visited {background:#333; display:block;font-size:13px;font-weight:normal; color:#FFF; width:auto; height:39px; border:1px solid #333; border-width:0; padding-left:10px;line-height:36px;text-decoration:none;}
.main_menu ul ul a.drop, .main_menu ul ul a.drop:visited {background:#333 none no-repeat 130px center;}
.main_menu ul ul {visibility:hidden; position:absolute;height:0;top:41px;left:0; width:154px;border-top:1px solid #333;}
.main_menu ul ul a, .main_menu ul ul a:visited {background:#333; color:#FFF; height:auto; line-height:1em; padding:8px 10px; width:145px;border-width:0;}

.main_menu a:hover, .main_menu ul ul a:hover{
	background:#333;
	-moz-transition: background 200ms ease-in;
	-webkit-transition: background 200ms ease-in;
	-moz-transition: background 200ms ease-in;
	-o-transition: background 200ms ease-in;
	-ms-transition: background 200ms ease-in;
	transition: background 200ms ease-in;
}
.main_menu :hover > a, .main_menu ul ul :hover > a {background:#231F20; color:#FFF; display:block;}
.main_menu ul li a:hover,
.main_menu ul li a.menu_home.current:hover {
	background-color:#231F20;
	color: #FFFFFF;
	text-decoration: none;
}


/* HEADER */
.header_top,
#header {
	background:url(http://events.businessgreen.com/leadersawards/styles/43388_980x200.jpg) no-repeat scroll 0 0;
	height:200px;
}

/* CONTENT */
.internal_left_content_box {
	/*background: url(box.gif) repeat scroll 0 0 transparent;*/
	height: 490px;
	margin-bottom: 16px;
}

.award_inner_content p,
.internal_inner_content p {
	color:#333;
	line-height:1.5em;
	margin:0.2em 0em 0.7em 0em;
}

.award_inner_content ul,
.internal_inner_content ul {
	margin: 0.2em 0em 1.2em 0.3em;
	padding: 0;
}

.award_inner_content li,
.internal_inner_content li {
	background-image: url(http://events.businessgreen.com/leadersawards/styles/bullet.png);
	background-position: 0em 0.4em;
	background-repeat: no-repeat;
	font-size:12px;
	line-height: 1.55em;
	margin: 0;
	padding: 0 4px 0 18px;
}

.award_inner_content a,
.internal_inner_content a {color:#00417C;font-weight:bold;text-decoration:none;}

.award_inner_content a:hover,
.internal_inner_content a:hover {color:#00417C;font-weight:bold;text-decoration:underline !important;}


/* SLIDESHOW */

#slideshow {
	background:#000000;
	margin: 20px auto;
	position: relative;
	width:510px;
	height:345px;
	padding: 10px;
	box-shadow: 0 0 20px rgba(0,0,0,0.4);
}

#slideshow > div {
	position: absolute;
	top: 3px;
	left: 10px;
	right: 6px;
	bottom: 10px;
}

/* Landscape */
@media screen and (max-width:600px)
{
#slideshow {box-shadow:none;width:100%;height:19rem;margin:15px auto;padding:0;}
#slideshow > div {top:0px;left:20px;right:0;bottom:0;}
#slideshow > div img {display:block;width:400px;}
}

/* Portait */
@media screen and (max-width:400px)
{
#slideshow {box-shadow:none;width:100%;height:11rem;margin:15px auto;padding:0;}
#slideshow > div {top:0;left:0;right:0;bottom:0;}
#slideshow > div img {display:block;width:16rem;}

/* TESTIMONIALS */

div#testimonials {
	background-color: #E3E5E0;
	border: 1px dotted #28903B;
	height:80px;
	margin-bottom:5px;padding: 4px 10px;
	width: 625px;
}

blockquote {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.3em;
	margin:0;
	padding:0;
	width: 610px;
}

blockquote p {
	margin-bottom:0;
}

blockquote cite {
	color:#28903B;
	display: block;
	font-size: 105%;
	font-style: italic;
	font-weight:bold;
	text-align: left;
}

.container_left {display:inline-block;}
.award_inner_content {background:#FFF;border-radius:0.75em;float:left;padding:17px 0px 10px 17px;margin-right:17px;width:668px; height:590px; overflow:auto;}
.home_left_content_one {background:#FFF;border-radius:0.75em;min-height:650px;}
.home_left_content_two {display:inline-block;text-align:center;}


/* CATEGORIES - SHOW/HIDE */

h4.click-header {color:#0F6B3A;display:block;font-family:Arial, Helvetica,sans-serif;font-size:14px;font-weight:bold;}

.click-header {
	background: url(http://events.businessgreen.com/leadersawards/styles/arrow-down.png) no-repeat 99% 50%;
	cursor:pointer;
	margin:10px 0px 12px 0px;
	padding: 8px 0px;
}
.click-header span {
	color:#585858;
	cursor:pointer;
	float:right;
	font-family:Arial,Helvetica,sans-serif;
	font-size:10px;
	margin:0px 5px 3px 5px;
	padding:0px 25px 0px 14px;
	text-transform:uppercase;
}
.click-header img {
	cursor:pointer;display:inline-block;
	float:right;
	margin:-1% 7%;
	padding:0;
}
.expanded-header {
	background: url(http://events.businessgreen.com/leadersawards/styles/arrow-up.png) no-repeat 99% 50%;
	margin:10px 0px 12px 0px;
	padding: 8px 0px;
}

.hidden-content {
	display:none;
	padding: 0px 0px 15px 0px;
	text-align:left;
}


/* CUSTOM BUTTON */
.button_link_bg { background: url(http://events.businessgreen.com/leadersawards/styles/btn_book-now.gif) no-repeat scroll 0 0 transparent; height: 30px;padding: 10px 15px 10px 25px; }

/* BUTTON LINKS */
.button_link_bg a { color:transparent;display:block;font-size:0.0001em;font-weight:bold;height:28px;}
.button_link_bg a:hover { color:transparent; }


/* CONTAINERS RIGHT */

/*
div.inner_large {background-color:#FFF;height:360px;}
div.inner_content {background-color:#FFF;height:360px;}
div.vertical_scroller {background-color:#FFF;height:360px;}
*/

.small_blog_head {font-size:1.4em;font-weight:bold;line-height:1.2em;text-align:center;text-transform:uppercase;}

.inner_block{background:transparent url(http://events.businessgreen.com/leadersawards/styles/small_top_rgt.gif) no-repeat scroll right top;}

.inner_middle {background:transparent url(http://events.businessgreen.com/leadersawards/styles/small_bott_bg_lft.gif) no-repeat scroll left top;}

.inner_main_blog {background:transparent url(http://events.businessgreen.com/leadersawards/styles/small_bott_bg_rgt.gif) no-repeat scroll right top;}

.sidebox {margin-right:15px;background:transparent url(http://events.businessgreen.com/leadersawards/styles/new_rgt_bg.jpg) no-repeat scroll right bottom;}

.section_title {background:transparent url(http://events.businessgreen.com/leadersawards/styles/top_new_rgt.jpg) no-repeat scroll right top;}

.section_title p {background:transparent url(http://events.businessgreen.com/leadersawards/styles/top_new_lft.jpg) no-repeat scroll left top;}

.innerbox_a  {background:transparent url(http://events.businessgreen.com/leadersawards/styles/new_lft_bg.jpg) no-repeat scroll left bottom;}

.inner_large {background:url(http://events.businessgreen.com/leadersawards/styles/bott_rgt_lft.jpg) no-repeat scroll left bottom transparent;}

.small_blog_head {background:transparent url(http://events.businessgreen.com/leadersawards/styles/rgt_top_bgs.jpg) no-repeat scroll right top;}

.small_blog_head p {background:url(http://events.businessgreen.com/leadersawards/styles/rgt_bg_rgt.jpg) no-repeat scroll left top transparent;color:#FFF;}

.small_blog {background:url(http://events.businessgreen.com/leadersawards/styles/bott_rgt_bgs.jpg) no-repeat scroll right bottom transparent;}

div.sponsor_right div p img {margin:0.4em 0em;}

/* FOOTER */
#footer {background-color:#333;color:#DDDDDD;}
#footer a {color: #CCCCCC;}
.footerlinks {background-color: #333;}
.footerlinks a {color:#CCCCCC;font-weight:normal;}
.footer_logo {background:url(http://events.businessgreen.com/leadersawards/styles/incisivemedia-white.gif) no-repeat 10px 0px;}/* TRANSPARENT LOGO */
.footer_logo img {visibility:hidden;}

#footer .accredit {
    border-top: 1px solid #4B4B4B;
    clear: both;
    float: left;
    height: auto;
    padding: 5px 0;
    width: 100%;
}

#footer .accredit .indent {
    padding-left: 12px;
    padding-right: 68px;
}







