@charset "utf-8";
/* Green Entrepreneur */

/* basics
-----------------------------------------*/
body {
	font: 12px/18px "Lucida Sans","Lucida Grande","Lucida Sans Unicode",Arial,sans-serif;
	background: #006b82 url(../images/wallpaper.jpg) repeat-x top left;
	color: #3e3f39;
	border-top: 8px solid #c5d916;
}

.container {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

.content {
	width: 920px;
	background: #fff;
	padding: 30px 20px;
	margin: 0;
	clear:both;
	overflow: auto;
}


/* header 
----------------------------------------*/

.header {
	background: #fff;
	width: 920px;
	padding:0 20px;
	margin: 0;
	line-height: 105px;
}

.header img {
	vertical-align: middle;
	margin: 0 50px;
}

.header h1.logo {
	margin: 25px 0 0 0;
	width: 380px;
	height: 60px;
	float:left;
	background: url(../images/logo.gif) no-repeat;
	padding: 0;
}

.header h1.logo a {
	color: #c5d916;
	width: 380px;
	height: 60px;
	text-decoration: none;
	font-size: 40px;
	text-align: center;
	text-indent: -9999em;
	display: block;
}

.header h1.logo a span { color: #4eb2c8; }

.header h2.tagline  {
	background: transparent url(../images/tagline-bg.gif) no-repeat left;
	display: block;
	float:right;
	font: 14px/18px "Franklin Gothic Medium","Arial Narrow Bold",Arial,sans-serif;
	height: 37px;
	width: 281px;
	padding: 5px 24px;
	color: #fff;
	margin:30px 0 0 0;
	text-align: center;
}

/* footerNav
---------------------------------*/
.footerNav {
	width: 920px;
	background: #c5d916;
	clear:both;
	padding: 0 20px;
	margin: 0;
	height: 35px;
}

.footerNav ul {
	width: 360px;					/* width specified to center the list - adjust if adding or removing */
	list-style: none;
	margin:0 auto;
	padding: 0;
	color: #324548;
	font-size: 14px;
	line-height: 35px;
	font-weight: bold;
}

.footerNav li {
	float:left;
	display:block;
	text-align: center;
	position:relative;
	margin: 0 45px 0 0;				/* if adding many more items, adjust right margin to fit more in */
	height: 35px;
}

.footerNav li.last {
	margin-right: 0px;
}

.footerNav li a {
	color: #324548;
	text-decoration: none;
	display: block;
	height: 35px;
	padding:0 5px;
}

.footerNav li a:hover {
	background: #4eb2c8;
}




/* footer
---------------------------------*/

.footer {
	width: 920px;
	padding: 23px 20px;
	clear:both;
	background: #324548;
	overflow: auto;
}

.footer ul {
	list-style: none;
	font-size: 14px;
	color: #fff;
	margin:0 0 30px 0;
	padding:0;
	line-height: 24px;
	width: 410px;
	float:left;
}

.footer ul.right { float:right; text-align: right }
.footer ul.left { float:left; }

.footer ul li.title { font-size: 18px; }

.footer ul li a { text-decoration: none; color: #fff; }
.footer ul li a:hover { color: #4eb2c8; }

.footer ul.footerDetails {
	font-size: 10px;
	line-height: 18px;
	margin: 0;
}

a.designTag {
	clear:both;
	float:right;
	text-align: right;
	width: 150px;
	font-size: 10px;
	color: #fff;
	text-decoration: none;
}
a.designTag:hover { color: #4eb2c8; }


/* 3 col layout
--------------------------------*/

.content .leftCol,
.content .centreCol {
	width: 300px;
	float:left;
	margin: 0 10px 0 0;
}


.content .leftCol2 {
	width: 700px;
	float:left;
	margin: 0 10px 0 0;
}

.content .centreCol2 {
	width: 500px;
	float:left;
	margin: 0 10px 0 0;
}

.content .rightCol {
	width: 200px;
	float:left;
	
}

.content .rightCol2 {
	width: 200px;
	float:left;
}


/* misc
----------------------------*/

.content ul {
	list-style: none;
	margin:0 0 1.5em 0;
}

.content ul li {
	background: #fff url(../images/bullet.gif) no-repeat left top;
	padding: 0 0 0 30px;
	margin-bottom: 12px;
}

.featurePic {
	margin: 10px 0;
}


/* used for the conference sign up panel */
.orangeBorder {
	background: #fff url(../images/orange-border-top.gif) no-repeat center top;
	color: #000;
	width: 300px;
	padding: 18px 0 0 0;
	margin: 40px 0 0 0;
}

.orangeBorderInner {
	background: #fff url(../images/orange-border-bottom.gif) no-repeat center bottom;
	width: 294px;
	padding: 0 3px 18px 3px;
	
}

.orangeBorder h3 {
	text-align: center;
	margin:0;
	border: 0;
}

.orangeBorder h4 {
	text-align: center;
	margin:0;
	border: 0;
}

.orangeBorder h6 {
	text-align: center;
	margin:0;
	border: 0;
}

.box {
   background-color: #ffffff;
	margin: 5px 5px 5px 5px;
	border: 1px solid #000066;
	padding: 10px;
	float: right;
	}
	
a.signUpButton {
	text-align: center;
	display: block;
	width: 156px;
	height: 39px;
	line-height: 39px;
	text-transform: uppercase;
	color: #fff;
	background: #fff url(../images/sign-up-bg.gif) no-repeat center bottom;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	margin: 0 auto;
	padding: 0 35px 0 18px;
}

a.signUpButton:hover {
	background-position: center top;
}

/*** Picture inside the text ***/
.img-float-left {
	float: left;
	padding: 2px;
	margin-right: 5px;
	border: 2px solid #e9e3e3;
}
.img-float-right {
	float: right;
	padding: 2px;
	margin-left: 5px;
	border: 2px solid #e9e3e3;
}
