/**************************************/
/*           COLOR SCHEME             */
/**************************************
- black				#000
- white				#fff
- light blue		#cadceb
- logo blue    		#4e8abe
- logo dark blue	#003468
- footer yellow		#e8d766
- headline green 	#9fa374
***************************************/


/**************************************/
/*              GLOBALS               */
/**************************************/
body {
	margin: 0;
	padding: 0;
}

/**************************************/
/*              HEADER                */
/**************************************/
#headercontainer {
	background: url(../img/header-decor.png) repeat-x;
	width: 100%;
}
#header {
	height: 145px;
	position: relative;
}
#logo {
	margin-top: 20px;
	position: relative;
}
#menu {
	text-align: right;
	position: relative;
	top: 25px;
	z-index: 100;
}
/**************************************/
/*             NAVIGATION             */
/**************************************/
#nav {
	margin: 66px 0 0 0;
	padding: 0;
	list-style: none;
	float: right;
}
#nav li {
	float: left;
	margin: 0px;
	padding: 0;
	border-right: solid #e0e0e0 1px;
	padding-left: 14px;
	padding-right: 14px;
	height: 25px;
	line-height: 25px;

}
#nav li:first-child {
	border-left: solid #e0e0e0 1px;
}
/*li.home {
	position: absolute;
	top: 0px;
	left: 40px;
	text-indent: -9999px;
	width: 280px;
	height: 100px;
}*/
#nav li a:hover, #nav_sub li {
	color: #2776bb;
}

#nav li.active a {
	font-weight: bolder;
	color: #2776bb;
}
#nav_sub li.active > a {
	color: #2776bb;
}
.home a {
}
#nav li a {
	text-decoration: none;
	font-size: 16px;
}

#support-nav li.active a {
}
#support-nav li a {
	text-decoration: none;
	color: #7e7e7e;
}
#support-nav li a:hover {
	opacity: 0.5;
}


#support-nav {
	position: absolute;
	top: 30px;
	right: 0;
	z-index: 100;
}
#support-nav li {
	float: left;
	list-style: none;
	font-size: 1.2em;
	padding-left: 16px;
	margin-left: 0px;
}

#nav_sub li a {
	text-decoration: none;
}
#nav_sub {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	border-top: 1px solid #ccc;
	line-height: 1.1;
	font-size: 14px;
}
#nav_sub li {
	border-bottom: 1px solid #ccc;
	margin-left: 0;
	padding-left: 0;
	padding-top: 15px;
	padding-bottom: 15px;
}
#nav_sub li a {
	display: block;
}
#nav_sub li ul {
	margin: 0 0 0 14px;
	padding: 0;
	list-style: disc;
}
#nav_sub li ul li {
	border-bottom: none;
	color: #ccc;
}
p.nav {
	margin-top: 2em;
}
p.nav .active {
	text-decoration: none;
	font-weight: none;
	background: #2776bb;
	color: #fff;
	padding: 5px;
}
.nav-large {
	width: 250px;
}
.nav-large li {
	font-size: 1.4em;
	line-height: 1.4;
	padding: 5px 0;
	border-bottom: 1px dotted #ccc;
}
/**************************************/
/*            MAIN CONTENT            */
/**************************************/
#content p, #content, #content li  {
	font-family: Georgia, Times, Times New Roman, serif;
}
#billboard.home {
	/* background: url(../img/home-strip.jpg) no-repeat; */
	background: url(../img/home-background.jpg) no-repeat;
	background-position: center center;

}
#billboard {
	background: url(../img/billboard.jpg) no-repeat;
}
#home #billboard .container {
	position: relative;
	height: 260px;
}
.girl {
	position: absolute;
	bottom: 0;
	left: 550px;
}
#billboard h1 {
	padding: 20px 0 20px 40px;
	margin: 0;
	color: #003468;
	font-size: 2.4em;
	font-weight: 100;
	font-family: "museo-sans-1","museo-sans-2", "Liberation Sans", Helvetica, Arial, sans-serif;
}
#home #billboard h1 {
	padding: 40px 0 0 40px;
	width: 595px;
	line-height: 1.1;
}
#billboard h2 {
	text-indent: -9999px;
	width: 240px;
	height: 58px;
	position: absolute;
	background: url(../img/start-with-me.png) 0 0 no-repeat;
	top: 45px;
	left: 420px;
	margin: 0;
	padding: 0;
}
#billboard h2 a {
	display: block;
	height: 58px;
}
#billboard span.decor {
	position: absolute;
	bottom: 0;
	left: 40px;
	width: 218px;
	height: 73px;
	background: url(../img/billboard-decor.png) 0 0 no-repeat;
}
#billboard p.watch {
	text-indent: -9999px;
	width: 338px;
	height: 53px;
	position: absolute;
	background: url(../img/watch.png) 0 0 no-repeat;
	bottom: 0px;
	left: 40px;
	margin: 0;
	padding: 0;
}
#billboard p.watch a {
	display: block;
	height: 58px;
}
.breadcrumbs p {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
#content h2 {
	color: #9fa374;
	line-height: 1.1;
	font-weight: normal;
	font-family: "museo-sans-1","museo-sans-2", "Liberation Sans", Helvetica, Arial, sans-serif;;
}
#content .full h2 {
	font-size: 3em;
	font-weight: normal;
}
#content h2 a {
	text-decoration: none;
}
#content h3 {
	font-size: 1.3em;
	color: #666;
	font-weight: bold;
	font-family: "museo-sans-1","museo-sans-2", "Liberation Sans", Helvetica, Arial, sans-serif;;
}
.recent-entries {
	margin: 0;
	padding: 0;
}
.recent-entries li {
	margin: 0 0 0.75em 0;
	padding: 0;
}
.recent-entries h3 {
	font-size: 1.3em;
	margin: 0 0 0 0;
	padding: 0;
}
.recent-entries h3 a {
	text-decoration: none;
}
.recent-entries p {
	margin: 0 0;
	padding: 0;
}
.written-by {
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	padding-top: 10px;
	padding-bottom: 10px;
	font-style: italic;
	color: #666;
}
.date {
	font-style: italic;
	color: #999;
}
#img-right {
	position:relative;
	top: -140px;
}
.pullout-1 {
	background: #e76b5c;
	color: #fff;
	padding: 20px;
	margin-bottom: 20px;
	position: relative;
}
.pullout-2 {
	background: #9fa374;
	color: #fff;
	padding: 20px;
	margin-bottom: 20px;
	position: relative;
}
.pullout-3 {
	background: #f4911e;
	color: #fff;
	padding: 20px;
	margin-bottom: 20px;
	position: relative;
}
#content .pullout-1 p, #content .pullout-1 h2, #content .pullout-2 p, #content .pullout-2 h2, #content .pullout-3 h2, #content .pullout-3 p {
	color: #fff;
	margin: 0;
	padding: 0;
}
.button-1 p a {
	background: #4e8abe;
	padding: 8px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-family: "museo-sans-1","museo-sans-2", "Liberation Sans", Helvetica, Arial, sans-serif;
}
fieldset.contact {
	padding: 20px;
	background: #f1f1f1;
}
fieldset.contact p {
	margin-bottom: 0.5em;
	padding-bottom: 0;
}
div.testimonial {
	padding-top: 1.5em;
	font-size: 1.1em;
	color: #666;
}
div.leave-comment {
	background: #eee;
	border: 1px solid #bbb;
	border-top: 3px solid #999;
	padding: 10px 20px;
	margin-bottom: 20px;
}
div.leave-comment input[type='text'] {
	width: 350px;
}
div.leave-comment textarea {
	width: 350px;
	height: 6em;
}
div.comment-content {
	background: #f1f1f1;
	border-top: 3px solid #ccc;
	padding: 0 20px 5px 20px;
	margin-bottom: 20px;
}
div.comment-content.odd {
	background: #dee9f3;
	border-top: 3px solid #cadcec;
}
div.comment-content dt {
	font-weight: normal;
}
div.comment-content dd {
	font-size: 1.2em;
}
span.comment-name {
	font-weight: bold;
	font-style: italic;
}
span.comment-date {
	font-style: italic;
}
p.total-comments {
	border-top: 1px dotted #ccc;
	background: url("../img/comment-icon.png") 0 50% no-repeat;
	padding: 7px 0 7px 30px;
	font-style: italic;
	font-color: #888;
	border-bottom: 1px dotted #ccc;
}
span.total-comments {
	background: url("../img/comment-icon.png") 100% 0 no-repeat;
	padding-right: 25px;
	font-style: italic;
	font-color: #888;
}
span.total-comment a {
	display: block;
}
.tablesorter th {
	background: #f1f1f1;
	text-align: left;
}
.tablesorter .head th {
	border-bottom: 3px solid #999;
}
/* sorting tables */
table.tablesorter {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
	margin:10px 0pt 15px;
	font-size: 0.9em;
	width: 100%;
	text-align: left;
}
table.tablesorter .size {
	text-align: center;
	background: #e6EEEE;
}
table.tablesorter thead tr td {
	font-size: 0.9em;
	padding: 4px;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 0.9em;
	padding: 4px 16px 4px 4px;
	line-height: 1.2;
	vertical-align: middle;
}
table.tablesorter thead tr .header {
	background-image: url(../img/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(../img/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(../img/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}




#blogpages ul{border:0; padding-bottom:10px; padding-bottom:20px; margin-left:0px; border-top: 1px solid #ccc;}

#blogpages li{

padding-right:10px;
font-size:11px;
list-style:none;
float:left;
}


/**************************************/
/*               FOOTER               */
/**************************************/
#site-info {
	background: #e8d766;
	padding-top: 20px;
	height: 140px;
	margin-top: 40px;
}
#site-info p {
	font-size: 0.9em;
	color: #333;
}
#site-info h2 {
	margin-top: 0;
	padding-top: 0;
	font-size: 1.1em;
}
span.initiative {
	font-style: italic;
}


/* :| */

#headline p {
	font-family: "Arial", sans-serif;
	color: #ffffff;
	font-size: 41px;
}

.cta-box {
	max-width: 316px;
	float: left;
	margin-top: 30px;
	margin-bottom: 30px;
	height: 282px;
	overflow: hidden;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#social {
	margin-left: 40px;
	background-color: #e7f1f9;
	width: 250px;
	height: 232px;
	padding: 25px;
}
	#social > a {
		float: left;
		margin-right: 10px;
		margin-bottom: 20px;
	}

#testimonial {
	margin-left: 44px;
	background-color: #e7f1f9;
	width: 250px;
	height: 232px;
	padding: 25px;
}

#feed {
	width: 220px;
	margin-left: 44px;
	font-size: 85%;
}
	#feed h2 {
		color: #f4911e;
	}

#social-strip {
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
}
	#social-strip li {
		display: inline;
		margin: 0px;
		padding: 0px;
	}
		#social-strip li a {
		}
			#social-strip li a img {
				width: 20px;
			}

#secondary {
	position: relative;
	top: -30px;
}

#secondary a {
	display: block;
}
	#secondary a img {
		margin-bottom: 30px;
	}

a#rss-link {
		display: inline;
}
	a#rss-link img {
		display: inline;
		margin-bottom: 0px !important;
	}

#investor-login-link {
	background-image: url("/img/lock.png");
	background-repeat: no-repeat;
	background-position: 4px 4px;
	margin-left: 20px !important;
}

#economic-development-winnipeg {
	position: absolute;
	left: 320px;
	top: 0px;
	z-index: 9001;
}

.people-carousel {
	position: absolute;
	right: 50px;
	bottom: 0px;
	z-index: 50;
}
	#people-carousel {
		padding: 0px;
		margin: 0px;
		list-style: none;
	}
		#people-carousel li {
			display: block;
			width: 297px;
			height: 272px;
		}

#start-here {
	position: absolute !important;
	right: 0px;
	top: 40px;
	z-index: 60;
}


.internal-people-carousel {
	margin-bottom: 40px;
}
	#internal-people-carousel {
		padding: 0px;
		margin: 0px;
		width: 239px;
		height: 193px;
	}
		#internal-people-carousel li {
			width: 239px;
			height: 193px;
			margin: 0px;
			padding: 0px;
		}

